Win32 "safe signals" co-existance fix.
[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 [  8452] By: jhi                                   on 2001/01/16  15:42:04
36         Log: Subject: Re: API Cleanup
37              To: perl5-porters@perl.org
38              Date: Tue, 16 Jan 2001 13:42:30 +0000
39              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
40              
41              Subject: [PATCH] utf8.c documentation
42              From: Simon Cozens <simon@cozens.net>
43              Date: Tue, 16 Jan 2001 13:52:48 +0000
44              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
45              
46              Subject: Re: API Cleanup
47              From: Simon Cozens <simon@cozens.net>
48              Date: Tue, 16 Jan 2001 14:58:55 +0000
49              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
50              
51              UTF-8 doc patches.
52      Branch: perl
53            ! embed.pl pod/perlapi.pod utf8.c
54 ____________________________________________________________________________
55 [  8451] By: jhi                                   on 2001/01/16  14:41:39
56         Log: podlators 1.07, from Russ Allbery.
57      Branch: perl
58            ! lib/Pod/Man.pm
59 ____________________________________________________________________________
60 [  8450] By: jhi                                   on 2001/01/16  14:24:19
61         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
62              From: "Indy Singh" <indy@nusphere.com>
63              Date: Mon, 15 Jan 2001 20:59:40 -0500
64              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
65      Branch: perl
66            ! win32/Makefile
67 ____________________________________________________________________________
68 [  8449] By: jhi                                   on 2001/01/16  03:42:55
69         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
70              at the setting of the ofs_sv in new_struct_thread() as the
71              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
72              that invited a core dump.
73      Branch: perl
74            ! util.c
75 ____________________________________________________________________________
76 [  8448] By: jhi                                   on 2001/01/16  01:49:07
77         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
78              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
79              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
80              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
81              
82              Replace #8444 and #8445.
83      Branch: perl
84            ! ext/B/B.xs ext/B/B/Debug.pm
85 ____________________________________________________________________________
86 [  8447] By: jhi                                   on 2001/01/15  21:05:35
87         Log: Subject: [PATCH] API Variable documentation   
88              From: Simon Cozens <simon@cozens.net>
89              Date: Mon, 15 Jan 2001 19:35:54 +0000
90              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
91      Branch: perl
92            ! pod/perlapi.pod thrdvar.h
93 ____________________________________________________________________________
94 [  8446] By: jhi                                   on 2001/01/15  20:49:20
95         Log: Signedness nit.
96      Branch: perl
97            ! pp_ctl.c
98 ____________________________________________________________________________
99 [  8445] By: jhi                                   on 2001/01/15  20:28:48
100         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
101      Branch: perl
102            ! ext/B/B/Debug.pm
103 ____________________________________________________________________________
104 [  8444] By: jhi                                   on 2001/01/15  13:09:10
105         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
106      Branch: perl
107            ! ext/B/B.xs
108 ____________________________________________________________________________
109 [  8443] By: jhi                                   on 2001/01/15  13:06:26
110         Log: Missing from #8439.
111      Branch: perl
112            ! keywords.h mg.c
113 ____________________________________________________________________________
114 [  8442] By: jhi                                   on 2001/01/15  13:02:38
115         Log: Subject: [PATCH @8436] Eliminate op_children
116              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
117              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
118              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
119              
120              Subject: [PATCH @8436] Re: Eliminate op_children
121              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
122              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
123              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
124      Branch: perl
125            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
126            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
127            ! op.c op.h
128 ____________________________________________________________________________
129 [  8441] By: jhi                                   on 2001/01/15  12:57:08
130         Log: Use the /^Perl_/-less form of is_lvalue_sub().
131      Branch: perl
132            ! pp.h
133 ____________________________________________________________________________
134 [  8440] By: jhi                                   on 2001/01/15  05:13:09
135         Log: Revert #8437 and #8438, the Linux large files story is more complex.
136      Branch: metaconfig/U/perl
137            ! d_fpos64_t.U d_off64_t.U
138      Branch: perl
139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
140            ! config_h.SH configure.com epoc/config.sh perl.h
141            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
142            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
143            ! win32/config.bc win32/config.gc win32/config.vc
144 ____________________________________________________________________________
145 [  8439] By: jhi                                   on 2001/01/15  05:02:24
146         Log: More UTF-8 patches from Inaba Hiroto.
147              - The substr lval was still not okay.
148              - Now pp_stringify and sv_setsv copies source's UTF8 flag
149              even if IN_BYTE.  pp_stringify is called from fold_constants
150              at optimization phase and "\x{100}" was made SvUTF8_off under
151              use bytes (the bytes pragma is for "byte semantics" and not
152              for "do not produce UTF8 data")
153              - New `qu' operator to generate UTF8 string explicitly.
154              Though I agree with the policy "0x00-0xff always produce bytes",
155              sometimes want to such a string to be coded in UTF8.
156              I can use pack"U0a*" but it requires more typing and has
157              runtime overhead.
158              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
159              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
160              string is not UTF8_on and has char 0x80-0xff.
161              
162              TODO: document and test qu.
163      Branch: perl
164            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
165            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
166            ! toke.c
167 ____________________________________________________________________________
168 [  8438] By: jhi                                   on 2001/01/14  05:10:23
169         Log: Metaconfig unit changes for #8437.
170      Branch: metaconfig/U/perl
171            ! d_fpos64_t.U d_off64_t.U
172 ____________________________________________________________________________
173 [  8437] By: jhi                                   on 2001/01/14  04:55:34
174         Log: Add <features.h> probing, seems to be needed for (some?)
175              Linux largefileness.
176      Branch: perl
177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
178            ! config_h.SH configure.com epoc/config.sh perl.h
179            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
180            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
181            ! win32/config.bc win32/config.gc win32/config.vc
182 ____________________________________________________________________________
183 [  8436] By: jhi                                   on 2001/01/13  17:47:21
184         Log: Tighten some of the tests a bit.
185      Branch: perl
186            ! t/pragma/utf8.t
187 ____________________________________________________________________________
188 [  8435] By: jhi                                   on 2001/01/13  17:31:54
189         Log: Integrate perlio.
190      Branch: perl
191           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
192           !> win32/config_H.gc win32/config_H.vc
193 ____________________________________________________________________________
194 [  8434] By: nick                                  on 2001/01/13  11:36:53
195         Log: Run dmake regen_config_h for Win32
196      Branch: perlio
197            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
198 ____________________________________________________________________________
199 [  8433] By: nick                                  on 2001/01/13  11:31:55
200         Log: VMS friendly patch to Encode compile process
201      Branch: perlio
202            ! ext/Encode/Makefile.PL ext/Encode/compile
203 ____________________________________________________________________________
204 [  8432] By: nick                                  on 2001/01/13  11:06:44
205         Log: Integrate mainline
206      Branch: perlio
207           +> ext/B/B/Concise.pm
208           !> (integrate 52 files)
209 ____________________________________________________________________________
210 [  8431] By: jhi                                   on 2001/01/13  05:55:55
211         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
212              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
213              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
214              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
215      Branch: perl
216            ! ext/B/B/Concise.pm
217 ____________________________________________________________________________
218 [  8430] By: jhi                                   on 2001/01/13  04:24:18
219         Log: The LVRET macro needed an aTHX.
220      Branch: perl
221            ! pp.h
222 ____________________________________________________________________________
223 [  8429] By: jhi                                   on 2001/01/13  02:12:42
224         Log: Update Changes.
225      Branch: perl
226            ! Changes patchlevel.h
227 ____________________________________________________________________________
228 [  8428] By: jhi                                   on 2001/01/13  02:08:50
229         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
230              From: Peter Prymmer <pvhp@forte.com>
231              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
232              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
233              
234              Add a BEGIN guard for sloppy floating point division.
235      Branch: perl
236            ! lib/Math/BigInt.pm lib/bigint.pl
237 ____________________________________________________________________________
238 [  8427] By: jhi                                   on 2001/01/13  01:47:16
239         Log: The B::Terse drop-in replacement wasn't quite drop-in.
240      Branch: perl
241            ! ext/B/B/Terse.pm
242 ____________________________________________________________________________
243 [  8426] By: jhi                                   on 2001/01/12  21:20:43
244         Log: Use UVXf.
245      Branch: perl
246            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
247            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
248            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
249            ! vos/config.ga.def vos/config.ga.h win32/config.bc
250            ! win32/config.gc win32/config.vc
251 ____________________________________________________________________________
252 [  8425] By: jhi                                   on 2001/01/12  20:20:14
253         Log: Subject: [PATCH perl@8342] -Wformat
254              From: Robin Barker <rmb1@cise.npl.co.uk>
255              Date: Fri, 12 Jan 2001 20:03:14 GMT
256              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
257      Branch: perl
258            ! ext/Encode/Encode.xs mg.c sv.c toke.c
259 ____________________________________________________________________________
260 [  8424] By: jhi                                   on 2001/01/12  20:01:48
261         Log: Subject: B::Concise -- an improved replacement for B::Terse 
262              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
263              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
264              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
265      Branch: perl
266            + ext/B/B/Concise.pm
267            ! MANIFEST ext/B/B/Terse.pm
268 ____________________________________________________________________________
269 [  8423] By: jhi                                   on 2001/01/12  19:24:02
270         Log: The new metaconfig unit from the #8421.
271      Branch: metaconfig/U/perl
272            + d_sigprocmask.U
273 ____________________________________________________________________________
274 [  8422] By: jhi                                   on 2001/01/12  19:23:43
275         Log: Forgot the microperl config from the #8421.
276      Branch: perl
277            ! uconfig.h uconfig.sh
278 ____________________________________________________________________________
279 [  8421] By: jhi                                   on 2001/01/12  19:05:27
280         Log: Add sigprocmask() probe, regen Configure, regen toc.
281      Branch: perl
282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
283            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
284            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
285            ! vos/config.ga.h win32/config.bc win32/config.gc
286            ! win32/config.vc
287 ____________________________________________________________________________
288 [  8420] By: jhi                                   on 2001/01/12  18:34:31
289         Log: Add sockatmark() to the todo list.
290      Branch: perl
291            ! Todo-5.6
292 ____________________________________________________________________________
293 [  8419] By: jhi                                   on 2001/01/12  18:09:46
294         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
295      Branch: perl
296            ! op.c
297 ____________________________________________________________________________
298 [  8418] By: jhi                                   on 2001/01/12  18:05:30
299         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
300              From: Radu Greab <radu@netsoft.ro>
301              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
302              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
303      Branch: perl
304            ! op.c t/pragma/sub_lval.t
305 ____________________________________________________________________________
306 [  8417] By: jhi                                   on 2001/01/12  16:09:09
307         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
308              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
309              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
310              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
311      Branch: perl
312            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
313            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
314            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
315            ! t/pragma/sub_lval.t toke.c
316 ____________________________________________________________________________
317 [  8416] By: jhi                                   on 2001/01/12  15:42:06
318         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
319              From: "Richard Soderberg" <rs@crystalflame.net>
320              Date: Fri, 12 Jan 2001 04:49:35 -0800
321              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
322              
323              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
324              according to the platform.
325      Branch: perl
326            ! op.c
327 ____________________________________________________________________________
328 [  8415] By: jhi                                   on 2001/01/12  15:33:41
329         Log: One more UTF-8 fix from Inaba Hiroto.
330      Branch: perl
331            ! pp.c regexec.c t/pragma/utf8.t
332 ____________________________________________________________________________
333 [  8414] By: jhi                                   on 2001/01/12  15:30:18
334         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
335      Branch: perl
336            ! regexec.c
337 ____________________________________________________________________________
338 [  8413] By: jhi                                   on 2001/01/12  15:22:10
339         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
340              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
341              Date: Thu, 11 Jan 2001 12:53:36 +0100
342              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
343      Branch: perl
344            ! toke.c
345 ____________________________________________________________________________
346 [  8412] By: jhi                                   on 2001/01/12  15:20:25
347         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
348              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
349              Date: Fri, 12 Jan 2001 14:37:55 +0100
350              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
351      Branch: perl
352            ! hints/posix-bc.sh
353 ____________________________________________________________________________
354 [  8411] By: jhi                                   on 2001/01/12  15:14:14
355         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
356              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
357              Date: Fri, 12 Jan 2001 10:42:21 +0100
358              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
359      Branch: perl
360            ! t/op/regmesg.t
361 ____________________________________________________________________________
362 [  8410] By: jhi                                   on 2001/01/12  05:48:55
363         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
364              From: Nicholas Clark <nick@ccl4.org> 
365              Date: Sun, 7 Jan 2001 19:47:14 +0000
366              Message-ID: <20010107194714.B1048@plum.flirble.org>
367      Branch: perl
368            ! t/op/numconvert.t
369 ____________________________________________________________________________
370 [  8409] By: jhi                                   on 2001/01/12  05:41:28
371         Log: Integrate perlio.
372      Branch: perl
373           !> mg.c scope.h
374 ____________________________________________________________________________
375 [  8408] By: nick                                  on 2001/01/11  22:43:28
376         Log: Remove variables that were used in experiments.
377      Branch: perlio
378            ! mg.c
379 ____________________________________________________________________________
380 [  8407] By: nick                                  on 2001/01/11  20:57:44
381         Log: Catch die in %SIG handler and unblock the signal before re-dying.
382              This make Linux work _without_ sigsetjmp().
383              Turn off sigsetjmp() to see what else it does.
384              May need Configure probe for sigprocmask() if anything has sigaction()
385              but not sigprocmask().
386      Branch: perlio
387            ! mg.c scope.h
388 ____________________________________________________________________________
389 [  8406] By: nick                                  on 2001/01/11  19:32:07
390         Log: Integrate mainline
391      Branch: perlio
392           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
393           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
394           !> t/op/substr.t
395 ____________________________________________________________________________
396 [  8405] By: jhi                                   on 2001/01/11  17:11:01
397         Log: Fix UTF-8 lval substr().
398      Branch: perl
399            ! mg.c t/op/substr.t
400 ____________________________________________________________________________
401 [  8404] By: jhi                                   on 2001/01/11  05:13:58
402         Log: Update Changes.
403      Branch: perl
404            ! Changes patchlevel.h
405 ____________________________________________________________________________
406 [  8403] By: jhi                                   on 2001/01/11  04:38:24
407         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
408              From: Hugo <hv@crypt.compulink.co.uk>
409              Date: Mon, 30 Oct 2000 01:33:26 +0000
410              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
411      Branch: perl
412            ! regexec.c t/op/re_tests
413 ____________________________________________________________________________
414 [  8402] By: jhi                                   on 2001/01/11  04:26:12
415         Log: Integrate perlio.
416      Branch: perl
417           !> scope.h util.c
418 ____________________________________________________________________________
419 [  8401] By: nick                                  on 2001/01/10  22:52:55
420         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
421              (So Alan and Ilya can try setting via hints.)
422              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
423              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
424              doing the save everywhere seems to restart read() correctly, but just
425              doing it once "round" the handler does not.
426      Branch: perlio
427            ! scope.h
428 ____________________________________________________________________________
429 [  8400] By: jhi                                   on 2001/01/10  21:57:54
430         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
431              of IRIX, HP-UX is unaffected.
432      Branch: perl
433            ! perl.h
434 ____________________________________________________________________________
435 [  8399] By: nick                                  on 2001/01/10  21:29:19
436         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
437      Branch: perlio
438            ! util.c
439 ____________________________________________________________________________
440 [  8398] By: jhi                                   on 2001/01/10  20:55:31
441         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
442              also have ReusePort.
443      Branch: perl
444            ! ext/IO/lib/IO/Socket/INET.pm
445 ____________________________________________________________________________
446 [  8397] By: jhi                                   on 2001/01/10  20:50:57
447         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
448              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
449              Date: Wed, 10 Jan 2001 01:38:13 -0800
450              Message-ID: <20010110013813.B41744@yahoo-inc.com>
451      Branch: perl
452            ! ext/IO/lib/IO/Socket/INET.pm
453 ____________________________________________________________________________
454 [  8396] By: jhi                                   on 2001/01/10  20:49:30
455         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
456              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
457              Date: Wed, 10 Jan 2001 01:37:32 -0800
458              Message-ID: <20010110013732.A41744@yahoo-inc.com>
459      Branch: perl
460            ! ext/Socket/Socket.pm
461 ____________________________________________________________________________
462 [  8395] By: jhi                                   on 2001/01/10  20:41:37
463         Log: Test for bug id 20010105.016 (fixed by #8378).
464      Branch: perl
465            ! t/op/split.t
466 ____________________________________________________________________________
467 [  8394] By: jhi                                   on 2001/01/10  20:26:32
468         Log: Integrate perlio.
469      Branch: perl
470            ! util.c
471 ____________________________________________________________________________
472 [  8393] By: nick                                  on 2001/01/10  19:34:30
473         Log: Back out Simon's pid hackery for now.
474      Branch: perlio
475            ! util.c
476 ____________________________________________________________________________
477 [  8392] By: nick                                  on 2001/01/10  19:23:13
478         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
479      Branch: perlio
480           !> (integrate 29 files)
481 ____________________________________________________________________________
482 [  8391] By: jhi                                   on 2001/01/10  18:43:15
483         Log: Subject: [PATCH] Fix my_pclose segfault
484              From: Simon Cozens <simon@cozens.net>
485              Date: Wed, 10 Jan 2001 18:39:35 +0000
486              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
487      Branch: perl
488            ! util.c
489 ____________________________________________________________________________
490 [  8390] By: jhi                                   on 2001/01/10  18:42:08
491         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
492              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
493              Date:     Wed, 10 Jan 2001 13:23:02 EST
494              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
495      Branch: perl
496            ! ext/Opcode/Opcode.xs
497 ____________________________________________________________________________
498 [  8389] By: jhi                                   on 2001/01/10  15:16:07
499         Log: Turn off the integer preservation for now.
500      Branch: perl
501            ! perl.h
502 ____________________________________________________________________________
503 [  8388] By: jhi                                   on 2001/01/10  15:01:25
504         Log: Few more IDE/editor nits from p5p.
505      Branch: perl
506            ! pod/perlfaq3.pod
507 ____________________________________________________________________________
508 [  8387] By: jhi                                   on 2001/01/10  06:53:16
509         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
510              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
511              Date: Tue, 9 Jan 2001 23:16:02 +0000
512              Message-ID: <20010109231602.A81101@plum.flirble.org>
513      Branch: perl
514            ! sv.c
515 ____________________________________________________________________________
516 [  8386] By: jhi                                   on 2001/01/10  03:17:54
517         Log: Test cases for #8385 (from Simon's "torture.pl")
518      Branch: perl
519            ! t/op/tr.t
520 ____________________________________________________________________________
521 [  8385] By: jhi                                   on 2001/01/10  03:17:11
522         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
523              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
524              Date: Wed, 10 Jan 2001 11:39:39 +0900
525              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
526              
527              Some more UTF-8 tr cases fixed.
528      Branch: perl
529            ! doop.c
530 ____________________________________________________________________________
531 [  8384] By: jhi                                   on 2001/01/09  22:45:40
532         Log: Allow the locale test needing POSIX and the taint test
533              needing IPC::SysV to run under 'minitest' (basically,
534              bail out if loading the extension fails)
535      Branch: perl
536            ! t/op/misc.t t/op/taint.t
537 ____________________________________________________________________________
538 [  8383] By: jhi                                   on 2001/01/09  21:36:04
539         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
540              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
541              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
542              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
543      Branch: perl
544            ! t/io/openpid.t
545 ____________________________________________________________________________
546 [  8382] By: jhi                                   on 2001/01/09  21:06:08
547         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
548              Should finish up the bug id 20001205.022.
549      Branch: perl
550            ! pp.c pp_hot.c scope.c
551 ____________________________________________________________________________
552 [  8381] By: jhi                                   on 2001/01/09  18:27:43
553         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
554              From: Andy Dougherty <doughera@lafayette.edu>
555              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
556              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
557              
558              More robust yacc/bison error detection.
559      Branch: perl
560            ! t/comp/proto.t
561 ____________________________________________________________________________
562 [  8380] By: jhi                                   on 2001/01/09  15:21:38
563         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
564              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
565              Date:     Tue, 9 Jan 2001 07:53:55 EST
566              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
567      Branch: perl
568            ! t/op/misc.t vms/test.com
569 ____________________________________________________________________________
570 [  8379] By: jhi                                   on 2001/01/09  15:20:38
571         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
572              From: jhi@cc.hut.fi
573              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
574              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
575              
576              The #8378 fixed this.
577      Branch: perl
578            ! t/op/tr.t
579 ____________________________________________________________________________
580 [  8378] By: jhi                                   on 2001/01/09  15:05:32
581         Log: Subject: One more patch for UTF8 
582              From: Inaba Hiroto <inaba@st.rim.or.jp>
583              Date: Tue, 09 Jan 2001 01:04:32 +0900
584              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
585              
586              UTF-8 fixes for 'x' and tr///.
587      Branch: perl
588            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
589            ! regcomp.c regexec.c toke.c utf8.c
590 ____________________________________________________________________________
591 [  8377] By: jhi                                   on 2001/01/09  14:32:17
592         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
593      Branch: perl
594            ! t/op/length.t
595 ____________________________________________________________________________
596 [  8376] By: jhi                                   on 2001/01/09  04:32:32
597         Log: integrate changes #7775, #8316, #8316 from mainline
598      Branch: maint-5.6/perl
599            ! hints/solaris_2.sh
600 ____________________________________________________________________________
601 [  8375] By: jhi                                   on 2001/01/09  04:26:43
602         Log: Update Changes.
603      Branch: perl
604            ! Changes patchlevel.h
605 ____________________________________________________________________________
606 [  8374] By: jhi                                   on 2001/01/09  04:14:32
607         Log: IDE/editor section tweaking.
608      Branch: perl
609            ! pod/perlfaq3.pod
610 ____________________________________________________________________________
611 [  8373] By: jhi                                   on 2001/01/09  02:38:26
612         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
613              From: Peter Prymmer <pvhp@forte.com>
614              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
615              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
616              
617              In preparation os OS/390 dynamic loading.
618      Branch: perl
619            ! README.os390 hints/os390.sh
620 ____________________________________________________________________________
621 [  8372] By: jhi                                   on 2001/01/09  00:24:30
622         Log: Integrate with perlio.
623      Branch: perl
624           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
625 ____________________________________________________________________________
626 [  8371] By: nick                                  on 2001/01/08  23:54:33
627         Log: Fix "scalars leaked" bugs caused by overload magic
628              (Highlighted by Ilya's DESTROY optimization.)
629      Branch: perlio
630            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
631 ____________________________________________________________________________
632 [  8370] By: nick                                  on 2001/01/08  20:19:41
633         Log: Integrate mainline
634      Branch: perlio
635           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
636           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
637           !> t/op/64bitint.t
638 ____________________________________________________________________________
639 [  8369] By: jhi                                   on 2001/01/08  17:30:52
640         Log: save_delete() Safefree() doesn't (anymore?) work with shared
641              strings, one test failure in op/misc and almost all of lib/b.
642              (Outcomments #8369.)
643      Branch: perl
644            ! scope.c
645 ____________________________________________________________________________
646 [  8368] By: jhi                                   on 2001/01/08  14:47:10
647         Log: (Outcommented by #8369.)
648              
649              Subject: Re: Perl BugID 20001205.022 ---- save_delete
650              From: Simon Cozens <simon@cozens.net>
651              Date: Sat, 6 Jan 2001 11:48:40 +0000
652              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
653              
654              The save_delete() does need the Safefree.
655      Branch: perl
656            ! scope.c
657 ____________________________________________________________________________
658 [  8367] By: bailey                                on 2001/01/08  08:53:52
659         Log: Once again syncing after too long an absence
660      Branch: vmsperl
661           +> (branch 55 files)
662            - MAINTAIN fix_pl vos/config.def vos/config.h
663            - vos/config_h.SH_orig
664           !> (integrate 498 files)
665 ____________________________________________________________________________
666 [  8366] By: jhi                                   on 2001/01/08  02:42:59
667         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
668              From: nick@ccl4.org
669              Date: Sun, 7 Jan 2001 21:07:18 +0000
670              Message-Id: <20010107210717.D1048@plum.flirble.org>
671      Branch: perl
672            ! sv.c t/op/64bitint.t
673 ____________________________________________________________________________
674 [  8365] By: jhi                                   on 2001/01/08  02:35:16
675         Log: Subject: [PATCH] environ nit
676              From: Simon Cozens <simon@cozens.net>
677              Date: Sun, 7 Jan 2001 17:57:07 +0000
678              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
679              
680              Use environ only if we have it.
681      Branch: perl
682            ! mg.c
683 ____________________________________________________________________________
684 [  8364] By: jhi                                   on 2001/01/08  02:24:51
685         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
686      Branch: perl
687            ! ext/GDBM_File/GDBM_File.xs
688 ____________________________________________________________________________
689 [  8363] By: jhi                                   on 2001/01/08  02:19:24
690         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
691              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
692              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
693              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
694      Branch: perl
695            ! dump.c op.c
696 ____________________________________________________________________________
697 [  8362] By: jhi                                   on 2001/01/08  02:17:43
698         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
699              From: Doug MacEachern <dougm@covalent.net>
700              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
701              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
702              
703              Allow AUTOLOAD to be an xsub and allow such xsubs
704              to avoid use of $AUTOLOAD.
705      Branch: perl
706            ! gv.c
707 ____________________________________________________________________________
708 [  8361] By: jhi                                   on 2001/01/08  02:16:07
709         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
710              From: Radu Greab <radu@netsoft.ro>
711              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
712              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
713              
714              No need for the potentially unportable $SIG{CHLD}.
715      Branch: perl
716            ! t/io/pipe.t
717 ____________________________________________________________________________
718 [  8360] By: jhi                                   on 2001/01/08  01:58:23
719         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
720      Branch: perl
721            ! lib/Getopt/Long.pm
722 ____________________________________________________________________________
723 [  8359] By: jhi                                   on 2001/01/08  01:55:44
724         Log: Integrate perlio.
725      Branch: perl
726           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
727           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
728           !> utf8.c win32/Makefile
729 ____________________________________________________________________________
730 [  8358] By: jhi                                   on 2001/01/07  21:16:50
731         Log: Update the EPOC cross SDK URL.
732      Branch: perl
733            ! README.epoc
734 ____________________________________________________________________________
735 [  8357] By: jhi                                   on 2001/01/07  21:16:09
736         Log: Update the EPOC cross SDK URL.
737      Branch: maint-5.6/perl
738            ! README.epoc
739 ____________________________________________________________________________
740 [  8356] By: nick                                  on 2001/01/06  21:47:52
741         Log: FILE * in XS code for PerlIO world:
742              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
743              - Add FILE * T_STDIO typemap.
744              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
745      Branch: perlio
746            ! lib/ExtUtils/typemap perlio.c perlio.h
747 ____________________________________________________________________________
748 [  8355] By: jhi                                   on 2001/01/06  20:27:15
749         Log: integrate change #8336 from mainline
750              
751              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
752      Branch: maint-5.6/perl
753            ! hv.c
754 ____________________________________________________________________________
755 [  8354] By: jhi                                   on 2001/01/06  20:24:29
756         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
757              From: Robin Barker <rmb1@cise.npl.co.uk>
758              Date: Fri, 22 Dec 2000 12:17:38 GMT
759              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
760              
761              The patch reformats some long =item lines so they give
762              correct output via pod2man | nroff -man
763              
764              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
765              From: Robin Barker <rmb1@cise.npl.co.uk>
766              Date: Tue, 2 Jan 2001 15:35:03 GMT
767              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
768              
769              Here is a _further_ patch which corrects a few more errors:
770              * an empty C<=item> in CPAN.pm
771              * patching the wrong file (pod/perlamiga.pod not README.amiga)
772              * leaving empty C<=item>s which formatted incorrectly
773              * over long C<=item>s revealed by latest patch to Pod::Man
774      Branch: maint-5.6/perl
775            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
776            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
777            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
778            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
779            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
780            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
781 ____________________________________________________________________________
782 [  8353] By: jhi                                   on 2001/01/06  20:21:10
783         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
784              
785              UTF-8 hash keys.
786      Branch: maint-5.6/perl
787            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
788 ____________________________________________________________________________
789 [  8352] By: jhi                                   on 2001/01/06  20:18:44
790         Log: Forgotten from #8438.
791      Branch: maint-5.6/perl
792            ! epoc/epocish.h
793 ____________________________________________________________________________
794 [  8351] By: jhi                                   on 2001/01/06  20:18:12
795         Log: Forgotten from #8347.
796      Branch: maint-5.6/perl
797            ! config_h.SH
798 ____________________________________________________________________________
799 [  8350] By: jhi                                   on 2001/01/06  20:00:19
800         Log: Thinko in #8347.
801      Branch: maint-5.6/perl
802            ! regcomp.c
803 ____________________________________________________________________________
804 [  8349] By: jhi                                   on 2001/01/06  18:05:30
805         Log: Copy the FAQ3 IDE section from the development branch,
806              changes originally by Peter Prymmer.
807      Branch: maint-5.6/perl
808            ! pod/perlfaq3.pod
809 ____________________________________________________________________________
810 [  8348] By: jhi                                   on 2001/01/06  18:03:02
811         Log: EPOC updates for TRIAL1.
812              
813              Subject: [5.6.1 trial1] EPOC update
814              From: Olaf Flebbe <O.Flebbe@science-computing.de>
815              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
816              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
817              
818              Subject: epoc patch2 for perl-5.6.1-trial1
819              From: Olaf Flebbe <O.Flebbe@science-computing.de>
820              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
821              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
822      Branch: maint-5.6/perl
823            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
824            ! epoc/epocish.c
825 ____________________________________________________________________________
826 [  8347] By: jhi                                   on 2001/01/06  17:29:10
827         Log: integrate changes #7710,7824,7973 from mainline,
828              plus VMS nits from Peter Prymmer and Dan Sugalski.
829              
830              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
831              library (getprotobyname and getprotobynumber are outversioned by
832              the same calls in libc, at least for xlc version 3.
833              
834              Add HAS_SBRK_PROTO.
835              
836              Fixes for signedness warnings noticed by VMSperlers.
837      Branch: maint-5.6/perl
838            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
839            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
840            ! sv.c vms/descrip_mms.template vos/config.alpha.def
841            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
842            ! win32/config.bc win32/config.gc win32/config.vc
843 ____________________________________________________________________________
844 [  8346] By: nick                                  on 2001/01/06  14:36:01
845         Log: Fixup accumulated integrate muddles (perlio == devperl again)
846      Branch: perlio
847            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
848 ____________________________________________________________________________
849 [  8345] By: nick                                  on 2001/01/06  14:24:58
850         Log: Integrate mainline
851      Branch: perlio
852           !> (integrate 55 files)
853 ____________________________________________________________________________
854 [  8344] By: jhi                                   on 2001/01/06  02:24:02
855         Log: Subject: [patch] PerlIO_cleanup() prototype
856              From: Doug MacEachern <dougm@covalent.net>
857              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
858              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
859      Branch: perl
860            ! perlio.h
861 ____________________________________________________________________________
862 [  8343] By: jhi                                   on 2001/01/06  01:04:09
863         Log: IRIX compiler noticed that the bof initialization might be
864              bypassed by control flow.
865      Branch: perl
866            ! toke.c
867 ____________________________________________________________________________
868 [  8342] By: jhi                                   on 2001/01/06  00:10:48
869         Log: Update Changes.
870      Branch: perl
871            ! Changes patchlevel.h
872 ____________________________________________________________________________
873 [  8341] By: jhi                                   on 2001/01/05  23:52:33
874         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
875      Branch: perl
876            ! toke.c
877 ____________________________________________________________________________
878 [  8340] By: jhi                                   on 2001/01/05  22:44:08
879         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
880              From: Radu Greab <radu@netsoft.ro>
881              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
882              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
883      Branch: perl
884            ! t/io/pipe.t util.c
885 ____________________________________________________________________________
886 [  8339] By: jhi                                   on 2001/01/05  22:35:17
887         Log: Subject: [PATCH] format and rewording in perlfaq.pod
888              From: Robin Barker <rmb1@cise.npl.co.uk>
889              Date: Fri, 5 Jan 2001 18:51:20 GMT
890              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
891      Branch: perl
892            ! pod/perlfaq.pod
893 ____________________________________________________________________________
894 [  8338] By: jhi                                   on 2001/01/05  22:31:17
895         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
896              From: Peter Prymmer <pvhp@forte.com>
897              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
898              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
899      Branch: perl
900            ! utils/perlbug.PL
901 ____________________________________________________________________________
902 [  8337] By: jhi                                   on 2001/01/05  18:15:11
903         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
904              From: Robin Barker <rmb1@cise.npl.co.uk>
905              Date: Tue, 2 Jan 2001 15:24:07 GMT
906              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
907              
908              If you call configure as C<./Configure> or C<sh ./Configure>,
909              $src is set to the absolute path name, not '.'.
910              
911              This, in turn, means -Dmksymlink tries to do its stuff because
912              it does not think it is in the src directory.
913              
914              (plus a metaconfig nitfix)
915      Branch: metaconfig
916            ! U/compline/ccflags.U U/modified/src.U
917      Branch: perl
918            ! Configure config_h.SH
919 ____________________________________________________________________________
920 [  8336] By: jhi                                   on 2001/01/05  17:48:32
921         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
922              From: Alan Burlison <Alan.Burlison@uk.sun.com>
923              Message-ID: <3A5606C4.473D2226@uk.sun.com>
924              Date: Fri, 05 Jan 2001 17:39:16 +0000
925      Branch: perl
926            ! hv.c
927 ____________________________________________________________________________
928 [  8335] By: jhi                                   on 2001/01/05  16:05:44
929         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
930      Branch: perl
931            ! lib/Getopt/Long.pm
932 ____________________________________________________________________________
933 [  8334] By: jhi                                   on 2001/01/05  16:00:51
934         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
935              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
936              Date: Fri, 05 Jan 2001 13:46:51 +0100
937              Message-ID: <13693.978698811@nice.ram.loc>
938              
939              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
940              accurate reading of the "atime".  
941      Branch: perl
942            ! t/io/fs.t
943 ____________________________________________________________________________
944 [  8333] By: jhi                                   on 2001/01/05  15:57:37
945         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
946              From: Simon Cozens <simon@cozens.net>
947              Date: Fri, 8 Dec 2000 13:33:31 +0000
948              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
949              
950              A lost patch fragment.
951      Branch: perl
952            ! doop.c
953 ____________________________________________________________________________
954 [  8332] By: jhi                                   on 2001/01/05  15:40:42
955         Log: Do away with strncpy() and a fixed length buffer.
956      Branch: perl
957            ! utf8.c
958 ____________________________________________________________________________
959 [  8331] By: jhi                                   on 2001/01/05  15:03:07
960         Log: Tests for #8329 and #8330.
961      Branch: perl
962            ! t/op/bop.t
963 ____________________________________________________________________________
964 [  8330] By: jhi                                   on 2001/01/05  15:02:38
965         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
966              raw 8-bit form to the UTF-8 string.
967      Branch: perl
968            ! toke.c
969 ____________________________________________________________________________
970 [  8329] By: jhi                                   on 2001/01/05  14:55:13
971         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
972              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
973              Date: Fri, 5 Jan 2001 12:28:52 +0100
974              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
975              
976              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
977              no effect.  (changed the strncpy() to Copy())
978      Branch: perl
979            ! toke.c
980 ____________________________________________________________________________
981 [  8328] By: jhi                                   on 2001/01/05  06:44:27
982         Log: UTF-8 cleanup.
983      Branch: perl
984            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
985            ! regexec.c sv.c toke.c
986 ____________________________________________________________________________
987 [  8327] By: jhi                                   on 2001/01/05  01:11:29
988         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')
989              From: Radu Greab <radu@netsoft.ro>
990              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
991              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
992              
993              Cleans up Harness to not use FileHandle, which uses IO.
994      Branch: perl
995            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
996 ____________________________________________________________________________
997 [  8326] By: jhi                                   on 2001/01/05  00:56:37
998         Log: Update Changes.
999      Branch: perl
1000            ! Changes patchlevel.h
1001 ____________________________________________________________________________
1002 [  8325] By: jhi                                   on 2001/01/05  00:53:18
1003         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
1004              From: Peter Prymmer <pvhp@forte.com>
1005              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
1006              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
1007              
1008              plus a couple more tailing whitespace removals.
1009      Branch: perl
1010            ! win32/Makefile
1011 ____________________________________________________________________________
1012 [  8324] By: jhi                                   on 2001/01/05  00:47:39
1013         Log: Add some Unicode chop() tests.
1014      Branch: perl
1015            ! t/op/chop.t
1016 ____________________________________________________________________________
1017 [  8323] By: jhi                                   on 2001/01/05  00:47:23
1018         Log: Unify UTF-8 malformedness handling.
1019      Branch: perl
1020            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
1021 ____________________________________________________________________________
1022 [  8322] By: jhi                                   on 2001/01/04  22:21:54
1023         Log: The new $issymlink was unknown to Mksymlinks.
1024      Branch: metaconfig/U/perl
1025            ! Mksymlinks.U issymlink.U
1026      Branch: perl
1027            ! Configure config_h.SH
1028 ____________________________________________________________________________
1029 [  8321] By: jhi                                   on 2001/01/04  21:51:05
1030         Log: The test didn't work under the core test framework.
1031      Branch: perl
1032            ! t/lib/st-lock.t
1033 ____________________________________________________________________________
1034 [  8320] By: jhi                                   on 2001/01/04  21:14:22
1035         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1036      Branch: perl
1037            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
1038 ____________________________________________________________________________
1039 [  8319] By: jhi                                   on 2001/01/04  20:46:17
1040         Log: Typo in #8312 when manually appying a problematic patch fragment.
1041      Branch: perl
1042            ! ext/Storable/Storable.xs
1043 ____________________________________________________________________________
1044 [  8318] By: jhi                                   on 2001/01/04  20:43:01
1045         Log: The $sh_c didn't fly.
1046      Branch: metaconfig
1047            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1048            ! U/modified/Loc.U U/modified/myhostname.U
1049            ! U/modified/spitshell.U
1050      Branch: metaconfig/U/perl
1051            ! issymlink.U
1052      Branch: perl
1053            ! Configure config_h.SH
1054 ____________________________________________________________________________
1055 [  8317] By: jhi                                   on 2001/01/04  19:58:01
1056         Log: AIX builtin test -h is broken, changes based on
1057              
1058              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
1059              Date: Tue, 02 Jan 2001 11:24:39 +0100
1060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1061              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
1062      Branch: metaconfig
1063            + U/modified/spitshell.U
1064            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1065            ! U/modified/Loc.U U/modified/myhostname.U
1066      Branch: metaconfig/U/perl
1067            ! Mksymlinks.U issymlink.U
1068      Branch: perl
1069            ! Configure
1070 ____________________________________________________________________________
1071 [  8316] By: jhi                                   on 2001/01/04  19:02:22
1072         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
1073              From: Andy Dougherty <doughera@lafayette.edu>
1074              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
1075              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
1076              
1077              Beware of GNU ld.
1078      Branch: perl
1079            ! hints/solaris_2.sh
1080 ____________________________________________________________________________
1081 [  8315] By: jhi                                   on 2001/01/04  18:56:48
1082         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
1083              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
1084              Date: Wed, 3 Jan 2001 07:58:51 +0100
1085              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
1086      Branch: perl
1087            ! hints/solaris_2.sh
1088 ____________________________________________________________________________
1089 [  8314] By: jhi                                   on 2001/01/04  18:54:07
1090         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
1091              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1092              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
1093              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
1094              
1095              Doc tweak on #8313.
1096      Branch: perl
1097            ! ext/B/B/Deparse.pm
1098 ____________________________________________________________________________
1099 [  8313] By: jhi                                   on 2001/01/04  18:52:27
1100         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
1101              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
1102              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1103              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
1104              
1105              Make the peephole optimizer to bypass more null ops and
1106              and rewrite the deparse handling of continue blocks.
1107      Branch: perl
1108            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
1109 ____________________________________________________________________________
1110 [  8312] By: jhi                                   on 2001/01/04  18:47:39
1111         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
1112      Branch: perl
1113            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
1114            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1115            ! t/lib/st-lock.t
1116 ____________________________________________________________________________
1117 [  8311] By: jhi                                   on 2001/01/04  18:36:08
1118         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
1119              filter to be run on each .pm during the pm_to_blib() phase,
1120              a fixed version of
1121              
1122              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1123              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1124              Date: Wed, 03 Jan 2001 22:01:30 +0100
1125              Message-ID: <5296.978555690@nice.ram.loc>
1126      Branch: perl
1127            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1128            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1129            ! lib/ExtUtils/MakeMaker.pm
1130 ____________________________________________________________________________
1131 [  8310] By: jhi                                   on 2001/01/04  18:32:54
1132         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1133              From: Robin Barker <rmb1@cise.npl.co.uk>
1134              Date: Tue, 2 Jan 2001 15:35:03 GMT
1135              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1136      Branch: perl
1137            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
1138            ! pod/perlrequick.pod
1139 ____________________________________________________________________________
1140 [  8309] By: jhi                                   on 2001/01/04  18:29:07
1141         Log: Subject: Re: [patch] static-ize XS()
1142              From: Doug MacEachern <dougm@covalent.net>
1143              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
1144              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
1145              
1146              Provide prototypes for the XS functions.
1147      Branch: perl
1148            ! lib/ExtUtils/xsubpp
1149 ____________________________________________________________________________
1150 [  8308] By: jhi                                   on 2001/01/04  18:27:44
1151         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
1152              From: Doug MacEachern <dougm@covalent.net>
1153              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
1154              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
1155      Branch: perl
1156            ! lib/ExtUtils/typemap
1157 ____________________________________________________________________________
1158 [  8307] By: jhi                                   on 2001/01/04  18:25:25
1159         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
1160              From: Doug MacEachern <dougm@covalent.net>
1161              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
1162              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
1163              
1164              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
1165      Branch: perl
1166            ! lib/ExtUtils/MM_Unix.pm
1167 ____________________________________________________________________________
1168 [  8306] By: jhi                                   on 2001/01/04  18:23:00
1169         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
1170              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1171              Date: Thu, 4 Jan 2001 12:47:10 +0100 
1172              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
1173              
1174              The toke.c part only, patching embed.h and proto.h is futile.
1175      Branch: perl
1176            ! toke.c
1177 ____________________________________________________________________________
1178 [  8305] By: jhi                                   on 2001/01/04  18:05:51
1179         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
1180              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1181              Date: Thu, 4 Jan 2001 17:50:12 +0100 
1182              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
1183      Branch: perl
1184            ! toke.c
1185 ____________________________________________________________________________
1186 [  8304] By: jhi                                   on 2001/01/04  18:03:26
1187         Log: Subject: [PATCH perl@8269]
1188              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1189              Date: Thu, 4 Jan 2001 12:53:39 +0100 
1190              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
1191              
1192              If running byacc write-enable also perly.h.
1193      Branch: perl
1194            ! Makefile.SH
1195 ____________________________________________________________________________
1196 [  8303] By: jhi                                   on 2001/01/04  15:40:49
1197         Log: Rewrite pp_concat() in terms of sv_catsv().
1198      Branch: perl
1199            ! pp_hot.c
1200 ____________________________________________________________________________
1201 [  8302] By: nick                                  on 2001/01/03  22:43:22
1202         Log: Integrate mainline.
1203      Branch: perlio
1204           !> ext/Encode/Encode.xs sv.c utf8.c
1205 ____________________________________________________________________________
1206 [  8301] By: jhi                                   on 2001/01/02  23:40:26
1207         Log: Variable naming tweak.
1208      Branch: perl
1209            ! sv.c
1210 ____________________________________________________________________________
1211 [  8300] By: jhi                                   on 2001/01/02  23:40:02
1212         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
1213              in is_utf8_string().
1214      Branch: perl
1215            ! utf8.c
1216 ____________________________________________________________________________
1217 [  8299] By: jhi                                   on 2001/01/02  22:14:40
1218         Log: Integrate perlio.
1219      Branch: perl
1220           !> pp.c pp_hot.c win32/Makefile
1221 ____________________________________________________________________________
1222 [  8298] By: nick                                  on 2001/01/02  22:03:06
1223         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
1224      Branch: perlio
1225            ! pp.c pp_hot.c
1226 ____________________________________________________________________________
1227 [  8297] By: jhi                                   on 2001/01/02  04:26:28
1228         Log: Signedness nit.
1229      Branch: perl
1230            ! ext/Encode/Encode.xs
1231 ____________________________________________________________________________
1232 [  8296] By: nick                                  on 2001/01/01  23:49:36
1233         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
1234      Branch: perlio
1235            ! win32/Makefile
1236 ____________________________________________________________________________
1237 [  8295] By: jhi                                   on 2001/01/01  23:05:48
1238         Log: Integrate perlio.
1239      Branch: perl
1240           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1241           !> t/lib/encode.t
1242 ____________________________________________________________________________
1243 [  8294] By: nick                                  on 2001/01/01  22:48:34
1244         Log: Integrate mainline
1245      Branch: perlio
1246            ! pp_hot.c t/lib/encode.t
1247           !> (integrate 65 files)
1248 ____________________________________________________________________________
1249 [  8293] By: nick                                  on 2001/01/01  21:58:50
1250         Log: More rigor in UTF-8-ness of Encode's toUnicode
1251              XS export some of the utf8 internal functions.
1252              Test some of the functions.
1253              Fix pp_concat() bug shown by said tests.
1254      Branch: perlio
1255            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1256            ! t/lib/encode.t
1257 ____________________________________________________________________________
1258 [  8292] By: jhi                                   on 2001/01/01  18:11:44
1259         Log: Integrate perlio.
1260      Branch: perl
1261           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1262           !> ext/Encode/encengine.c ext/Encode/encode.h
1263 ____________________________________________________________________________
1264 [  8291] By: jhi                                   on 2001/01/01  18:10:58
1265         Log: Podify README.mpeix (a new version from the web),
1266              add a dummy NAME to Carp::Heavy, regen toc.
1267      Branch: perl
1268            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
1269            ! pod/perltoc.pod
1270 ____________________________________________________________________________
1271 [  8290] By: nick                                  on 2001/01/01  17:43:47
1272         Log: Loose the "Loading..." warning.
1273              Another bug in fallback support
1274      Branch: perlio
1275            ! ext/Encode/Encode.pm ext/Encode/encengine.c
1276 ____________________________________________________________________________
1277 [  8289] By: jhi                                   on 2001/01/01  00:01:57
1278         Log: Bump up Larry's copyright.
1279      Branch: perl
1280            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1281            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
1282            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
1283            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
1284            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
1285            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1286            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1287            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
1288 ____________________________________________________________________________
1289 [  8288] By: nick                                  on 2000/12/31  21:27:53
1290         Log: Fix .ucm reading - forgot a chr()
1291              Start of .ucm write (for .enc to .ucm)
1292      Branch: perlio
1293            ! ext/Encode/compile
1294 ____________________________________________________________________________
1295 [  8287] By: jhi                                   on 2000/12/31  18:15:56
1296         Log: Comment away a diagnostic message as noted by Craig A. Berry
1297              (the unexpected message was confusing testing)
1298      Branch: perl
1299            ! ext/Encode/Encode.pm
1300 ____________________________________________________________________________
1301 [  8286] By: jhi                                   on 2000/12/31  18:14:51
1302         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
1303              Date: Sun, 31 Dec 2000 11:17:37 -0600
1304              From: "Craig A. Berry" <craigberry@mac.com>
1305              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
1306      Branch: perl
1307            ! ext/Encode/Makefile.PL
1308 ____________________________________________________________________________
1309 [  8285] By: nick                                  on 2000/12/31  18:11:54
1310         Log: Start of support of ICU-style .ucm files:
1311              - teach compile how to read a .ucm file
1312              - first guess at how to represent fallbacks in "tries".
1313              - use fallbacks if check == 0
1314              - new return code to indicate we used one.
1315      Branch: perlio
1316            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1317            ! ext/Encode/encengine.c ext/Encode/encode.h
1318 ____________________________________________________________________________
1319 [  8284] By: jhi                                   on 2000/12/31  18:04:41
1320         Log: Pacify picky VMS compiler.
1321              
1322              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
1323              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1324              Date: Sat, 30 Dec 2000 18:10:02 -0600
1325              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
1326      Branch: perl
1327            ! sv.c
1328 ____________________________________________________________________________
1329 [  8283] By: jhi                                   on 2000/12/31  16:11:47
1330         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
1331      Branch: perl
1332            ! t/lib/glob-basic.t
1333 ____________________________________________________________________________
1334 [  8282] By: jhi                                   on 2000/12/31  15:26:11
1335         Log: Integrate perlio.
1336      Branch: perl
1337           !> makedef.pl opcode.pl os2/os2.c perlio.c
1338 ____________________________________________________________________________
1339 [  8281] By: nick                                  on 2000/12/31  10:06:15
1340         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
1341              is available to be exported
1342      Branch: perlio
1343            ! makedef.pl perlio.c
1344 ____________________________________________________________________________
1345 [  8280] By: nick                                  on 2000/12/31  09:41:26
1346         Log: Ilya's OS2 patch (testing for damage on Win32)
1347      Branch: perlio
1348            ! makedef.pl opcode.pl os2/os2.c
1349 ____________________________________________________________________________
1350 [  8279] By: jhi                                   on 2000/12/30  21:52:07
1351         Log: Test nits.
1352      Branch: perl
1353            ! t/lib/syslfs.t t/op/lfs.t
1354 ____________________________________________________________________________
1355 [  8278] By: jhi                                   on 2000/12/30  21:47:49
1356         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1357              From: andreas.koenig@anima.de (Andreas J. Koenig)
1358              Date: 30 Dec 2000 22:35:37 +0100
1359              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
1360              
1361              The 32-bit wraparound test wasn't quite right.
1362      Branch: perl
1363            ! t/lib/syslfs.t t/op/lfs.t
1364 ____________________________________________________________________________
1365 [  8277] By: jhi                                   on 2000/12/30  21:33:44
1366         Log: Subject: [PATCH] open() example in perlfunc.pod 
1367              From: Karsten Sperling <s_sperli@ira.uka.de>
1368              Date: Sat, 30 Dec 2000 22:27:09 +0100
1369              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
1370      Branch: perl
1371            ! pod/perlfunc.pod
1372 ____________________________________________________________________________
1373 [  8276] By: jhi                                   on 2000/12/30  20:32:40
1374         Log: Not quite that many tests yet.
1375      Branch: perl
1376            ! t/op/pat.t
1377 ____________________________________________________________________________
1378 [  8275] By: jhi                                   on 2000/12/30  20:26:58
1379         Log: Integrate perlio.
1380      Branch: perl
1381           !> toke.c
1382 ____________________________________________________________________________
1383 [  8274] By: jhi                                   on 2000/12/30  20:24:56
1384         Log: Signedness nit.
1385      Branch: perl
1386            ! utf8.c
1387 ____________________________________________________________________________
1388 [  8273] By: jhi                                   on 2000/12/30  20:15:46
1389         Log: Add a test case for 20000731.001 which was fixed by the #8267.
1390      Branch: perl
1391            ! t/op/pat.t
1392 ____________________________________________________________________________
1393 [  8272] By: nick                                  on 2000/12/30  19:47:51
1394         Log: Tweak for MULTIPLICITY/USE_PERLIO
1395      Branch: perlio
1396            ! toke.c
1397 ____________________________________________________________________________
1398 [  8271] By: nick                                  on 2000/12/30  19:46:45
1399         Log: Integrate mainline
1400      Branch: perlio
1401           +> lib/unicode/distinct.pm
1402           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
1403           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
1404           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
1405 ____________________________________________________________________________
1406 [  8270] By: jhi                                   on 2000/12/30  19:39:50
1407         Log: Subject: RE: perl@8269
1408              From: "Richard Soderberg" <rs@crystalflame.net>
1409              Date: Sat, 30 Dec 2000 11:36:27 -0800
1410              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
1411              
1412              A missing aTHX_.
1413      Branch: perl
1414            ! toke.c
1415 ____________________________________________________________________________
1416 [  8269] By: jhi                                   on 2000/12/30  18:55:48
1417         Log: Update Changes.
1418      Branch: perl
1419            ! Changes patchlevel.h
1420 ____________________________________________________________________________
1421 [  8268] By: jhi                                   on 2000/12/30  17:18:40
1422         Log: Add a test for Unicode split //.  The #8267 was the cure.
1423      Branch: perl
1424            ! t/op/split.t
1425 ____________________________________________________________________________
1426 [  8267] By: jhi                                   on 2000/12/30  17:14:19
1427         Log: Subject: more UTF8 test suites and an UTF8 patch
1428              From: Inaba Hiroto <inaba@st.rim.or.jp>
1429              Date: Sat, 30 Dec 2000 14:27:10 +0900
1430              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
1431              
1432              Just the patch part for now, and the pragma renamed
1433              as unicode::distinct.
1434      Branch: perl
1435            + lib/unicode/distinct.pm
1436            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
1437            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1438            ! regcomp.h regexec.c sv.c toke.c utf8.c
1439 ____________________________________________________________________________
1440 [  8266] By: nick                                  on 2000/12/30  16:40:49
1441         Log: Integrate mainline
1442      Branch: perlio
1443           +> lib/Pod/Text/Overstrike.pm
1444           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
1445           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
1446           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
1447           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
1448           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
1449 ____________________________________________________________________________
1450 [  8265] By: jhi                                   on 2000/12/30  07:28:55
1451         Log: The sv_catsv() fix, take two.
1452      Branch: perl
1453            ! sv.c t/op/join.t
1454 ____________________________________________________________________________
1455 [  8264] By: jhi                                   on 2000/12/30  06:19:18
1456         Log: Undo all the join-related changes since #8248: relevant
1457              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
1458              The new sv_catsv() doesn't fly so it must go back to
1459              the drawing board.
1460      Branch: perl
1461            ! sv.c t/op/join.t t/pragma/utf8.t
1462 ____________________________________________________________________________
1463 [  8263] By: jhi                                   on 2000/12/30  01:08:32
1464         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
1465      Branch: perl
1466            ! sv.c
1467 ____________________________________________________________________________
1468 [  8262] By: jhi                                   on 2000/12/30  00:45:14
1469         Log: Retract #8261.
1470      Branch: perl
1471            ! hv.c util.c
1472 ____________________________________________________________________________
1473 [  8261] By: jhi                                   on 2000/12/30  00:38:32
1474         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
1475      Branch: perl
1476            ! hv.c util.c
1477 ____________________________________________________________________________
1478 [  8260] By: jhi                                   on 2000/12/29  22:51:33
1479         Log: (Retracted by #8264)  More fixing for #8251.
1480      Branch: perl
1481            ! sv.c
1482 ____________________________________________________________________________
1483 [  8259] By: jhi                                   on 2000/12/29  18:27:30
1484         Log: Subject: podlators 1.06 released
1485              From: Russ Allbery <rra@stanford.edu>
1486              Date: 25 Dec 2000 05:09:30 -0800
1487              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
1488      Branch: perl
1489            + lib/Pod/Text/Overstrike.pm
1490            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
1491            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
1492 ____________________________________________________________________________
1493 [  8258] By: jhi                                   on 2000/12/29  18:20:45
1494         Log: Make the large file tests more robust/talkative as suggested by
1495              
1496              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1497              From: andreas.koenig@anima.de (Andreas J. Koenig)
1498              Date: 29 Dec 2000 14:23:01 +0100
1499              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
1500      Branch: perl
1501            ! t/lib/syslfs.t t/op/lfs.t
1502 ____________________________________________________________________________
1503 [  8257] By: jhi                                   on 2000/12/29  17:48:04
1504         Log: Further VMS piping fixes from Charles Lane:
1505              
1506              In summary, error messages produced when a subprocess terminated
1507              abnormally were being sent not just to the parent process, but to
1508              grandparents, because of default values for error output that were
1509              not completely overridden when the subprocess was started.
1510              
1511              This patch fixes this behavior by defining user-mode (i.e., temporary
1512              for the duration of the program) logical names for SYS$OUTPUT and
1513              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
1514              changes to make it so that the user-mode logicals are the ones that
1515              control where Perl's error messages go if it terminates abnormally.
1516              
1517              I also added some gratuitous fixes to the indentation of braces in
1518              the piping code.  It just looked ugly, before.
1519      Branch: perl
1520            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
1521 ____________________________________________________________________________
1522 [  8256] By: jhi                                   on 2000/12/29  17:45:12
1523         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
1524              From: "Casey R. Tweten" <crt@kiski.net>
1525              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
1526              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
1527              
1528              Tests for for #8240.
1529      Branch: perl
1530            ! t/pragma/constant.t
1531 ____________________________________________________________________________
1532 [  8255] By: jhi                                   on 2000/12/29  17:43:07
1533         Log: Subject: Re: [PATCH] Interesting syntax idea
1534              From: Simon Cozens <simon@cozens.net>
1535              Date: Fri, 29 Dec 2000 14:34:04 +0000
1536              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
1537              
1538              Tests for #8254.
1539      Branch: perl
1540            ! t/pragma/sub_lval.t
1541 ____________________________________________________________________________
1542 [  8254] By: jhi                                   on 2000/12/29  17:42:11
1543         Log: Subject: [PATCH] Interesting syntax idea
1544              From: Simon Cozens <simon@cozens.net>
1545              Date: Wed, 27 Dec 2000 05:08:57 +0000
1546              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
1547              
1548              Make opens + bareword assigns do typeglob assigns.
1549      Branch: perl
1550            ! op.c
1551 ____________________________________________________________________________
1552 [  8253] By: jhi                                   on 2000/12/29  17:36:45
1553         Log: Output the (apparent) version of gcc, as suggested by
1554              
1555              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
1556              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
1557              Date: 26 Dec 2000 04:29:17 -0500
1558              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
1559              
1560              (The patch as such didn't any more apply as the misparsing had
1561              already been addressed in #6474.)  Also change the wording about
1562              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
1563      Branch: perl
1564            ! hints/dec_osf.sh
1565 ____________________________________________________________________________
1566 [  8252] By: nick                                  on 2000/12/29  12:14:31
1567         Log: Integrate mainline
1568      Branch: perlio
1569           !> (integrate 27 files)
1570 ____________________________________________________________________________
1571 [  8251] By: jhi                                   on 2000/12/29  08:45:46
1572         Log: (Retracted by #8264)
1573              
1574              (Fixed by #8260.)
1575              
1576              sv_catsv() needs one more byte space than seems reasonable.
1577              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
1578              Curiouser and curiouser.
1579      Branch: perl
1580            ! sv.c
1581 ____________________________________________________________________________
1582 [  8250] By: jhi                                   on 2000/12/29  07:57:52
1583         Log: More split // UTF-8 tests.
1584      Branch: perl
1585            ! t/pragma/utf8.t
1586 ____________________________________________________________________________
1587 [  8249] By: jhi                                   on 2000/12/29  07:54:51
1588         Log: (Retracted by #8264)  More join() testing which was good because
1589              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
1590      Branch: perl
1591            ! pp.c t/op/join.t utf8.c utf8.h
1592 ____________________________________________________________________________
1593 [  8248] By: jhi                                   on 2000/12/29  07:08:32
1594         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
1595              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
1596              that the only cases to care about are byte+byte and byte+character.
1597              
1598              TODO: See how well pp_concat() could be implemented in terms
1599              of sv_catsv().
1600      Branch: perl
1601            ! doop.c sv.c t/op/join.t utf8.h
1602 ____________________________________________________________________________
1603 [  8247] By: jhi                                   on 2000/12/29  06:35:23
1604         Log: Signedness nit.
1605      Branch: perl
1606            ! pp_hot.c
1607 ____________________________________________________________________________
1608 [  8246] By: jhi                                   on 2000/12/29  01:23:31
1609         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
1610              From: Lupe Christoph <lupe@lupe-christoph.de>
1611              Date: Thu, 28 Dec 2000 23:00:00 +0100
1612              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
1613              
1614              Suggest rsync --delete --dry-run.
1615      Branch: perl
1616            ! pod/perlhack.pod
1617 ____________________________________________________________________________
1618 [  8245] By: jhi                                   on 2000/12/28  23:57:05
1619         Log: The maxiters upper limit sanity check (guarding against
1620              non-progress) assumed bytes instead of characters in s///
1621              and split().
1622      Branch: perl
1623            ! pp.c pp_hot.c
1624 ____________________________________________________________________________
1625 [  8244] By: jhi                                   on 2000/12/28  23:34:08
1626         Log: Make some panic messages a bit more logical.
1627      Branch: perl
1628            ! doop.c pod/perldiag.pod pp.c pp_hot.c
1629 ____________________________________________________________________________
1630 [  8243] By: jhi                                   on 2000/12/28  22:59:16
1631         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
1632              From: Simon Cozens <simon@cozens.net>
1633              Date: Wed, 27 Dec 2000 02:30:03 +0000
1634              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
1635      Branch: perl
1636            ! pp.c t/pragma/sub_lval.t
1637 ____________________________________________________________________________
1638 [  8242] By: jhi                                   on 2000/12/28  22:56:53
1639         Log: Subject: [PATCH blead] Fix B::Terse indentation
1640              From: Daniel Chetlin <daniel@chetlin.com>
1641              Date: Wed, 27 Dec 2000 06:43:30 -0800
1642              Message-ID: <20001227064329.B9573@darkstar>
1643      Branch: perl
1644            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
1645 ____________________________________________________________________________
1646 [  8241] By: jhi                                   on 2000/12/28  22:48:59
1647         Log: The latter patch from the
1648              
1649              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
1650              From: Peter Prymmer <pvhp@forte.com> 
1651              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
1652              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
1653              
1654              (the former patch from the above should have been
1655              taken care of by Nick I-S)
1656      Branch: perl
1657            ! win32/Makefile
1658 ____________________________________________________________________________
1659 [  8240] By: jhi                                   on 2000/12/28  22:45:22
1660         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
1661              From: "Casey R. Tweten" <crt@kiski.net>
1662              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
1663              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
1664      Branch: perl
1665            ! lib/constant.pm
1666 ____________________________________________________________________________
1667 [  8239] By: jhi                                   on 2000/12/28  22:37:45
1668         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
1669              From: Simon Cozens <simon@cozens.net>
1670              Date: Wed, 27 Dec 2000 14:12:44 +0000
1671              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
1672      Branch: perl
1673            ! t/op/method.t t/op/sort.t toke.c
1674 ____________________________________________________________________________
1675 [  8238] By: jhi                                   on 2000/12/28  22:30:32
1676         Log: Subject: [PATCH perl@8229] Call.pm
1677              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1678              Date: Mon, 25 Dec 2000 10:47:15 -0000
1679              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
1680      Branch: perl
1681            ! ext/Filter/Util/Call/Call.pm
1682 ____________________________________________________________________________
1683 [  8237] By: jhi                                   on 2000/12/28  22:19:21
1684         Log: Subject: [PATCH blead] Fix problem with `&' prototype
1685              From: Daniel Chetlin <daniel@chetlin.com>
1686              Date: Wed, 27 Dec 2000 15:55:32 -0800
1687              Message-ID: <20001227155532.D9573@darkstar>
1688      Branch: perl
1689            ! op.c t/comp/proto.t
1690 ____________________________________________________________________________
1691 [  8236] By: jhi                                   on 2000/12/28  22:09:25
1692         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
1693              From: Daniel Chetlin <daniel@chetlin.com>
1694              Date: Sun, 24 Dec 2000 04:09:49 -0800
1695              Message-ID: <20001224040949.B3090@darkstar>
1696      Branch: perl
1697            ! gv.c mg.c t/op/attrs.t
1698 ____________________________________________________________________________
1699 [  8235] By: jhi                                   on 2000/12/28  22:07:11
1700         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
1701              From: Jan Dubois <jand@ActiveState.com>
1702              Date: Tue, 26 Dec 2000 20:57:31 -0800
1703              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
1704      Branch: perl
1705            ! win32/win32.c
1706 ____________________________________________________________________________
1707 [  8234] By: jhi                                   on 2000/12/28  21:52:42
1708         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
1709              From: Simon Cozens <simon@cozens.net>
1710              Date: Thu, 28 Dec 2000 20:33:13 +0000
1711              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
1712      Branch: perl
1713            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
1714 ____________________________________________________________________________
1715 [  8233] By: jhi                                   on 2000/12/28  19:40:49
1716         Log: Integrate perlio.
1717      Branch: perl
1718           !> ext/Encode/Makefile.PL ext/Encode/compile
1719 ____________________________________________________________________________
1720 [  8232] By: nick                                  on 2000/12/23  16:06:00
1721         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
1722              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
1723      Branch: perlio
1724            ! ext/Encode/Makefile.PL
1725 ____________________________________________________________________________
1726 [  8231] By: nick                                  on 2000/12/23  14:30:34
1727         Log: "Compiled" encode build cleanup
1728              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
1729              - .c files do not export sub-tables
1730      Branch: perlio
1731            ! ext/Encode/Makefile.PL ext/Encode/compile
1732 ____________________________________________________________________________
1733 [  8230] By: nick                                  on 2000/12/23  12:50:37
1734         Log: Integrate mainline
1735      Branch: perlio
1736           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1737           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1738           !> pod/perl5004delta.pod pod/perl5005delta.pod
1739           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1740           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1741           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1742           !> pod/perlsub.pod
1743 ____________________________________________________________________________
1744 [  8229] By: jhi                                   on 2000/12/22  15:32:12
1745         Log: Integrate perlio.
1746      Branch: perl
1747           +> win32/distclean.bat
1748           !> MANIFEST t/io/utf8.t
1749 ____________________________________________________________________________
1750 [  8228] By: jhi                                   on 2000/12/22  15:29:40
1751         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1752              From: Robin Barker <rmb1@cise.npl.co.uk>
1753              Date: Fri, 22 Dec 2000 12:17:38 GMT
1754              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1755      Branch: perl
1756            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1757            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1758            ! pod/perl5004delta.pod pod/perl5005delta.pod
1759            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1760            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1761            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1762            ! pod/perlsub.pod
1763 ____________________________________________________________________________
1764 [  8227] By: jhi                                   on 2000/12/22  15:24:28
1765         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1766              From: "John L. Allen" <allen@grumman.com>
1767              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
1768              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
1769              
1770              Document APPLLIB_EXP.
1771      Branch: perl
1772            ! INSTALL
1773 ____________________________________________________________________________
1774 [  8226] By: nick                                  on 2000/12/21  22:11:50
1775         Log: Handy script for when one forgets to "dmake clean" 
1776      Branch: perlio
1777            + win32/distclean.bat
1778            ! MANIFEST
1779 ____________________________________________________________________________
1780 [  8225] By: nick                                  on 2000/12/21  21:54:04
1781         Log: CRLF platform issue with io/utf8 fix.
1782      Branch: perlio
1783            ! t/io/utf8.t
1784 ____________________________________________________________________________
1785 [  8224] By: nick                                  on 2000/12/21  21:02:20
1786         Log: Integrate mainline
1787      Branch: perlio
1788           !> Changes Configure Makefile.SH Porting/Glossary
1789           !> Porting/config.sh Porting/config_H configure.com
1790           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
1791           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
1792           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
1793           !> win32/config.bc win32/config.gc win32/config.vc
1794 ____________________________________________________________________________
1795 [  8223] By: jhi                                   on 2000/12/21  17:09:16
1796         Log: Update Changes.
1797      Branch: perl
1798            ! Changes patchlevel.h
1799 ____________________________________________________________________________
1800 [  8222] By: jhi                                   on 2000/12/21  16:24:01
1801         Log: Metaconfig unit changes for #8221.
1802      Branch: metaconfig/U/perl
1803           +> issymlink.U
1804            - testsyml.U
1805            ! Mksymlinks.U
1806 ____________________________________________________________________________
1807 [  8221] By: jhi                                   on 2000/12/21  16:23:48
1808         Log: Rename testsyml to issymlink.
1809      Branch: perl
1810            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1811            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
1812            ! win32/config.vc
1813 ____________________________________________________________________________
1814 [  8220] By: jhi                                   on 2000/12/21  15:47:26
1815         Log: Robustness support for #8218 (symlink forest) since the GNU
1816              tools seem to be overly picky about symlinkage depths.
1817      Branch: perl
1818            ! Makefile.SH t/io/fs.t
1819 ____________________________________________________________________________
1820 [  8219] By: jhi                                   on 2000/12/21  15:38:27
1821         Log: Metaconfig changes for #8218.
1822      Branch: metaconfig
1823            ! U/modified/Oldconfig.U
1824      Branch: metaconfig/U/perl
1825            + Mksymlinks.U
1826            ! testsyml.U
1827 ____________________________________________________________________________
1828 [  8218] By: jhi                                   on 2000/12/21  15:37:57
1829         Log: Add Configure option -Dmksymlinks which will create a symlink
1830              forest if the current/build differs from the source directory.
1831              TODO: mkdir -p is not portable.
1832      Branch: perl
1833            ! Configure
1834 ____________________________________________________________________________
1835 [  8217] By: jhi                                   on 2000/12/21  14:39:12
1836         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
1837              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
1838              Date: Thu, 21 Dec 2000 09:38:18 GMT
1839              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
1840              
1841              The ofs became an SV.
1842      Branch: perl
1843            ! ext/Thread/Thread.xs
1844 ____________________________________________________________________________
1845 [  8216] By: jhi                                   on 2000/12/21  05:40:21
1846         Log: The polymorphism seems to have fixed 20000517.001.
1847      Branch: perl
1848            ! t/pragma/utf8.t
1849 ____________________________________________________________________________
1850 [  8215] By: jhi                                   on 2000/12/21  04:44:52
1851         Log: read() documentation tweak for 20001121.004.
1852      Branch: perl
1853            ! pod/perlfunc.pod
1854 ____________________________________________________________________________
1855 [  8214] By: jhi                                   on 2000/12/21  03:54:11
1856         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
1857      Branch: perl
1858            ! pp_sys.c t/op/misc.t
1859 ____________________________________________________________________________
1860 [  8213] By: jhi                                   on 2000/12/21  00:28:10
1861         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
1862              From: Peter Prymmer <pvhp@forte.com>
1863              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
1864              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
1865      Branch: perl
1866            ! configure.com
1867 ____________________________________________________________________________
1868 [  8212] By: jhi                                   on 2000/12/21  00:26:21
1869         Log: Edit edit edit.
1870      Branch: perl
1871            ! pod/perlfaq3.pod
1872 ____________________________________________________________________________
1873 [  8211] By: jhi                                   on 2000/12/20  18:52:46
1874         Log: Update Changes.
1875      Branch: perl
1876            ! Changes patchlevel.h
1877 ____________________________________________________________________________
1878 [  8210] By: jhi                                   on 2000/12/20  18:34:47
1879         Log: Yet another editor edit.
1880      Branch: perl
1881            ! pod/perlfaq3.pod
1882 ____________________________________________________________________________
1883 [  8209] By: jhi                                   on 2000/12/20  15:33:28
1884         Log: More Win32 Perling.
1885      Branch: perl
1886            ! pod/perlfaq3.pod
1887 ____________________________________________________________________________
1888 [  8208] By: jhi                                   on 2000/12/20  15:07:46
1889         Log: More Win32 editor/IDE/shell hints.
1890      Branch: perl
1891            ! pod/perlfaq3.pod
1892 ____________________________________________________________________________
1893 [  8207] By: jhi                                   on 2000/12/20  03:54:08
1894         Log: Subject: [PATCH] obscure timing knowledge
1895              From: Nicholas Clark <nick@ccl4.org>
1896              Date: Tue, 19 Dec 2000 19:22:31 +0000
1897              Message-ID: <20001219192231.F2827@plum.flirble.org>
1898      Branch: perl
1899            ! sv.c
1900 ____________________________________________________________________________
1901 [  8206] By: jhi                                   on 2000/12/20  03:45:57
1902         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
1903              From: Spider Boardman <spider@leggy.zk3.dec.com>
1904              Date: Tue, 19 Dec 2000 21:30:16 -0500
1905              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
1906      Branch: perl
1907            ! sv.c
1908 ____________________________________________________________________________
1909 [  8205] By: jhi                                   on 2000/12/19  23:02:01
1910         Log: Update Changes.
1911      Branch: perl
1912            ! Changes patchlevel.h
1913 ____________________________________________________________________________
1914 [  8204] By: jhi                                   on 2000/12/19  22:58:18
1915         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
1916              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
1917              on editors and diffing/patching.
1918      Branch: perl
1919            ! t/op/utf8decode.t
1920 ____________________________________________________________________________
1921 [  8203] By: nick                                  on 2000/12/19  21:36:16
1922         Log: Integrate mainline (forgot my own change...)
1923      Branch: perlio
1924           !> ext/Encode/compile
1925 ____________________________________________________________________________
1926 [  8202] By: nick                                  on 2000/12/19  21:34:42
1927         Log: Integrate mainline.
1928      Branch: perlio
1929           !> (integrate 61 files)
1930 ____________________________________________________________________________
1931 [  8201] By: nick                                  on 2000/12/19  21:34:06
1932         Log: Avoid looking for File::Glob when we don't need it.
1933      Branch: perl
1934            ! ext/Encode/compile
1935 ____________________________________________________________________________
1936 [  8200] By: jhi                                   on 2000/12/19  18:35:49
1937         Log: Update Changes.
1938      Branch: perl
1939            ! Changes patchlevel.h
1940 ____________________________________________________________________________
1941 [  8199] By: jhi                                   on 2000/12/19  18:35:07
1942         Log: Microperl tweaks.
1943      Branch: perl
1944            ! sv.c uconfig.h uconfig.sh
1945 ____________________________________________________________________________
1946 [  8198] By: jhi                                   on 2000/12/19  18:29:59
1947         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
1948      Branch: perl
1949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1950            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
1951 ____________________________________________________________________________
1952 [  8197] By: jhi                                   on 2000/12/19  17:55:29
1953         Log: In VMS embedded perls couldn't access the statically built Socket,
1954              from Charles Lane.
1955      Branch: perl
1956            ! configure.com
1957 ____________________________________________________________________________
1958 [  8196] By: jhi                                   on 2000/12/19  17:49:50
1959         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
1960              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
1961              Date: Sun, 17 Dec 2000 19:11:44 -0000
1962              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
1963      Branch: perl
1964            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1965            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1966 ____________________________________________________________________________
1967 [  8195] By: jhi                                   on 2000/12/19  17:47:53
1968         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
1969              From: Jonathan Stowe <gellyfish@gellyfish.com>
1970              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
1971              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
1972      Branch: perl
1973            ! utils/h2xs.PL
1974 ____________________________________________________________________________
1975 [  8194] By: jhi                                   on 2000/12/19  17:46:28
1976         Log: Subject: Re: useless use of void context work-around
1977              From: andreas.koenig@anima.de (Andreas J. Koenig)
1978              Date: 16 Dec 2000 15:13:36 +0100
1979              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
1980              
1981              Document (comment) the q(di ds ig) trick in the code.
1982      Branch: perl
1983            ! op.c
1984 ____________________________________________________________________________
1985 [  8193] By: jhi                                   on 2000/12/19  17:10:57
1986         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
1987              From: "Mark J. Reed" <mreed@strange.turner.com>
1988              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
1989              Message-Id: <200012160222.VAA13986@strange.turner.com>
1990      Branch: perl
1991            ! ext/Sys/Syslog/Syslog.pm
1992 ____________________________________________________________________________
1993 [  8192] By: jhi                                   on 2000/12/19  17:07:45
1994         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
1995              From: Nicholas Clark <nick@ccl4.org>
1996              Date: Sat, 16 Dec 2000 19:03:13 +0000
1997              Message-ID: <20001216190313.D68304@plum.flirble.org>
1998      Branch: perl
1999            ! t/op/64bitint.t
2000 ____________________________________________________________________________
2001 [  8191] By: jhi                                   on 2000/12/19  17:06:13
2002         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
2003              From: Dominic Dunlop <domo@computer.org>
2004              Date: Mon, 18 Dec 2000 12:00:15 +0100
2005              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
2006              
2007              This patchlet is needed in order that perl can be statically linked.  
2008      Branch: perl
2009            ! regexec.c
2010 ____________________________________________________________________________
2011 [  8190] By: jhi                                   on 2000/12/19  17:03:08
2012         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
2013              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2014              Date: Sun, 17 Dec 2000 00:18:35 -0600
2015              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
2016      Branch: perl
2017            ! perlio.h vms/gen_shrfls.pl
2018 ____________________________________________________________________________
2019 [  8189] By: jhi                                   on 2000/12/19  16:20:28
2020         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2021              From: Prymmer/Kahn <pvhp@best.com>
2022              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
2023              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
2024              
2025              A better version of #8188.
2026      Branch: perl
2027            ! pod/perlfaq3.pod
2028 ____________________________________________________________________________
2029 [  8188] By: jhi                                   on 2000/12/19  15:57:06
2030         Log: (Replaced by #8189)
2031              
2032              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2033              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
2034              From: Prymmer/Kahn <pvhp@best.com>
2035              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
2036              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2037              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
2038              Date: Mon, 18 Dec 2000 11:10:45 -0500
2039              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
2040      Branch: perl
2041            ! pod/perlfaq3.pod
2042 ____________________________________________________________________________
2043 [  8187] By: jhi                                   on 2000/12/19  15:54:19
2044         Log: Email address fix for Anton Berezin.
2045      Branch: perl
2046            ! AUTHORS
2047 ____________________________________________________________________________
2048 [  8186] By: jhi                                   on 2000/12/19  15:38:54
2049         Log: Subject: [PATCH perl@8102] cygwin port
2050              From: "Eric Fifer" <efifer@dircon.co.uk> 
2051              Date: Thu, 14 Dec 2000 13:41:29 -0000
2052              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
2053              
2054              When compiling modules the data item that is being imported
2055              from libperl.dll needs to be tagged as imported/shared data:
2056              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
2057      Branch: perl
2058            ! perliol.h
2059 ____________________________________________________________________________
2060 [  8185] By: jhi                                   on 2000/12/19  14:53:24
2061         Log: Regen uconfig.h and uconfig.sh.
2062      Branch: perl
2063            ! uconfig.h uconfig.sh
2064 ____________________________________________________________________________
2065 [  8184] By: jhi                                   on 2000/12/18  20:43:49
2066         Log: Comments work so much better when they are closed.
2067      Branch: perl
2068            ! regcomp.c
2069 ____________________________________________________________________________
2070 [  8183] By: jhi                                   on 2000/12/18  18:04:02
2071         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
2072              Fixes the bug 20001218.016.
2073      Branch: perl
2074            ! regcomp.c
2075 ____________________________________________________________________________
2076 [  8182] By: gsar                                  on 2000/12/18  09:53:47
2077         Log: delete spurious files
2078      Branch: maint-5.6/perl
2079            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
2080            - vos/config.h vos/config_h.SH_orig
2081 ____________________________________________________________________________
2082 [  8181] By: gsar                                  on 2000/12/18  09:46:08
2083         Log: regen perltoc
2084      Branch: maint-5.6/perl
2085            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
2086 ____________________________________________________________________________
2087 [  8180] By: gsar                                  on 2000/12/18  09:20:27
2088         Log: integrate changes#7924..7926,7946,7952 from mainline
2089      Branch: maint-5.6/perl
2090           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
2091           !> lib/File/stat.pm t/lib/class-struct.t
2092 ____________________________________________________________________________
2093 [  8179] By: gsar                                  on 2000/12/18  08:55:54
2094         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
2095              7918,7919,7988,8907 from mainline (various)
2096      Branch: maint-5.6/perl
2097           +> t/lib/class-struct.t
2098           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
2099           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
2100           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
2101 ____________________________________________________________________________
2102 [  8178] By: gsar                                  on 2000/12/18  08:16:30
2103         Log: avoid redefinition warnings on windows due to sys/socket.h getting
2104              #included before win32.h
2105      Branch: maint-5.6/perl
2106            ! win32/include/sys/socket.h
2107 ____________________________________________________________________________
2108 [  8177] By: gsar                                  on 2000/12/18  05:24:04
2109         Log: make regen_headers; fix POSIX.xs problems; remove outdated
2110              code from sys/socket.h that makes build fail now
2111      Branch: maint-5.6/perl
2112            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2113            ! pod/perlapi.pod
2114           !> win32/include/sys/socket.h
2115 ____________________________________________________________________________
2116 [  8176] By: gsar                                  on 2000/12/18  05:20:17
2117         Log: update Changes
2118      Branch: maint-5.6/perl
2119            ! Changes patchlevel.h
2120 ____________________________________________________________________________
2121 [  8175] By: gsar                                  on 2000/12/18  04:57:48
2122         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
2123              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
2124              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
2125              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
2126              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
2127              7823,7825,7838
2128      Branch: maint-5.6/perl
2129           +> lib/File/Spec/Epoc.pm
2130           !> (integrate 88 files)
2131 ____________________________________________________________________________
2132 [  8174] By: gsar                                  on 2000/12/18  03:53:09
2133         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
2134              7625..7629,7631..7634,7637,7639,7642 from mainline
2135      Branch: maint-5.6/perl
2136           +> README.solaris
2137           !> (integrate 26 files)
2138 ____________________________________________________________________________
2139 [  8173] By: gsar                                  on 2000/12/18  03:37:02
2140         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
2141              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
2142              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
2143              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
2144      Branch: maint-5.6/perl
2145           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
2146            - MAINTAIN
2147           !> (integrate 111 files)
2148 ____________________________________________________________________________
2149 [  8172] By: jhi                                   on 2000/12/18  02:49:27
2150         Log: Regen pods.
2151      Branch: perl
2152            ! pod/perlmodlib.pod pod/perltoc.pod
2153 ____________________________________________________________________________
2154 [  8171] By: gsar                                  on 2000/12/18  02:49:24
2155         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
2156              7465..7471 from mainline
2157              
2158              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
2159              in platforms that strictly require all the symbols being present
2160              at link time.
2161              
2162              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
2163              
2164              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
2165              
2166              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
2167              
2168              Subject: [PATCH] todo
2169              
2170              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
2171              
2172              Use $sort, $uniq (and $tr) consistently as wondered
2173              by Nicholas Clark.
2174              
2175              Too enthusiastic editing in #7460.
2176              
2177              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
2178              
2179              Upgrade to CPAN 1.58_55.
2180              Subject: CPAN.pm status
2181              
2182              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
2183              
2184              Make target reordering to avoid pointless re-makes.
2185              Subject: Re: Total re-make of 'make okfile' after 7451 ?
2186              
2187              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
2188              
2189              Subject: DOC PATCH 5.6.0
2190              
2191              Add the repository doc by Malcolm, Sarathy, and by Simon,
2192              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
2193      Branch: maint-5.6/perl
2194           +> Porting/repository.pod
2195           !> Configure MANIFEST Makefile.SH README.dos README.os2
2196           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
2197           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
2198           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
2199 ____________________________________________________________________________
2200 [  8169] By: gsar                                  on 2000/12/18  02:33:34
2201         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
2202              7435..7441,7445 from mainline
2203              
2204              Make the UTF-8 decoding stricter and more verbose when
2205              malformation happens.  This involved adding an argument
2206              to utf8_to_uv_chk(), which involved changing its prototype,
2207              and prefer STRLEN over I32 for the UTF-8 length, which as
2208              a domino effect necessitated changing the prototypes of
2209              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2210              The stricter UTF-8 decoding checking uses Markus Kuhn's
2211              UTF-8 Decode Stress Tester from
2212              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2213              
2214              Run vms/vms_yfix.pl, should have done that after changing
2215              perly.c in #7382.
2216              
2217              Subject: [PATCH 5.7.0] static linking with uninstalled perl
2218              
2219              (Replaced by #7440.)
2220              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2221              
2222              Fix the bug ID 20001024.005, the bug introduced by #7416.
2223              
2224              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2225              
2226              Fix the bug reported in
2227              From: andreas.koenig@anima.de (Andreas J. Koenig)
2228              Also make is_utf8_char() stricter.
2229              
2230              Missed the header file changes from #7425.
2231              
2232              Check if stdio supports tweaking lval and cnt simultaneously.
2233              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2234              
2235              Stratus VOS updates from Paul Green.
2236              
2237              Podify README.epoc and README.vos.
2238              
2239              Add targets to Makefile.SH, most importantly
2240              'regen_all' which also remembers to update vms/perly*.
2241              
2242              Subject: Minor update to find2perl, for portability
2243              
2244              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2245              
2246              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2247              
2248              Rename UTF8LEN() to be UNISKIP(), too confusing to have
2249              UTF8LEN() and UTF8SKIP(). 
2250              
2251              Allow poking holes at the UTF-8 decoding strictness.
2252              
2253              Continue the internal UTF-8 API tweaking.
2254              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2255              used much more than the simpler API, now called utf8_to_uv_simple().
2256              Still not quite happy with API, too much partial duplication
2257              of functionality.
2258              
2259              A new version of making the syslog test more robust.
2260              (Replaces #7421.)
2261              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2262              
2263              buildtoc target tweaks.
2264              
2265              Integrate with vmsperl #7430 by Charles Bailey:
2266              
2267              Cleanup from prior patch (Charles Lane?):
2268              - improve handling of MFDs in Basename and Path
2269              - default to no xsubpp line # munging when building debug images
2270      Branch: maint-5.6/perl
2271           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2272           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2273           !> (integrate 67 files)
2274 ____________________________________________________________________________
2275 [  8168] By: gsar                                  on 2000/12/18  02:05:49
2276         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
2277              
2278              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
2279              From: Martin Husemann <martin@duskware.de>
2280              
2281              Subject: [PATCH 5.7.0] restore match data on backtracing
2282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2283      Branch: maint-5.6/perl
2284           !> regcomp.c regexec.c t/op/re_tests
2285 ____________________________________________________________________________
2286 [  8167] By: gsar                                  on 2000/12/18  01:55:22
2287         Log: integrate changes#7858,7986 from mainline
2288              
2289              C<foreach my $x ...> in pseudo-fork()ed process may diddle
2290              parent's memory; fix it by keeping track of the actual pad
2291              offset rather than a raw pointer (this change is probably also
2292              relevant to non-ithreads case to avoid fallout from reallocs of
2293              the pad array, but is currently only enabled for the ithreads
2294              case in the interests of minimal disruption to existing "well
2295              tested" code)
2296              
2297              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2298              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2299              tickles)
2300      Branch: maint-5.6/perl
2301           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2302           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
2303           !> win32/win32.c win32/win32.h win32/win32sck.c
2304 ____________________________________________________________________________
2305 [  8166] By: gsar                                  on 2000/12/18  01:52:59
2306         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
2307              from mainline (xsubpp and ExtUtils::LibList fixups, various
2308              other small items)
2309      Branch: maint-5.6/perl
2310           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
2311           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2312           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
2313           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
2314           !> win32/bin/search.pl
2315 ____________________________________________________________________________
2316 [  8165] By: gsar                                  on 2000/12/18  01:28:45
2317         Log: integrate changes#7533,7563,7611,7623 from mainline (various
2318              malloc.c embellishments)
2319      Branch: maint-5.6/perl
2320           !> malloc.c pod/perldiag.pod
2321 ____________________________________________________________________________
2322 [  8164] By: gsar                                  on 2000/12/18  01:23:33
2323         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
2324              fixups)
2325      Branch: maint-5.6/perl
2326           !> utils/h2xs.PL
2327 ____________________________________________________________________________
2328 [  8163] By: gsar                                  on 2000/12/18  01:17:50
2329         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
2330              fixups)
2331      Branch: maint-5.6/perl
2332           !> Makefile.SH utils/perlbug.PL
2333 ____________________________________________________________________________
2334 [  8162] By: gsar                                  on 2000/12/18  00:25:43
2335         Log: always export Perl_deb() (it is required by re.xs whether
2336              Perl is built with or without -DDEBUGGING)
2337      Branch: maint-5.6/perl
2338            ! makedef.pl
2339 ____________________________________________________________________________
2340 [  8161] By: gsar                                  on 2000/12/18  00:23:38
2341         Log: integrate change#7414 from mainline
2342              
2343              Undo the basename() part of #7412 since the lib/basename
2344              tests would need upgrading too.
2345              
2346              squelch two tests in tr.t that rely on tr/// paranoia change
2347              that's not in 5.6.x
2348      Branch: maint-5.6/perl
2349            ! t/op/tr.t
2350           !> lib/File/Basename.pm
2351 ____________________________________________________________________________
2352 [  8160] By: gsar                                  on 2000/12/18  00:05:30
2353         Log: missing change in previous integrate
2354      Branch: maint-5.6/perl
2355           !> README.aix
2356 ____________________________________________________________________________
2357 [  8159] By: gsar                                  on 2000/12/18  00:03:38
2358         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
2359              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
2360              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
2361              7410..7413 from mainline
2362      Branch: maint-5.6/perl
2363           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
2364           +> t/lib/tie-splice.t
2365            - lib/unicode/Is/DCinital.pl
2366           !> (integrate 112 files)
2367 ____________________________________________________________________________
2368 [  8158] By: jhi                                   on 2000/12/17  23:04:24
2369         Log: Subject: [PATCHES] RE: perl@8150 
2370              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2371              Date: Sun, 17 Dec 2000 21:46:39 +0100
2372              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
2373              
2374              Neither cygwin has a getpwuid() one can trust on.
2375      Branch: perl
2376            ! t/lib/glob-basic.t
2377 ____________________________________________________________________________
2378 [  8157] By: jhi                                   on 2000/12/17  23:01:54
2379         Log: More MAN.PODS => {} fixes.
2380      Branch: perl
2381            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
2382            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
2383            ! os2/OS2/REXX/Makefile.PL
2384 ____________________________________________________________________________
2385 [  8156] By: gsar                                  on 2000/12/17  22:49:13
2386         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
2387              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
2388              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
2389              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
2390              7201,7204 from mainline
2391      Branch: maint-5.6/perl
2392           !> (integrate 121 files)
2393 ____________________________________________________________________________
2394 [  8155] By: jhi                                   on 2000/12/17  22:30:58
2395         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
2396              From: "Craig A. Berry" <craigberry@mac.com>
2397              Date: Sun, 17 Dec 2000 13:09:28 -0600
2398              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
2399              
2400              MAN.PODS => ' ' is naughty.
2401      Branch: perl
2402            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2403 ____________________________________________________________________________
2404 [  8154] By: nick                                  on 2000/12/17  22:07:13
2405         Log: MULTIPLICITY nit.
2406      Branch: perl
2407            ! mg.c
2408 ____________________________________________________________________________
2409 [  8153] By: gsar                                  on 2000/12/17  21:23:05
2410         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
2411              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
2412              from mainline
2413              
2414              Document the SvIOK_.*UV().
2415              
2416              Update Unicode todo list.
2417              
2418              Guard against bad string->int conversion for quads.
2419              
2420              Subject: small apidoc fix
2421              
2422              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2423              
2424              Subject: [PATCH] Tied filehandle documentation
2425              
2426              Subject: [PATCH] Modernize Opcode.pm documentation
2427              
2428              Make Data::Dumper (non-XS) to work with changed semantics of ref().
2429              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2430              [applied even though said semantics didn't change in 5.6.x]
2431              
2432              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2433              
2434              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2435              
2436              Fix the URL, but the server is still missing in action.
2437              Subject: [ID 20000905.002] perlfaq1.pod URL error
2438              
2439              Subject: [ID 20000903.001] \w in utf8-strings
2440              
2441              Fix the ccversion detection for 5.1 and beyond.
2442              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2443              
2444              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2445              
2446              Subject: [ID 20000904.008] Tiny fix for perldiag
2447              
2448              Subject: Re: [ID 20000906.004] segfault with bad perl statement
2449              
2450              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2451              
2452              Subject: [ID 20000908.002] perlipc documentation bug.
2453              
2454              Subject: [PATCH lib/Benchmark.pm]
2455              
2456              Re-allow vec() for characters > 255.
2457              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2458              
2459              Do away with memory models cruft.  Sorry, PDP users.
2460              
2461              Continue #7041.
2462              
2463              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2464              
2465              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2466              
2467              Upgrade to CPAN 1.57_65, from Andreas König.
2468              
2469              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2470              by Russ Allbery.
2471              
2472              Silence t/pod/*.t about alternate quote-mappings now implemented
2473              by Pod::Text, from Brad Appleton.
2474              
2475              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2476              Subject: borland C++ win32.c tweak
2477              
2478              C<@a = @b = split(...)> optimization coredumps under ithreads
2479              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2480              
2481              Document the SvUTF8*().
2482              
2483              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2484              
2485              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2486              
2487              Do in VMS as the #7054 does.
2488              
2489              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2490              
2491              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2492              
2493              Subject: [patch: perl@7045] vms updates
2494              
2495              Test for the #7049.
2496              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2497              
2498              Break up the myconfig lines a bit.
2499              Subject: perlbug/perl -V output format
2500              
2501              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2502              
2503              The #7054 truncated Configure badly.
2504              
2505              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2506              initialization in all the threads on Windows
2507              
2508              Allow for whitespace between "#" and "line" in cpp output.
2509              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2510              
2511              Remove vestiges of tr//CU.
2512              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2513              
2514              The return value of setlocale must be copied away.
2515              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2516              
2517              Allow chop() and chomp() to be overridden.
2518              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2519              
2520              Hints optimization.
2521              Subject: Minor nit
2522              
2523              Subject: [PATCH] de-wall t/README
2524              
2525              Subject: Re: Two advertising clauses need to be removed
2526      Branch: maint-5.6/perl
2527           !> (integrate 75 files)
2528 ____________________________________________________________________________
2529 [  8152] By: gsar                                  on 2000/12/17  20:30:11
2530         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
2531              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
2532              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
2533              
2534              Don't attach -ld to the archname if pointless.
2535              
2536              Document UNTIE in a very minimalistic way.
2537              
2538              POSIX doesn't report long double values under -Duselongdouble
2539              when the long doubles are "real" (bigger than doubles).
2540              
2541              More author updates.
2542              
2543              Try to deduce NV_MAX.  Really should be Configure fodder.
2544              
2545              :: not allowed in pathnames, change to .
2546              Subject: [PATCH perl@6938] cygwin port
2547              
2548              Forget about NV_MAX (#6951).  Various floating point tweaks,
2549              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2550              
2551              Move the Solaris 7 scan to use64bitall, make the
2552              failure to find 64-bot sparc libc to mention the
2553              possibility of being in an intel, from Lupe and Alan.
2554              
2555              Regen perltoc.
2556              
2557              AUTHORS tweaks, from Peter Prymmer.
2558              
2559              More address tweaking.
2560              
2561              Small tweaks all over.
2562              
2563              File::Temp patches from Andreas König,
2564              
2565              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2566              
2567              Subject: CPAN.pm beta 1.57_57 for the core
2568              
2569              Part of the solution.
2570              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2571              
2572              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2573              
2574              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2575              
2576              Add the overload warnings to perldiag.
2577              
2578              Drop unused argument.
2579              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2580              
2581              Subject: Nit in Configure (bleadperl@6961)
2582              
2583              Update to PodParser 1.18, from Brad Appleton.
2584              
2585              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2586              
2587              Subject: [PATCH: 6948] add SCNfldbl to configure.com
2588              
2589              Document UNTIE. Also tweak implementation to suppress the 'inner references'
2590              warning when UNTIE exists and instead pass the cound of extra references to
2591              the UNTIE method.
2592              
2593              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2594              so that case-ignoring systems like DCL can tell them from
2595              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
2596              
2597              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2598              
2599              Feature ordering tweak.
2600              
2601              Regen perltoc.
2602              
2603              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
2604              
2605              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2606              
2607              Subject: http:// in L<>
2608              
2609              Detypo.
2610              
2611              change#6791 accidentally clobbered change#6710, put it back
2612              
2613              Only the first line, thank you very much.
2614              
2615              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2616              plus rework the http: spots as suggested by Tom Christiansen,
2617              plus regen perltoc.
2618              
2619              Undo part of change 6489 which looks like a bulk edit which
2620              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2621              The supressing of main:: on return from select() is undesirable.
2622              
2623              Apparently avoiding the swapping is too costly.
2624              
2625              Various Configure nits by Philip Newton,
2626              plus the ebcdic one by me.
2627              
2628              Make certain cc is set before trying to run it.
2629              
2630              If overloaded %{} etc. return the object do not loop.
2631              Thus  sub deref { $_[0] } functions if object is wanted type.
2632              
2633              Update perlhist.
2634              
2635              More %{} and other deref special casing - do not pass to 'nomethod'.
2636      Branch: maint-5.6/perl
2637           !> (integrate 59 files)
2638 ____________________________________________________________________________
2639 [  8151] By: gsar                                  on 2000/12/17  19:14:38
2640         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
2641              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
2642              
2643              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2644              
2645              Make the epsilon to be relative, not absolute.
2646              
2647              Put back the flags dump as reasoned in
2648              Subject: Re: [PATCH] Glob dumping
2649              
2650              Introduce ccname to keep track of what compiler kind of we have.
2651              
2652              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2653              
2654              Put back the slice accidentally removed by #6907.
2655              
2656              Reset archname and archname64 always, forcing them be
2657              recomputed at each Configure run, make Configure and
2658              the hints files agree on the naming of largefiles variables.
2659              
2660              Don't say "Perl 5.0 source kit".
2661              
2662              Subject: [PATCH] fix misc cast warnings
2663              
2664              Subject: typos in pods
2665              
2666              NVs not necessarily doubles, as pointed out by Yitzchak.
2667              
2668              Subject: [PATCH 6889] add a few ldbl formats to configure.com
2669              
2670              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2671              
2672              Better options for rsync.
2673              
2674              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2675              
2676              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2677              
2678              Subject: [PATCH] Re: UNTIE method 
2679              
2680              A better fix for the Socket building problem from Craig Berry.
2681              
2682              Retract the dummy test, skip the security tests (instead of failing),
2683              explain what the warnings mean.
2684              
2685              Heap decorruption.
2686              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2687              
2688              Update to Unicode 3.0.1.
2689              
2690              Missed one Unicode file.
2691              
2692              Subject: Re: typos in pods
2693              
2694              The #6929 was too skimpy.
2695              
2696              sscanf() may be the only way to read long doubles from strings.
2697              
2698              Reveal Borland's isnan.
2699              Subject: build with BC++ tweak
2700              
2701              Issue useful diagnostic on unknown pod commands.
2702              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2703              
2704              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2705              
2706              Clarify the third case of ftmp-security warnings.
2707              
2708              Make -Dusemorebits find long doubles in Solaris.
2709              
2710              Wrap the test in eval.
2711      Branch: maint-5.6/perl
2712           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2713           +> lib/unicode/PropList.txt lib/unicode/README.perl
2714           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2715           +> lib/unicode/Unicode.301 vms/vmspipe.com
2716            - lib/unicode/Props.txt lib/unicode/UCD300.html
2717            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2718           !> (integrate 305 files)
2719 ____________________________________________________________________________
2720 [  8150] By: jhi                                   on 2000/12/17  18:47:57
2721         Log: Uncheckedin generated files.
2722      Branch: perl
2723            ! global.sym perlapi.c pod/perlapi.pod
2724 ____________________________________________________________________________
2725 [  8149] By: jhi                                   on 2000/12/17  18:41:22
2726         Log: Update Changes.
2727      Branch: perl
2728            ! Changes patchlevel.h
2729 ____________________________________________________________________________
2730 [  8148] By: jhi                                   on 2000/12/17  18:39:16
2731         Log: Subject: [PATCH] Fcntl constants speedup
2732              From: Nicholas Clark <nick@ccl4.org>
2733              Date: Sun, 17 Dec 2000 16:29:24 +0000
2734              Message-ID: <20001217162924.E97668@plum.flirble.org>
2735              
2736              Use IVs for the Fcntl constants instead of NVs.
2737      Branch: perl
2738            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
2739 ____________________________________________________________________________
2740 [  8147] By: jhi                                   on 2000/12/17  18:33:41
2741         Log: Add test for #8145 (binmode() warning), add warning for
2742              ioctl() and sockpair(), document them. (fileno() cannot
2743              be tripwired with the same kind of warning because
2744              'defined fileno($foo)' seems to be an idiom.)
2745      Branch: perl
2746            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
2747 ____________________________________________________________________________
2748 [  8146] By: gsar                                  on 2000/12/17  18:09:08
2749         Log: update Changes
2750      Branch: maint-5.6/perl
2751            ! Changes
2752 ____________________________________________________________________________
2753 [  8145] By: jhi                                   on 2000/12/17  17:39:35
2754         Log: Subject: [PATCH] Re: The long awaited feature ...
2755              From: Simon Cozens <simon@cozens.net>
2756              Date: Sun, 17 Dec 2000 12:31:56 +0000
2757              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
2758              
2759              Add a warning to binmode() about using bad filehandles
2760              (can happen e.g. if someone forgets the filehandle argument)
2761      Branch: perl
2762            ! pp_sys.c
2763 ____________________________________________________________________________
2764 [  8144] By: jhi                                   on 2000/12/17  17:33:48
2765         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
2766              From: Jonathan Stowe <gellyfish@gellyfish.com>
2767              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
2768              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
2769      Branch: perl
2770            ! lib/Net/Ping.pm
2771 ____________________________________________________________________________
2772 [  8143] By: jhi                                   on 2000/12/17  05:31:37
2773         Log: Polymorphic regexps.
2774              
2775              Fixes at least the bugs 20001028.003 (both of them...) and
2776              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
2777              also to be fixed by now, probably already before this patch.
2778      Branch: perl
2779            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
2780            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
2781            ! t/op/utf8decode.t t/pragma/utf8.t
2782 ____________________________________________________________________________
2783 [  8142] By: jhi                                   on 2000/12/16  17:16:05
2784         Log: Subject: [patch perl@8102] dos/djgpp update
2785              From: Laszlo Molnar <ml1050@freemail.hu>
2786              Date: Sat, 16 Dec 2000 01:40:52 +0100
2787              Message-ID: <20001216014052.A335@freemail.hu>
2788      Branch: perl
2789            ! djgpp/config.over t/base/commonsense.t
2790 ____________________________________________________________________________
2791 [  8141] By: jhi                                   on 2000/12/16  17:09:27
2792         Log: Few uncheckedin files.
2793      Branch: perl
2794            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
2795 ____________________________________________________________________________
2796 [  8140] By: nick                                  on 2000/12/15  22:14:31
2797         Log: Integrate mainline
2798      Branch: perlio
2799           !> (integrate 53 files)
2800 ____________________________________________________________________________
2801 [  8139] By: jhi                                   on 2000/12/15  19:49:49
2802         Log: One more IVUV tweak from Nicholas Clark.
2803      Branch: perl
2804            ! sv.c
2805 ____________________________________________________________________________
2806 [  8138] By: jhi                                   on 2000/12/15  19:17:06
2807         Log: Return of the IVUV-preservation, now seems to be happy even
2808              in Digital UNIX (the broken strtoul brokenness detection
2809              seems to have been the fly in the ointment).
2810      Branch: perl
2811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2812            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
2813            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
2814            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
2815            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2816            ! vos/config.ga.h win32/config.bc win32/config.gc
2817            ! win32/config.vc
2818 ____________________________________________________________________________
2819 [  8137] By: jhi                                   on 2000/12/15  18:12:14
2820         Log: Metaconfig unit change for #8136.
2821      Branch: metaconfig
2822            ! U/modified/d_strtoul.U
2823      Branch: metaconfig/U/perl
2824            ! d_strtoull.U d_strtouq.U
2825 ____________________________________________________________________________
2826 [  8136] By: jhi                                   on 2000/12/15  18:11:35
2827         Log: I don't think it's sensible or portable to test the strtou*
2828              on /^-/ strings.
2829      Branch: perl
2830            ! Configure
2831 ____________________________________________________________________________
2832 [  8135] By: jhi                                   on 2000/12/15  17:18:49
2833         Log: Metaconfig unit change for #8134.
2834      Branch: metaconfig
2835            ! U/modified/d_strtoul.U
2836 ____________________________________________________________________________
2837 [  8134] By: jhi                                   on 2000/12/15  17:14:13
2838         Log: If longsize is 8 we don't need a LL suffix for integer constants.
2839      Branch: perl
2840            ! Configure config_h.SH
2841 ____________________________________________________________________________
2842 [  8133] By: jhi                                   on 2000/12/15  16:00:23
2843         Log: Update Changes.
2844      Branch: perl
2845            ! Changes patchlevel.h
2846 ____________________________________________________________________________
2847 [  8132] By: jhi                                   on 2000/12/15  15:44:16
2848         Log: Some compilers get huffy if you do not cast a const pointer
2849              to a non-const when assigning.
2850      Branch: perl
2851            ! gv.c
2852 ____________________________________________________________________________
2853 [  8131] By: jhi                                   on 2000/12/15  15:38:30
2854         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
2855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2856              Date: Fri, 15 Dec 2000 05:26:57 -0500
2857              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
2858      Branch: perl
2859            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
2860            ! t/pragma/overload.t
2861 ____________________________________________________________________________
2862 [  8130] By: jhi                                   on 2000/12/15  15:36:08
2863         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
2864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2865              Date: Thu, 14 Dec 2000 22:02:43 -0500
2866              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
2867      Branch: perl
2868            ! gv.c perl.h
2869 ____________________________________________________________________________
2870 [  8129] By: jhi                                   on 2000/12/15  15:34:16
2871         Log: Subject: PATCH: h2xs nit
2872              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2873              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
2874              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
2875              
2876              Add a template README.
2877      Branch: perl
2878            ! utils/h2xs.PL
2879 ____________________________________________________________________________
2880 [  8128] By: jhi                                   on 2000/12/15  15:32:22
2881         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
2882      Branch: perl
2883            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
2884 ____________________________________________________________________________
2885 [  8127] By: jhi                                   on 2000/12/15  15:19:34
2886         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
2887              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2888              Date:     Thu, 14 Dec 2000 20:04:42 EST
2889              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
2890      Branch: perl
2891            ! ext/Opcode/Opcode.xs
2892 ____________________________________________________________________________
2893 [  8126] By: jhi                                   on 2000/12/15  15:17:49
2894         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
2895              From: Peter Prymmer <pvhp@forte.com>
2896              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
2897              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
2898      Branch: perl
2899            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
2900            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
2901            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
2902 ____________________________________________________________________________
2903 [  8125] By: jhi                                   on 2000/12/15  15:11:05
2904         Log: This seems to be a stage sane and stable enough to checkin.
2905              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
2906      Branch: perl
2907            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
2908            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
2909            ! t/op/cmp.t t/op/numconvert.t
2910 ____________________________________________________________________________
2911 [  8124] By: jhi                                   on 2000/12/15  04:20:26
2912         Log: Something is really wonky.
2913      Branch: perl
2914            ! sv.c
2915 ____________________________________________________________________________
2916 [  8123] By: jhi                                   on 2000/12/15  04:00:50
2917         Log: Fixes for the IV UV patches to compile in Digital UNIX.
2918      Branch: perl
2919            ! sv.c
2920 ____________________________________________________________________________
2921 [  8122] By: jhi                                   on 2000/12/15  02:53:40
2922         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
2923              From: "Craig A. Berry" <craigberry@mac.com>
2924              Date: Thu, 14 Dec 2000 19:10:49 -0600
2925              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
2926      Branch: perl
2927            ! vms/vms.c
2928 ____________________________________________________________________________
2929 [  8121] By: jhi                                   on 2000/12/15  02:50:00
2930         Log: Metaconfig changes for #8120.
2931      Branch: metaconfig
2932            + U/modified/d_strtoul.U
2933      Branch: metaconfig/U/perl
2934            ! d_strtoull.U d_strtouq.U
2935 ____________________________________________________________________________
2936 [  8120] By: jhi                                   on 2000/12/15  02:49:42
2937         Log: From: Nicholas Clark <nick@ccl4.org> 
2938              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
2939              Date: Thu, 14 Dec 2000 18:38:57 +0000
2940              Message-ID: <20001214183857.B97909@plum.flirble.org>
2941      Branch: perl
2942            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2943            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
2944            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2945            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2946            ! win32/config.gc win32/config.vc
2947 ____________________________________________________________________________
2948 [  8119] By: jhi                                   on 2000/12/14  23:40:58
2949         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
2950              From: Nicholas Clark <nick@ccl4.org>
2951              Date: Wed, 13 Dec 2000 20:08:50 +0000
2952              Message-ID: <20001213200849.B71166@plum.flirble.org>
2953      Branch: perl
2954            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
2955            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
2956 ____________________________________________________________________________
2957 [  8118] By: jhi                                   on 2000/12/14  22:46:26
2958         Log: Integrate perlio.
2959      Branch: perl
2960           !> MANIFEST ext/Encode/compile makedef.pl
2961 ____________________________________________________________________________
2962 [  8117] By: nick                                  on 2000/12/14  22:38:53
2963         Log: Win32 tweaks to get Encode to build
2964              - temp hack to makedef.pl till PerlIO is properly "exported".
2965              - MSVC dislikes  
2966              static encpage_t foo[];
2967              so make 'em extern for now.
2968      Branch: perlio
2969            ! ext/Encode/compile makedef.pl
2970 ____________________________________________________________________________
2971 [  8116] By: nick                                  on 2000/12/14  22:00:53
2972         Log: Document the new files
2973      Branch: perlio
2974            ! MANIFEST
2975 ____________________________________________________________________________
2976 [  8115] By: jhi                                   on 2000/12/14  21:58:01
2977         Log: MANIFEST new files of #8114.
2978      Branch: perl
2979            ! MANIFEST
2980 ____________________________________________________________________________
2981 [  8114] By: jhi                                   on 2000/12/14  21:50:49
2982         Log: Integrate perlio.
2983      Branch: perl
2984           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2985           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2986           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
2987           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
2988           !> ext/Encode/Makefile.PL
2989 ____________________________________________________________________________
2990 [  8113] By: jhi                                   on 2000/12/14  21:48:49
2991         Log: The documentation part of the
2992              
2993              Subject: [ID 20001214.002] Net::Ping patch
2994              From: Jonathan Stowe <gellyfish@gellyfish.com>
2995              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
2996              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
2997              since the #7529 had already addressed the same problem.
2998      Branch: perl
2999            ! lib/Net/Ping.pm
3000 ____________________________________________________________________________
3001 [  8112] By: jhi                                   on 2000/12/14  21:42:57
3002         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3003              From: Dominic Dunlop <domo@computer.org>
3004              Date: Tue, 12 Dec 2000 10:47:10 +0100
3005              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
3006              
3007              Document how elusive subroutines can be.
3008      Branch: perl
3009            ! pod/perlfunc.pod
3010 ____________________________________________________________________________
3011 [  8111] By: jhi                                   on 2000/12/14  21:38:05
3012         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3013              From: Dominic Dunlop <domo@computer.org>
3014              Date: Thu, 14 Dec 2000 10:13:51 +0100
3015              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
3016      Branch: perl
3017            ! ext/POSIX/POSIX.pod
3018 ____________________________________________________________________________
3019 [  8110] By: jhi                                   on 2000/12/14  21:36:32
3020         Log: Subject: [patch] perlfaq7
3021              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3022              Date: Thu, 14 Dec 2000 15:31:07 +0100
3023              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
3024      Branch: perl
3025            ! pod/perlfaq7.pod
3026 ____________________________________________________________________________
3027 [  8109] By: jhi                                   on 2000/12/14  21:29:20
3028         Log: Subject: [8104] Encode
3029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3030              Date: Thu, 14 Dec 2000 14:49:34 +0100
3031              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
3032              
3033              Type casting for nervous compilers.
3034      Branch: perl
3035            ! ext/Encode/Encode.xs
3036 ____________________________________________________________________________
3037 [  8108] By: jhi                                   on 2000/12/14  21:26:17
3038         Log: Subject: [8104] DB_File
3039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3040              Date: Thu, 14 Dec 2000 14:49:35 +0100
3041              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
3042              
3043              Type definition incorrect for DB 2.7.7.  Not known when it
3044              changed, so only changed it for a known revision.
3045      Branch: perl
3046            ! ext/DB_File/DB_File.xs
3047 ____________________________________________________________________________
3048 [  8107] By: jhi                                   on 2000/12/14  21:23:41
3049         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
3050              From: Peter Prymmer <pvhp@forte.com>
3051              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
3052              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
3053              
3054              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
3055      Branch: perl
3056            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
3057            ! ext/Encode/Encode/posix-bc.enc
3058 ____________________________________________________________________________
3059 [  8106] By: nick                                  on 2000/12/14  20:36:13
3060         Log: "Cold" build correction to Encode's Makefile.PL
3061      Branch: perlio
3062            ! ext/Encode/Makefile.PL
3063 ____________________________________________________________________________
3064 [  8105] By: nick                                  on 2000/12/14  20:09:37
3065         Log: "Compiled" encodings.
3066              Correct replacement character in EBCDIC .enc files
3067              Add 0x7F to ASCII repertoire.
3068      Branch: perlio
3069            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3070            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3071            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3072            ! ext/Encode/Makefile.PL ext/Encode/compile
3073            ! ext/Encode/encengine.c ext/Encode/encode.h
3074 ____________________________________________________________________________
3075 [  8104] By: nick                                  on 2000/12/14  00:38:20
3076         Log: Integrate mainline
3077      Branch: perlio
3078           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
3079           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
3080           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
3081           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
3082           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
3083           !> t/lib/db-hash.t t/lib/db-recno.t
3084 ____________________________________________________________________________
3085 [  8103] By: nick                                  on 2000/12/13  23:16:13
3086         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
3087              so far and so it does not get lost.
3088      Branch: perlio
3089            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3090 ____________________________________________________________________________
3091 [  8102] By: jhi                                   on 2000/12/13  17:14:22
3092         Log: Update Changes.
3093      Branch: perl
3094            ! Changes patchlevel.h
3095 ____________________________________________________________________________
3096 [  8101] By: jhi                                   on 2000/12/13  16:53:41
3097         Log: Move the proto of start_glob() to a better place; regen api files.
3098      Branch: perl
3099            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
3100 ____________________________________________________________________________
3101 [  8100] By: jhi                                   on 2000/12/13  16:47:11
3102         Log: Metaconfig change for #8099.
3103      Branch: metaconfig
3104            ! U/modified/Head.U
3105 ____________________________________________________________________________
3106 [  8099] By: jhi                                   on 2000/12/13  16:46:48
3107         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3108              From: Andy Dougherty <doughera@lafayette.edu>
3109              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
3110              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
3111      Branch: perl
3112            ! Configure
3113 ____________________________________________________________________________
3114 [  8098] By: jhi                                   on 2000/12/13  16:39:02
3115         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
3116              From: rspier@pobox.com (Robert Spier)
3117              Date: Tue, 12 Dec 2000 21:12:39 -0500
3118              Message-ID: <14902.56087.678086.725773@rls.cx>
3119              
3120              fastgetcwd is defined using a glob alias on a $^O dependent basis -
3121              and there was no default assignment or perl subroutine.
3122      Branch: perl
3123            ! lib/Cwd.pm
3124 ____________________________________________________________________________
3125 [  8097] By: jhi                                   on 2000/12/13  16:16:01
3126         Log: Subject: [PATCH] move startglob out of pp_hot.c
3127              From: Nicholas Clark <nick@ccl4.org>
3128              Date: Mon, 11 Dec 2000 23:16:39 +0000
3129              Message-ID: <20001211231638.A55550@plum.flirble.org>
3130      Branch: perl
3131            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
3132 ____________________________________________________________________________
3133 [  8096] By: jhi                                   on 2000/12/13  15:26:23
3134         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3136              Date: Wed, 13 Dec 2000 14:01:37 +0100
3137              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
3138              
3139              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
3140              in turn requires libpthread in libswanted.
3141      Branch: perl
3142            ! hints/hpux.sh
3143 ____________________________________________________________________________
3144 [  8095] By: jhi                                   on 2000/12/12  19:51:05
3145         Log: The integration wars continue.
3146      Branch: perl
3147           !> sv.c
3148 ____________________________________________________________________________
3149 [  8094] By: jhi                                   on 2000/12/12  19:48:26
3150         Log: Subject: [PATCH perl@8070] DB_File-1.74  
3151              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
3152              Date: Mon, 11 Dec 2000 23:07:17 -0000
3153              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
3154      Branch: perl
3155            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3156            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3157            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
3158            ! t/lib/db-recno.t
3159 ____________________________________________________________________________
3160 [  8093] By: nick                                  on 2000/12/12  19:42:13
3161         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
3162      Branch: perlio
3163            ! sv.c
3164           !> lib/File/DosGlob.pm
3165 ____________________________________________________________________________
3166 [  8092] By: jhi                                   on 2000/12/12  19:28:11
3167         Log: Integrate perlio.
3168      Branch: perl
3169           !> sv.c
3170 ____________________________________________________________________________
3171 [  8091] By: nick                                  on 2000/12/12  18:49:45
3172         Log: Fix for Tk, and upgrading shared SVs.
3173      Branch: perlio
3174            ! sv.c
3175 ____________________________________________________________________________
3176 [  8090] By: jhi                                   on 2000/12/12  16:48:59
3177         Log: Subject: [PATCH] Re: Breadperl & Tk
3178              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3179              Date: Tue, 12 Dec 2000 14:48:27 GMT
3180              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
3181      Branch: perl
3182            ! sv.c
3183 ____________________________________________________________________________
3184 [  8089] By: jhi                                   on 2000/12/12  03:37:19
3185         Log: Subject: DosGlob.pm diff for bash style brace expansion.
3186              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
3187              Date: Fri, 8 Dec 2000 10:45:30 -0600
3188              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
3189      Branch: perl
3190            ! lib/File/DosGlob.pm
3191 ____________________________________________________________________________
3192 [  8088] By: nick                                  on 2000/12/11  23:59:59
3193         Log: Integrate mainline
3194      Branch: perlio
3195           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
3196           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3197           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
3198           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
3199           !> t/op/local.t t/pragma/warn/toke toke.c
3200 ____________________________________________________________________________
3201 [  8087] By: jhi                                   on 2000/12/11  23:20:23
3202         Log: Integrate perlio.
3203      Branch: perl
3204           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3205 ____________________________________________________________________________
3206 [  8086] By: jhi                                   on 2000/12/11  22:50:59
3207         Log: Tune further the OS detection of CGI.
3208      Branch: perl
3209            ! lib/CGI.pm
3210 ____________________________________________________________________________
3211 [  8085] By: nick                                  on 2000/12/11  22:50:46
3212         Log: Finish 1st pass of "encoding" layer e.g. :
3213              open($fh,"<encoding(iso8859-7)",$greek) || die;
3214      Branch: perlio
3215            ! ext/Encode/Encode.xs perlio.c perliol.h
3216 ____________________________________________________________________________
3217 [  8084] By: jhi                                   on 2000/12/11  22:32:06
3218         Log: Revert the -f ambiguousity patch, seems to cause
3219              too much hassle (the interpret -Q as a function
3220              where Q is not a known filetest part is left in).
3221      Branch: perl
3222            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
3223            ! toke.c
3224 ____________________________________________________________________________
3225 [  8083] By: jhi                                   on 2000/12/11  22:27:23
3226         Log: (accidentally empty check-in)
3227      Branch: perl
3228            ! lib/File/DosGlob.pm
3229 ____________________________________________________________________________
3230 [  8082] By: nick                                  on 2000/12/11  19:09:51
3231         Log: Restore mmap function (broken by tweaks to shared buffer
3232              layer for encode(xxxx)).
3233      Branch: perlio
3234            ! perlio.c
3235 ____________________________________________________________________________
3236 [  8081] By: jhi                                   on 2000/12/11  18:29:13
3237         Log: Subject: Re: The long awaited feature ...
3238              From: Simon Cozens <simon@cozens.net>
3239              Date: Mon, 11 Dec 2000 15:54:24 +0000
3240              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
3241              
3242              More io/utf8 tests.
3243      Branch: perl
3244            ! t/io/utf8.t
3245 ____________________________________________________________________________
3246 [  8080] By: jhi                                   on 2000/12/11  18:19:36
3247         Log: Subject: PATCH MakeMaker manpage clarification
3248              From: andreas.koenig@anima.de (Andreas J. Koenig)
3249              Date: 10 Dec 2000 20:46:13 +0100
3250              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
3251      Branch: perl
3252            ! lib/ExtUtils/MakeMaker.pm
3253 ____________________________________________________________________________
3254 [  8079] By: jhi                                   on 2000/12/11  15:35:07
3255         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
3256              From: Simon Cozens <simon@cozens.net>
3257              Date: Sun, 10 Dec 2000 19:06:19 +0000
3258              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
3259      Branch: perl
3260            ! ext/B/B/Deparse.pm t/lib/b.t
3261 ____________________________________________________________________________
3262 [  8078] By: jhi                                   on 2000/12/11  15:09:11
3263         Log: Subject: [PATCH] docs on NaN
3264              From: Nicholas Clark <nick@ccl4.org>
3265              Date: Mon, 11 Dec 2000 01:48:38 +0000
3266              Message-ID: <20001211014838.B99205@plum.flirble.org>
3267      Branch: perl
3268            ! pod/perlop.pod
3269 ____________________________________________________________________________
3270 [  8077] By: jhi                                   on 2000/12/11  15:02:21
3271         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
3272              From: Simon Cozens <simon@cozens.net>
3273              Date: Mon, 11 Dec 2000 01:21:45 +0000
3274              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
3275      Branch: perl
3276            ! pp.c pp_hot.c scope.c t/op/local.t
3277 ____________________________________________________________________________
3278 [  8076] By: nick                                  on 2000/12/10  20:43:32
3279         Log: Not merge worthy...
3280              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
3281              syntax is modelled on attributes.
3282              Untested fix for io/utf8 on Win32 etc.
3283              Very clumsy start to the encode layer.
3284      Branch: perlio
3285            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3286 ____________________________________________________________________________
3287 [  8075] By: jhi                                   on 2000/12/10  18:39:33
3288         Log: Darwin is not Windows.
3289      Branch: perl
3290            ! lib/CGI.pm
3291 ____________________________________________________________________________
3292 [  8074] By: jhi                                   on 2000/12/10  18:31:27
3293         Log: Subject: Ambiguous -%c() resolved as a file test
3294              From: "Paul Marquess" <Paul.Marquess@openwave.com>
3295              Date: Sun, 10 Dec 2000 15:35:07 -0000
3296              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
3297      Branch: perl
3298            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3299 ____________________________________________________________________________
3300 [  8073] By: jhi                                   on 2000/12/10  18:16:29
3301         Log: Subject: PATCH installperl misinformed 
3302              From: andreas.koenig@anima.de (Andreas J. Koenig)
3303              Date: 10 Dec 2000 13:01:32 +0100 
3304              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
3305      Branch: perl
3306            ! installperl
3307 ____________________________________________________________________________
3308 [  8072] By: jhi                                   on 2000/12/10  18:07:55
3309         Log: The walkoptree confusion rages; walkoptree() seems to be coming
3310              from B.xs, while walkoptree_slow() comes from B.pm.
3311      Branch: perl
3312            ! ext/B/B.pm
3313 ____________________________________________________________________________
3314 [  8071] By: nick                                  on 2000/12/10  11:45:47
3315         Log: Integrate mainline
3316      Branch: perlio
3317           +> t/base/commonsense.t
3318           !> (integrate 37 files)
3319 ____________________________________________________________________________
3320 [  8070] By: jhi                                   on 2000/12/10  04:46:21
3321         Log: Update Changes.
3322      Branch: perl
3323            ! Changes patchlevel.h
3324 ____________________________________________________________________________
3325 [  8069] By: jhi                                   on 2000/12/10  04:39:19
3326         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
3327              From: andreas.koenig@anima.de (Andreas J. Koenig)
3328              Date: 09 Dec 2000 17:14:25 +0100
3329              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
3330      Branch: perl
3331            + t/base/commonsense.t
3332            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
3333 ____________________________________________________________________________
3334 [  8068] By: jhi                                   on 2000/12/10  04:17:36
3335         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3336              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3337              Date: Sat, 9 Dec 2000 16:47:22 -0000
3338              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
3339      Branch: perl
3340            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
3341            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3342            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
3343            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3344            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
3345            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3346            ! t/lib/sdbm.t
3347 ____________________________________________________________________________
3348 [  8067] By: jhi                                   on 2000/12/10  03:52:02
3349         Log: Test case for #8066.
3350      Branch: perl
3351            ! t/op/misc.t
3352 ____________________________________________________________________________
3353 [  8066] By: jhi                                   on 2000/12/10  03:50:30
3354         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
3355              From: Simon Cozens <simon@cozens.net>
3356              Date: Sun, 10 Dec 2000 00:55:37 +0000
3357              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
3358      Branch: perl
3359            ! pp_sys.c
3360 ____________________________________________________________________________
3361 [  8065] By: jhi                                   on 2000/12/10  03:44:52
3362         Log: Test case for #8064.
3363      Branch: perl
3364            ! t/comp/proto.t
3365 ____________________________________________________________________________
3366 [  8064] By: jhi                                   on 2000/12/10  03:42:32
3367         Log: Subject: Re: prototype of substr
3368              From: Simon Cozens <simon@cozens.net>
3369              Date: Sun, 10 Dec 2000 00:13:33 +0000
3370              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3371              
3372              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
3373      Branch: perl
3374            ! pp.c
3375 ____________________________________________________________________________
3376 [  8063] By: jhi                                   on 2000/12/10  03:39:42
3377         Log: Subject: [PATCH] perlguts.pod
3378              From: Simon Cozens <simon@cozens.net>
3379              Date: Sun, 10 Dec 2000 00:06:47 +0000
3380              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
3381              
3382              Documentation of the different types of ops,
3383              plus the functions in dump.c
3384      Branch: perl
3385            ! pod/perlguts.pod
3386 ____________________________________________________________________________
3387 [  8062] By: jhi                                   on 2000/12/10  03:30:04
3388         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
3389              From: Nicholas Clark <nick@talking.bollo.cx>
3390              Date: Sat, 09 Dec 2000 18:57:25 +0000
3391              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
3392              
3393              Be more robust in weird hostname setups.
3394      Branch: perl
3395            ! t/lib/net-hostent.t
3396 ____________________________________________________________________________
3397 [  8061] By: jhi                                   on 2000/12/10  03:28:21
3398         Log: Pacify fussy compiler. 
3399      Branch: perl
3400            ! pp_sys.c
3401 ____________________________________________________________________________
3402 [  8060] By: jhi                                   on 2000/12/10  02:52:46
3403         Log: Integrate perlio.
3404      Branch: perl
3405           !> pp_sys.c t/io/utf8.t
3406 ____________________________________________________________________________
3407 [  8059] By: nick                                  on 2000/12/09  23:40:14
3408         Log: read/sysread/recv should now be utf8 aware.
3409              Basic test for utf8 read.
3410      Branch: perlio
3411            ! pp_sys.c t/io/utf8.t
3412 ____________________________________________________________________________
3413 [  8058] By: jhi                                   on 2000/12/09  21:56:02
3414         Log: Integrate perlio.
3415      Branch: perl
3416           +> t/io/utf8.t
3417           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
3418 ____________________________________________________________________________
3419 [  8057] By: jhi                                   on 2000/12/09  21:53:35
3420         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
3421              From: Inaba Hiroto <inaba@st.rim.or.jp>
3422              Date: Sun, 10 Dec 2000 05:53:21 +0900
3423              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
3424              
3425              Tests for #8056.
3426      Branch: perl
3427            ! t/op/each.t
3428 ____________________________________________________________________________
3429 [  8056] By: jhi                                   on 2000/12/09  21:51:16
3430         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
3431              From: Inaba Hiroto <inaba@st.rim.or.jp>
3432              Date: Sat, 09 Dec 2000 18:02:00 +0900
3433              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
3434              
3435              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
3436      Branch: perl
3437            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
3438 ____________________________________________________________________________
3439 [  8055] By: nick                                  on 2000/12/09  20:11:48
3440         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
3441              than raw PerlIO_write() - does not seem to break any tests.
3442      Branch: perlio
3443            ! pp_sys.c
3444 ____________________________________________________________________________
3445 [  8054] By: nick                                  on 2000/12/09  19:47:30
3446         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
3447              (sysread, recv and write i.e. formats still to do...)
3448              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
3449              open($fh,">:utf8","name")
3450              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
3451              so no extra overhead is involved.
3452              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
3453              to a non-utf8 stream.
3454              Add initial io/utf8.t
3455              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
3456              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
3457              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3458      Branch: perlio
3459            + t/io/utf8.t
3460            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
3461 ____________________________________________________________________________
3462 [  8053] By: nick                                  on 2000/12/09  19:26:37
3463         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
3464              was only testing this_utf8.
3465      Branch: perlio
3466            ! toke.c
3467 ____________________________________________________________________________
3468 [  8052] By: nick                                  on 2000/12/09  19:09:41
3469         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
3470              i.e. the output string has one, but don't mess with source assumption.
3471      Branch: perlio
3472            ! toke.c
3473 ____________________________________________________________________________
3474 [  8051] By: jhi                                   on 2000/12/09  16:55:17
3475         Log: Integrate perlio.
3476      Branch: perl
3477           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
3478           !> sv.c thrdvar.h util.c
3479 ____________________________________________________________________________
3480 [  8050] By: jhi                                   on 2000/12/09  16:48:07
3481         Log: Nits noticed by Peter Prymmer.
3482      Branch: perl
3483            ! lib/ExtUtils/MM_VMS.pm
3484 ____________________________________________________________________________
3485 [  8049] By: nick                                  on 2000/12/09  13:49:40
3486         Log: UTF8 output prework.
3487              - Store $\ and $, as SVs so they can have SvUTF8 flag
3488              - use do_print() rather than raw PerlIO_write() to print them.
3489      Branch: perlio
3490            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
3491            ! thrdvar.h util.c
3492 ____________________________________________________________________________
3493 [  8048] By: nick                                  on 2000/12/09  12:30:43
3494         Log: Integrate mainline.
3495      Branch: perlio
3496           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
3497           +> t/op/reverse.t
3498           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
3499           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3500           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
3501           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
3502           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
3503           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3504 ____________________________________________________________________________
3505 [  8047] By: jhi                                   on 2000/12/09  00:23:27
3506         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
3507              From: Michael G Schwern <schwern@pobox.com>
3508              Date: Fri, 8 Dec 2000 14:43:04 -0600
3509      Branch: perl
3510            ! lib/ExtUtils/MM_VMS.pm
3511 ____________________________________________________________________________
3512 [  8046] By: jhi                                   on 2000/12/08  23:10:27
3513         Log: A missed check-in.
3514      Branch: perl
3515            ! lib/ExtUtils/Manifest.pm
3516 ____________________________________________________________________________
3517 [  8045] By: jhi                                   on 2000/12/08  21:57:12
3518         Log: (null check-in)
3519      Branch: perl
3520            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
3521 ____________________________________________________________________________
3522 [  8044] By: jhi                                   on 2000/12/08  21:11:06
3523         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
3524              at the final draft stage.
3525      Branch: perl
3526            + ext/Encode/Encode/iso8859-16.enc
3527            ! MANIFEST
3528 ____________________________________________________________________________
3529 [  8043] By: jhi                                   on 2000/12/08  16:39:04
3530         Log: Update Changes.
3531      Branch: perl
3532            ! Changes patchlevel.h
3533 ____________________________________________________________________________
3534 [  8042] By: jhi                                   on 2000/12/08  16:33:39
3535         Log: Do not return the Unicode replacement character if UTF-8
3536              decoding goes awry, it should be up to the caller to decide.
3537      Branch: perl
3538            ! pod/perlapi.pod utf8.c
3539 ____________________________________________________________________________
3540 [  8041] By: jhi                                   on 2000/12/08  16:22:28
3541         Log: metaconfig maintenance.
3542      Branch: metaconfig
3543            ! U/modified/stdchar.U
3544      Branch: metaconfig/U/perl
3545            + testsyml.U
3546 ____________________________________________________________________________
3547 [  8040] By: jhi                                   on 2000/12/08  16:03:08
3548         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
3549              From: sthoenna@efn.org
3550              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
3551              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
3552      Branch: perl
3553            ! Changes lib/ExtUtils/MM_OS2.pm
3554 ____________________________________________________________________________
3555 [  8039] By: jhi                                   on 2000/12/08  15:57:11
3556         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
3557              From: Simon Cozens <simon@cozens.net>
3558              Date: Fri, 8 Dec 2000 13:33:31 +0000
3559              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
3560              
3561              (The pp_hot part needed a rewrite.)
3562      Branch: perl
3563            ! doop.c pp_hot.c utf8.c
3564 ____________________________________________________________________________
3565 [  8038] By: jhi                                   on 2000/12/08  15:25:08
3566         Log: Subject: djSP
3567              From: Michael Stevens <michael@etla.org>
3568              Date: Wed, 6 Dec 2000 23:24:01 +0000
3569              Message-ID: <20001206232400.A21381@firedrake.org>
3570              
3571              Plus a note from Nick Ing-Simmons.
3572      Branch: perl
3573            ! pp.h
3574 ____________________________________________________________________________
3575 [  8037] By: jhi                                   on 2000/12/08  15:18:35
3576         Log: Filetype is text.
3577      Branch: perl
3578            ! t/op/utf8decode.t
3579 ____________________________________________________________________________
3580 [  8036] By: jhi                                   on 2000/12/08  03:31:27
3581         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3582              From: Andy Dougherty <doughera@lafayette.edu>
3583              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
3584              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
3585              
3586              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3587              From: Andy Dougherty <doughera@lafayette.edu>
3588              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
3589              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
3590      Branch: perl
3591            + ext/POSIX/hints/svr4.pl
3592            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
3593 ____________________________________________________________________________
3594 [  8035] By: jhi                                   on 2000/12/08  03:26:01
3595         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
3596              From: Andy Dougherty <doughera@lafayette.edu>
3597              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
3598              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
3599      Branch: perl
3600            ! t/README t/base/term.t
3601 ____________________________________________________________________________
3602 [  8034] By: jhi                                   on 2000/12/08  03:21:59
3603         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3604              From: mjd@plover.com  
3605              Date: 7 Dec 2000 21:04:20 -0000
3606              Message-ID: <20001207210420.22282.qmail@plover.com>
3607              
3608              Plus -z doc.
3609      Branch: perl
3610            ! pod/perlfunc.pod
3611 ____________________________________________________________________________
3612 [  8033] By: jhi                                   on 2000/12/08  03:19:03
3613         Log: Use the UTF8 macros a bit.  They can't be used with abandon
3614              everywhere because we do generate illegal UTF-8 in some situations.
3615              This is of course naughty.
3616      Branch: perl
3617            ! pod/perlapi.pod utf8.c utf8.h
3618 ____________________________________________________________________________
3619 [  8032] By: jhi                                   on 2000/12/08  03:00:09
3620         Log: Out of sync?
3621      Branch: perl
3622            ! t/pragma/warn/utf8
3623 ____________________________________________________________________________
3624 [  8031] By: jhi                                   on 2000/12/08  02:22:39
3625         Log: Cnt spl.
3626      Branch: perl
3627            ! MANIFEST
3628 ____________________________________________________________________________
3629 [  8030] By: jhi                                   on 2000/12/08  01:23:54
3630         Log: Add test for reverse().
3631      Branch: perl
3632            + t/op/reverse.t
3633            ! MANIFEST
3634 ____________________________________________________________________________
3635 [  8029] By: jhi                                   on 2000/12/08  01:21:47
3636         Log: Integrate perlio.
3637      Branch: perl
3638           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
3639           !> perlio.c perlio.h perlsdio.h warnings.pl
3640 ____________________________________________________________________________
3641 [  8028] By: jhi                                   on 2000/12/08  01:19:08
3642         Log: Introduce macros for UTF8 decoding.
3643      Branch: perl
3644            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3645 ____________________________________________________________________________
3646 [  8027] By: nick                                  on 2000/12/07  22:18:19
3647         Log: Integrate mainline
3648      Branch: perlio
3649           !> embed.pl pod/perlapi.pod utf8.c
3650 ____________________________________________________________________________
3651 [  8026] By: nick                                  on 2000/12/07  21:45:08
3652         Log: Various oddities p4 diff -se showed up
3653              Remove 'our' from warnings.pl
3654      Branch: perlio
3655            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
3656 ____________________________________________________________________________
3657 [  8025] By: nick                                  on 2000/12/07  21:43:32
3658         Log: Change PerlIO_(get|set)pos to take SV *
3659              Should fix, OS/2, VMS, (sfio??)
3660      Branch: perlio
3661            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
3662 ____________________________________________________________________________
3663 [  8024] By: jhi                                   on 2000/12/07  19:05:32
3664         Log: Document utf8_to_uv() better.
3665      Branch: perl
3666            ! pod/perlapi.pod utf8.c
3667 ____________________________________________________________________________
3668 [  8023] By: jhi                                   on 2000/12/07  18:23:47
3669         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
3670      Branch: perl
3671            ! embed.pl pod/perlapi.pod utf8.c
3672 ____________________________________________________________________________
3673 [  8022] By: jhi                                   on 2000/12/07  04:13:51
3674         Log: Integrate perlio.
3675      Branch: perl
3676           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
3677           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3678           !> win32/makefile.mk
3679 ____________________________________________________________________________
3680 [  8021] By: nick                                  on 2000/12/07  00:28:14
3681         Log: Various attempts at MSVC debug - not sure what has
3682              changed but works now. 
3683              Seems atexit() _may_ work for DLLs built with MSVC so don't
3684              call cleanup that way.
3685      Branch: perlio
3686            ! perlio.c win32/makefile.mk
3687 ____________________________________________________________________________
3688 [  8020] By: nick                                  on 2000/12/06  19:57:20
3689         Log: Integrate mainline
3690      Branch: perlio
3691           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
3692           !> (integrate 75 files)
3693 ____________________________________________________________________________
3694 [  8019] By: nick                                  on 2000/12/06  19:28:21
3695         Log: Add useperlio to config.vc
3696              Turn off binmode in config_H.PL
3697              Regen all the config_H.xx
3698              Attempt to get debugging build with MSVC.
3699      Branch: perlio
3700            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3701            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
3702 ____________________________________________________________________________
3703 [  8018] By: nick                                  on 2000/12/06  19:21:57
3704         Log: Test various dup/external program options on all platforms.
3705      Branch: perlio
3706            ! t/io/dup.t
3707 ____________________________________________________________________________
3708 [  8017] By: nick                                  on 2000/12/06  19:20:47
3709         Log: Fix harness to be less picky
3710      Branch: perlio
3711            ! lib/Test/Harness.pm
3712 ____________________________________________________________________________
3713 [  8016] By: jhi                                   on 2000/12/06  16:45:12
3714         Log: Update Changes.
3715      Branch: perl
3716            ! Changes patchlevel.h
3717 ____________________________________________________________________________
3718 [  8015] By: jhi                                   on 2000/12/06  16:41:03
3719         Log: Test \x{...} with ord().
3720      Branch: perl
3721            ! t/op/ord.t
3722 ____________________________________________________________________________
3723 [  8014] By: jhi                                   on 2000/12/06  16:20:33
3724         Log: Test tweak because of #8013.
3725      Branch: perl
3726            ! t/lib/b.t
3727 ____________________________________________________________________________
3728 [  8013] By: jhi                                   on 2000/12/06  16:09:09
3729         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
3730              From: Michael G Schwern <schwern@pobox.com>
3731              Date: Tue, 5 Dec 2000 21:23:28 -0500
3732              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
3733              
3734              Carp::Heavy parts not very applicable because of recent changes.
3735      Branch: perl
3736            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
3737            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
3738            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
3739            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3740            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
3741            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3742            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
3743            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
3744            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
3745            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3746            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
3747            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
3748            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
3749            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
3750            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
3751            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
3752            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
3753            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
3754            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
3755            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
3756            ! warnings.pl
3757 ____________________________________________________________________________
3758 [  8012] By: jhi                                   on 2000/12/06  15:22:38
3759         Log: Subject: [PATCH] Re: New harness is failing things
3760              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3761              Date: Wed, 6 Dec 2000 13:00:30 GMT
3762              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
3763      Branch: perl
3764            ! lib/Test/Harness.pm
3765 ____________________________________________________________________________
3766 [  8011] By: jhi                                   on 2000/12/06  15:12:08
3767         Log: Subject: installhtml changes
3768              From: Michael Stevens <michael@etla.org>
3769              Date: Wed, 6 Dec 2000 13:15:53 +0000
3770              Message-ID: <20001206131553.A27317@firedrake.org>
3771      Branch: perl
3772            ! installhtml
3773 ____________________________________________________________________________
3774 [  8010] By: jhi                                   on 2000/12/06  15:06:05
3775         Log: Subject: the dTHR hits
3776              From: Michael Stevens <michael@etla.org>
3777              Date: Wed, 6 Dec 2000 12:06:03 +0000
3778              Message-ID: <20001206120603.A24581@firedrake.org>
3779              
3780              More, errrm, less dTHRs.
3781      Branch: perl
3782            ! bytecode.pl ext/B/B/C.pm
3783 ____________________________________________________________________________
3784 [  8009] By: jhi                                   on 2000/12/06  15:04:25
3785         Log: Subject: MakeMaker mailing list gone?
3786              From: Michael G Schwern <schwern@pobox.com>
3787              Date: Tue, 5 Dec 2000 19:29:59 -0500
3788              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
3789              
3790              The MakeMaker mailing list is dead, perlbug is the right
3791              address to report bugs.
3792      Branch: perl
3793            ! lib/ExtUtils/MakeMaker.pm
3794 ____________________________________________________________________________
3795 [  8008] By: jhi                                   on 2000/12/06  15:00:32
3796         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
3797              From: Michael G Schwern <schwern@pobox.com>
3798              Date: Tue, 5 Dec 2000 19:21:21 -0500
3799              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
3800              
3801              Add a default MANIFEST skip that ignores things like
3802              version control files, editor temporary files, and the Makefile.
3803      Branch: perl
3804            + lib/ExtUtils/MANIFEST.SKIP
3805            ! MANIFEST lib/ExtUtils/Manifest.pm
3806 ____________________________________________________________________________
3807 [  8007] By: jhi                                   on 2000/12/06  14:57:20
3808         Log: In Amiga more manual hackery of the scripts seems to be needed,
3809              from Jan-Erik Karlsson.  Why Configure does not get this right
3810              is unknown, may be shell-induced.
3811      Branch: perl
3812            ! README.amiga
3813 ____________________________________________________________________________
3814 [  8006] By: jhi                                   on 2000/12/05  23:53:12
3815         Log: Add TOPm1s to peek at the second topmost stack item.
3816      Branch: perl
3817            ! pp.h
3818 ____________________________________________________________________________
3819 [  8005] By: jhi                                   on 2000/12/05  23:13:55
3820         Log: Avaunt, you foul UTF-8 tests.
3821      Branch: perl
3822            ! t/op/ver.t t/pragma/utf8.t
3823 ____________________________________________________________________________
3824 [  8004] By: jhi                                   on 2000/12/05  23:09:54
3825         Log: Continue utf8 dispersal. 
3826      Branch: perl
3827            + t/op/concat.t
3828            ! MANIFEST t/pragma/utf8.t
3829 ____________________________________________________________________________
3830 [  8003] By: nick                                  on 2000/12/05  23:02:39
3831         Log: Integrate mainline.
3832      Branch: perlio
3833           +> t/op/length.t t/op/utf8decode.t
3834           !> (integrate 69 files)
3835 ____________________________________________________________________________
3836 [  8002] By: jhi                                   on 2000/12/05  22:59:28
3837         Log: Integrate perlio.
3838      Branch: perl
3839           !> iperlsys.h perl.c perlio.c win32/perllib.c
3840 ____________________________________________________________________________
3841 [  8001] By: nick                                  on 2000/12/05  22:07:52
3842         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
3843              - calloc/free suffer from damage on TerminateThread()
3844              - use PerlMemShared (as originally planned) now fixed
3845              - avoid doing anything important on DLL "detach".
3846      Branch: perlio
3847            ! perl.c perlio.c win32/perllib.c
3848 ____________________________________________________________________________
3849 [  8000] By: nick                                  on 2000/12/05  21:05:09
3850         Log: Fix gross PerlMemShared issue.
3851      Branch: perlio
3852            ! iperlsys.h
3853 ____________________________________________________________________________
3854 [  7999] By: jhi                                   on 2000/12/05  20:46:58
3855         Log: Test for Unicode (UTF-8) hash keys.
3856      Branch: perl
3857            ! t/op/each.t
3858 ____________________________________________________________________________
3859 [  7998] By: jhi                                   on 2000/12/05  20:30:35
3860         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
3861              is now always UTF-8), empty line cosmetics.
3862      Branch: perl
3863            ! t/pragma/utf8.t
3864 ____________________________________________________________________________
3865 [  7997] By: jhi                                   on 2000/12/05  20:15:40
3866         Log: Subject: Re: STRLEN - what?
3867              From: Andy Dougherty <doughera@lafayette.edu>
3868              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
3869              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
3870              
3871              Explain STRLEN.
3872      Branch: perl
3873            ! pod/perlguts.pod
3874 ____________________________________________________________________________
3875 [  7996] By: jhi                                   on 2000/12/05  20:13:34
3876         Log: Split off the UTF-8 decoder tests, make them to check also
3877              the error message.
3878      Branch: perl
3879            + t/op/utf8decode.t
3880            ! MANIFEST t/pragma/utf8.t utf8.c
3881 ____________________________________________________________________________
3882 [  7995] By: jhi                                   on 2000/12/05  16:39:47
3883         Log: Start migrating bits of pragma/utf8 to elsewhere
3884              (since the long term plan is to obsolete 'use utf8').
3885      Branch: perl
3886            + t/op/length.t
3887            ! MANIFEST t/pragma/utf8.t
3888 ____________________________________________________________________________
3889 [  7994] By: jhi                                   on 2000/12/05  16:30:21
3890         Log: Fix a manual edit typo from #7993, fix the message formatting
3891              for Unicode, add few our declarations.
3892      Branch: perl
3893            ! lib/Carp/Heavy.pm
3894 ____________________________________________________________________________
3895 [  7993] By: jhi                                   on 2000/12/05  16:09:15
3896         Log: Subject: Need help with warnings :-(
3897              From: "Ben Tilly" <ben_tilly@hotmail.com>
3898              Date: Tue, 05 Dec 2000 01:35:54 -0500
3899              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
3900              
3901              Subject: UPDATE: Carp/Heavy now passes all tests
3902              From: "Ben Tilly" <ben_tilly@hotmail.com>
3903              Date: Tue, 05 Dec 2000 07:59:41 -0500
3904              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
3905              
3906              The Brave New Carp.
3907      Branch: perl
3908            ! lib/Carp.pm lib/Carp/Heavy.pm
3909 ____________________________________________________________________________
3910 [  7992] By: jhi                                   on 2000/12/05  15:55:08
3911         Log: Subject: [PATCH perl@7979] cygwin port
3912              From: "Eric Fifer" <efifer@dircon.co.uk>
3913              Date: Tue, 5 Dec 2000 14:04:09 -0000
3914              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
3915      Branch: perl
3916            ! t/lib/net-hostent.t
3917 ____________________________________________________________________________
3918 [  7991] By: jhi                                   on 2000/12/05  15:52:34
3919         Log: Subject: Re: [PATCH] The largest hoax of all times?
3920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3921              Date: Tue, 5 Dec 2000 00:40:25 -0500
3922              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
3923              
3924              Subject: Re: [PATCH] The largest hoax of all times?
3925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3926              Date: Mon, 4 Dec 2000 23:55:53 -0500
3927              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
3928              
3929              Subject: Re: [PATCH] The largest hoax of all times?
3930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3931              Date: Tue, 5 Dec 2000 01:28:45 -0500
3932              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
3933              
3934              Fix the unpredictable order of DESTROYs.
3935      Branch: perl
3936            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
3937            ! sv.c sv.h t/op/ref.t
3938 ____________________________________________________________________________
3939 [  7990] By: jhi                                   on 2000/12/05  14:38:53
3940         Log: Subject: [PATCH] shrink pp_hot fractionally
3941              From: Nicholas Clark <nick@ccl4.org>
3942              Date: Tue, 5 Dec 2000 12:44:31 +0000
3943              Message-ID: <20001205124431.E74518@plum.flirble.org>
3944              
3945              Use report_evil_fh().
3946      Branch: perl
3947            ! opcode.pl opnames.h pp_hot.c util.c
3948 ____________________________________________________________________________
3949 [  7989] By: jhi                                   on 2000/12/05  14:21:27
3950         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
3951              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3952              Date: Mon, 04 Dec 2000 22:21:59 -0800
3953              Message-ID: <HmIL6gzkgepS092yn@efn.org>
3954              
3955              Harness shouldn't ignore responses like "ok 3\r\r\n".
3956      Branch: perl
3957            ! lib/Test/Harness.pm
3958 ____________________________________________________________________________
3959 [  7988] By: jhi                                   on 2000/12/05  13:51:28
3960         Log: Integrate the "skip" messages to explain().
3961      Branch: perl
3962            ! t/lib/syslfs.t t/op/lfs.t
3963 ____________________________________________________________________________
3964 [  7987] By: jhi                                   on 2000/12/05  12:34:54
3965         Log: The one that got away in #7984.
3966              
3967              Subject: Re: dTHR - what and why?
3968              From: Michael Stevens <michael@etla.org> 
3969              Date: Tue, 5 Dec 2000 11:15:52 +0000
3970              Message-ID: <20001205111552.A4647@firedrake.org>
3971      Branch: perl
3972            ! sv.h
3973 ____________________________________________________________________________
3974 [  7986] By: gsar                                  on 2000/12/05  09:14:44
3975         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3976              due to the notorious GetFileType() bug in Windows 9x, which fstat()
3977              tickles)
3978      Branch: perl
3979            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
3980 ____________________________________________________________________________
3981 [  7985] By: jhi                                   on 2000/12/05  05:49:03
3982         Log: Integrate perlio.
3983      Branch: perl
3984           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
3985           !> win32/perlhost.h win32/perllib.c
3986 ____________________________________________________________________________
3987 [  7984] By: jhi                                   on 2000/12/05  05:48:16
3988         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
3989      Branch: perl
3990            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
3991            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
3992            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
3993            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
3994            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
3995            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3996            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
3997            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
3998            ! win32/win32.c
3999 ____________________________________________________________________________
4000 [  7983] By: nick                                  on 2000/12/04  23:27:43
4001         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
4002      Branch: perlio
4003            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4004            ! win32/perlhost.h win32/perllib.c
4005 ____________________________________________________________________________
4006 [  7982] By: jhi                                   on 2000/12/04  19:44:09
4007         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
4008              uncovered by #7980.
4009      Branch: perl
4010            ! op.c
4011 ____________________________________________________________________________
4012 [  7981] By: jhi                                   on 2000/12/04  19:42:07
4013         Log: Subject: [PATCH] Trivial dump.c feature
4014              From: Simon Cozens <simon@cozens.net>
4015              Date: Mon, 4 Dec 2000 18:08:38 +0000
4016              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
4017              
4018              Show whether a constant is UTF-8.
4019      Branch: perl
4020            ! dump.c
4021 ____________________________________________________________________________
4022 [  7980] By: jhi                                   on 2000/12/04  19:36:51
4023         Log: UTF-8 hash keys, patch from Inaba Hiroto.
4024      Branch: perl
4025            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
4026 ____________________________________________________________________________
4027 [  7979] By: jhi                                   on 2000/12/04  17:36:28
4028         Log: Update Changes.
4029      Branch: perl
4030            ! Changes patchlevel.h
4031 ____________________________________________________________________________
4032 [  7978] By: jhi                                   on 2000/12/04  16:42:17
4033         Log: Retract #7977, still too volatile (the euphemism of the day
4034              for unfinished and buggy :-)
4035      Branch: perl
4036            ! doop.c hv.c pp.c sv.h
4037 ____________________________________________________________________________
4038 [  7977] By: jhi                                   on 2000/12/04  16:25:15
4039         Log: (Retracted by #7978, too shaky yet.)
4040              
4041              Subject: Re: utf8 in hash keys, implementor missing
4042              From: Simon Cozens <simon@cozens.net>
4043              Date: Sat, 2 Dec 2000 19:49:35 +0000
4044              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
4045              
4046              The first step at UTF-8 hash keys.
4047      Branch: perl
4048            ! doop.c hv.c pp.c sv.h
4049 ____________________________________________________________________________
4050 [  7976] By: jhi                                   on 2000/12/04  16:13:53
4051         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4052              From: sthoenna@efn.org
4053              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
4054              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
4055      Branch: perl
4056            ! os2/os2.c perlio.c
4057 ____________________________________________________________________________
4058 [  7975] By: jhi                                   on 2000/12/04  16:05:25
4059         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
4060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4061              Date: Thu, 30 Nov 2000 20:50:37 -0800
4062              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
4063      Branch: perl
4064            ! os2/os2.c
4065 ____________________________________________________________________________
4066 [  7974] By: jhi                                   on 2000/12/04  16:03:57
4067         Log: Subject: [PATCH] ++ 20% faster
4068              From: Nicholas Clark <nick@ccl4.org>
4069              Date: Mon, 4 Dec 2000 12:17:27 +0000
4070              Message-ID: <20001204121726.B52976@plum.flirble.org>
4071              
4072              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
4073      Branch: perl
4074            ! sv.c
4075 ____________________________________________________________________________
4076 [  7973] By: jhi                                   on 2000/12/04  16:00:48
4077         Log: 
4078              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
4079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4080              Date: Mon, 04 Dec 2000 12:30:45 +0100
4081              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
4082              
4083              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4084              library (getprotobyname and getprotobynumber are outversioned by
4085              the same calls in libc, at least for xlc version 3.
4086      Branch: perl
4087            ! hints/aix.sh
4088 ____________________________________________________________________________
4089 [  7972] By: jhi                                   on 2000/12/04  02:58:31
4090         Log: Integrate perlio.
4091      Branch: perl
4092           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
4093           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
4094           !> win32/win32.h win32/win32iop.h win32/win32thread.h
4095 ____________________________________________________________________________
4096 [  7971] By: nick                                  on 2000/12/04  00:24:33
4097         Log: Quieten some noise in Win32 builds:
4098              - win32.h is included after <sys/socket.h>, so need to 
4099              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
4100              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
4101      Branch: perlio
4102            ! doio.c perl.h toke.c win32/win32.h
4103 ____________________________________________________________________________
4104 [  7970] By: nick                                  on 2000/12/03  22:57:46
4105         Log: PERL_IMPLICIT_SYS compiles but does not work.
4106      Branch: perlio
4107            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
4108            ! win32/perlhost.h win32/perllib.c win32/win32.h
4109            ! win32/win32iop.h win32/win32thread.h
4110 ____________________________________________________________________________
4111 [  7969] By: jhi                                   on 2000/12/03  22:12:58
4112         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
4113              used to swash_init(), makes regprop() dumps more informative
4114              (+utf8::IsAlpha, -utf8::IsDigit, for example).
4115      Branch: perl
4116            ! regcomp.c regexec.c
4117 ____________________________________________________________________________
4118 [  7968] By: jhi                                   on 2000/12/03  21:39:56
4119         Log: Implement ANYOFUTF8 regprop() dumping.
4120      Branch: perl
4121            ! regcomp.c
4122 ____________________________________________________________________________
4123 [  7967] By: jhi                                   on 2000/12/03  20:57:19
4124         Log: Make uv_to_utf8() to zero-terminate its output buffer,
4125              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
4126      Branch: perl
4127            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
4128 ____________________________________________________________________________
4129 [  7966] By: nick                                  on 2000/12/03  18:41:21
4130         Log: Integrate mainline (STDCHAR)
4131      Branch: perlio
4132           !> Configure t/pragma/utf8.t
4133 ____________________________________________________________________________
4134 [  7965] By: jhi                                   on 2000/12/03  17:58:20
4135         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
4136      Branch: perl
4137            ! t/pragma/utf8.t
4138 ____________________________________________________________________________
4139 [  7964] By: jhi                                   on 2000/12/03  17:35:56
4140         Log: Integrate perlio.
4141      Branch: perl
4142           !> iperlsys.h perlio.c
4143 ____________________________________________________________________________
4144 [  7963] By: jhi                                   on 2000/12/03  17:33:55
4145         Log: Metaconfig unit change for #7962.
4146      Branch: metaconfig
4147            ! U/modified/stdchar.U
4148 ____________________________________________________________________________
4149 [  7962] By: jhi                                   on 2000/12/03  17:33:27
4150         Log: Untangle the <stdio.h> #include nest for the stdchar test,
4151              from Andy Dougherty.
4152      Branch: perl
4153            ! Configure
4154 ____________________________________________________________________________
4155 [  7961] By: nick                                  on 2000/12/03  16:53:00
4156         Log: Make iperlsys.h vector stdio not PerlIO.
4157      Branch: perlio
4158            ! iperlsys.h perlio.c
4159 ____________________________________________________________________________
4160 [  7960] By: nick                                  on 2000/12/03  14:43:01
4161         Log: Integrate mainline
4162      Branch: perlio
4163           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
4164           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
4165 ____________________________________________________________________________
4166 [  7959] By: jhi                                   on 2000/12/03  08:16:36
4167         Log: Use DO_UTF8().
4168      Branch: perl
4169            ! op.c
4170 ____________________________________________________________________________
4171 [  7958] By: jhi                                   on 2000/12/02  18:33:05
4172         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4173              From: Mike Guy <mjtg@cam.ac.uk>         
4174              Date: Sat, 02 Dec 2000 17:27:13 +0000
4175              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
4176              
4177              An extraneous argument.
4178      Branch: perl
4179            ! toke.c
4180 ____________________________________________________________________________
4181 [  7957] By: jhi                                   on 2000/12/02  18:22:32
4182         Log: A missing hunk.
4183      Branch: perl
4184            ! t/lib/net-hostent.t
4185 ____________________________________________________________________________
4186 [  7956] By: jhi                                   on 2000/12/02  18:06:20
4187         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
4188              From: Nicholas Clark <nick@ccl4.org>
4189              Date: Sat, 2 Dec 2000 14:28:27 +0000
4190              Message-ID: <20001202142827.A12308@plum.flirble.org>
4191              
4192              Test robustness.
4193      Branch: perl
4194            ! t/lib/net-hostent.t
4195 ____________________________________________________________________________
4196 [  7955] By: jhi                                   on 2000/12/02  17:58:06
4197         Log: Metaconfig unit change for #7954.
4198      Branch: metaconfig
4199            ! U/modified/stdchar.U
4200 ____________________________________________________________________________
4201 [  7954] By: jhi                                   on 2000/12/02  17:54:32
4202         Log: An inconvenient hang would happen if the stdio _ptr wasn't
4203              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
4204              would be grepping stdin for all eternity for the _ptr.)
4205      Branch: perl
4206            ! Configure
4207 ____________________________________________________________________________
4208 [  7953] By: jhi                                   on 2000/12/02  00:07:15
4209         Log: Update Changes.
4210      Branch: perl
4211            ! Changes patchlevel.h
4212 ____________________________________________________________________________
4213 [  7952] By: jhi                                   on 2000/12/01  23:54:47
4214         Log: Subject: Re: long shell lines
4215              From: Andy Dougherty <doughera@lafayette.edu>
4216              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
4217              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
4218              
4219              Split overly long shell command lines.
4220      Branch: perl
4221            ! lib/ExtUtils/MM_Unix.pm
4222 ____________________________________________________________________________
4223 [  7951] By: jhi                                   on 2000/12/01  23:48:02
4224         Log: The metaconfig unit change for #7950.
4225      Branch: metaconfig
4226            + U/modified/stdchar.U
4227 ____________________________________________________________________________
4228 [  7950] By: jhi                                   on 2000/12/01  23:47:39
4229         Log: Try to find stdchar also from <stdio_impl.h>.
4230      Branch: perl
4231            ! Configure config_h.SH
4232 ____________________________________________________________________________
4233 [  7949] By: jhi                                   on 2000/12/01  23:46:45
4234         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4235              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4236              Date: Fri, 1 Dec 2000 16:26:08 -0500
4237              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
4238              
4239              Reword the diagnostic message.
4240      Branch: perl
4241            ! pod/perldiag.pod
4242 ____________________________________________________________________________
4243 [  7948] By: nick                                  on 2000/12/01  22:49:43
4244         Log: Integrate mainline (for s/y/m as sub names stuff).
4245      Branch: perlio
4246           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
4247           !> t/pragma/warn/toke toke.c
4248 ____________________________________________________________________________
4249 [  7947] By: jhi                                   on 2000/12/01  20:55:41
4250         Log: Integrate perlio.
4251      Branch: perl
4252           !> perlio.c perliol.h t/io/pipe.t
4253 ____________________________________________________________________________
4254 [  7946] By: jhi                                   on 2000/12/01  20:36:51
4255         Log: Upgrade to CPAN 1.59_51, from Andreas König.
4256      Branch: perl
4257            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4258 ____________________________________________________________________________
4259 [  7945] By: nick                                  on 2000/12/01  20:31:32
4260         Log: Integrate mainline
4261      Branch: perlio
4262           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
4263           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
4264           +> t/lib/net-hostent.t
4265           !> (integrate 35 files)
4266 ____________________________________________________________________________
4267 [  7944] By: jhi                                   on 2000/12/01  20:23:29
4268         Log: Some help for 20001130.011.  Now one gets warnings like
4269              "Ambiguous -f() resolved as a file test ..."
4270      Branch: perl
4271            ! pod/perldiag.pod t/pragma/warn/toke toke.c
4272 ____________________________________________________________________________
4273 [  7943] By: jhi                                   on 2000/12/01  19:44:44
4274         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
4275              that also breaks using them as methods. 
4276      Branch: perl
4277            ! pod/perldiag.pod t/op/misc.t toke.c
4278 ____________________________________________________________________________
4279 [  7942] By: nick                                  on 2000/12/01  17:56:46
4280         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
4281              Make 'unix' pass most tests
4282              - do unread by temporary push of layer ("pending") holding unread chars
4283              - fast_gets is now based on per-handle flag
4284              - relax one of io/pipe.t tests to allow print to fail and close to
4285              succeed so that it passes on unbuffered "unix" layer.
4286              Remaining fail is sporadic and a genuine race condition between
4287              parent/child in fork test.
4288      Branch: perlio
4289            ! perlio.c perliol.h t/io/pipe.t
4290 ____________________________________________________________________________
4291 [  7941] By: jhi                                   on 2000/12/01  15:28:58
4292         Log: (Retracted by #7943.)
4293              
4294              Reserve the short named string operator names.
4295      Branch: perl
4296            ! pod/perldiag.pod t/op/misc.t toke.c
4297 ____________________________________________________________________________
4298 [  7940] By: jhi                                   on 2000/12/01  06:45:53
4299         Log: Get the three different space character classes right under utf8.
4300      Branch: perl
4301            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4302            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4303            ! regexec.c t/op/pat.t utf8.c
4304 ____________________________________________________________________________
4305 [  7939] By: jhi                                   on 2000/12/01  03:26:26
4306         Log: Two more tests that make no sense in UTF-8 since the test
4307              data is not in UTF-8.
4308      Branch: perl
4309            ! t/op/regexp.t
4310 ____________________________________________________________________________
4311 [  7938] By: jhi                                   on 2000/12/01  03:20:39
4312         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
4313              should it be required inside regexen?
4314      Branch: perl
4315            ! regcomp.c t/op/regmesg.t
4316 ____________________________________________________________________________
4317 [  7937] By: jhi                                   on 2000/12/01  02:58:53
4318         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4319              stored and restored, and thusly was trounced by the utf8 swash
4320              routines.
4321      Branch: perl
4322            ! regcomp.c
4323 ____________________________________________________________________________
4324 [  7936] By: jhi                                   on 2000/11/30  20:41:39
4325         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
4326              Why the different platforms behave so differently (core dump vs
4327              no core dump) on this bug is a but of a mystery, but if I had to
4328              guess I would mumble something like 'alignment'.
4329      Branch: perl
4330            ! sv.c
4331 ____________________________________________________________________________
4332 [  7935] By: jhi                                   on 2000/11/30  16:17:02
4333         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
4334              From: Robin Barker <rmb1@cise.npl.co.uk>
4335              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
4336              Date: Thu, 30 Nov 2000 14:27:12 GMT
4337      Branch: perl
4338            ! perlio.c toke.c
4339 ____________________________________________________________________________
4340 [  7934] By: jhi                                   on 2000/11/30  16:04:49
4341         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
4342      Branch: perl
4343            ! t/lib/net-hostent.t
4344 ____________________________________________________________________________
4345 [  7933] By: jhi                                   on 2000/11/30  06:07:26
4346         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
4347              From: Peter Prymmer <pvhp@forte.com>
4348              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
4349              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
4350              
4351              In VMS the localhost may be LOCALHOST.
4352      Branch: perl
4353            ! t/lib/net-hostent.t
4354 ____________________________________________________________________________
4355 [  7932] By: jhi                                   on 2000/11/30  01:11:11
4356         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4357              From: Peter Prymmer <pvhp@forte.com>
4358              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
4359              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
4360              
4361              plus regen perlapi.pod.
4362      Branch: perl
4363            ! pod/perlapi.pod utf8.c
4364 ____________________________________________________________________________
4365 [  7931] By: jhi                                   on 2000/11/30  01:06:19
4366         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
4367              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4368              Date:     Wed, 29 Nov 2000 17:15:11 EST
4369              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
4370      Branch: perl
4371            ! t/lib/filter-util.pl t/lib/filter-util.t
4372 ____________________________________________________________________________
4373 [  7930] By: jhi                                   on 2000/11/29  18:51:55
4374         Log: Update Changes.
4375      Branch: perl
4376            ! Changes patchlevel.h
4377 ____________________________________________________________________________
4378 [  7929] By: jhi                                   on 2000/11/29  18:50:55
4379         Log: Update the va_copy() metaconfig unit.
4380      Branch: metaconfig/U/perl
4381            ! need_va_copy.U
4382 ____________________________________________________________________________
4383 [  7928] By: jhi                                   on 2000/11/29  17:50:43
4384         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
4385              From: Dominic Dunlop <domo@computer.org>
4386              Date: Tue, 28 Nov 2000 16:41:57 +0100
4387              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
4388              
4389              Patch to catch a core dump in the Configure va_copy test.
4390      Branch: perl
4391            ! Configure config_h.SH
4392 ____________________________________________________________________________
4393 [  7927] By: jhi                                   on 2000/11/29  17:31:59
4394         Log: Retract #7921, the patch shouldn't be needed.
4395      Branch: perl
4396            ! sv.c
4397 ____________________________________________________________________________
4398 [  7926] By: jhi                                   on 2000/11/29  17:01:41
4399         Log: Make the Class::Struct import() wiser.
4400      Branch: perl
4401            ! lib/Class/Struct.pm t/lib/class-struct.t
4402 ____________________________________________________________________________
4403 [  7925] By: jhi                                   on 2000/11/29  16:36:33
4404         Log: All the core library users of Class::Struct seem to be
4405              using "use Class::Struct 'struct';" instead of the bare
4406              "use Class::Struct;", which isn't documented in Class::Struct.
4407              This can't be right.
4408      Branch: perl
4409            ! lib/File/stat.pm
4410 ____________________________________________________________________________
4411 [  7924] By: jhi                                   on 2000/11/29  16:32:15
4412         Log: A test works better if it has the right 1..$n output.
4413      Branch: perl
4414            ! t/lib/class-struct.t
4415 ____________________________________________________________________________
4416 [  7923] By: jhi                                   on 2000/11/29  16:29:11
4417         Log: Forgot to MANIFEST the new Net::hostent test.
4418      Branch: perl
4419            ! MANIFEST
4420 ____________________________________________________________________________
4421 [  7922] By: jhi                                   on 2000/11/29  16:27:49
4422         Log: Integrate perlio.
4423      Branch: perl
4424           !> iperlsys.h perlio.c
4425 ____________________________________________________________________________
4426 [  7921] By: jhi                                   on 2000/11/29  16:27:10
4427         Log: (Retracted by #7927.)
4428              
4429              Subject: [PATCH] Is infinity a number?
4430              From: Simon Cozens <simon@cozens.net>
4431              Date: Wed, 29 Nov 2000 14:48:20 +0000
4432              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
4433      Branch: perl
4434            ! sv.c
4435 ____________________________________________________________________________
4436 [  7920] By: jhi                                   on 2000/11/29  16:23:02
4437         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
4438              From: rspier@pobox.com (Robert Spier)
4439              Date: Wed, 29 Nov 2000 02:17:49 -0500
4440              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
4441              
4442              Add a test for Net::hostent.
4443      Branch: perl
4444            + t/lib/net-hostent.t
4445 ____________________________________________________________________________
4446 [  7919] By: jhi                                   on 2000/11/29  16:21:31
4447         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
4448              add a test for Class::Struct.
4449      Branch: perl
4450            + t/lib/class-struct.t
4451            ! MANIFEST lib/Class/Struct.pm
4452 ____________________________________________________________________________
4453 [  7918] By: jhi                                   on 2000/11/29  15:48:40
4454         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
4455              From: rspier@pobox.com (Robert Spier)
4456              Date: Wed, 29 Nov 2000 02:25:39 -0500
4457              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
4458              
4459              More checking in case someone has broken their services or
4460              protocol databases.
4461      Branch: perl
4462            ! ext/Sys/Syslog/Syslog.pm
4463 ____________________________________________________________________________
4464 [  7917] By: jhi                                   on 2000/11/29  15:46:25
4465         Log: Subject: [PATCH] $^O  win32 -> MSWin32
4466              From: rspier@pobox.com (Robert Spier)
4467              Date: Wed, 29 Nov 2000 02:17:38 -0500
4468              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
4469              
4470              plus similar nits for vms, err, VMS, and UNICOS.
4471      Branch: perl
4472            ! t/lib/syslfs.t t/op/lfs.t
4473 ____________________________________________________________________________
4474 [  7916] By: jhi                                   on 2000/11/29  15:42:51
4475         Log: Subject: [PATCH] Tokeniser debugging
4476              From: Simon Cozens <simon@cozens.net>
4477              Date: Wed, 29 Nov 2000 14:15:45 +0000
4478              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
4479      Branch: perl
4480            ! perl.c perl.h pod/perlrun.pod toke.c
4481 ____________________________________________________________________________
4482 [  7915] By: jhi                                   on 2000/11/29  15:41:36
4483         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4485              Date: Wed, 29 Nov 2000 02:13:14 -0500
4486              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
4487              
4488              OUT keyword nits.
4489              
4490              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4492              Date: Wed, 29 Nov 2000 03:09:04 -0500
4493              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
4494              
4495              OUT and IN_OUT documentation.
4496      Branch: perl
4497            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4498 ____________________________________________________________________________
4499 [  7914] By: jhi                                   on 2000/11/29  03:35:01
4500         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
4501              From: John Tobey <jtobey@john-edwin-tobey.org>
4502              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
4503              Message-Id: <m140e1N-000FOoC@feynman.localnet>
4504              
4505              plus a performance speedup noticed by Sarathy.
4506      Branch: perl
4507            ! op.c
4508 ____________________________________________________________________________
4509 [  7913] By: jhi                                   on 2000/11/29  03:16:59
4510         Log: Use "1 while unlink" so that VMS gets clean, too.
4511      Branch: perl
4512            ! t/lib/filter-util.t
4513 ____________________________________________________________________________
4514 [  7912] By: jhi                                   on 2000/11/29  03:09:08
4515         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
4516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4517              Date: Tue, 28 Nov 2000 03:27:09 -0500
4518              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
4519      Branch: perl
4520            ! lib/ExtUtils/xsubpp
4521 ____________________________________________________________________________
4522 [  7911] By: jhi                                   on 2000/11/29  03:06:30
4523         Log: This should have been part of #7872: no need to scan UTF-8
4524              until eternity.
4525      Branch: perl
4526            ! utf8.c
4527 ____________________________________________________________________________
4528 [  7910] By: jhi                                   on 2000/11/29  02:50:04
4529         Log: One more perltie.pod nit from Casey R. Tweten.
4530      Branch: perl
4531            ! pod/perltie.pod
4532 ____________________________________________________________________________
4533 [  7909] By: jhi                                   on 2000/11/29  02:44:23
4534         Log: Document the known sprintf test failures, exact standard
4535              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
4536      Branch: perl
4537            ! pod/perldelta.pod t/op/sprintf.t
4538 ____________________________________________________________________________
4539 [  7908] By: jhi                                   on 2000/11/29  02:36:23
4540         Log: Add the Encoding table format documentation.
4541      Branch: perl
4542            + ext/Encode/Encode/EncodeFormat.pod
4543            ! MANIFEST
4544 ____________________________________________________________________________
4545 [  7907] By: jhi                                   on 2000/11/29  02:07:24
4546         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
4547              From: "Casey R. Tweten" <crt@kiski.net>
4548              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
4549              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
4550              
4551              Subject: Re: [PATCH] Updating perltie.pod for arrays
4552              From: "Casey R. Tweten" <crt@kiski.net>
4553              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
4554              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
4555      Branch: perl
4556            ! pod/perltie.pod
4557 ____________________________________________________________________________
4558 [  7906] By: nick                                  on 2000/11/28  22:40:59
4559         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
4560      Branch: perlio
4561            ! iperlsys.h perlio.c
4562 ____________________________________________________________________________
4563 [  7905] By: nick                                  on 2000/11/28  22:04:34
4564         Log: Integrate mainline
4565      Branch: perlio
4566           !> (integrate 39 files)
4567 ____________________________________________________________________________
4568 [  7904] By: jhi                                   on 2000/11/28  16:44:43
4569         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
4570              From: Nicholas Clark <nick@babyhippo.co.uk>
4571              Date: Tue, 28 Nov 2000 11:16:57 +0000
4572              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
4573      Branch: perl
4574            ! pod/perlipc.pod
4575 ____________________________________________________________________________
4576 [  7903] By: jhi                                   on 2000/11/28  16:40:31
4577         Log: Subject: [PATCH] Updating perltie.pod for arrays
4578              From: "Casey R. Tweten" <crt@kiski.net>
4579              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
4580              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
4581      Branch: perl
4582            ! pod/perltie.pod
4583 ____________________________________________________________________________
4584 [  7902] By: jhi                                   on 2000/11/28  16:39:37
4585         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
4586              From: Robin Barker <rmb1@cise.npl.co.uk>
4587              Date: Mon, 27 Nov 2000 17:56:44 GMT
4588              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
4589      Branch: perl
4590            ! pod/perlfunc.pod t/op/split.t
4591 ____________________________________________________________________________
4592 [  7901] By: jhi                                   on 2000/11/28  16:28:04
4593         Log: setmode() is a DOSish-only thing.
4594      Branch: perl
4595            ! perlio.c
4596 ____________________________________________________________________________
4597 [  7900] By: jhi                                   on 2000/11/28  16:21:46
4598         Log: Subject: [PATCH] perlcc.PL cleanups
4599              From: Simon Cozens <simon@cozens.net>
4600              Date: Tue, 28 Nov 2000 12:44:35 +0000
4601              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
4602      Branch: perl
4603            ! utils/perlcc.PL
4604 ____________________________________________________________________________
4605 [  7899] By: gsar                                  on 2000/11/28  06:32:55
4606         Log: reintegrate files missed by change#7895
4607      Branch: maint-5.6/perl
4608           +> ext/ByteLoader/bytecode.h utils/Makefile
4609            - utils/perlbc.PL
4610 ____________________________________________________________________________
4611 [  7897] By: gsar                                  on 2000/11/27  18:22:47
4612         Log: can't integrate these two files, for some reason
4613      Branch: maint-5.6/perl
4614            - ext/ByteLoader/bytecode.h utils/Makefile
4615 ____________________________________________________________________________
4616 [  7895] By: gsar                                  on 2000/11/27  18:11:21
4617         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
4618              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
4619              6757..6890,6892..6901 from mainline
4620              
4621              Bytecompiler patches from Benjamin Stuhl.
4622              
4623              More bytecompiler.
4624              
4625              Subject: [PATCH blead] B:: missing dependency
4626              
4627              Subject: [PATCH: 6757] configure.com updates and syslog build
4628              
4629              Long double Gconvert fixes from Yitzchak Scott-Thoennes
4630              and Spider Boardman.
4631              
4632              Subject: [PATCH blead] nextchar() abuse misses an optimisation
4633              
4634              Long double fixes from Spider Boardman.
4635              
4636              Make the selection of NVff et al stricter.
4637              
4638              cSVOPo_*v things index into the current PL_curpad
4639              under ithreads, which is different from the curpad
4640              used by the XSUB.  (In other words, the code as-is
4641              before this patch wouldn't work under ithreads.)
4642              
4643              Be portable.
4644              
4645              VMS MMS (make) wants null action.
4646              
4647              Mac and other portability updates from Chris Nandor.
4648              
4649              Storable support, v-version fixes.
4650              Subject: CPAN.pm beta for testing available
4651              
4652              Portability fix from Hugo van der Sanden.
4653              
4654              Bad makefile.
4655              
4656              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4657              
4658              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4659              
4660              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4661              
4662              Replace #6705 with a minimal doc patch.
4663              Subject: [PATCH 5.6.0] replace change #6705
4664              
4665              Drop the separate perlbc, perlcc -b should be enough.
4666              
4667              installperl couldn't tell whether it had run tests or not.
4668              Subject: [PATCH] Re: installperl and t/TEST
4669              
4670              Add silencer flags to installperl.
4671              Subject: [PATCH] Making installperl silent.
4672              
4673              Make "make install" by default silent.  A new "install-verbose"
4674              target is verbose.
4675              
4676              More liberal parsing of version numbers.
4677              Subject: Re: CPAN.pm beta for testing available
4678              
4679              Create directories in silence.
4680              Subject: [PATCH] Another silencer for MakeMaker
4681              
4682              DOS patches and portability/porting notes, from Tim Jenness.
4683              
4684              Make installman to recognize the silence flag -S.
4685              
4686              Actually do something with the silencer option.
4687              
4688              Continue silencing.
4689              
4690              Show the doc file, not the temp file.
4691              
4692              Regen perltoc.
4693              
4694              Subject: [PATCH] More silencing of installman.
4695              
4696              Better wording for the vec lvalue diagnostic.
4697              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4698              
4699              Subject: [PATCH: 6805] several more tweaks to configure.com
4700              
4701              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4702              
4703              Missing parts of 
4704              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4705              
4706              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4707              (applied slightly modified)
4708              
4709              installperl --verbose and --silent.
4710              Subject: Re: [PATCH] More silencing of installman.
4711              
4712              Add install-silent target.
4713              
4714              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4715              the problem reported in
4716              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4717              
4718              Tweak the sfio/useperlio logic, hopefully as wished in
4719              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4720              
4721              One forgotten file from #6816.
4722              
4723              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4724              
4725              Remove duplicately applied patch shards.
4726              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4727              
4728              Support preserving extremely big/small angles.
4729              
4730              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4731              
4732              Subject: [PATCH] installation not quite silent yet.
4733              
4734              Update the test count.
4735              
4736              Use UVxf, PTR2UV, NVff.
4737              
4738              Document PTR2XX and INT2PTR.
4739              
4740              no-install target a la make -n.
4741              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4742              
4743              grep -e isn't portable.
4744              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4745              
4746              Can't get the test to reliably work thanks to the
4747              inaccurateness of floating point.  "Resolves" bug ids
4748              20000826.003, 20000826.009, 20000826.010,
4749              
4750              Subject: installman buglet
4751              
4752              DJGPP update from Laszlo Molnar.
4753              
4754              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4755              
4756              Passing -R in ldflags makes now it to appear in the default
4757              for lddlflags, just like with -L.
4758              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4759              
4760              Test nit.
4761              
4762              Use the actual thread type, not the pointer-to-struct.
4763              
4764              Provice virtual $Config{ccflags_nolargefiles} etc. 
4765              
4766              display_format used as a class method without arguments was broken,
4767              reported in
4768              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4769              
4770              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4771              
4772              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4773              
4774              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4775              
4776              opmini.o may be left around if a build is interrupted.
4777              
4778              Typo in #6858.
4779              
4780              Fix for ID 20000828.001, long doubles were not formatted
4781              correctly (showed up in $], which stopped installing perl).
4782              
4783              An attempt to fix the problem reported in
4784              Subject: Building perl@6856 using gcc/AIX 4.3.3 
4785              I can't test this properly since the gcc installation I have
4786              access to seems to be botched (gcc is calling the AIX cpp,
4787              a losing proposition...)
4788              
4789              Add -ld to archname on long tr...double platforms.
4790              
4791              Subject: hv.h Doc Patch
4792              
4793              Potential cruft.
4794              
4795              Subject: [PATCH bleedperl@6856] warnings fixes
4796              
4797              -S is the silent flag, -s is the strip flag.
4798              Subject: [PATCH] Re: [PATCH] make no-install          
4799              
4800              Take out the SUIDMAIL thing, that will not be
4801              a problem in 5.7.*.
4802              
4803              Subject: [PATCH bleedperl@6866] spellings
4804              
4805              Subject: [PATCH] Re: files not cleaned even by veryclean
4806              
4807              Use minimal @INC in tests, most of the time just '../lib',
4808              so that we simply can't pick up stuff from other Perls than
4809              the one we are testing.  Pointed out by
4810              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
4811              
4812              Update to Getopt::Long 2.24, from Johan Vromans.
4813              
4814              Fix for thinko in #6848.
4815              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4816              
4817              Patches all over for people and the files they (hopefully) care about.
4818              
4819              Subject: Net::protoent does not export 'getproto'
4820              
4821              Missed a change in #6869.
4822              
4823              Subject: [PATCH] Warnings in B::Deparse
4824              
4825              Subject: [PATCH] Glob dumping
4826              
4827              Disable one of the tests for now.
4828              
4829              Disabling the one test is a bit tricky.
4830              
4831              Don't forget to tidy up.
4832              
4833              The #6881 removed one dump line.
4834              
4835              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
4836              
4837              Under usethreads the dumped variable is IN_PAD.
4838              Subject: Re: [PATCH] Glob dumping
4839              
4840              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4841              
4842              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4843              
4844              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4845              
4846              Regen Configure for #6894.
4847              
4848              Subject: [PATCH: 6889] updates to perlebcdic.pod
4849              
4850              Undo namespace pollution of #6878.
4851              Subject: Re: Net::protoent does not export 'getproto'
4852              
4853              Admit that we are leaking scalars.
4854              
4855              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4856      Branch: maint-5.6/perl
4857           !> (integrate 271 files)
4858 ____________________________________________________________________________
4859 [  7894] By: gsar                                  on 2000/11/27  16:00:34
4860         Log: a couple of nits
4861      Branch: maint-5.6/perl
4862            ! MANIFEST pp_sys.c
4863 ____________________________________________________________________________
4864 [  7893] By: gsar                                  on 2000/11/27  15:10:56
4865         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
4866              6740..6745,6747..6757,6760
4867              
4868              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4869              
4870              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4871              
4872              Doc nits spotted by Richard Soderberg.
4873              
4874              move WNOHANG definition to where other such things are
4875              
4876              Make $Config{byteorder} more magical so that it is
4877              dynamically computed: nice for 'fat binaries'.
4878              Subject: [PATCH]: default byteorder
4879              
4880              Subject: [PATCH] Cwd.pm now uses strict
4881              
4882              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4883              
4884              Get -DLEAKTEST to compile (not necessarily to work, mind)
4885              Subject: [ID 20000724.006] -DLEAKTEST problem
4886              
4887              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4888              
4889              Add perlebcdic from Peter Prymmer, regen toc.
4890              
4891              Don't propose using modules built for 5.005 if no binary
4892              compatibility with 5.005 is attempted.
4893              
4894              Do not use prototyping here.
4895              Subject: [ID 20000817.016] [PATCH] Peek.xs
4896              
4897              Document what the backtick returns if the command fails.
4898              
4899              Add byteorder to the myconfig output.
4900              
4901              Introduce NVef, NVff, and NVgf, use the middle one.
4902              (helps for lib/peek + Linux + long doubles)  Reported in
4903              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4904              Use NVs in POSIX math, not doubles.
4905              Subject: [ID 20000817.014] POSIX & modfl
4906              
4907              Subject: [PATCH 5.6.0+] newSVrv() memory leak
4908              
4909              The byteorder code in #6671 was wrong.
4910              
4911              Fix the lib/complex failure of
4912              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4913              Linux long double accuracy issue: something that
4914              when printed with %g looks like "2" but int() of it is 1.
4915              
4916              Propagate new Configure vars.
4917              
4918              Unbuffer the output.
4919              
4920              Subject: [PATCH] perltrap.pod spring cleaning
4921              
4922              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4923              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4924              
4925              Tiny Getopt::Long patch from Johan Vromans.
4926              
4927              Document code point which makes if (defined %stash::) to work
4928              (noted by Spider Boardman).
4929              
4930              Subject: [PATCH perl@6698] cygwin port
4931              
4932              Document the NDBM_File and ODBM_File as SDBM_File
4933              was documented in #6417.
4934              
4935              The new tests were missing from #6415.
4936              
4937              Add [[:blank:]] as suggested in
4938              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4939              (the [=cc=] has already been taken care of by #6439
4940              so the whole bug report can be closed)
4941              and make [[:space:]] to be equivalent to isspace(3)
4942              (as opposed to \s, which is isSPACE()).  The difference
4943              is that now [[:space:]] matches the mythical vertical tab,
4944              while \s doesn't.
4945              
4946              Don't eat leading os from index entries.
4947              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4948              
4949              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4950              
4951              Typo in pp_complement().
4952              Subject: [PATCH perl-current] Deparse
4953              
4954              Add warnif(), check warnings further up the stack,
4955              all the warnings functions now can take an optional object reference.
4956              Subject: [PATCH bleedperl@6691] warnings pragma update
4957              
4958              Fix a core dump in lib/selfloader under -DDEBUGGING.
4959              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
4960              
4961              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4962              
4963              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4964              
4965              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4966              Put back the long double avoidance code to POSIX.xs
4967              because VMS seems to need it still.
4968              
4969              Introduce a 'veryclean' target that is like 'distclean'
4970              but also removes *~ and *.orig.
4971              
4972              Subject: [ID 20000817.023] endianness description in perlfunc.pod
4973              
4974              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4975              
4976              Let's try #6717 again.
4977              
4978              UTF8 concat fixes.
4979              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4980              
4981              pp_open() could pass an uninitialized filename down to do_open9().
4982              
4983              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4984              
4985              Update to CGI 2.72, from Lincoln Stein.
4986              
4987              Subject: [PATCH] Silence MakeMaker (Was: installman)
4988              
4989              Use temporary directory instead of current directory.
4990              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4991              
4992              Document odd vs even subreleases and -Dusedevel.
4993              
4994              The veryclean target needs to clobber.
4995              
4996              Use File::Spec->tmpdir().
4997              
4998              Document the number of exponent digits.
4999              
5000              Mention perlebcdic and perlposix-bc.
5001              
5002              s/this one/the 5.6.0 release/
5003              
5004              The #6724 is here.
5005              
5006              The correct cleaning order is an art.
5007              
5008              small tweaks for change#6705: avoid C++ style comments in C code;
5009              use Perl's malloc API rather than the low level system one
5010              
5011              Array context keeps slithering in.
5012              
5013              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5014              
5015              Subject: [PATCH] os2.c fix for use64bitint
5016              
5017              Update to Pod::LaTeX 0.53.
5018              Subject: [PATCH] lib/Pod/LaTeX.pm updates
5019              
5020              Document the endianness of Alpha more precisely.
5021              
5022              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5023              
5024              Rename the macro argument because some preprocessors
5025              can't tell the difference and expand arguments also inside
5026              double quoted strings.
5027              
5028              free TLS slot properly on Windows
5029              
5030              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5031              
5032              Unicos/mk requires elaborate paranoia.
5033              
5034              Tweak the floating point output routine preferences.
5035              
5036              Also under djgpp the timestamps are funky.
5037              
5038              Apply some PodParser 1.18 patches; the Pod/Find.pm
5039              patches cannot be applied since #6712 conflicts.
5040              
5041              Use PodParser 1.18 new test.
5042              
5043              A pod nit.
5044              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5045              
5046              Be verydeepclean.
5047      Branch: maint-5.6/perl
5048           +> pod/perlebcdic.pod
5049           !> (integrate 106 files)
5050 ____________________________________________________________________________
5051 [  7892] By: jhi                                   on 2000/11/27  15:02:32
5052         Log: Update Changes.
5053      Branch: perl
5054            ! Changes patchlevel.h
5055 ____________________________________________________________________________
5056 [  7891] By: jhi                                   on 2000/11/27  14:57:23
5057         Log: Subject: Re: perlfaq style changes
5058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5059              Date: Sat, 25 Nov 2000 23:32:26 -0800
5060              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
5061              
5062              plus a note from Ronald Kimball.
5063      Branch: perl
5064            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
5065 ____________________________________________________________________________
5066 [  7890] By: jhi                                   on 2000/11/27  14:53:14
5067         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
5068              From: Benjamin Holzman <bah@ecnvantage.com>
5069              Date: Sun, 26 Nov 2000 16:27:33 -0500
5070              Message-ID: <20001126162733.J25040@ecnvantage.com>
5071      Branch: perl
5072            ! gv.c
5073 ____________________________________________________________________________
5074 [  7889] By: jhi                                   on 2000/11/27  14:43:11
5075         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
5076              From: lvirden@cas.org
5077              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
5078              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
5079      Branch: perl
5080            ! README.amiga
5081 ____________________________________________________________________________
5082 [  7888] By: jhi                                   on 2000/11/27  14:32:34
5083         Log: Restore also the locale test to no-sprintf-taint state.
5084              Fixes the bug 20001127.003.
5085      Branch: perl
5086            ! sv.c t/pragma/locale.t
5087 ____________________________________________________________________________
5088 [  7887] By: gsar                                  on 2000/11/27  14:13:05
5089         Log: integrate changes#6613..6616,6620..6665 from mainline
5090              
5091              VMS configure.com update continues.
5092              
5093              Subject: Test fails / warnings with perl-current #6612
5094              
5095              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5096              
5097              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5098              
5099              For now remove the mail code.
5100              
5101              Subject: Re: [PATCH] @+, @- readonly
5102              
5103              Subject: warning: storage class after type is obsolescent
5104              
5105              Subject: sfio2000
5106              
5107              Subject: Re: File::Temp problems on VMS in bleedperl
5108              
5109              README.os2 update.
5110              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5111              
5112              Make the user to give up his firstborn, err, to knowingly
5113              verify installing an unstable developer release.  Also bump
5114              the release to 5.7.0, but leave a patch tag in the local
5115              patches saying that this is not yet the real thing.
5116              
5117              Update (kinda) to Test 1.14, from Joshua Pritikin.
5118              
5119              make ok etc also for win32.
5120              
5121              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5122              
5123              Don't blow limited stacks, a lower number is enough to
5124              tickle the lookbehind limit.
5125              
5126              Use -Dusedevel; regen Configure and the respective Porting stuff.
5127              
5128              Subject: [PATCH] debugger exit code should reflect user exit code
5129              
5130              Subject: [PATCH perl@6620] cygwin port
5131              
5132              Missed a file from #6638.
5133              
5134              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)
5135              
5136              magic callbacks all need to have same type signature
5137              
5138              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5139              
5140              Fix a dependency problem.
5141              Subject: [PATCH: 6640] VMS Makefile.SH update
5142              
5143              The numeric locale was reset to "C" by s?printf and never restored.
5144              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5145              No test since adding the failing example to locale.t
5146              does not fail -- probably because the locale settings are so
5147              thoroughly tweaked by that time.  Running the example standalone
5148              does fail, though.  UPDATE: test case added at change #7540.
5149              
5150              Subject: [ID 20000324.040] minor fix to perlhpux.pod
5151              
5152              Update to CPAN 1.57.
5153              
5154              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5155              
5156              Change the perlbug address to perl.org since it's more forgiving.
5157              
5158              Change the regx compilation error markers to use = instead of <
5159              since pod makes using the latter quite messy.  Reported in
5160              ID 20000814.006 by Abigail and in
5161              Subject: Unknown escape E<> ?
5162              
5163              Update to perldebtut 1.9, from Richard Foley.
5164              
5165              check that the number pseudo children doesn't exceed
5166              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5167              the WaitForMultipleObjects() limit that would cause wait()
5168              to crash)
5169              wait() and waitpid() could potentially be rewritten to use
5170              more than one thread to do the waiting to eliminate this
5171              limitation
5172              
5173              change#6328 could make close(SOCKET) return false on windows
5174              when it shouldn't
5175              
5176              pod nit seen in passing
5177              
5178              on windows, the return values from wait() and waitpid() don't
5179              match those of pseudo-pids
5180              
5181              waitpid() now handles externally spawned pids correctly;
5182              fixes for backtick/wait/waitpid failures on Windows 9x
5183              these changes make the pid returned by process functions on
5184              Windows 9x always positive by clearing the high bit (which
5185              is always set on Win9x); pseudo-process PIDs are likewise
5186              always negative now on Win9x (just as on NT/2000)
5187              
5188              trailing new %ENV entries weren't being pushed into the real
5189              environment of subprocesses on Windows
5190              
5191              Tweak the regex compilation errors once more.
5192              
5193              avoid warnings from dense compiler
5194              
5195              add "ok" targets from change#6632 in makefile.mk
5196      Branch: maint-5.6/perl
5197            - lib/Pod/PlainText.pm vms/configure.com
5198           !> (integrate 66 files)
5199 ____________________________________________________________________________
5200 [  7886] By: jhi                                   on 2000/11/27  13:54:18
5201         Log: __FUNCTION__ isn't portable and trying to emulate it leads
5202              into practically spelling out the name of the function.
5203              Takes care of the bug 20001127.001.
5204      Branch: perl
5205            ! perlio.c
5206 ____________________________________________________________________________
5207 [  7885] By: gsar                                  on 2000/11/27  13:53:18
5208         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5209              6610..6611 from mainline
5210              
5211              Make regular expression parse error messages easier to understand.
5212              Subject: Re: enhanced(?) regex error messages
5213              
5214              Tiny tidying on report_evil_fh().
5215              
5216              Subject: Re: enhanced(?) regex error messages 
5217              plus Capitalize the error messages, plus perldiag them.
5218              
5219              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5220              
5221              Document here-doc better.
5222              
5223              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5224              
5225              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5226              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5227              (either perlbug or p5p ate the original), plus regen
5228              perlapi and perltoc. 
5229              
5230              Regen global.sym.
5231              
5232              Double check that we have a dirhandle.
5233              
5234              Subject: Re: enhanced(?) regex error messages
5235              (plus two small patches sent privately)
5236              (this still seems to leave few test failures)
5237              
5238              warn is a macro, avoid using at a variable to avoid warnings
5239              in some configurations; readdir.t is too conservative in
5240              estimating number of *.t's
5241              
5242              Get back into sync with Jeffrey on the enhanced regex warnings.
5243              
5244              Subject: [PATCH 5.6.0] cygwin port
5245              
5246              Zero entries were skipped, fix from Adrian Goalby
5247              <argoalby@yahoo.co.uk>
5248              
5249              Subject: Remove dead entry in perldiag
5250              
5251              Amend the description of Perl6.
5252              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5253              
5254              detypo
5255              
5256              It's the 2ndO'ROSSC.
5257              
5258              Revert the sv.c part of #6559, a better fix is needed.
5259              
5260              Iterating perl6 description.
5261              
5262              Update to Term::ANSIColor 1.03, from Russ Allbery.
5263              
5264              Update to Getopt::Long 2.23_05, from Johan Vromans.
5265              
5266              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5267              
5268              Update to Pod::Parser 1.17, from Brad Appleton.
5269              
5270              Update to CPAN 1.56, from Andreas König.
5271              
5272              Update to CGI 2.70, from Lincoln Stein.
5273              
5274              Put back the std @INC thing.
5275              
5276              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5277              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5278              
5279              Document the IO::Select timeout.
5280              
5281              sleep(1) does not necessarily return 1.
5282              Subject: [PATCH bleadperl] op/lex_assign.t  
5283              
5284              Subject: debugger "d" command doesnt check line number
5285              
5286              B::Deparse didn't do sub attributes.
5287              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5288              
5289              Preprocessing and postprocessing for File::Find.
5290              Subject: Patch to Find::File.pm to allow alphabetical results
5291              
5292              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5293              
5294              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5295              
5296              Subject: Re: [ID 20000730.003] utf8::length() bad
5297              
5298              Subject: Getting perlio and threads to compile
5299              (the Solaris version changes in Configure skipped)
5300              
5301              Tests for #6589.
5302              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5303              
5304              Add Perl debugging tutorial, regen toc. 
5305              Subject: perldebtut.pod
5306              
5307              Add a few missing files, update MANIFEST.
5308              
5309              Rewrite of vms/subconfigure.com as configure.com,
5310              from Peter Prymmer and the vmsperl crew.
5311              
5312              Should have deleted this in #6603.
5313              
5314              Fix the test for 5005threads.
5315              
5316              Fix-n-skip the tests under 5005threads.
5317              
5318              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5319              
5320              Upgrade to CGI 2.71, from Lincoln Stein.
5321      Branch: maint-5.6/perl
5322           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5323           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5324           +> t/op/regmesg.t t/pod/find.t vms/configure.com
5325            - vms/subconfigure.com
5326            ! lib/lib.pm
5327           !> (integrate 115 files)
5328 ____________________________________________________________________________
5329 [  7884] By: jhi                                   on 2000/11/27  13:44:33
5330         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5332              Date:     Mon, 27 Nov 2000 08:23:54 EST
5333              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
5334      Branch: perl
5335            ! vms/descrip_mms.template vms/test.com
5336 ____________________________________________________________________________
5337 [  7883] By: gsar                                  on 2000/11/27  11:50:46
5338         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5339              6511..6513,6515..6523,6525..6536
5340              
5341              The swallow_bom() saga continues.  The #23 of require.t
5342              (UTF16-LE) still fails (silently, no output) but the #22
5343              (UTF16-BE) seems to be working now.  The root of the
5344              failure may be in sv_gets(): is it UTF-16LE-aware,
5345              especially when it comes to line endings? 
5346              
5347              Document the problem with -P in HP-UX and its workaround.
5348              
5349              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5350              (aka ID 20000730.002)
5351              
5352              Subject: fix and question re: waitpid() under win32
5353              
5354              Make the safety catch for buggy gccs work with triple version
5355              numbers like 2.95.2.  Reported in
5356              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5357              
5358              In Digital UNIX warn if gcc explicitly chosen because even
5359              2.95.2 is known to cause problems.
5360              
5361              Make chr() for values >127 to create utf8 when under utf8.
5362              
5363              various syntax errors and such (not fixed: comp/require.t#22 coredump
5364              on Windows)
5365              
5366              Stash away the largefiles flags and libswanted.
5367              
5368              BOM patching from Simon Cozens.
5369              
5370              If gccosandvers is equal to osname, clear gccosandvers.
5371              
5372              Make p4desc to skip non-mainperl branches by default.
5373              
5374              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5375              
5376              The test from this
5377              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5378              
5379              In new BSDs changes to argv[] do not show up in ps(1) output,
5380              instead one must use setproctitle().  This was already addressed
5381              by change #6457, but the below has a new variant for FreeBSD 4.0
5382              or later, and the matter is also documented more.
5383              
5384              FreeBSD 3.* updates from
5385              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5386              
5387              regen_headers, regen perltoc.
5388              
5389              Document in one place the memory abstractions used in Perl core.
5390              
5391              memcpy has n o in it, as pinted ut by Sarathy.
5392              
5393              Remove the extraneous "main::" prefix from all the
5394              "opened only for", "on closed", and "never opened" warnings.
5395              
5396              The name of a filehandle does not have <these>.
5397              
5398              The tr utf8 patching continues.
5399              
5400              The new setproctitle() feature is available only in 
5401              bleeding edge FreeBSD.  From Paul Saab.
5402              
5403              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5404              
5405              Dump UVs as UVs in Data::Dumper.
5406              
5407              detypo #6494
5408              
5409              Document the IVdf UVuf UVof UVxf.
5410              
5411              require.t needs binmode() to work on windows
5412              
5413              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5414              that are hopefully soon put into use.
5415              
5416              Allow "no Module;" even if there is no 'unimport'.
5417              
5418              Better skip message for the test; one of the two problems in
5419              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5420              
5421              The subtest 4 may fail also on VOBS, as pointed out
5422              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5423              (but the failure in that bug report isn't the subtest 4).
5424              
5425              Be more informative on what is skipped and why,
5426              also repeat the list at the end.
5427              
5428              Add a URL for FSF.
5429              
5430              Subject: [PATCH] sv.h documentation - SvLEN
5431              
5432              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5433              
5434              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5435              
5436              Subject: [PATCH] bad cppsymbols on os2 + Configure question
5437              
5438              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5439              
5440              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5441              mention the idea of @( and @)
5442              
5443              This is 6512.  Really.
5444              
5445              Subject: [ID 19990721.004] Documentation bug in perlfunc
5446              
5447              Subject: Minor tweak to perlvar.pod
5448              
5449              In the warnings call filehandles consistently so;
5450              add "unopened" warning for stat().
5451              
5452              After the #6519 a warning about stat() is just that,
5453              not about a filetest, which now have their own warning.
5454              
5455              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5456              
5457              Subject: Re: Array vs. List context
5458              
5459              Subject: New perlcc, take 2
5460              
5461              Weed buglets pointed out by
5462              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5463              
5464              gcc versions might have (parentheses) in them.
5465              
5466              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5467              
5468              Essential prototype changes were missing from #6527.
5469              Also make report_evil_fh() more bomb-proof.
5470              
5471              Zap lib/Sys directory when cleaning up.
5472              
5473              Change the Policy policy: now -Dprefix= with an existing
5474              Policy.sh and prefix == siteprefix == vendorprefix, then all
5475              of them follow along the new prefix.
5476              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5477              
5478              Continue fixing the io warnings.  This also
5479              sort of fixes bug ID 20000802.003: the core dump
5480              is no more.  Whether the current behaviour is correct
5481              (giving a warning: "Not a format reference"), is another matter.
5482              
5483              Have symbols for the IoTYPEs.
5484              
5485              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5486              
5487              Document a bit that UDP is not what you might think.
5488              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5489              tr memory corruption fix from Simon Cozens.
5490              
5491              Plug the security hole described in the Aug 05 2000 bugtraq message
5492              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5493              The security hole exists only in suidperls, which isn't
5494              installed or even built by default.
5495      Branch: maint-5.6/perl
5496           !> (integrate 71 files)
5497 ____________________________________________________________________________
5498 [  7882] By: gsar                                  on 2000/11/27  10:25:36
5499         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5500              from mainline
5501              
5502              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5503              to be fatal errors (instead of by default ignoring them, and
5504              ignoring with a bug: even though -w gave an error, the opening [
5505              was left in)  Reported in:
5506              
5507              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5508              
5509              Subject: [PATCH] split /^/
5510              
5511              MacOS nits from Matthias Neeracher.
5512              
5513              More split() doc and test patches from Mike Guy.
5514              
5515              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5516              from Graham Barr in the module list.
5517              
5518              docfix from Peter Scott <Peter@PSDT.com>.
5519              
5520              File::Temp patches for VMS and OS/2 from Tim Jenness.
5521              
5522              open() wariness in perlbug.
5523              
5524              Subject: [PATCH] minor doc change - perlguts
5525              
5526              Subject: Minor doc patch: handy.h
5527              
5528              Be wary of close()s, too.
5529              
5530              Further File::Temp patches from Yitzchak Scott-Thoennes
5531              and Craig A. Berry.
5532              
5533              Subject: [PATCH] fixes bug 20000508.004
5534              
5535              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5536              
5537              Allow "no AutoLoader;", based on change #6444,
5538              suggested by Graham Barr.
5539              
5540              Use setproctitle() if available to modify $0.
5541              
5542              Warn if the version of the operating system used to compile gcc
5543              differs from the current version of the operating system.
5544              Also display the gcc compilation os and version in myconfig.
5545              Inspiration from
5546              
5547              Tiny fixes for #6460.
5548              
5549              The problem described in this
5550              Subject: [ID 20000322.018] named chars aren't magical enough
5551              has been fixed in perl 5.6.0 but just in case added a test
5552              to keep it away.  (The report from Joseph Hall.)
5553              
5554              Tune the comments and hopefully stop a memory leak.
5555              
5556              Subject: UTF8 concat
5557              (with a memory leak fixed, plus a few casts added)
5558              This also seems to help for
5559              Subject: [ID 20000716.015] join UTF8 weirdness
5560              
5561              Do not upgrade SVs into utf8 just because they participate
5562              in eq or cmp.  Reported and fix suggested in
5563              Subject: [ID 20000720.009] sv_eq UTF8 bug
5564              
5565              Fix the HALF_UPGRADE() macro introduced in #6263.
5566              
5567              Find green threads before native threads.
5568              Subject: Re: Patch to jpl/JNI/Makefile.PL
5569      Branch: maint-5.6/perl
5570           !> (integrate 30 files)
5571 ____________________________________________________________________________
5572 [  7881] By: jhi                                   on 2000/11/27  05:48:41
5573         Log: It seems that *both* the unused submatch loop cleanup
5574              codes are needed.
5575      Branch: perl
5576            ! regexec.c
5577 ____________________________________________________________________________
5578 [  7880] By: jhi                                   on 2000/11/27  04:50:07
5579         Log: Clean .exists deeper.
5580      Branch: perl
5581            ! Makefile.SH
5582 ____________________________________________________________________________
5583 [  7879] By: jhi                                   on 2000/11/27  02:31:35
5584         Log: The code in regcppop() (see #7878) contains the correct lower
5585              limit for the unused submatch 'cleanup' loop so that under
5586              "use utf8" the following code wouldn't dump core:
5587              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
5588              the cleanup loop in regtry() stomped beyond allocated area
5589              in the startp[] array.  Therefore, copied the correct lower
5590              loop limit (*PL_reglastparen) to regtry().  Note: something
5591              may still not be quite right: why was the _higher_ loop limit
5592              (prog->nparens) different in the utf8 case?
5593              
5594              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
5595              without core dumps, there were about 17 of them before
5596              the patch (with us since Perl 5.7.0).  Two failures, still:
5597              496 and 505 (though these may not be severe).
5598              
5599              Patch #7881 is also needed since both the cleanup loops
5600              seem to be needed.
5601              
5602              Also, the t/op/pat#44 seems to core dump under utf8.
5603              Plus a couple of failures.  UGH-8.
5604      Branch: perl
5605            ! regexec.c
5606 ____________________________________________________________________________
5607 [  7878] By: jhi                                   on 2000/11/27  02:21:17
5608         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
5609              the code in regcppop() seems to be redundant for the test suite --
5610              but it contains a germ of truth, and it needed for the build
5611              process itself: see #7879 and #7881.
5612      Branch: perl
5613            ! regexec.c
5614 ____________________________________________________________________________
5615 [  7877] By: jhi                                   on 2000/11/27  01:53:09
5616         Log: Comment on comment.
5617      Branch: perl
5618            ! regexec.c
5619 ____________________________________________________________________________
5620 [  7876] By: jhi                                   on 2000/11/27  00:49:59
5621         Log: Adjust the docs to agree with #7875.
5622      Branch: perl
5623            ! pod/perllocale.pod
5624 ____________________________________________________________________________
5625 [  7875] By: jhi                                   on 2000/11/27  00:49:27
5626         Log: Retract #7863.  It makes more sense not to taint formatted output,
5627              not even by sprintf().
5628      Branch: perl
5629            ! sv.c
5630 ____________________________________________________________________________
5631 [  7874] By: jhi                                   on 2000/11/26  23:36:02
5632         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
5633              Not really fixed (should really dump the UTF-8 charclass),
5634              but stopped displaying the garbage.
5635              
5636              Also add a note on the (missing) Unicode PSXSPC and BLANK.
5637      Branch: perl
5638            ! regcomp.c
5639 ____________________________________________________________________________
5640 [  7873] By: jhi                                   on 2000/11/26  21:31:13
5641         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
5642      Branch: perl
5643            ! regexec.c
5644 ____________________________________________________________________________
5645 [  7872] By: jhi                                   on 2000/11/26  21:06:04
5646         Log: No need to scan till infinity, 13 is enough.
5647      Branch: perl
5648            ! handy.h utf8.c
5649 ____________________________________________________________________________
5650 [  7871] By: jhi                                   on 2000/11/26  20:20:32
5651         Log: Test line numbers are different with utf8.
5652      Branch: perl
5653            ! t/op/re_tests
5654 ____________________________________________________________________________
5655 [  7870] By: jhi                                   on 2000/11/26  20:10:12
5656         Log: Message nit.
5657      Branch: perl
5658            ! regcomp.c
5659 ____________________________________________________________________________
5660 [  7869] By: jhi                                   on 2000/11/26  19:01:05
5661         Log: Make utf8_length() and utf8_distance() (the latter of which
5662              is unused at the moment) to be less forgiving about bad UTF-8.
5663      Branch: perl
5664            ! embed.h embed.pl objXSUB.h proto.h utf8.c
5665 ____________________________________________________________________________
5666 [  7868] By: jhi                                   on 2000/11/26  18:45:56
5667         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
5668              From: Benjamin Holzman <bah@ecnvantage.com>
5669              Date: Sat, 25 Nov 2000 20:40:20 -0500       
5670              Message-ID: <20001125204020.A25040@ecnvantage.com>              
5671              
5672              Debian allows installing /usr/bin/locale without installing
5673              any locales, an error message will ensue.
5674      Branch: perl
5675            ! t/pragma/locale.t
5676 ____________________________________________________________________________
5677 [  7867] By: jhi                                   on 2000/11/26  18:31:12
5678         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
5679              From: Benjamin Holzman <bah@ecnvantage.com>
5680              Date: Sun, 26 Nov 2000 02:42:34 -0500
5681              Message-ID: <20001126024234.G25040@ecnvantage.com>
5682              
5683              Patch for the bug 20000212.002.
5684      Branch: perl
5685            ! sv.c t/op/array.t
5686 ____________________________________________________________________________
5687 [  7866] By: jhi                                   on 2000/11/26  18:28:09
5688         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
5689              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5690              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
5691              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
5692              
5693              File::Temp 0.11.
5694      Branch: perl
5695            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5696 ____________________________________________________________________________
5697 [  7865] By: jhi                                   on 2000/11/26  18:24:22
5698         Log: The metaconfig unit change for #7864.
5699      Branch: metaconfig/U/perl
5700            ! need_va_copy.U
5701 ____________________________________________________________________________
5702 [  7864] By: jhi                                   on 2000/11/26  18:23:41
5703         Log: Make the va_copy() test not to be so talkative.
5704      Branch: perl
5705            ! Configure config_h.SH
5706 ____________________________________________________________________________
5707 [  7863] By: jhi                                   on 2000/11/26  18:11:02
5708         Log: Fix locale inconsistencies unearthed by Hugo's work.
5709              Now the floating point sprintf really does taint the result
5710              string as perllocale promises (has promised for a long time)
5711              if "use locale" is in the lexical scope.
5712      Branch: perl
5713            ! sv.c t/pragma/locale.t
5714 ____________________________________________________________________________
5715 [  7862] By: jhi                                   on 2000/11/26  00:35:15
5716         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
5717              From: Nicholas Clark <nick@ccl4.org>
5718              Date: Sun, 26 Nov 2000 00:07:50 +0000
5719              Message-ID: <20001126000750.A22446@plum.flirble.org>
5720              
5721              Infinit.
5722      Branch: perl
5723            ! sv.c
5724 ____________________________________________________________________________
5725 [  7861] By: jhi                                   on 2000/11/26  00:01:26
5726         Log: Integrate perlio.
5727      Branch: perl
5728           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
5729 ____________________________________________________________________________
5730 [  7860] By: nick                                  on 2000/11/25  22:04:17
5731         Log: Correct relative path from new ext\Filter\Util\Call location
5732              back to miniperl.
5733      Branch: perlio
5734            ! win32/makefile.mk
5735 ____________________________________________________________________________
5736 [  7859] By: nick                                  on 2000/11/25  21:26:54
5737         Log: Integrate mainline.
5738      Branch: perlio
5739           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5740           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5741           +> t/lib/filter-util.t
5742            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5743            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5744            - t/lib/filt-util.t
5745           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
5746           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5747           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
5748           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
5749           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
5750           !> win32/makefile.mk
5751 ____________________________________________________________________________
5752 [  7858] By: gsar                                  on 2000/11/25  20:52:17
5753         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
5754              parent's memory; fix it by keeping track of the actual pad
5755              offset rather than a raw pointer (this change is probably also
5756              relevant to non-ithreads case to avoid fallout from reallocs of
5757              the pad array, but is currently only enabled for the ithreads
5758              case in the interests of minimal disruption to existing "well
5759              tested" code)
5760      Branch: perl
5761            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5762            ! proto.h scope.c scope.h sv.c t/op/fork.t
5763 ____________________________________________________________________________
5764 [  7857] By: nick                                  on 2000/11/25  20:01:28
5765         Log: All tests pass on Win32/gcc/USE_PERLIO.
5766              - when crlf layer is pushed make unix-level binary.
5767              - remove :crlf injection in pp_backtick in pp_sys.c
5768              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
5769      Branch: perlio
5770            ! doio.c perlio.c pp_sys.c win32/makefile.mk
5771 ____________________________________________________________________________
5772 [  7856] By: jhi                                   on 2000/11/25  18:38:30
5773         Log: Update the metaconfig units for #7855.
5774      Branch: metaconfig/U/perl
5775            ! useperlio.U usesocks.U
5776 ____________________________________________________________________________
5777 [  7855] By: jhi                                   on 2000/11/25  18:37:54
5778         Log: Undo the SOCKS workarounds, instead start using PerlIO
5779              if SOCKS is selected.
5780              
5781              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
5782              From: Jens Hamisch <jens@Strawberry.COM>
5783              Date: Fri, 24 Nov 2000 18:31:30 +0100
5784              Message-ID: <20001124183130.E28337@Strawberry.COM>
5785              
5786              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
5787              From: Jens Hamisch <jens@Strawberry.COM>
5788              Date: Fri, 24 Nov 2000 19:11:51 +0100
5789              Message-ID: <20001124191151.A28753@Strawberry.COM>
5790      Branch: perl
5791            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
5792            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
5793 ____________________________________________________________________________
5794 [  7854] By: jhi                                   on 2000/11/25  17:39:08
5795         Log: Undo #7848.  Some of the code seems to use walkoptree(),
5796              some walkoptree_slow().  An unfinished renaming?
5797              Now the sub is walkoptree() (which is @EXPORT_OK),
5798              the walkoptree_slow() is a typeglob alias to walkoptree.
5799              This makes the tests to pass, at least.
5800      Branch: perl
5801            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5802 ____________________________________________________________________________
5803 [  7853] By: nick                                  on 2000/11/24  22:24:33
5804         Log: Re-arrange crlf vs binary for platforms that care.
5805              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
5806              Lip-service to making stdio layer work on such platfroms (untested).
5807              Now fails 3 tests rather than one, checkin to see if I can debug 
5808              the issue under linux. (Do not merge.)
5809      Branch: perlio
5810            ! doio.c perlio.c perliol.h
5811 ____________________________________________________________________________
5812 [  7852] By: jhi                                   on 2000/11/24  18:57:39
5813         Log: AUTHORS edits.
5814      Branch: perl
5815            ! AUTHORS
5816 ____________________________________________________________________________
5817 [  7851] By: jhi                                   on 2000/11/24  17:34:56
5818         Log: Add Jan-Erik Karlsson.
5819      Branch: perl
5820            ! AUTHORS
5821 ____________________________________________________________________________
5822 [  7850] By: jhi                                   on 2000/11/24  17:27:56
5823         Log: Configure should find stdchar on its own.
5824      Branch: perl
5825            ! hints/solaris_2.sh
5826 ____________________________________________________________________________
5827 [  7849] By: jhi                                   on 2000/11/24  17:24:55
5828         Log: Subject: PATCH over 7848: Filter test flawed
5829              From: andreas.koenig@anima.de (Andreas J. Koenig)
5830              Date: 24 Nov 2000 10:28:29 +0100
5831              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
5832      Branch: perl
5833            ! t/lib/filter-util.t
5834 ____________________________________________________________________________
5835 [  7848] By: jhi                                   on 2000/11/24  17:22:15
5836         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
5837              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
5838              Date: Fri, 24 Nov 2000 16:12:58 +0000
5839              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
5840      Branch: perl
5841            ! ext/B/B.pm
5842 ____________________________________________________________________________
5843 [  7847] By: jhi                                   on 2000/11/24  03:07:01
5844         Log: Integrate perlio.
5845      Branch: perl
5846           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5847           !> win32/makefile.mk
5848 ____________________________________________________________________________
5849 [  7846] By: gsar                                  on 2000/11/24  00:55:57
5850         Log: integrate changes#6415..6418,6420..6438 from mainline
5851              
5852              Fix the bitvector ops for utf8 (tricky since past 7 bits
5853              the utf8 'characters' can be more than one octet).
5854              
5855              MPE/ix updates for perl 5.6.0 from Mark Bixby.
5856              
5857              Subject: SDBM_File documentation
5858              
5859              Detypo.
5860              
5861              Decutandpasto.
5862              
5863              Send all installperl messages to STDERR and be -w clean.
5864              
5865              Out-of-date note removed.
5866              
5867              Protect against "wild next"s, that is, callbacks doing "next"
5868              instead of "return".
5869              
5870              Use STDOUT consistently.
5871              
5872              The output might have been produced in the wrong order.
5873              
5874              A missing 'break' after the [[:space:]] switch case.
5875              
5876              Add tests for
5877              [ID 19991110.003] another matching finding by pcre author
5878              which has already been fixed by some patch, as verified in
5879              
5880              Documentation to explain the behaviour of map().
5881              
5882              Add an optimization for map-maps-a-list-element-to-more-list-elements
5883              case, but add also notes explaining the relationship of this
5884              patch and the earlier notes by Sarathy.
5885              
5886              Subject: [ID 20000716.023] syslog test fails without sockets
5887              
5888              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5889              Test cases for #6431.
5890              
5891              File::Spec::VMS fixup for tmpdir from Craig Berry.
5892              
5893              Make the "uninit variable" warning to say "concat or string"
5894              or "join or string" when in concat or join .
5895              
5896              Get UTF16 BOMs working.  Patch from
5897              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5898              
5899              Subject: [PATCH] Make large file tests deal with SIGXFSZ
5900              
5901              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
5902              
5903              Subject: [PATCH] av.c apidoc
5904      Branch: maint-5.6/perl
5905           !> (integrate 43 files)
5906 ____________________________________________________________________________
5907 [  7845] By: gsar                                  on 2000/11/24  00:20:45
5908         Log: integrate changes#6406..6414 from mainline
5909              
5910              Merge perlhacktut into perlhack, update perlguts.
5911              
5912              Fix AutoSplit to use File::Spec the right way in VMS,
5913              from Peter Prymmer.
5914              
5915              The bug report
5916              [ID 19991110.002] minimal matching discrepancy found by pcre author
5917              seems to have been fixed (though differently from what was suggested
5918              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5919              
5920              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5921              not in pod, from Peter Prymmer
5922              
5923              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5924              From: Hugo <hv@crypt.compulink.co.uk>
5925              Date: Fri, 14 Jul 2000 23:05:20 +0100
5926              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5927              
5928              Didn't anymore apply, but that point still could use another fix.
5929              
5930              lib/b test fixes from Peter Prymmer.
5931              
5932              More docs for sv functions.
5933              
5934              perlvms.pod whitespace cleanup to keep pod utils happy.
5935              
5936              another VMS build tweak from Peter Prymmer
5937      Branch: maint-5.6/perl
5938           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
5939           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
5940           !> vms/descrip_mms.template vms/perlvms.pod
5941 ____________________________________________________________________________
5942 [  7844] By: nick                                  on 2000/11/23  23:42:45
5943         Log: Win32/perlio Now just fails one io/argv.t test - lack 
5944              of default :crlf on standard streams.
5945      Branch: perlio
5946            ! doio.c perlio.c
5947 ____________________________________________________________________________
5948 [  7843] By: nick                                  on 2000/11/23  23:04:05
5949         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
5950              peek fail is showing a real problem (multiple crlf layers
5951              are getting pushed.)
5952      Branch: perlio
5953            ! doio.c perlio.c win32/makefile.mk
5954 ____________________________________________________________________________
5955 [  7842] By: nick                                  on 2000/11/23  19:46:23
5956         Log: Implement PerlIO_binmode()
5957              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
5958              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
5959              make binmode in t/lib/io_tell.t unconditional so that works.
5960              Checkin just so Win32 machine can see these changes.
5961      Branch: perlio
5962            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
5963 ____________________________________________________________________________
5964 [  7841] By: jhi                                   on 2000/11/23  19:30:00
5965         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
5966      Branch: perl
5967            ! README.amiga
5968 ____________________________________________________________________________
5969 [  7840] By: jhi                                   on 2000/11/23  17:18:02
5970         Log: SOCKS wrestling continues, patches from Jens Hamisch.
5971      Branch: perl
5972            ! doio.c embed.h embed.pl perlsdio.h proto.h
5973 ____________________________________________________________________________
5974 [  7839] By: jhi                                   on 2000/11/23  16:54:14
5975         Log: Push Filter::Util::Call one level deeper.
5976      Branch: perl
5977            + t/lib/filter-util.t
5978           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5979           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5980            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5981            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5982            - t/lib/filt-util.t
5983            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
5984            ! win32/Makefile win32/makefile.mk
5985 ____________________________________________________________________________
5986 [  7838] By: jhi                                   on 2000/11/23  16:52:40
5987         Log: Reach back one higher up when searching for PERL_SRC.
5988      Branch: perl
5989            ! lib/ExtUtils/MM_Unix.pm
5990 ____________________________________________________________________________
5991 [  7837] By: jhi                                   on 2000/11/23  16:05:41
5992         Log: Subject: Re: perl@7826
5993              Date: Thu, 23 Nov 2000 02:20:25 -0600
5994              From: "Craig A. Berry" <craigberry@mac.com>
5995              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
5996              
5997              Make VMS to like Filter::Util::Call. 
5998      Branch: perl
5999            ! configure.com ext/Filter/Util/Makefile.PL
6000 ____________________________________________________________________________
6001 [  7836] By: nick                                  on 2000/11/23  16:04:08
6002         Log: Implement crlf layer - not ready for merge.
6003      Branch: perlio
6004            ! perlio.c win32/makefile.mk
6005 ____________________________________________________________________________
6006 [  7835] By: jhi                                   on 2000/11/23  15:56:52
6007         Log: STDCHAR is different in Sparc v9 vs x86.
6008      Branch: perl
6009            ! hints/solaris_2.sh
6010 ____________________________________________________________________________
6011 [  7834] By: jhi                                   on 2000/11/23  15:50:47
6012         Log: The type needs to be visible to protos.
6013      Branch: perl
6014            ! perl.h
6015 ____________________________________________________________________________
6016 [  7833] By: jhi                                   on 2000/11/23  15:40:46
6017         Log: Finish unfinished SOCKS workaround changes.
6018      Branch: perl
6019            ! doio.c
6020 ____________________________________________________________________________
6021 [  7832] By: jhi                                   on 2000/11/23  15:33:30
6022         Log: Integrate perlio.
6023      Branch: perl
6024           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6025           !> win32/makefile.mk
6026 ____________________________________________________________________________
6027 [  7831] By: nick                                  on 2000/11/23  10:31:07
6028         Log: Correct makefile.mk dependancies for ext/Filter/Util
6029              Build ext/Encode
6030              Run dmake regen_config_h
6031      Branch: perlio
6032            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6033            ! win32/makefile.mk
6034 ____________________________________________________________________________
6035 [  7830] By: nick                                  on 2000/11/23  08:05:07
6036         Log: Integrate mainline
6037      Branch: perlio
6038           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6039           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
6040           +> t/lib/filt-util.pl t/lib/filt-util.t
6041           !> (integrate 41 files)
6042 ____________________________________________________________________________
6043 [  7829] By: gsar                                  on 2000/11/23  03:07:11
6044         Log: build the Filter extension on windows
6045      Branch: perl
6046            ! win32/Makefile win32/makefile.mk
6047 ____________________________________________________________________________
6048 [  7828] By: gsar                                  on 2000/11/23  02:46:35
6049         Log: regenerate win32/config* and fix some inconsistencies in the
6050              makefiles; always export Perl_deb() because it is needed
6051              by ext/re/* (whether perl itself is built with -DDEBUGGING
6052              or not)
6053      Branch: perl
6054            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
6055            ! win32/config_H.vc win32/makefile.mk
6056 ____________________________________________________________________________
6057 [  7827] By: gsar                                  on 2000/11/23  02:18:38
6058         Log: get sources building on windows+MSVC again (untested with other
6059              compilers)
6060      Branch: perl
6061            ! win32/include/sys/socket.h win32/perllib.c
6062 ____________________________________________________________________________
6063 [  7826] By: jhi                                   on 2000/11/23  01:18:26
6064         Log: Update Changes.
6065      Branch: perl
6066            ! Changes patchlevel.h
6067 ____________________________________________________________________________
6068 [  7825] By: jhi                                   on 2000/11/23  00:20:41
6069         Log: Subject: Re: av.c patch (having slight problems)
6070              From: "Ben Tilly" <ben_tilly@hotmail.com>
6071              Date: Tue, 21 Nov 2000 23:29:31 -0500
6072              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
6073              
6074              unshift() speedup.
6075      Branch: perl
6076            ! av.c
6077 ____________________________________________________________________________
6078 [  7824] By: jhi                                   on 2000/11/22  23:59:15
6079         Log: Fixes for signedness warnings noticed by VMSperlers.
6080      Branch: perl
6081            ! ext/Storable/Storable.xs regcomp.c sv.c
6082 ____________________________________________________________________________
6083 [  7823] By: jhi                                   on 2000/11/22  23:19:31
6084         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
6085              From: Peter Prymmer <pvhp@forte.com>
6086              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
6087              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
6088      Branch: perl
6089            ! t/pragma/warn/pp_hot
6090 ____________________________________________________________________________
6091 [  7822] By: jhi                                   on 2000/11/22  22:52:20
6092         Log: Be clean.
6093      Branch: perl
6094            ! Makefile.SH
6095 ____________________________________________________________________________
6096 [  7821] By: jhi                                   on 2000/11/22  22:46:39
6097         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
6098              by Damian Conway, as suggested by Paul Marquess.
6099      Branch: perl
6100            + lib/Filter/Simple.pm
6101 ____________________________________________________________________________
6102 [  7820] By: jhi                                   on 2000/11/22  22:45:51
6103         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
6104      Branch: perl
6105            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6106            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6107            + t/lib/filt-util.t
6108            ! MANIFEST
6109 ____________________________________________________________________________
6110 [  7819] By: jhi                                   on 2000/11/22  22:03:27
6111         Log: Integrate perlio.
6112      Branch: perl
6113           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6114           !> win32/makefile.mk
6115 ____________________________________________________________________________
6116 [  7818] By: jhi                                   on 2000/11/22  21:56:02
6117         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
6118      Branch: perl
6119            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
6120            ! t/lib/io_sock.t
6121 ____________________________________________________________________________
6122 [  7817] By: jhi                                   on 2000/11/22  21:39:49
6123         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
6124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6125              Date: Wed, 22 Nov 2000 16:08:12 -0500
6126              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
6127      Branch: perl
6128            ! lib/ExtUtils/Liblist.pm
6129 ____________________________________________________________________________
6130 [  7816] By: jhi                                   on 2000/11/22  21:38:25
6131         Log: Go ahead and #include <unistd.h> in perl.h.
6132      Branch: perl
6133            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
6134            ! util.c
6135 ____________________________________________________________________________
6136 [  7815] By: jhi                                   on 2000/11/22  21:22:52
6137         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
6138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6139              Date: Mon, 20 Nov 2000 18:30:52 -0500
6140              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
6141      Branch: perl
6142            ! pod/perlre.pod regcomp.c t/op/re_tests
6143 ____________________________________________________________________________
6144 [  7814] By: jhi                                   on 2000/11/22  21:21:46
6145         Log: Subject: [PATCH 5.7.0] Liblist finally works
6146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6147              Date: Tue, 21 Nov 2000 22:02:17 -0500
6148              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
6149      Branch: perl
6150            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6151            ! lib/ExtUtils/MakeMaker.pm
6152 ____________________________________________________________________________
6153 [  7813] By: jhi                                   on 2000/11/22  21:20:23
6154         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6156              Date: Wed, 22 Nov 2000 17:53:15 +0100
6157              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
6158              
6159              AIX dynaloader and perlio patch.
6160      Branch: perl
6161            ! ext/DynaLoader/dl_aix.xs
6162 ____________________________________________________________________________
6163 [  7812] By: jhi                                   on 2000/11/22  21:17:52
6164         Log: (Accidentally empty patch.)
6165      Branch: perl
6166            ! av.c
6167 ____________________________________________________________________________
6168 [  7811] By: jhi                                   on 2000/11/22  21:16:31
6169         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
6170              From: Peter Prymmer <pvhp@forte.com>
6171              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
6172              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
6173      Branch: perl
6174            ! vms/test.com
6175 ____________________________________________________________________________
6176 [  7810] By: jhi                                   on 2000/11/22  21:15:36
6177         Log: Subject: Re: perl@7777 
6178              From: "John P. Linderman" <jpl@research.att.com>
6179              Date: Wed, 22 Nov 2000 13:11:11 -0500
6180              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
6181              
6182              Detypoing.
6183      Branch: perl
6184            ! lib/CPAN.pm
6185 ____________________________________________________________________________
6186 [  7809] By: jhi                                   on 2000/11/22  21:14:19
6187         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
6188              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6189              Date:     Wed, 22 Nov 2000 13:51:37 EST
6190              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
6191      Branch: perl
6192            ! perlsdio.h
6193 ____________________________________________________________________________
6194 [  7808] By: jhi                                   on 2000/11/22  21:13:27
6195         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
6196              From: Casey Tweten <crt@kiski.net>
6197              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
6198              Message-Id: <200011201653.LAA10194@home.kiski.net>
6199      Branch: perl
6200            ! t/lib/io_udp.t
6201 ____________________________________________________________________________
6202 [  7807] By: jhi                                   on 2000/11/22  21:12:35
6203         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
6204              From: Casey Tweten <crt@kiski.net>
6205              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
6206              Message-Id: <200011201636.LAA07227@home.kiski.net>
6207      Branch: perl
6208            ! t/lib/io_sock.t
6209 ____________________________________________________________________________
6210 [  7806] By: jhi                                   on 2000/11/22  21:10:59
6211         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
6212              From: "Casey R. Tweten" <crt@kiski.net>
6213              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
6214              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
6215      Branch: perl
6216            ! utils/h2xs.PL
6217 ____________________________________________________________________________
6218 [  7805] By: nick                                  on 2000/11/22  21:05:06
6219         Log: Integrate mainline
6220      Branch: perlio
6221           !> Changes Porting/genlog ext/DB_File/DB_File.xs
6222           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
6223           !> utils/perlbug.PL
6224 ____________________________________________________________________________
6225 [  7804] By: jhi                                   on 2000/11/22  21:01:12
6226         Log: Subject: [PATCH] Test.pm POD peculiarity
6227              From: "Casey R. Tweten" <crt@kiski.net>
6228              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
6229              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
6230      Branch: perl
6231            ! lib/Test.pm
6232 ____________________________________________________________________________
6233 [  7803] By: jhi                                   on 2000/11/22  20:59:59
6234         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
6235              From: "Philip Newton" <pnewton@gmx.de>
6236              Date: Wed, 22 Nov 2000 14:25:53 +0100
6237              Message-Id: <3A1BD771.25462.1939FAD@localhost>
6238              
6239              Be case-understanding also on 's', and use the -oi of sendmail
6240              not to terminate the transmission on a lone '.'.
6241      Branch: perl
6242            ! utils/perlbug.PL
6243 ____________________________________________________________________________
6244 [  7802] By: nick                                  on 2000/11/22  20:51:42
6245         Log: Win32 PerlIO intermediate state now working as expected.
6246              - In current state we are still using C runtime in text/binary
6247              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
6248              - PERLIO=stdio and PERLIO=unix pass all expected tests.
6249              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
6250              and PerlIO_seek() and the dummy crlf layer is not making adjustments
6251              for CRLF translation happening in C runtime. All other tests pass.
6252              
6253              Added note to README.win32 to point out the snags of doing a perl build
6254              with Norton AntiVirus turned on.
6255              
6256              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
6257              which file a fail comes from.
6258              
6259              Updated "canned" config.h to match the one generated.
6260      Branch: perlio
6261            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6262            ! win32/makefile.mk
6263 ____________________________________________________________________________
6264 [  7801] By: jhi                                   on 2000/11/22  06:50:20
6265         Log: Nickety nits.
6266      Branch: perl
6267            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6268 ____________________________________________________________________________
6269 [  7800] By: jhi                                   on 2000/11/22  01:29:55
6270         Log: Changes had accidentally gone too silent on non-main branches.
6271      Branch: perl
6272            ! Changes Porting/genlog patchlevel.h
6273 ____________________________________________________________________________
6274 [  7799] By: gsar                                  on 2000/11/22  01:02:56
6275         Log: some lib_pm.PL changes snuck in via change#7772
6276      Branch: maint-5.6/perl
6277            ! Makefile.SH
6278 ____________________________________________________________________________
6279 [  7798] By: nick                                  on 2000/11/21  21:59:40
6280         Log: Integrate mainline
6281      Branch: perlio
6282           !> (integrate 28 files)
6283 ____________________________________________________________________________
6284 [  7797] By: jhi                                   on 2000/11/21  21:01:45
6285         Log: Integrate perlio.
6286      Branch: perl
6287           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
6288 ____________________________________________________________________________
6289 [  7796] By: nick                                  on 2000/11/21  20:36:22
6290         Log: Win32 builds and runs (mostly) with USE_PERLIO.
6291              PERLIO=perlio passes all tests. 
6292              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
6293      Branch: perlio
6294            ! perlio.c win32/perllib.c win32/win32.c
6295 ____________________________________________________________________________
6296 [  7795] By: jhi                                   on 2000/11/21  19:03:44
6297         Log: Update Changes.
6298      Branch: perl
6299            ! Changes patchlevel.h
6300 ____________________________________________________________________________
6301 [  7794] By: jhi                                   on 2000/11/21  18:56:34
6302         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
6303              From: "Craig A. Berry" <craigberry@mac.com>
6304              Date: Mon, 20 Nov 2000 20:27:06 -0600
6305              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
6306              
6307              A cut-and-pasto.
6308      Branch: perl
6309            ! perlio.h
6310 ____________________________________________________________________________
6311 [  7793] By: jhi                                   on 2000/11/21  18:54:41
6312         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
6313              From: Dominic Dunlop <domo@computer.org> 
6314              Date: Mon, 20 Nov 2000 18:55:29 +0100
6315              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
6316              
6317              va_copy() and the need of it.
6318              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
6319      Branch: metaconfig/U/perl
6320            + need_va_copy.U
6321      Branch: perl
6322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6323            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
6324            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6325            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6326            ! win32/config.bc win32/config.gc win32/config.vc
6327 ____________________________________________________________________________
6328 [  7792] By: jhi                                   on 2000/11/21  17:04:10
6329         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
6330      Branch: perl
6331           !> scope.h
6332 ____________________________________________________________________________
6333 [  7791] By: jhi                                   on 2000/11/21  17:01:16
6334         Log: Export the SOCKS workaround symbols only if necessary.
6335      Branch: perl
6336            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
6337 ____________________________________________________________________________
6338 [  7790] By: nick                                  on 2000/11/20  23:57:11
6339         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
6340      Branch: perlio
6341            ! scope.h
6342 ____________________________________________________________________________
6343 [  7789] By: nick                                  on 2000/11/20  23:38:33
6344         Log: Integrate mainline
6345      Branch: perlio
6346           +> lib/File/Spec/Epoc.pm
6347           !> (integrate 34 files)
6348 ____________________________________________________________________________
6349 [  7788] By: nick                                  on 2000/11/20  23:20:18
6350         Log: Make extra buffer layer work (dummy crlf layer)
6351      Branch: perlio
6352            ! doio.c perlio.c perlio.h
6353 ____________________________________________________________________________
6354 [  7787] By: jhi                                   on 2000/11/20  22:44:04
6355         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
6356              From: Peter Prymmer <pvhp@forte.com>
6357              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
6358              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
6359      Branch: perl
6360            ! t/pragma/locale.t
6361 ____________________________________________________________________________
6362 [  7786] By: jhi                                   on 2000/11/20  22:29:10
6363         Log: Subject: DOC PATCH 5.6.0 perlreftut
6364              From: mjd@plover.com
6365              Date: 20 Nov 2000 19:45:06 -0000
6366              Message-ID: <20001120194506.9505.qmail@plover.com>
6367      Branch: perl
6368            ! pod/perlreftut.pod
6369 ____________________________________________________________________________
6370 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6371         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
6372              From: David Dyck <dcd@tc.fluke.com>
6373              Date: Mon, 20 Nov 2000 11:43:40 -0800
6374              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
6375      Branch: perl
6376            ! lib/Cwd.pm
6377 ____________________________________________________________________________
6378 [  7784] By: jhi                                   on 2000/11/20  22:23:21
6379         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6380              Date: Mon, 20 Nov 2000 17:06:10 -0500
6381              To: Mailing list Perl5 <perl5-porters@perl.org>
6382              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
6383      Branch: perl
6384            ! pp_ctl.c t/op/pat.t
6385 ____________________________________________________________________________
6386 [  7783] By: jhi                                   on 2000/11/20  22:11:18
6387         Log: Subject: [PATCH] doop.c - UTF8 tr///               
6388              From: Simon Cozens <simon@cozens.net>
6389              Date: Sat, 18 Nov 2000 18:49:30 +0000
6390              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
6391              
6392              Subject: Re: [PATCH] doop.c - UTF8 tr///           
6393              From: Simon Cozens <simon@cozens.net>
6394              Date: Mon, 20 Nov 2000 20:45:22 +0000
6395              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
6396              
6397              Make tr on UTF-8 better but still not correct.
6398      Branch: perl
6399            ! doop.c
6400 ____________________________________________________________________________
6401 [  7782] By: jhi                                   on 2000/11/20  22:02:16
6402         Log: Remove the shared object before attempting to create
6403              (by linking) a new one.  E.g. in AIX not removing
6404              becomes quite painful if one tries to do more than one
6405              build in the same tree (an interrupted build, for example),
6406              since the AIX' shared dynaloader seemingly keeps the shared
6407              objects open and therefore 'busy' for quite a while, even when
6408              nobody is using the objects, leading into link failures.
6409      Branch: perl
6410            ! lib/ExtUtils/MM_Unix.pm
6411 ____________________________________________________________________________
6412 [  7781] By: gsar                                  on 2000/11/20  19:02:55
6413         Log: type mismatch due to faulty integration
6414      Branch: maint-5.6/perl
6415            ! toke.c win32/Makefile
6416 ____________________________________________________________________________
6417 [  7780] By: gsar                                  on 2000/11/20  17:31:55
6418         Log: integrate changes#6392,6394..6399,6401..6404
6419              
6420              The {multiplier} of a fixed substring was overlooked which
6421              caused a wrong initial search offset for that substring.
6422              
6423              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6424              From: Hugo <hv@crypt.compulink.co.uk>
6425              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6426              Date: Thu, 13 Jul 2000 19:27:13 +0100
6427              
6428              Fix the BOM bug: not a byteorder bug, a signedness bug.
6429              
6430              Replace change #6337 with a better one.
6431              
6432              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6433              From: Hugo <hv@crypt.compulink.co.uk>
6434              Date: Fri, 14 Jul 2000 04:16:20 +0100
6435              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6436              
6437              MakeMaker should not remove editor backups (*~) on `make clean`
6438              by default (completes change#6383)
6439              
6440              move new variables to the end of the interpreter structure (for
6441              bincompat in code that doesn't #include XSUB.h)
6442              
6443              rename totally bletcherous SvLOCK() thingy (doesn't do what the
6444              name suggests anyway)
6445              
6446              various cleanups (typos, misformatted code, and small bugs)
6447              
6448              typecasts needed for change#6394
6449              
6450              typos in change#6399, regen headers
6451              
6452              inconsistent types needs casts
6453              
6454              PERL_OBJECT build tweaks
6455      Branch: maint-5.6/perl
6456           !> MANIFEST doop.c embed.h embed.pl embedvar.h
6457           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
6458           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
6459           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
6460           !> toke.c util.c
6461 ____________________________________________________________________________
6462 [  7779] By: gsar                                  on 2000/11/20  17:06:29
6463         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
6464              
6465              Cosmetics and perldelta.
6466              
6467              Fix nits noticed by Boston.pm.
6468              
6469              Do the cc sanity check both before the hints and
6470              after the cc selction.
6471              
6472              get sprintf.t to adjust properly for 3-digit exponents
6473              
6474              don't clobber *.orig files on *clean targets
6475              
6476              fix bugs in processing %v-*d and similar format specs (from
6477              Avi Finkel <avi@finkel.org>)
6478              
6479              sprintf test tweaks (from Dominic Dunlop)
6480              
6481              new selfloader.t in change#6183 doesn't close DATA handles,
6482              and thus fails to clean up tmp files on dosish platforms
6483              
6484              typos (spotted by Peter Prymmer)
6485              
6486              typo fix from Craig Berry
6487      Branch: maint-5.6/perl
6488           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
6489           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
6490           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
6491           !> x2p/Makefile.SH
6492 ____________________________________________________________________________
6493 [  7778] By: gsar                                  on 2000/11/20  16:46:51
6494         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
6495              
6496              Subject: Re: format bug report  [Patch]
6497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6498              Date: Wed, 05 Jul 2000 13:12:52 +0200
6499              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6500              
6501              Subject: Re: format bug report  [Patch]
6502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6503              Date: Wed, 05 Jul 2000 14:10:01 +0200
6504              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6505              
6506              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6507              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6508              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6509              Date: Fri, 07 Jul 2000 17:57:16 +0100
6510              
6511              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6512              To: perl5-porters@perl.org
6513              From: Karsten Sperling <spiff@phreax.net>
6514              Date: Mon, 10 Jul 2000 15:12:52 +0200
6515              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6516              
6517              README.posix-bc podified from Thomas Dorner.
6518              
6519              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
6520              From: Dominic Dunlop <domo@computer.org>
6521              Date: Tue, 11 Jul 2000 12:27:33 +0200
6522              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
6523              
6524              Typo in #6341.
6525              
6526              Fix for
6527              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6528              From: Roderick Schertler <roderick@argon.org>
6529              Date: Tue, 11 Jul 2000 13:55:05 -0400
6530              Message-Id: <200007111755.NAA05077@jones.argon.org>
6531              
6532              Minor cleanups on the booklist.
6533              
6534              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6535              regen perltoc.
6536              
6537              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6538      Branch: maint-5.6/perl
6539           +> pod/perlbook.pod
6540           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
6541           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
6542           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
6543 ____________________________________________________________________________
6544 [  7777] By: jhi                                   on 2000/11/20  16:08:49
6545         Log: Update Changes.
6546      Branch: perl
6547            ! Changes patchlevel.h
6548 ____________________________________________________________________________
6549 [  7776] By: jhi                                   on 2000/11/20  15:27:56
6550         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
6551              This may be overly harsh but until proven otherwise, we think this
6552              way, or until we have a simple test for Configure (having to start
6553              up servers is does not count as simple) to check for the problems.
6554      Branch: perl
6555            ! perl.h
6556 ____________________________________________________________________________
6557 [  7775] By: jhi                                   on 2000/11/20  15:22:17
6558         Log: Solaris hints tweaks.
6559      Branch: perl
6560            ! hints/solaris_2.sh
6561 ____________________________________________________________________________
6562 [  7774] By: jhi                                   on 2000/11/20  15:01:20
6563         Log: Add a workaround to SOCKS 64-bit problems.
6564      Branch: perl
6565            ! doio.c embed.h embed.pl perlsdio.h proto.h
6566 ____________________________________________________________________________
6567 [  7773] By: jhi                                   on 2000/11/20  14:51:47
6568         Log: sysseek() instead of seek().
6569      Branch: perl
6570            ! t/lib/syslfs.t
6571 ____________________________________________________________________________
6572 [  7772] By: gsar                                  on 2000/11/20  13:06:23
6573         Log: integrate changes#6315..6319,6321..6331,6333..6338
6574              
6575              Integrate with Sarathy, preliminary fix for unicos
6576              alignment problems in [ID 20000612.002] Perl problem on Cray system.
6577              
6578              some debugger output does not go to the socket when RemotePort is set
6579              
6580              winsock cleanup never done on Windows (leads to handle leaks)
6581              
6582              fix UNC path handling on Windows under ithreads, and chdir()
6583              return value when given a non-existent directory
6584              
6585              Autogenerate pod/Makefile and pod/buildtoc.
6586              buildtoc also checks whether the existin pods are
6587              mentioned in MANIFEST and perl.pod, and vice versa.
6588              (None of the thusly found discrepancies fixed yet.)
6589              roffitall also needs to be autogenerated similarly but it
6590              seems so badly out of date that I didn't touch it yet.
6591              
6592              Config is being used.
6593              
6594              Add =head1 NAMEs so that buildtoc is happy.
6595              (The CGI::Util nit reported to Lincoln.)
6596              
6597              Fix complaints of buildtoc.
6598              
6599              Fix the alignment problem in Crays ([ID 20000612.002]).
6600              
6601              Remove perlbook, update perlfaq book listing,
6602              rearrange perl.pod, regenerate perltoc.
6603              
6604              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
6605              was cast to an unsigned (32-bit) integer with wild abandon.
6606              
6607              winsock options weren't being set in all threads under ithreads
6608              (caused send()s from second and subsequent threads to fail)
6609              
6610              accept() leaks memory on windows due to incorrect ordering of
6611              closesocket() and fclose() calls
6612              
6613              Reorder perl.pod once more.
6614              
6615              More POSIX.pod tweaks.
6616              
6617              Sprinkle ldlibpath.
6618              
6619              Precedence goof, fix based on
6620              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
6621              From: Hugo <hv@crypt.compulink.co.uk>
6622              Date: Tue, 11 Jul 2000 12:52:38 +0100
6623              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
6624              
6625              Subject: PATCH perlguts.pod: Document D and d magic types
6626              From: mjd@plover.com
6627              Date: 5 Jul 2000 18:01:51 -0000
6628              Message-ID: <20000705180151.29413.qmail@plover.com>
6629              
6630              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
6631              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
6632              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
6633              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
6634              
6635              Subject: [PATCH cfgperl] $& segfaults if you trick it
6636              From: simon@brecon.co.uk (Simon Cozens)
6637              Date: 7 Jul 2000 11:26:09 GMT
6638              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
6639              
6640              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6641              From: Hugo <hv@crypt.compulink.co.uk>
6642              Date: Tue, 11 Jul 2000 12:44:50 +0100
6643              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
6644              
6645              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
6646              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6647              Date: Tue, 11 Jul 2000 13:50:51 +0100
6648              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
6649      Branch: maint-5.6/perl
6650           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
6651           +> pod/buildtoc.PL
6652            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
6653           !> (integrate 26 files)
6654 ____________________________________________________________________________
6655 [  7771] By: gsar                                  on 2000/11/20  12:31:42
6656         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
6657              6310,6311,6314
6658              
6659              Subject: [PATCH bleedperl] File::Spec 0.82 beta
6660              From: Barrie Slaymaker <barries@jester.slaysys.com>
6661              Date: Wed, 28 Jun 2000 11:35:29 -0400
6662              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
6663              
6664              tweak perlembed for multiplicity/usethreads sanity; correct notes
6665              about Windows
6666              
6667              localize %INC in a Safe compartment so that use/require work
6668              (many other magic globals probably need similar treatment)
6669              
6670              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
6671              when @_ is modified, causing coredumps
6672              
6673              slurp mode fix in change#4736 still not quite right
6674              
6675              Point to perlipc for more SysV IPC examples.
6676              
6677              Elaborate POSIX.pod.  Still needs work.
6678              
6679              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
6680              
6681              fix large memory leak that has been around for ever, masked by
6682              -DPURIFY (most of the arenas were never freed!)
6683              
6684              fix memory leak on Windows (PL_sys_intern contents were never
6685              freed)
6686              
6687              PERL_OBJECT build tweak
6688              
6689              adjust change#6299
6690              
6691              remove rel2abs prototypes (from Barrie Slaymaker)
6692              
6693              missing perldiag entry for unpack("w",...) diagnostic (from
6694              Andreas Koenig)
6695              
6696              better diagnostic on Frob->stuff() when Frob:: doesn't exist
6697              (from Richard Soderberg <rs@oregonnet.com>)
6698              
6699              Win32 patches for cfgperl from Sarathy.
6700              
6701              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
6702              
6703              More POSIX.pod embellishment.
6704              
6705              tyop in change#6306
6706      Branch: maint-5.6/perl
6707           !> (integrate 44 files)
6708 ____________________________________________________________________________
6709 [  7770] By: gsar                                  on 2000/11/20  11:51:00
6710         Log: integrate changes#6268..6282 from cfgperl branch
6711              
6712              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
6713              From: Dominic Dunlop <domo@computer.org>
6714              Date: Thu, 29 Jun 2000 12:32:39 +0200
6715              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
6716              
6717              Regen headers for #6261 (and update embed.pl for this) and #6267,
6718              silence few compiler warnings.
6719              
6720              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
6721              From: Nicholas Clark <nick@talking.bollo.cx>
6722              Date: Fri, 23 Jun 2000 16:21:15 +0100
6723              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
6724              
6725              Subject: PATCH pod/perltie.pod
6726              From: Ian Phillipps <Ian.Phillipps@iname.com>
6727              Date: Fri, 16 Jun 2000 00:17:19 +0100
6728              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
6729              (only the first hunk, the second hunk had already been done
6730              by some other patch)
6731              
6732              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
6733              From: Tom Phoenix <rootbeer@redcat.com>
6734              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
6735              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
6736              
6737              Subject: [PATCH] xsub attributes
6738              From: Doug MacEachern <dougm@covalent.net>
6739              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
6740              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
6741              
6742              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
6743              From: Andy Dougherty <doughera@lafayette.edu>
6744              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
6745              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
6746              
6747              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
6748              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6749              Date: Tue, 13 Jun 2000 02:43:48 -0500
6750              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
6751              
6752              Subject: [PATCH] Re: eval documentation: context
6753              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6754              Date: Mon, 12 Jun 2000 15:07:29 +0100
6755              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
6756              
6757              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
6758              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6759              Date: Mon, 12 Jun 2000 14:55:59 +0100
6760              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
6761              
6762              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
6763              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
6764              Date: Fri, 09 Jun 2000 12:39:27 -0400
6765              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
6766              (plus update the version "number" of Text::Wrap)
6767              
6768              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
6769              From: Tim Ayers <tayers@bridge.com>
6770              Date: Thu, 08 Jun 2000 08:11:06 +0200
6771              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
6772              [resent by Richard Foley, Message-Id probably wrong]
6773              
6774              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
6775              From: rspier@pobox.com (Robert Spier)
6776              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
6777              Message-ID: <14654.31913.845602.610277@rls.cx>
6778              
6779              Subject: [PATCH 5.6.0] utils/h2xs.PL
6780              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6781              Date: Wed, 7 Jun 2000 04:02:04 -0500
6782              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
6783              
6784              Subject: [PATCH 5.6.0]ITHREADs for VMS
6785              From: Dan Sugalski <dan@sidhe.org>
6786              Date: Tue, 06 Jun 2000 11:59:50 -0400
6787              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
6788      Branch: maint-5.6/perl
6789           !> (integrate 31 files)
6790 ____________________________________________________________________________
6791 [  7769] By: gsar                                  on 2000/11/20  11:29:06
6792         Log: integrate changes#6261..6266 from cfgperl
6793              
6794              Subject: Re: [PATCH cfgperl] BOMs away!
6795              From: simon@brecon.co.uk (Simon Cozens)
6796              Date: 17 Jun 2000 11:49:57 GMT
6797              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
6798              
6799              Subject: 5.6.0 Patch for EPOC
6800              From: Olaf Flebbe <o.flebbe@gmx.de>
6801              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
6802              Message-ID: <23449.960929969@www11.gmx.net>
6803              
6804              tr fixes from Simon Cozens
6805              
6806              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
6807              From: Marty Lucich <marty@netcom.com>
6808              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
6809              Message-Id: <200006282116.OAA11148@netcom.com>
6810              ccdlflags update (the BSD/OS 4.1 part had already been taken
6811              care of by #6141).
6812              
6813              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
6814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6815              Date: Wed, 28 Jun 2000 17:50:12 -0700
6816              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
6817              
6818              Subject: [PATCH 5.6.0] cygwin port
6819              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
6820              From: "Fifer, Eric" <EFifer@sanwaint.com>
6821              Date: Thu, 29 Jun 2000 12:58:29 +0100
6822      Branch: maint-5.6/perl
6823           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
6824           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
6825           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6826           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
6827 ____________________________________________________________________________
6828 [  7768] By: gsar                                  on 2000/11/20  11:13:44
6829         Log: integrate changes#6252..6256,6259..6260
6830              
6831              Paranoia tweak on #6249.
6832              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6833              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6834              Date: Sun, 25 Jun 2000 23:43:12 -0400
6835              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
6836              
6837              Subject: tr///, help wanted.
6838              From: simon@brecon.co.uk (Simon Cozens)
6839              Date: 28 Jun 2000 11:29:04 GMT
6840              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
6841              
6842              small thinko tweaks
6843              
6844              tweaks from Simon Conzes to further fix tr/// under utf8
6845              
6846              perlnewmod was missing from MANIFEST.
6847              
6848              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
6849              From: simon@brecon.co.uk (Simon Cozens)
6850              Date: 17 Jun 2000 11:56:44 GMT
6851              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
6852              pack U0, pack C0
6853      Branch: maint-5.6/perl
6854           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
6855           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
6856           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
6857           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
6858 ____________________________________________________________________________
6859 [  7767] By: gsar                                  on 2000/11/20  10:51:38
6860         Log: integrate change#6250 from cfgperl
6861              
6862              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
6863              From: Doug MacEachern <dougm@covalent.net>
6864              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
6865              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
6866      Branch: maint-5.6/perl
6867           +> t/op/my_stash.t
6868           !> MANIFEST embed.pl global.sym proto.h toke.c
6869 ____________________________________________________________________________
6870 [  7766] By: gsar                                  on 2000/11/20  10:48:34
6871         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
6872              
6873              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
6874              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6875              Date: Mon, 26 Jun 2000 18:40:14 +0100
6876              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
6877              
6878              Subject: [PATCH] bytes<->utf8 fixes
6879              From: simon@brecon.co.uk (Simon Cozens)
6880              Date: 26 Jun 2000 04:55:45 GMT
6881              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
6882              
6883              Subject: [PATCH] is_utf8_string
6884              From: simon@brecon.co.uk (Simon Cozens)
6885              Date: 26 Jun 2000 02:25:59 GMT
6886              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
6887              
6888              Subject: [PATCH] avoid mg_ptr in '*' magic
6889              From: Doug MacEachern <dougm@covalent.net>
6890              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
6891              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
6892              
6893              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
6894              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6895              Date: Sat, 24 Jun 2000 13:06:20 +0100
6896              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
6897              
6898              Allow for standalone testing.
6899              
6900              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
6901              From: Mark-Jason Dominus <mjd@plover.com>
6902              Date: Tue, 27 Jun 2000 22:36:42 -0400
6903              Message-ID: <20000628023642.12166.qmail@plover.com>
6904              
6905              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6906              From: Frank Tobin <ftobin@uiuc.edu>
6907              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
6908              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
6909      Branch: maint-5.6/perl
6910           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
6911           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
6912           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
6913           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
6914           !> utf8.c utils/h2xs.PL
6915 ____________________________________________________________________________
6916 [  7765] By: gsar                                  on 2000/11/20  10:29:13
6917         Log: integrate change#6239 from cfgperl
6918              
6919              Configure maintenance.  Sever some dependency cycles,
6920              separate gccversion from the cc unit,
6921              address [ID 20000623.006] Configure script patch for using gcc on AIX
6922              (but solve it a little bit differently),
6923              unduplex some accidentally duplicated units,
6924              suggest using gcc if no cc available
6925              (p5p thread: "Solaris configure: counterproposal", 1999-09)
6926      Branch: maint-5.6/perl
6927           !> Configure Todo-5.6 config_h.SH
6928 ____________________________________________________________________________
6929 [  7764] By: gsar                                  on 2000/11/20  10:25:55
6930         Log: integrate changes#6233..6238 from cfgperl
6931              
6932              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
6933              From: Mark-Jason Dominus <mjd@plover.com>
6934              Date: Fri, 16 Jun 2000 20:53:04 -0400
6935              Message-ID: <20000617005304.8008.qmail@plover.com>
6936              
6937              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
6938              because when run as services (Win32ese for daemons)
6939              no environment variables are set and tmpdir ends up as /tmp,
6940              which is ambiguous.
6941              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
6942              From: matt@sergeant.org
6943              Date: 16 Jun 2000 16:30:43 -0000
6944              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
6945              
6946              The thread begun by
6947              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
6948              From: Kevin.Ruscoe@ubsw.com
6949              Date: Fri, 16 Jun 2000 16:38:51 +0100
6950              Message-Id: <H000019b03c300d6@MHS>
6951              
6952              Tweak embed.pl, regen headers.
6953              
6954              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
6955              From: Dan Sugalski <dan@sidhe.org>
6956              Date: Fri, 23 Jun 2000 17:00:00 -0400
6957              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
6958      Branch: maint-5.6/perl
6959           !> (integrate 27 files)
6960 ____________________________________________________________________________
6961 [  7763] By: gsar                                  on 2000/11/20  10:08:08
6962         Log: s/perl56delta/perldelta/g
6963      Branch: maint-5.6/perl
6964            ! pod/Makefile
6965 ____________________________________________________________________________
6966 [  7762] By: gsar                                  on 2000/11/20  10:04:00
6967         Log: integrate changes#6225,6229,6231,6232 from cfgperl
6968              
6969              Add source code filenames to apidoc.
6970              From: simon@brecon.co.uk (Simon Cozens)
6971              Subject: [PATCH embed.pl] Source X-ref
6972              Date: 22 Jun 2000 02:18:49 GMT
6973              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6974              
6975              Subject: README.hpux version 0.6.1
6976              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6977              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6978              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6979              
6980              Subject: [PATCH 5.6.0] cygwin port
6981              From: "Fifer, Eric" <EFifer@sanwaint.com>
6982              Date: Tue, 20 Jun 2000 14:30:58 +0100
6983              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6984              
6985              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6986              From: simon@brecon.co.uk (Simon Cozens)
6987              Date: 19 Jun 2000 15:18:27 GMT
6988              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6989              
6990              plus update pod/Makefile and regenerate perltoc
6991      Branch: maint-5.6/perl
6992           +> pod/perlutil.pod
6993           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
6994           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
6995 ____________________________________________________________________________
6996 [  7761] By: jhi                                   on 2000/11/20  04:09:55
6997         Log: Miraculous typo.
6998      Branch: perl
6999            ! t/op/pat.t
7000 ____________________________________________________________________________
7001 [  7760] By: jhi                                   on 2000/11/20  04:06:08
7002         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7004              Date: Sun, 19 Nov 2000 22:30:26 -0500
7005              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
7006      Branch: perl
7007            ! regexec.c scope.h t/op/pat.t
7008 ____________________________________________________________________________
7009 [  7759] By: jhi                                   on 2000/11/20  02:05:22
7010         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
7011      Branch: perl
7012            ! perl.h
7013 ____________________________________________________________________________
7014 [  7758] By: jhi                                   on 2000/11/20  01:58:11
7015         Log: Subject: [perl 7711: EPOC] updates
7016              From: Olaf Flebbe <o.flebbe@gmx.de>
7017              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
7018              Message-ID: <25575.974658810@www23.gmx.net>               
7019      Branch: perl
7020            + lib/File/Spec/Epoc.pm
7021            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
7022            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
7023            ! lib/File/Spec.pm perl.c sv.c
7024 ____________________________________________________________________________
7025 [  7757] By: jhi                                   on 2000/11/20  01:53:11
7026         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
7027      Branch: perl
7028            ! MANIFEST
7029 ____________________________________________________________________________
7030 [  7756] By: jhi                                   on 2000/11/20  01:47:22
7031         Log: Integrate perlio.
7032      Branch: perl
7033            - ext/re/hints/MSWin32.pl
7034           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
7035           !> win32/config.gc win32/config_H.gc win32/win32sck.c
7036 ____________________________________________________________________________
7037 [  7755] By: nick                                  on 2000/11/19  20:57:17
7038         Log: Add dummy crlf layer (just as buffer)
7039              Correct 1st bug - one layer of indirection.
7040      Branch: perlio
7041            ! perlio.c perlio.h perliol.h
7042 ____________________________________________________________________________
7043 [  7754] By: nick                                  on 2000/11/19  20:56:12
7044         Log: Work-round to Perl_deb_nocontext is no longer required
7045      Branch: perlio
7046            - ext/re/hints/MSWin32.pl
7047 ____________________________________________________________________________
7048 [  7753] By: nick                                  on 2000/11/19  20:01:16
7049         Log: diff -se shows these as different
7050      Branch: perlio
7051            ! global.sym pod/perlapi.pod
7052 ____________________________________________________________________________
7053 [  7752] By: nick                                  on 2000/11/19  18:57:30
7054         Log: Configure GCC/Win32 build -Duseperlio
7055              Fix a couple of gross issues
7056              - double-include of ../deb.o in re.dll
7057              - win32sck.c needs PerlIO and FILE 
7058      Branch: perlio
7059            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
7060            ! win32/win32sck.c
7061 ____________________________________________________________________________
7062 [  7751] By: nick                                  on 2000/11/19  17:05:36
7063         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
7064      Branch: perlio
7065            ! perlio.c
7066 ____________________________________________________________________________
7067 [  7750] By: nick                                  on 2000/11/19  16:57:14
7068         Log: Missing aTHX_
7069      Branch: perlio
7070            ! sv.c
7071 ____________________________________________________________________________
7072 [  7749] By: jhi                                   on 2000/11/19  16:28:40
7073         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
7074              From: "Peter J. Farley III" <pjfarley@banet.net>
7075              Date: Sun, 19 Nov 2000 01:42:58 -0500
7076              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
7077      Branch: perl
7078            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
7079 ____________________________________________________________________________
7080 [  7748] By: jhi                                   on 2000/11/19  16:08:10
7081         Log: Subject: podlators 1.05 available        
7082              From: Russ Allbery <rra@stanford.edu>   
7083              Date: 18 Nov 2000 22:04:28 -0800
7084              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
7085      Branch: perl
7086            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7087 ____________________________________________________________________________
7088 [  7747] By: nick                                  on 2000/11/19  11:19:39
7089         Log: Integrate mainline
7090      Branch: perlio
7091           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7092           !> util.c
7093 ____________________________________________________________________________
7094 [  7746] By: jhi                                   on 2000/11/19  06:42:22
7095         Log: Make hex scanning warn on "\x{x}" and "\xx".
7096              "\x" and and hex("x") are still valid.
7097      Branch: perl
7098            ! util.c
7099 ____________________________________________________________________________
7100 [  7745] By: nick                                  on 2000/11/18  22:52:28
7101         Log: Integrate mainline
7102      Branch: perlio
7103           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
7104           !> perl.h perlio.c proto.h regcomp.c regcomp.h
7105 ____________________________________________________________________________
7106 [  7744] By: jhi                                   on 2000/11/18  22:50:28
7107         Log: Introduce Perl_utf8_length().  Use it.
7108      Branch: perl
7109            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7110 ____________________________________________________________________________
7111 [  7743] By: jhi                                   on 2000/11/18  22:38:51
7112         Log: Compiler denit.
7113      Branch: perl
7114            ! perlio.c
7115 ____________________________________________________________________________
7116 [  7742] By: jhi                                   on 2000/11/18  20:33:05
7117         Log: Integrate perlio.
7118      Branch: perl
7119           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7120           !> perlio.h pp_ctl.c pp_sys.c sv.c
7121 ____________________________________________________________________________
7122 [  7741] By: jhi                                   on 2000/11/18  20:31:27
7123         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
7124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7125              Date: Fri, 17 Nov 2000 20:35:11 -0500
7126              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
7127              
7128              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
7129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7130              Date: Fri, 17 Nov 2000 21:03:47 -0500
7131              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
7132              
7133              Plus a little bit of tweaking in pregcomp().
7134      Branch: perl
7135            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7136 ____________________________________________________________________________
7137 [  7740] By: nick                                  on 2000/11/18  20:17:22
7138         Log: Lexical use open ... support:
7139              add ->cop_io to COP structure in cop.h.
7140              Make mg.c and gv.c associate it with ${^OPEN}.
7141              Make lib/open.pm set it.
7142              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
7143              manner similar to ->cop_warnings.
7144              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
7145              call new PerlIO_apply_layers().
7146              Declare latter in perlio.h and define in perlio.c
7147      Branch: perlio
7148            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7149            ! perlio.h pp_ctl.c pp_sys.c sv.c
7150 ____________________________________________________________________________
7151 [  7739] By: jhi                                   on 2000/11/18  19:54:00
7152         Log: Integrate perlio.
7153      Branch: perl
7154           !> doio.c perlio.c pp.c
7155 ____________________________________________________________________________
7156 [  7738] By: jhi                                   on 2000/11/18  17:16:13
7157         Log: Subject: [PATCH 5.7.0] etags broken again
7158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7159              Date: Sat, 18 Nov 2000 02:41:36 -0500
7160              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
7161      Branch: perl
7162            ! emacs/ptags
7163 ____________________________________________________________________________
7164 [  7737] By: jhi                                   on 2000/11/18  17:12:18
7165         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
7166      Branch: perl
7167            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7168 ____________________________________________________________________________
7169 [  7736] By: nick                                  on 2000/11/18  14:06:20
7170         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
7171              part to be isolated.
7172      Branch: perlio
7173            ! doio.c perlio.c
7174 ____________________________________________________________________________
7175 [  7735] By: nick                                  on 2000/11/18  11:03:32
7176         Log: Integrate mainline
7177      Branch: perlio
7178           !> Changes README.amiga README.win32 patchlevel.h
7179           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
7180 ____________________________________________________________________________
7181 [  7734] By: jhi                                   on 2000/11/18  01:18:56
7182         Log: Update Changes.
7183      Branch: perl
7184            ! Changes patchlevel.h
7185 ____________________________________________________________________________
7186 [  7733] By: jhi                                   on 2000/11/18  00:32:54
7187         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
7188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7189              Date: Fri, 17 Nov 2000 17:28:02 -0500
7190              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
7191      Branch: perl
7192            ! regcomp.c regexec.c t/op/re_tests
7193 ____________________________________________________________________________
7194 [  7732] By: jhi                                   on 2000/11/18  00:28:56
7195         Log: Sparc 64-bit pack() fix from Jens Hamisch.
7196      Branch: perl
7197            ! pp.c
7198 ____________________________________________________________________________
7199 [  7731] By: jhi                                   on 2000/11/18  00:18:39
7200         Log: Explain in more detail the {} syntax ambiguousity.
7201              
7202              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
7203              From: Nicholas Clark <nick@ccl4.org>
7204              Date: Fri, 17 Nov 2000 22:10:28 +0000
7205              Message-ID: <20001117221028.A88930@plum.flirble.org>
7206      Branch: perl
7207            ! pod/perlfunc.pod
7208 ____________________________________________________________________________
7209 [  7730] By: jhi                                   on 2000/11/18  00:12:18
7210         Log: Subject: Fix for README.amiga (20000323.033)
7211              From: "Stephen P. Potter" <spp@spotter.yi.org>
7212              Date: Fri, 17 Nov 2000 12:25:51 -0500
7213              Message-Id: <200011171725.MAA05768@spotter.yi.org>
7214      Branch: perl
7215            ! README.amiga
7216 ____________________________________________________________________________
7217 [  7729] By: jhi                                   on 2000/11/18  00:08:34
7218         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
7219              From: "A. C. Yardley" <yardley@tanet.net>
7220              Date: Mon, 3 Apr 2000 11:35:33 -0700
7221              Message-ID: <3483.000403@tanet.net>
7222      Branch: perl
7223            ! README.win32
7224 ____________________________________________________________________________
7225 [  7728] By: nick                                  on 2000/11/17  21:59:47
7226         Log: Integrate mainline
7227      Branch: perlio
7228           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
7229           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
7230           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
7231           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
7232 ____________________________________________________________________________
7233 [  7727] By: nick                                  on 2000/11/17  21:56:31
7234         Log: Experiment on use of attributes.pm interface.
7235              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
7236              SVt_PVRV if not already something better (else vivify of say magic gets
7237              core dump).
7238      Branch: perlio
7239            ! perlio.c pp.c
7240 ____________________________________________________________________________
7241 [  7726] By: jhi                                   on 2000/11/17  14:15:49
7242         Log: Subject: Fix for 20000815.006
7243              From: "Stephen P. Potter" <spp@spotter.yi.org>
7244              Date: Fri, 17 Nov 2000 08:57:45 -0500
7245              Message-Id: <200011171357.IAA05122@spotter.yi.org>
7246              
7247              It's really 20000518.006.
7248      Branch: perl
7249            ! pod/perlmodlib.PL
7250 ____________________________________________________________________________
7251 [  7725] By: jhi                                   on 2000/11/17  14:12:31
7252         Log: Subject: Fix for 20000409.001
7253              From: "Stephen P. Potter" <spp@spotter.yi.org>
7254              Date: Fri, 17 Nov 2000 08:55:45 -0500
7255              Message-Id: <200011171355.IAA05104@spotter.yi.org>
7256      Branch: perl
7257            ! pod/perlfaq9.pod
7258 ____________________________________________________________________________
7259 [  7724] By: jhi                                   on 2000/11/17  14:08:58
7260         Log: Undo #7627 now that we have =head3.
7261      Branch: perl
7262            ! pod/perlhack.pod
7263 ____________________________________________________________________________
7264 [  7723] By: jhi                                   on 2000/11/17  14:04:09
7265         Log: As surmised the #7719 wasn't a good move.
7266      Branch: perl
7267            ! hints/solaris_2.sh
7268 ____________________________________________________________________________
7269 [  7722] By: jhi                                   on 2000/11/17  13:59:04
7270         Log: Also the 64bitall hints can be either here or there.
7271      Branch: perl
7272            ! hints/solaris_2.sh
7273 ____________________________________________________________________________
7274 [  7721] By: jhi                                   on 2000/11/17  02:26:23
7275         Log: Test tweak for the open pragma.
7276      Branch: perl
7277            ! t/lib/b.t
7278 ____________________________________________________________________________
7279 [  7720] By: jhi                                   on 2000/11/17  00:23:22
7280         Log: The long double hints can be here or there.
7281      Branch: perl
7282            ! hints/solaris_2.sh
7283 ____________________________________________________________________________
7284 [  7719] By: jhi                                   on 2000/11/17  00:14:06
7285         Log: For Solaris use64bitall the stdchar needs a little bit of help.
7286      Branch: perl
7287            ! hints/solaris_2.sh
7288 ____________________________________________________________________________
7289 [  7718] By: jhi                                   on 2000/11/16  23:27:34
7290         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
7291              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7292              Date: Wed, 15 Nov 2000 08:56:32 +0100
7293              Message-ID: <3A1241B0.64477E00@alcatel.at>
7294      Branch: perl
7295            ! lib/Carp/Heavy.pm
7296 ____________________________________________________________________________
7297 [  7717] By: jhi                                   on 2000/11/16  23:23:29
7298         Log: Subject: [PATCH] Re: 20001101.003 PDL
7299              From: Nicholas Clark <nick@ccl4.org>
7300              Date: Thu, 16 Nov 2000 16:48:25 +0000
7301              Message-ID: <20001116164825.B93487@plum.flirble.org>
7302      Branch: perl
7303            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
7304 ____________________________________________________________________________
7305 [  7716] By: jhi                                   on 2000/11/16  23:21:31
7306         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
7307              From: "Casey R. Tweten" <crt@kiski.net>
7308              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
7309              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
7310      Branch: perl
7311            ! lib/Pod/Checker.pm pod/perlpod.pod
7312 ____________________________________________________________________________
7313 [  7715] By: jhi                                   on 2000/11/16  23:19:40
7314         Log: Avoid an infinite loop in VMS when utils scripts are run
7315              with no arguments, from Charles Lane.
7316      Branch: perl
7317            ! configure.com
7318 ____________________________________________________________________________
7319 [  7714] By: jhi                                   on 2000/11/16  23:17:08
7320         Log: Subject: perllocale.pod changes
7321              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7322              Date: Mon, 13 Nov 2000 10:09:22 +0300
7323              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
7324      Branch: perl
7325            ! pod/perllocale.pod
7326 ____________________________________________________________________________
7327 [  7713] By: jhi                                   on 2000/11/16  23:14:06
7328         Log: Integrate perlio.
7329      Branch: perl
7330           !> doio.c perlio.c perlio.h util.c
7331 ____________________________________________________________________________
7332 [  7712] By: nick                                  on 2000/11/16  21:10:58
7333         Log: Integrate mainline
7334      Branch: perlio
7335           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7336           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7337           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
7338           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7339           !> win32/config.gc win32/config.vc
7340 ____________________________________________________________________________
7341 [  7711] By: nick                                  on 2000/11/16  19:56:41
7342         Log: Minor tweaks:
7343              consistent way of getting 'rb', 'wb' etc. for binary opens
7344              move *perlio::layers to *open::layers
7345              a #define to show layers available
7346              DOSISH popen/PerlIO had export/import sense inverted.
7347      Branch: perlio
7348            ! doio.c perlio.c perlio.h util.c
7349 ____________________________________________________________________________
7350 [  7710] By: jhi                                   on 2000/11/16  15:46:05
7351         Log: Add HAS_SBRK_PROTO.
7352      Branch: metaconfig/U/perl
7353            + d_sbrkproto.U
7354      Branch: perl
7355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7356            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7357            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7358            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7359            ! win32/config.gc win32/config.vc
7360 ____________________________________________________________________________
7361 [  7709] By: nick                                  on 2000/11/16  07:31:49
7362         Log: Integrate mainline
7363      Branch: perlio
7364           !> (integrate 35 files)
7365 ____________________________________________________________________________
7366 [  7708] By: jhi                                   on 2000/11/16  05:33:03
7367         Log: These files are text, not binary.
7368      Branch: perl
7369            ! ext/Encode/Encode/iso8859-10.enc
7370            ! ext/Encode/Encode/iso8859-13.enc
7371            ! ext/Encode/Encode/iso8859-14.enc
7372            ! ext/Encode/Encode/iso8859-15.enc
7373 ____________________________________________________________________________
7374 [  7707] By: jhi                                   on 2000/11/16  01:53:37
7375         Log: Update Changes.
7376      Branch: perl
7377            ! Changes patchlevel.h
7378 ____________________________________________________________________________
7379 [  7706] By: jhi                                   on 2000/11/16  01:35:59
7380         Log: More #undefing of stdio.
7381      Branch: perl
7382            ! fakesdio.h nostdio.h
7383 ____________________________________________________________________________
7384 [  7705] By: jhi                                   on 2000/11/16  01:34:18
7385         Log: Add fwalk() probe to the configuration files and regen perltoc.
7386      Branch: perl
7387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7388            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7389            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7390            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7391            ! win32/config.bc win32/config.gc win32/config.vc
7392 ____________________________________________________________________________
7393 [  7704] By: jhi                                   on 2000/11/16  01:33:07
7394         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
7395              an optional third argument to Inlibc?)
7396      Branch: metaconfig/U/perl
7397            + d__fwalk.U
7398 ____________________________________________________________________________
7399 [  7703] By: jhi                                   on 2000/11/16  01:09:22
7400         Log: The type of the hash_cb() size argument is tricky.
7401      Branch: perl
7402            ! ext/DB_File/DB_File.xs
7403 ____________________________________________________________________________
7404 [  7702] By: jhi                                   on 2000/11/15  23:01:16
7405         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
7406      Branch: perl
7407            ! nostdio.h
7408 ____________________________________________________________________________
7409 [  7701] By: jhi                                   on 2000/11/15  22:52:32
7410         Log: Detypo.
7411      Branch: perl
7412            ! t/lib/bigfltpm.t
7413 ____________________________________________________________________________
7414 [  7700] By: jhi                                   on 2000/11/15  22:51:56
7415         Log: UINT64_C() work continues.
7416      Branch: perl
7417            ! handy.h perl.h utf8.h
7418 ____________________________________________________________________________
7419 [  7699] By: jhi                                   on 2000/11/15  14:13:04
7420         Log: SOCKS has its own USE_THREADS, based on
7421              
7422              Subject: [ID 20001114.002] et. al. bugfix followup
7423              From: Jens Hamisch <jens@Strawberry.COM> 
7424              Date: Wed, 15 Nov 2000 14:23:11 +0100
7425              Message-ID: <20001115142311.A21164@Strawberry.COM>
7426      Branch: perl
7427            ! perl.h
7428 ____________________________________________________________________________
7429 [  7698] By: jhi                                   on 2000/11/15  03:50:56
7430         Log: Add few missing #undefs and sort them.
7431      Branch: perl
7432            ! fakesdio.h
7433 ____________________________________________________________________________
7434 [  7697] By: jhi                                   on 2000/11/15  03:39:14
7435         Log: Linenumber fix.
7436      Branch: perl
7437            ! t/pragma/warn/utf8
7438 ____________________________________________________________________________
7439 [  7696] By: jhi                                   on 2000/11/15  02:55:26
7440         Log: EBCDIC tweaks.
7441              
7442              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
7443              From: Peter Prymmer <pvhp@forte.com>
7444              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
7445              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
7446      Branch: perl
7447            ! t/op/regmesg.t t/pragma/warn/utf8
7448 ____________________________________________________________________________
7449 [  7695] By: jhi                                   on 2000/11/15  02:53:58
7450         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
7451              From: Peter Prymmer <pvhp@forte.com>
7452              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
7453              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
7454      Branch: perl
7455            ! utf8.c
7456 ____________________________________________________________________________
7457 [  7694] By: jhi                                   on 2000/11/15  02:50:55
7458         Log: Subject: [PATCH: perl@7674] updates to README.os390
7459              From: Prymmer/Kahn <pvhp@best.com>
7460              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
7461              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
7462      Branch: perl
7463            ! README.os390
7464 ____________________________________________________________________________
7465 [  7693] By: jhi                                   on 2000/11/15  02:48:37
7466         Log: Quit utf8_to_uv() instantly if curlen == 0.
7467      Branch: perl
7468            ! utf8.c
7469 ____________________________________________________________________________
7470 [  7692] By: jhi                                   on 2000/11/15  02:24:29
7471         Log: Use u_int32_t for the size of hash_cb(), not size_t.
7472              
7473              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
7474              From: Jens Hamisch <jens@Strawberry.COM>     
7475              Date: Tue, 14 Nov 2000 19:03:55 +0100
7476              Message-Id: <20001114190355.A20559@Strawberry.COM>
7477      Branch: perl
7478            ! ext/DB_File/DB_File.xs
7479 ____________________________________________________________________________
7480 [  7691] By: jhi                                   on 2000/11/15  02:20:12
7481         Log: Use UINT64_C().
7482              
7483              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
7484              From: Jens Hamisch <jens@Strawberry.COM>
7485              Date: Tue, 14 Nov 2000 19:16:23 +0100
7486              Message-Id: <20001114191623.G20559@Strawberry.COM>
7487      Branch: perl
7488            ! utf8.c utf8.h
7489 ____________________________________________________________________________
7490 [  7690] By: jhi                                   on 2000/11/15  02:17:06
7491         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
7492              (a macro to define signed and unsigned integer constants).
7493      Branch: perl
7494            ! handy.h
7495 ____________________________________________________________________________
7496 [  7689] By: jhi                                   on 2000/11/15  01:56:51
7497         Log: Regen Configure.
7498      Branch: perl
7499            ! Configure
7500 ____________________________________________________________________________
7501 [  7688] By: jhi                                   on 2000/11/15  01:56:32
7502         Log: Make the unit know about SOCKS.
7503      Branch: metaconfig
7504            ! U/protos/socksizetype.U
7505 ____________________________________________________________________________
7506 [  7687] By: jhi                                   on 2000/11/15  01:54:47
7507         Log: Remove unused dependencies.
7508      Branch: metaconfig
7509            ! U/compline/d_getpagsz.U
7510 ____________________________________________________________________________
7511 [  7686] By: nick                                  on 2000/11/14  21:25:13
7512         Log: Integrate mainline.
7513      Branch: perlio
7514           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
7515           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
7516           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
7517           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
7518           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
7519           !> win32/config.bc win32/config.gc win32/config.vc
7520           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
7521 ____________________________________________________________________________
7522 [  7685] By: jhi                                   on 2000/11/14  17:54:56
7523         Log: Integrate perlio.
7524      Branch: perl
7525           +> fakesdio.h perliol.h
7526           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7527           !> perlsdio.h perlsfio.h pod/perlfunc.pod
7528 ____________________________________________________________________________
7529 [  7684] By: nick                                  on 2000/11/14  17:43:04
7530         Log: PerlIO #include and #ifdef re-work.
7531      Branch: perlio
7532            + fakesdio.h perliol.h
7533            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7534            ! perlsdio.h perlsfio.h
7535 ____________________________________________________________________________
7536 [  7683] By: jhi                                   on 2000/11/14  15:42:40
7537         Log: Hoist the duplicated socket/netdb include logic to perl.h;
7538              undef SETERRNO in case SOCKS has defined it.  Based on:
7539              
7540              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
7541              From: Jens Hamisch <jens@Strawberry.COM> 
7542              Date: Tue, 14 Nov 2000 11:34:40 +0100
7543              Message-Id: <20001114113440.A20005@Strawberry.COM>
7544      Branch: perl
7545            ! doio.c perl.h pp_sys.c
7546 ____________________________________________________________________________
7547 [  7682] By: jhi                                   on 2000/11/14  14:07:28
7548         Log: Subject: some additions for makefiles for win32 (for perl@7674)
7549              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7550              Date: Tue, 14 Nov 2000 09:31:13 +0300
7551              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
7552      Branch: perl
7553            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7554            ! win32/makefile.mk
7555 ____________________________________________________________________________
7556 [  7681] By: jhi                                   on 2000/11/14  14:01:41
7557         Log: Subject: tiny typo in perl5db.pl
7558              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7559              Date: Tue, 14 Nov 2000 09:29:28 +0300
7560              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
7561      Branch: perl
7562            ! lib/perl5db.pl
7563 ____________________________________________________________________________
7564 [  7680] By: jhi                                   on 2000/11/14  04:13:50
7565         Log: Redo #7679 with LFs instead of CRLFs.
7566      Branch: perl
7567            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
7568            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
7569            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7570 ____________________________________________________________________________
7571 [  7679] By: jhi                                   on 2000/11/14  01:21:09
7572         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
7573              From: Benjamin Stuhl <tiriath@yahoo.com> 
7574              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7575              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7576      Branch: perl
7577            + win32/bin/mdelete.bat
7578            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7579            ! makedef.pl perlio.c win32/Makefile win32/config.gc
7580            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7581 ____________________________________________________________________________
7582 [  7678] By: jhi                                   on 2000/11/14  01:19:20
7583         Log: Fix the re extension building for Win32.
7584              
7585              Subject: [PATCH perl@7638] Get PerlIO building on Win32
7586              From: Benjamin Stuhl <tiriath@yahoo.com> 
7587              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7588              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7589      Branch: perl
7590            + ext/re/hints/MSWin32.pl
7591            ! MANIFEST
7592 ____________________________________________________________________________
7593 [  7677] By: jhi                                   on 2000/11/14  01:13:54
7594         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
7595              From: sthoenna@efn.org
7596              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
7597              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
7598      Branch: perl
7599            ! doop.c pp.c toke.c utf8.c utf8.h
7600 ____________________________________________________________________________
7601 [  7676] By: jhi                                   on 2000/11/13  20:23:15
7602         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7603              From: Nicholas Clark <nick@ccl4.org>
7604              Date: Mon, 13 Nov 2000 18:55:04 +0000
7605              Message-ID: <20001113185504.J29183@plum.flirble.org>
7606      Branch: perl
7607            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7608 ____________________________________________________________________________
7609 [  7675] By: nick                                  on 2000/11/13  20:21:57
7610         Log: Integrate mainline ...
7611      Branch: perlio
7612           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
7613           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
7614           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
7615           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
7616 ____________________________________________________________________________
7617 [  7674] By: jhi                                   on 2000/11/13  15:07:56
7618         Log: Update Changes.
7619      Branch: perl
7620            ! Changes patchlevel.h
7621 ____________________________________________________________________________
7622 [  7673] By: jhi                                   on 2000/11/13  14:42:42
7623         Log: Remove the new two tests of lib/io_xs for now, they seem to
7624              fail under perlio on some platforms.
7625      Branch: perl
7626            ! t/lib/io_xs.t
7627 ____________________________________________________________________________
7628 [  7672] By: jhi                                   on 2000/11/13  13:57:53
7629         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
7630      Branch: perl
7631            ! perlio.c
7632 ____________________________________________________________________________
7633 [  7671] By: jhi                                   on 2000/11/13  05:30:48
7634         Log: Placate nervous compilers that see longer than ints switch()ing.
7635      Branch: perl
7636            ! utf8.c
7637 ____________________________________________________________________________
7638 [  7670] By: jhi                                   on 2000/11/13  05:14:21
7639         Log: fputs() does return EOF on error but here we don't care.
7640      Branch: perl
7641            ! perlio.c
7642 ____________________________________________________________________________
7643 [  7669] By: jhi                                   on 2000/11/13  05:02:45
7644         Log: Declare reg_data like reg_substr_data.
7645      Branch: perl
7646            ! regexp.h
7647 ____________________________________________________________________________
7648 [  7668] By: jhi                                   on 2000/11/13  04:54:34
7649         Log: Typos in #7667.
7650      Branch: perl
7651            ! perl.h
7652 ____________________________________________________________________________
7653 [  7667] By: jhi                                   on 2000/11/13  04:49:49
7654         Log: Cleanup messy #ifdef.
7655      Branch: perl
7656            ! perl.h
7657 ____________________________________________________________________________
7658 [  7666] By: jhi                                   on 2000/11/13  04:17:34
7659         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7660              From: Nicholas Clark <nick@talking.bollo.cx>
7661              Date: Sun, 12 Nov 2000 21:14:11 +0000
7662              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
7663              
7664              Note: only one breakage of the two reported is fixed by this patch.
7665      Branch: perl
7666            ! perlio.c
7667 ____________________________________________________________________________
7668 [  7665] By: jhi                                   on 2000/11/13  04:05:07
7669         Log: Tweak the definition of the bit complement on UTF-8 data:
7670              if none of the characters in the string are > 0xff,
7671              the result is a complemented byte string, not a (UTF-8)
7672              char string.  Based on the summary in
7673              
7674              Subject: Re: [ID 20000918.005] ~ on wide chars
7675              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
7676              Date: Fri, 10 Nov 2000 09:47:15 -0800
7677              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
7678              
7679              This should give us the maximum backward (pre-char string)
7680              compatibility and utf8 compatibility.  The other alternative
7681              would be to limit the bit complement to be always byte only,
7682              taking the least significant byte of the chars.
7683      Branch: perl
7684            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
7685 ____________________________________________________________________________
7686 [  7664] By: jhi                                   on 2000/11/13  00:23:44
7687         Log: Couple of tests from #7660 salvaged.
7688      Branch: perl
7689            - t/op/tell.t
7690            ! MANIFEST t/io/tell.t
7691 ____________________________________________________________________________
7692 [  7663] By: jhi                                   on 2000/11/13  00:02:48
7693         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
7694              From: Nicholas Clark <nick@talking.bollo.cx>
7695              Date: Sun, 12 Nov 2000 21:23:43 +0000
7696              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
7697      Branch: perl
7698            ! perlsfio.h
7699 ____________________________________________________________________________
7700 [  7662] By: jhi                                   on 2000/11/13  00:01:39
7701         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
7702              From: Nicholas Clark <nick@talking.bollo.cx>
7703              Date: Sun, 12 Nov 2000 21:30:04 +0000
7704              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
7705      Branch: perl
7706            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
7707 ____________________________________________________________________________
7708 [  7661] By: jhi                                   on 2000/11/12  23:57:29
7709         Log: Document tell() on special streams.
7710      Branch: perl
7711            ! pod/perlfunc.pod
7712 ____________________________________________________________________________
7713 [  7660] By: jhi                                   on 2000/11/12  23:54:22
7714         Log: (Subsumed by #7664)
7715      Branch: perl
7716            + t/op/tell.t
7717            ! MANIFEST
7718 ____________________________________________________________________________
7719 [  7659] By: jhi                                   on 2000/11/12  22:55:25
7720         Log: Many subdocumented return values of the IO extension now documented.
7721              ungetc and write still left subdocumented.
7722              
7723              Subject: [PATCH] (was Re: IO::Handle::ungetc)
7724              From: Nicholas Clark <nick@talking.bollo.cx>
7725              Date: Sun, 12 Nov 2000 21:35:53 +0000
7726              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
7727      Branch: perl
7728            ! ext/IO/lib/IO/Handle.pm
7729 ____________________________________________________________________________
7730 [  7658] By: jhi                                   on 2000/11/12  21:37:06
7731         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
7732              From: Nicholas Clark <nick@talking.bollo.cx>
7733              Date: Sun, 12 Nov 2000 20:03:22 +0000
7734              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
7735      Branch: perl
7736            ! pod/perlfunc.pod
7737 ____________________________________________________________________________
7738 [  7657] By: jhi                                   on 2000/11/12  20:34:55
7739         Log: Integrate perlio.
7740      Branch: perl
7741           !> perlio.c
7742 ____________________________________________________________________________
7743 [  7656] By: nick                                  on 2000/11/12  19:25:06
7744         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
7745      Branch: perlio
7746            ! perlio.c
7747 ____________________________________________________________________________
7748 [  7655] By: nick                                  on 2000/11/12  19:09:41
7749         Log: Integrate mainline
7750      Branch: perlio
7751           +> README.solaris ext/Encode/Encode/cp1006.enc
7752           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
7753           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
7754           +> ext/Encode/Encode/iso8859-13.enc
7755           +> ext/Encode/Encode/iso8859-14.enc
7756           +> ext/Encode/Encode/iso8859-15.enc
7757           !> (integrate 34 files)
7758 ____________________________________________________________________________
7759 [  7654] By: jhi                                   on 2000/11/12  19:00:22
7760         Log: Add a metaconfig unit for fsync.
7761      Branch: metaconfig/U/perl
7762            + d_fsync.U
7763 ____________________________________________________________________________
7764 [  7653] By: jhi                                   on 2000/11/12  19:00:01
7765         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
7766      Branch: perl
7767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7768            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7769            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7770            ! vos/config.ga.h win32/config.bc win32/config.gc
7771            ! win32/config.vc
7772 ____________________________________________________________________________
7773 [  7652] By: jhi                                   on 2000/11/11  21:12:01
7774         Log: Copy the s// information of README.hpux also to the perlrun.
7775      Branch: perl
7776            ! README.hpux pod/perlrun.pod
7777 ____________________________________________________________________________
7778 [  7651] By: jhi                                   on 2000/11/11  21:03:13
7779         Log: More README.solaris updates from Andy Dougherty.
7780      Branch: perl
7781            ! README.solaris
7782 ____________________________________________________________________________
7783 [  7650] By: jhi                                   on 2000/11/11  18:38:57
7784         Log: More descriptive error for unknown perlio layers.
7785              
7786              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7787              From: Dominic Dunlop <domo@computer.org> 
7788              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7789              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7790      Branch: perl
7791            ! perlio.c pod/perldiag.pod
7792 ____________________________________________________________________________
7793 [  7649] By: jhi                                   on 2000/11/11  18:37:52
7794         Log: MachTen doesn't really do mmap() and munmap().
7795              
7796              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
7797              From: Dominic Dunlop <domo@computer.org> 
7798              Date: Sat, 11 Nov 2000 18:20:32 +0100             
7799              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
7800      Branch: perl
7801            ! hints/machten.sh
7802 ____________________________________________________________________________
7803 [  7648] By: jhi                                   on 2000/11/11  18:36:46
7804         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
7805              From: rspier@pobox.com (Robert Spier)
7806              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
7807              Message-ID: <14861.32839.491271.985797@rls.cx>
7808      Branch: perl
7809            ! Porting/Contract pod/perltoot.pod
7810 ____________________________________________________________________________
7811 [  7647] By: jhi                                   on 2000/11/11  18:35:30
7812         Log: Simplify the getpagesize() unit by dropping the
7813              pagesize probe since it's nowadays slightly more
7814              complicated because of sysconf(). (Note: if some
7815              platform really needs the -lPW for getpagesize,
7816              I just broke it.)
7817              
7818              TODO: a new pagesize unit.
7819      Branch: metaconfig
7820            ! U/compline/d_getpagsz.U
7821 ____________________________________________________________________________
7822 [  7646] By: jhi                                   on 2000/11/11  18:33:23
7823         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
7824      Branch: perl
7825            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7826            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7827            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7828            ! vos/config.ga.h win32/config.bc win32/config.gc
7829            ! win32/config.vc
7830 ____________________________________________________________________________
7831 [  7645] By: jhi                                   on 2000/11/11  16:45:15
7832         Log: Use sysconf() or getpagesize() to find out the pagesize.
7833      Branch: perl
7834            ! perlio.c
7835 ____________________________________________________________________________
7836 [  7644] By: jhi                                   on 2000/11/11  15:46:08
7837         Log: Integrate perlio.
7838      Branch: perl
7839           !> perlio.c
7840 ____________________________________________________________________________
7841 [  7643] By: jhi                                   on 2000/11/11  15:33:36
7842         Log: Subject: Re: [PATCH] README.solaris
7843              From: Lupe Christoph <lupe@lupe-christoph.de>
7844              Date: Sat, 11 Nov 2000 14:08:10 +0100
7845              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
7846      Branch: perl
7847            ! README.solaris
7848 ____________________________________________________________________________
7849 [  7642] By: jhi                                   on 2000/11/11  15:22:12
7850         Log: Subject: [PATCH perl@7638] cygwin port
7851              From: "Eric Fifer" <egf7@columbia.edu>            
7852              Date: Fri, 10 Nov 2000 19:30:30 -0000
7853              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
7854      Branch: perl
7855            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
7856 ____________________________________________________________________________
7857 [  7641] By: nick                                  on 2000/11/11  14:50:36
7858         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
7859              Also call "Buf" layer directly when unread'ing non-read chars.
7860      Branch: perlio
7861            ! perlio.c
7862 ____________________________________________________________________________
7863 [  7640] By: jhi                                   on 2000/11/11  02:05:02
7864         Log: Add more encoding tables.
7865      Branch: perl
7866            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
7867            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
7868            + ext/Encode/Encode/iso8859-10.enc
7869            + ext/Encode/Encode/iso8859-13.enc
7870            + ext/Encode/Encode/iso8859-14.enc
7871            + ext/Encode/Encode/iso8859-15.enc
7872            ! MANIFEST
7873 ____________________________________________________________________________
7874 [  7639] By: jhi                                   on 2000/11/10  18:49:25
7875         Log: Subject: [PATCH] README.solaris
7876              From: Andy Dougherty <doughera@lafayette.edu>
7877              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
7878              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
7879      Branch: perl
7880            + README.solaris
7881            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
7882            ! pod/perl.pod pod/perltoc.pod
7883 ____________________________________________________________________________
7884 [  7638] By: jhi                                   on 2000/11/10  15:04:15
7885         Log: Update Changes.
7886      Branch: perl
7887            ! Changes patchlevel.h
7888 ____________________________________________________________________________
7889 [  7637] By: jhi                                   on 2000/11/10  14:14:28
7890         Log: Explain better why certain regex tests are skipped.
7891              
7892              Subject: Re: tests skipped: unknown reason
7893              From: Lupe Christoph <lupe@lupe-christoph.de>
7894              Date: Fri, 10 Nov 2000 09:08:56 +0100
7895              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
7896      Branch: perl
7897            ! t/op/regexp.t
7898 ____________________________________________________________________________
7899 [  7636] By: nick                                  on 2000/11/10  13:40:00
7900         Log: Integrate mainline.
7901      Branch: perlio
7902           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
7903           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
7904           !> win32/bin/search.pl
7905 ____________________________________________________________________________
7906 [  7635] By: nick                                  on 2000/11/10  13:25:52
7907         Log: Re-instate stdio large file support via perlio.
7908      Branch: perl
7909            ! perlio.c
7910 ____________________________________________________________________________
7911 [  7634] By: jhi                                   on 2000/11/10  04:49:55
7912         Log: Amdahl UTS hints updates.
7913              
7914              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
7915              From: hom00@utsglobal.com (Harold O Morris)
7916              Date: Thu, 9 Nov 2000 20:02 PST
7917              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
7918      Branch: perl
7919            ! hints/uts.sh
7920 ____________________________________________________________________________
7921 [  7633] By: jhi                                   on 2000/11/09  23:33:28
7922         Log: Subject: [PATCH] IO::Seekable pod
7923              From: Nicholas Clark <nick@talking.bollo.cx>
7924              Date: Thu, 9 Nov 2000 20:29:45 +0000
7925              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
7926      Branch: perl
7927            ! ext/IO/lib/IO/Handle.pm
7928 ____________________________________________________________________________
7929 [  7632] By: jhi                                   on 2000/11/09  21:55:41
7930         Log: Various doc oddball characters.
7931              
7932              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
7933              From: Michael Somos <somos@grail.cba.csuohio.edu>
7934              Date: Mon, 6 Nov 2000 17:44:20 -0500
7935              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
7936      Branch: perl
7937            ! emacs/cperl-mode.el lib/unicode/syllables.txt
7938            ! win32/bin/search.pl
7939 ____________________________________________________________________________
7940 [  7631] By: jhi                                   on 2000/11/09  21:12:29
7941         Log: Subject: Re: bash -c exit and linux hints 
7942              From: "John P. Linderman" <jpl@research.att.com>
7943              Date: Thu, 02 Nov 2000 09:37:25 -0500
7944              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
7945      Branch: perl
7946            ! hints/linux.sh
7947 ____________________________________________________________________________
7948 [  7630] By: nick                                  on 2000/11/09  20:34:11
7949         Log: Integrate mainline.
7950      Branch: perlio
7951           !> (integrate 91 files)
7952 ____________________________________________________________________________
7953 [  7629] By: jhi                                   on 2000/11/09  19:46:31
7954         Log: Missing dTHXs.
7955              
7956              Subject: RE: perl@7595 builds not on cygwin
7957              From: "Eric Fifer" <egf7@columbia.edu>
7958              Date: Thu, 9 Nov 2000 19:26:50 -0000
7959              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
7960      Branch: perl
7961            ! ext/Devel/Peek/Peek.xs
7962 ____________________________________________________________________________
7963 [  7628] By: jhi                                   on 2000/11/09  14:48:27
7964         Log: Disable only the tests 99 and 166 for UTF-8 locales.
7965      Branch: perl
7966            ! t/pragma/locale.t
7967 ____________________________________________________________________________
7968 [  7627] By: jhi                                   on 2000/11/09  14:40:27
7969         Log: There's no =head3.
7970      Branch: perl
7971            ! pod/perlhack.pod
7972 ____________________________________________________________________________
7973 [  7626] By: jhi                                   on 2000/11/09  13:54:26
7974         Log: The generated boot_* headers are wrong.  Pickier compiler,
7975              such as KAI C++ will refuse to compile the resulting perlmain.
7976              
7977              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
7978              From: Harri Pasanen <harri.pasanen@trema.com>
7979              Date: Thu, 09 Nov 2000 14:23:28 +0100
7980              Message-Id: <3A0AA550.26D548A3@trema.com>
7981      Branch: perl
7982            ! minimod.pl
7983 ____________________________________________________________________________
7984 [  7625] By: jhi                                   on 2000/11/09  13:50:44
7985         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
7986              From: Prymmer/Kahn <pvhp@best.com>
7987              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
7988              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
7989              
7990              All except the "cow orker" change.
7991      Branch: perl
7992            ! Porting/pumpkin.pod
7993 ____________________________________________________________________________
7994 [  7624] By: jhi                                   on 2000/11/09  13:45:33
7995         Log: Fix for
7996              
7997              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
7998              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7999              Date: Thu, 09 Nov 2000 11:05:52 +0100
8000              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
8001      Branch: perl
8002            ! pod/perldiag.pod t/pragma/warn/pp_sys
8003 ____________________________________________________________________________
8004 [  7623] By: jhi                                   on 2000/11/09  13:37:16
8005         Log: Typo in an ifndef.
8006              
8007              Subject: Re: [PATCH 5.7.0] better messages from malloc()
8008              From: Joe Smith <jms@inwap.com>         
8009              Date: Thu, 09 Nov 2000 01:33:14 -0800
8010              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
8011      Branch: perl
8012            ! malloc.c
8013 ____________________________________________________________________________
8014 [  7622] By: jhi                                   on 2000/11/09  13:31:18
8015         Log: Remove unused extra arguments.
8016      Branch: metaconfig/U/perl
8017            ! perlxv.U
8018      Branch: perl
8019            ! Configure config_h.SH
8020 ____________________________________________________________________________
8021 [  7621] By: jhi                                   on 2000/11/09  13:16:36
8022         Log: More VMS moves on environment handling, from Charles Lane.
8023      Branch: perl
8024            ! t/pragma/locale.t
8025 ____________________________________________________________________________
8026 [  7620] By: jhi                                   on 2000/11/09  04:42:38
8027         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8028              From: David Dyck <dcd@tc.fluke.com>
8029              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
8030              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
8031      Branch: perl
8032            ! pp_sys.c
8033 ____________________________________________________________________________
8034 [  7619] By: jhi                                   on 2000/11/09  04:36:21
8035         Log: Forgot from #7618.
8036      Branch: perl
8037            ! lib/File/stat.pm
8038 ____________________________________________________________________________
8039 [  7618] By: jhi                                   on 2000/11/09  04:28:44
8040         Log: Make deleting for %ENV work for (newer versions of) VMS,
8041              from Craig A. Berry.
8042      Branch: perl
8043            ! vms/vms.c
8044 ____________________________________________________________________________
8045 [  7617] By: jhi                                   on 2000/11/09  04:25:05
8046         Log: Subject: [PATCH] Class::Struct at compile time
8047              From: "Casey R. Tweten" <crt@kiski.net>
8048              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
8049              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
8050      Branch: perl
8051            ! lib/Class/Struct.pm
8052 ____________________________________________________________________________
8053 [  7616] By: jhi                                   on 2000/11/09  04:15:17
8054         Log: Subject: [ID 20001108.013] spelling
8055              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
8056              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
8057              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
8058      Branch: perl
8059            ! lib/ftp.pl
8060 ____________________________________________________________________________
8061 [  7615] By: jhi                                   on 2000/11/09  04:12:42
8062         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
8063              From: Peter Prymmer <pvhp@forte.com>
8064              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
8065              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
8066      Branch: perl
8067            ! configure.com
8068 ____________________________________________________________________________
8069 [  7614] By: jhi                                   on 2000/11/08  22:42:55
8070         Log: A missing aTHX_.
8071      Branch: perl
8072            ! ext/IPC/SysV/SysV.xs
8073 ____________________________________________________________________________
8074 [  7613] By: jhi                                   on 2000/11/08  19:30:21
8075         Log: Update Changes.
8076      Branch: perl
8077            ! Changes patchlevel.h
8078 ____________________________________________________________________________
8079 [  7612] By: jhi                                   on 2000/11/08  18:35:25
8080         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8081              From: David Dyck <dcd@tc.fluke.com>
8082              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
8083              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
8084      Branch: perl
8085            ! pp_sys.c
8086 ____________________________________________________________________________
8087 [  7611] By: jhi                                   on 2000/11/08  18:30:26
8088         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
8089              From: Dominic Dunlop <domo@computer.org>
8090              Date: Tue, 7 Nov 2000 12:05:25 +0100
8091              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
8092      Branch: perl
8093            ! malloc.c
8094 ____________________________________________________________________________
8095 [  7610] By: jhi                                   on 2000/11/08  18:25:14
8096         Log: Do not test UTF-8 locales since that the tests would require
8097              polymorphic regexen.
8098      Branch: perl
8099            ! t/pragma/locale.t
8100 ____________________________________________________________________________
8101 [  7609] By: jhi                                   on 2000/11/08  17:12:51
8102         Log: Locale buglets.
8103              
8104              Subject: RE: Locales support (setlocale) fixes
8105              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8106              Date: Wed, 8 Nov 2000 20:01:39 +0300
8107              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
8108      Branch: perl
8109            ! t/pragma/locale.t util.c
8110 ____________________________________________________________________________
8111 [  7608] By: jhi                                   on 2000/11/08  17:00:16
8112         Log: Deleting $ENV{PATH} in VMS is not recommendable.
8113      Branch: perl
8114            ! t/pragma/locale.t
8115 ____________________________________________________________________________
8116 [  7607] By: jhi                                   on 2000/11/08  16:58:26
8117         Log: Subject: PATCH std stdio for (Free)BSD
8118              From: Nicholas Clark <nick@ccl4.org>
8119              Date: Wed, 8 Nov 2000 15:36:29 +0000
8120              Message-ID: <20001108153629.D98736@plum.flirble.org>
8121      Branch: metaconfig
8122            ! U/compline/d_stdstdio.U
8123      Branch: perl
8124            ! Configure config_h.SH
8125 ____________________________________________________________________________
8126 [  7606] By: jhi                                   on 2000/11/08  16:43:31
8127         Log: Forgot to bump the line numbers in #7601.
8128      Branch: perl
8129            ! t/pragma/warn/pp_sys
8130 ____________________________________________________________________________
8131 [  7605] By: jhi                                   on 2000/11/08  16:39:12
8132         Log: More careful detection of how well NVs and UVs mix.
8133              
8134              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))
8135              From: Nicholas Clark <nick@ccl4.org>
8136              Date: Wed, 8 Nov 2000 15:14:12 +0000
8137              Message-ID: <20001108151412.B98736@plum.flirble.org>
8138              
8139              Added some SIGFPE paranoia.
8140      Branch: metaconfig/U/perl
8141            ! perlxv.U
8142      Branch: perl
8143            ! Configure config_h.SH
8144 ____________________________________________________________________________
8145 [  7604] By: jhi                                   on 2000/11/08  14:39:10
8146         Log: Subject: [patch perl@7595] VMS configure.com tweak
8147              From: "Craig A. Berry" <craigberry@mac.com>
8148              Date: Wed, 8 Nov 2000 00:24:12 -0600
8149              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
8150      Branch: perl
8151            ! configure.com
8152 ____________________________________________________________________________
8153 [  7603] By: jhi                                   on 2000/11/08  14:27:11
8154         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
8155              From: Robin Barker <rmb1@cise.npl.co.uk>
8156              Date: Wed, 8 Nov 2000 11:11:39 GMT
8157              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
8158      Branch: perl
8159            ! perlio.c
8160 ____________________________________________________________________________
8161 [  7602] By: jhi                                   on 2000/11/08  14:25:03
8162         Log: Fix for the tie-refhash string table leaks.
8163              
8164              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
8165              Date: Wed, 8 Nov 2000 13:03:04 GMT
8166              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
8167      Branch: perl
8168            ! t/lib/tie-refhash.t
8169 ____________________________________________________________________________
8170 [  7601] By: jhi                                   on 2000/11/08  14:21:08
8171         Log: Try to avoid flockless and emulationless places.
8172      Branch: perl
8173            ! t/pragma/warn/pp_sys
8174 ____________________________________________________________________________
8175 [  7600] By: jhi                                   on 2000/11/08  02:28:54
8176         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
8177              
8178              Subject: [PATCH] prototyped functions that should be overrideable
8179              From: "Casey R. Tweten" <crt@kiski.net>
8180              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
8181              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
8182      Branch: perl
8183            ! toke.c
8184 ____________________________________________________________________________
8185 [  7599] By: jhi                                   on 2000/11/08  01:12:05
8186         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
8187              
8188              Subject: [PATCH] perlbug.PL
8189              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8190              Date: Mon, 6 Nov 2000 21:39:01 -0500
8191              Message-ID: <20001106213901.B20955@O2.chapin.edu>
8192      Branch: perl
8193            ! utils/perlbug.PL
8194 ____________________________________________________________________________
8195 [  7598] By: jhi                                   on 2000/11/07  23:42:00
8196         Log: Bad thinko in #7581 (I used the test program with the expanded
8197              values as-is).
8198      Branch: metaconfig
8199            ! U/compline/d_stdstdio.U
8200      Branch: perl
8201            ! Configure
8202 ____________________________________________________________________________
8203 [  7597] By: jhi                                   on 2000/11/07  21:43:29
8204         Log: Subject: [PATCH perl@7573] cygwin port
8205              From: "Fifer, Eric" <EFifer@sanwaint.com>
8206              Date: Tue, 7 Nov 2000 18:08:51 -0000 
8207              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
8208              
8209              Synchronize with Cygwin 1.1.5.
8210      Branch: perl
8211            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
8212            ! pod/perlport.pod unixish.h util.c
8213 ____________________________________________________________________________
8214 [  7596] By: jhi                                   on 2000/11/07  21:39:25
8215         Log: perlhack updates from H.Merijn Brand.
8216      Branch: perl
8217            ! pod/perlhack.pod
8218 ____________________________________________________________________________
8219 [  7595] By: jhi                                   on 2000/11/07  20:21:41
8220         Log: Update Changes.
8221      Branch: perl
8222            ! Changes patchlevel.h
8223 ____________________________________________________________________________
8224 [  7594] By: jhi                                   on 2000/11/07  19:18:58
8225         Log: Be more robust in Dynaloader.pm.
8226      Branch: perl
8227            ! ext/DynaLoader/DynaLoader_pm.PL
8228 ____________________________________________________________________________
8229 [  7593] By: jhi                                   on 2000/11/07  16:49:31
8230         Log: AUTHORS update.
8231      Branch: perl
8232            ! AUTHORS
8233 ____________________________________________________________________________
8234 [  7592] By: gsar                                  on 2000/11/07  16:39:51
8235         Log: normalize relative paths in virtualized current directory on windows,
8236              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
8237              returns)
8238      Branch: perl
8239            ! win32/vdir.h
8240 ____________________________________________________________________________
8241 [  7591] By: jhi                                   on 2000/11/07  16:04:26
8242         Log: Too profiler-happy: with optimization the #7590 actually makes
8243              the test to run 0.5% _slower_.  Requires much more instrumentation.
8244              Retract #7590.
8245      Branch: perl
8246            ! regcomp.c regcomp.h
8247 ____________________________________________________________________________
8248 [  7590] By: jhi                                   on 2000/11/07  15:51:13
8249         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
8250              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
8251              by using memset() and testing bytewise (as opposed to bitwise).
8252      Branch: perl
8253            ! regcomp.c regcomp.h
8254 ____________________________________________________________________________
8255 [  7589] By: jhi                                   on 2000/11/07  12:56:39
8256         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
8257              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8258              Date: Mon, 06 Nov 2000 23:45:30 -0500
8259              Message-Id: <0011079735.AA973576259@univpress.com>
8260      Branch: perl
8261            ! configure.com t/lib/st-lock.t
8262 ____________________________________________________________________________
8263 [  7588] By: jhi                                   on 2000/11/07  01:03:28
8264         Log: Tweak #7587.
8265      Branch: perl
8266            ! pod/perldiag.pod
8267 ____________________________________________________________________________
8268 [  7587] By: jhi                                   on 2000/11/07  01:00:27
8269         Log: A doc addition for bug id 20001105.019, beware \p.
8270      Branch: perl
8271            ! pod/perldiag.pod
8272 ____________________________________________________________________________
8273 [  7586] By: jhi                                   on 2000/11/07  00:32:22
8274         Log: Fake support of holey files in win/dosish platforms.
8275              
8276              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
8277              From: kipp@shonanblue.ne.jp
8278              Date: Mon, 6 Nov 2000 13:30:55 -0800
8279              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
8280      Branch: perl
8281            ! ext/SDBM_File/sdbm/sdbm.c
8282 ____________________________________________________________________________
8283 [  7585] By: jhi                                   on 2000/11/07  00:12:54
8284         Log: Subject: Pod updates
8285              From: "Stephen P. Potter" <spp@spotter.yi.org>
8286              Date: Mon, 06 Nov 2000 18:56:43 -0500
8287              Message-Id: <200011062357.SAA18173@spotter.yi.org>
8288      Branch: perl
8289            ! README.dos README.os2 README.win32 pod/buildtoc.PL
8290            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8291            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
8292            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
8293            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
8294            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
8295            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
8296            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
8297            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8298            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
8299            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
8300            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
8301            ! pod/perltootc.pod pod/perlunicode.pod
8302 ____________________________________________________________________________
8303 [  7584] By: jhi                                   on 2000/11/07  00:04:17
8304         Log: Varargs don't always work too well if one puts an unsigned
8305              char on the stack and pop an unsigned quad off the stack.
8306              
8307              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
8308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
8309              Date: Mon, 06 Nov 2000 15:19:05 -0800
8310              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
8311      Branch: perl
8312            ! utf8.c
8313 ____________________________________________________________________________
8314 [  7583] By: jhi                                   on 2000/11/06  23:58:48
8315         Log: %ENV note tweaks from Dan Sugalski.
8316      Branch: perl
8317            ! pod/perlport.pod vms/perlvms.pod
8318 ____________________________________________________________________________
8319 [  7582] By: jhi                                   on 2000/11/06  23:05:49
8320         Log: glibc5 detection by __GNU_LIBRARY__.
8321      Branch: perl
8322            ! toke.c
8323 ____________________________________________________________________________
8324 [  7581] By: jhi                                   on 2000/11/06  22:51:29
8325         Log: Make the stdio test program of 7427 less noisy while being 
8326              compiled so that Digital UNIX wouldn't get both
8327              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
8328              undefined.  This makes perlio happy.
8329      Branch: metaconfig
8330            ! U/compline/d_stdstdio.U
8331      Branch: perl
8332            ! Configure config_h.SH
8333 ____________________________________________________________________________
8334 [  7580] By: jhi                                   on 2000/11/06  22:41:41
8335         Log: Document %ENV = () portability issues.
8336      Branch: perl
8337            ! pod/perlport.pod vms/perlvms.pod
8338 ____________________________________________________________________________
8339 [  7579] By: jhi                                   on 2000/11/06  21:29:24
8340         Log: VOS updates from Paul Green.
8341      Branch: perl
8342            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8343 ____________________________________________________________________________
8344 [  7578] By: jhi                                   on 2000/11/06  21:00:40
8345         Log: Sanitize the environment further.
8346      Branch: perl
8347            ! t/pragma/locale.t
8348 ____________________________________________________________________________
8349 [  7577] By: jhi                                   on 2000/11/06  20:53:51
8350         Log: Re-introduce 7552 lost in integration.
8351      Branch: perl
8352            ! perlio.c
8353 ____________________________________________________________________________
8354 [  7576] By: jhi                                   on 2000/11/06  20:33:46
8355         Log: Admit that the test leaks scalars.
8356      Branch: perl
8357            ! t/comp/proto.t
8358 ____________________________________________________________________________
8359 [  7575] By: jhi                                   on 2000/11/06  20:17:08
8360         Log: Integrate perlio.
8361      Branch: perl
8362           !> perlio.c
8363 ____________________________________________________________________________
8364 [  7574] By: nick                                  on 2000/11/06  20:07:28
8365         Log: Remove debug. Try (Mmap_t) on madvise() call.
8366      Branch: perlio
8367            ! perlio.c
8368 ____________________________________________________________________________
8369 [  7573] By: jhi                                   on 2000/11/06  13:56:05
8370         Log: Update Changes.
8371      Branch: perl
8372            ! Changes patchlevel.h
8373 ____________________________________________________________________________
8374 [  7572] By: jhi                                   on 2000/11/06  13:48:41
8375         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
8376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8377              Date: Mon, 06 Nov 2000 10:11:42 +0100
8378              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
8379      Branch: perl
8380            ! pod/perlhack.pod
8381 ____________________________________________________________________________
8382 [  7571] By: jhi                                   on 2000/11/06  01:45:51
8383         Log: AUTHORS updates.
8384      Branch: perl
8385            ! AUTHORS
8386 ____________________________________________________________________________
8387 [  7570] By: jhi                                   on 2000/11/06  00:18:00
8388         Log: Fix for
8389              
8390              Subject: [ID 20000728.005] perl -P broken
8391              From: David Dyck <dcd@tc.fluke.com>
8392              Date: Fri, 28 Jul 2000 17:19:16 -0700
8393              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
8394              
8395              (hopefully).  The fix is also not complete, it seems to break
8396              BOM swallowing for libc5 systems, but until someone figures
8397              out a way to do this without ftell(), this will do.
8398      Branch: perl
8399            ! toke.c
8400 ____________________________________________________________________________
8401 [  7569] By: jhi                                   on 2000/11/06  00:05:30
8402         Log: Document that the evaled syntax errors cause scalar leaks.
8403      Branch: perl
8404            ! t/comp/proto.t
8405 ____________________________________________________________________________
8406 [  7568] By: jhi                                   on 2000/11/05  23:14:47
8407         Log: opmini.o can linger from Configures past.
8408      Branch: perl
8409            ! Makefile.SH
8410 ____________________________________________________________________________
8411 [  7567] By: jhi                                   on 2000/11/05  21:28:39
8412         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
8413              first argument correctly.
8414      Branch: perl
8415            ! perlio.c
8416 ____________________________________________________________________________
8417 [  7566] By: jhi                                   on 2000/11/05  21:15:56
8418         Log: Integrate perlio.
8419      Branch: perl
8420           !> perlio.c
8421 ____________________________________________________________________________
8422 [  7565] By: jhi                                   on 2000/11/05  21:15:13
8423         Log: Use -dM for gcc (the suggested patch did it only for Linux,
8424              but I think it can be generalized).
8425              
8426              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
8427              From: Pixel <pixel@mandrakesoft.com>
8428              Date: 05 Nov 2000 21:49:34 +0100 
8429              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
8430      Branch: perl
8431            ! ext/Errno/Errno_pm.PL
8432 ____________________________________________________________________________
8433 [  7564] By: nick                                  on 2000/11/05  21:09:18
8434         Log: Added a mmap layer as a "subclass" of perlio.
8435              PERLIO=mmap ./perl harness passes
8436      Branch: perlio
8437            ! perlio.c
8438 ____________________________________________________________________________
8439 [  7563] By: jhi                                   on 2000/11/05  19:48:55
8440         Log: Add a note for future generations about bug id 20000229.006.
8441      Branch: perl
8442            ! malloc.c
8443 ____________________________________________________________________________
8444 [  7562] By: jhi                                   on 2000/11/05  19:38:24
8445         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
8446      Branch: perl
8447            ! pp_ctl.c t/op/pos.t
8448 ____________________________________________________________________________
8449 [  7561] By: jhi                                   on 2000/11/05  18:21:46
8450         Log: Add =pod to be tidy.
8451      Branch: perl
8452            ! lib/Math/Complex.pm
8453 ____________________________________________________________________________
8454 [  7560] By: jhi                                   on 2000/11/05  17:38:46
8455         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
8456      Branch: perl
8457            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8458            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8459 ____________________________________________________________________________
8460 [  7559] By: jhi                                   on 2000/11/05  17:32:59
8461         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
8462              From: "Peter J. Farley III" <pjfarley@banet.net>
8463              Date: Sun, 05 Nov 2000 11:55:59 -0500
8464              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
8465      Branch: perl
8466            ! t/lib/syslog.t
8467 ____________________________________________________________________________
8468 [  7558] By: jhi                                   on 2000/11/05  17:29:19
8469         Log: Integrate perlio.
8470      Branch: perl
8471           !> perlio.c
8472 ____________________________________________________________________________
8473 [  7557] By: jhi                                   on 2000/11/05  17:22:01
8474         Log: A fix of sorts for 20000329.026, a better error message
8475              for a missing "use charnames" when using the \N{...}. 
8476      Branch: perl
8477            ! pod/perldiag.pod toke.c
8478 ____________________________________________________________________________
8479 [  7556] By: jhi                                   on 2000/11/05  16:33:50
8480         Log: Test tweak: show also the failed locales.
8481              
8482              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
8483              From: Lupe Christoph <lupe@lupe-christoph.de>         
8484              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
8485              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
8486      Branch: perl
8487            ! t/pragma/locale.t
8488 ____________________________________________________________________________
8489 [  7555] By: nick                                  on 2000/11/05  11:09:34
8490         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
8491              open RDWR so does not fail. (pragma/warnings 303 again...)
8492      Branch: perlio
8493            ! perlio.c
8494 ____________________________________________________________________________
8495 [  7554] By: nick                                  on 2000/11/05  10:10:13
8496         Log: Fix case where ungetc(f,EOF) was allowed.
8497              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
8498              so we can see similarities.
8499              Use types more carefully and a STDCHAR array in hope that this will
8500              fix Jarrko's 64bit machine.
8501      Branch: perlio
8502            ! perlio.c
8503 ____________________________________________________________________________
8504 [  7553] By: jhi                                   on 2000/11/05  01:12:16
8505         Log: Fix for
8506              
8507              Subject: [ID 20001004.007] taint propogation is inconsistent
8508              From: pimlott@idiomtech.com (Andrew Pimlott) 
8509              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
8510              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
8511              
8512              The culprit was sv_setsv() which was rather blindly
8513              propagating taint, which lead to behaviour where if
8514              a tainted anon hash value was seen all the hash values
8515              from then on at that level became tainted, or at any
8516              upper levels in the case of nested anon hashes.
8517      Branch: perl
8518            ! sv.c t/op/taint.t
8519 ____________________________________________________________________________
8520 [  7552] By: jhi                                   on 2000/11/04  23:44:18
8521         Log: Some cpps don't like splitting conditionals across several lines.
8522      Branch: perl
8523            ! perlio.c
8524 ____________________________________________________________________________
8525 [  7551] By: nick                                  on 2000/11/04  23:40:44
8526         Log: Integrate mainline
8527      Branch: perlio
8528           !> pp_hot.c t/op/taint.t
8529 ____________________________________________________________________________
8530 [  7550] By: nick                                  on 2000/11/04  23:39:05
8531         Log: Integrate mainline again
8532      Branch: perlio
8533           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
8534           !> t/lib/b.t t/op/misc.t util.c
8535 ____________________________________________________________________________
8536 [  7549] By: jhi                                   on 2000/11/04  23:14:01
8537         Log: Fix for
8538              
8539              Subject: [ID 20001004.006] undef is never tainted
8540              From: pimlott@idiomtech.com (Andrew Pimlott)
8541              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
8542              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
8543              
8544              An undef read from a slurped file was not tainted.
8545      Branch: perl
8546            ! pp_hot.c t/op/taint.t
8547 ____________________________________________________________________________
8548 [  7548] By: jhi                                   on 2000/11/04  22:56:21
8549         Log: Test tweak ($Config{useperlio} is by default undef) .
8550      Branch: perl
8551            ! t/lib/b.t
8552 ____________________________________________________________________________
8553 [  7547] By: jhi                                   on 2000/11/04  22:43:56
8554         Log: Integrate perlio.
8555      Branch: perl
8556           +> lib/perlio.pm
8557           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
8558           !> pod/perlapi.pod t/lib/b.t
8559 ____________________________________________________________________________
8560 [  7546] By: jhi                                   on 2000/11/04  22:40:59
8561         Log: Configure would use a bad $myuname from an old config.sh.
8562              
8563              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
8564              From: Andy Dougherty <doughera@lafayette.edu>
8565              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
8566              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
8567      Branch: metaconfig
8568            ! U/modified/Oldconfig.U
8569      Branch: perl
8570            ! Configure config_h.SH
8571 ____________________________________________________________________________
8572 [  7545] By: jhi                                   on 2000/11/04  22:36:54
8573         Log: Subject: Locales support (setlocale) fixes
8574              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8575              Date: Sat, 4 Nov 2000 10:15:48 +0300 
8576              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
8577              
8578              Modified quite a bit to be more portable.
8579      Branch: perl
8580            ! embed.h embed.pl perl.h proto.h util.c
8581 ____________________________________________________________________________
8582 [  7544] By: jhi                                   on 2000/11/04  22:32:47
8583         Log: Dying is too strict here, better just skip.
8584      Branch: perl
8585            ! t/op/misc.t
8586 ____________________________________________________________________________
8587 [  7543] By: nick                                  on 2000/11/04  21:55:13
8588         Log: Merge mainline
8589      Branch: perlio
8590           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8591           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
8592           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
8593           !> (integrate 64 files)
8594 ____________________________________________________________________________
8595 [  7542] By: jhi                                   on 2000/11/04  21:09:28
8596         Log: More Changes tweakery.
8597      Branch: perl
8598            ! Changes Porting/genlog
8599 ____________________________________________________________________________
8600 [  7541] By: jhi                                   on 2000/11/04  20:58:18
8601         Log: Changes fixups.
8602      Branch: perl
8603            ! Changes
8604 ____________________________________________________________________________
8605 [  7540] By: jhi                                   on 2000/11/04  20:42:38
8606         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
8607              create a "fast path" for locale name probing using "locale -a"
8608              if available, squash finally hopefully the s?printf resetting
8609              the numeric locale (since, IIUC perllocale, it never shouldn't). 
8610      Branch: perl
8611            ! sv.c t/op/misc.t t/pragma/locale.t
8612 ____________________________________________________________________________
8613 [  7539] By: nick                                  on 2000/11/04  19:56:10
8614         Log: PerlIO infrastructure complete.
8615      Branch: perlio
8616            + lib/perlio.pm
8617            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
8618 ____________________________________________________________________________
8619 [  7538] By: nick                                  on 2000/11/04  14:31:32
8620         Log: Type tweaks + less contorted allocation scheme
8621      Branch: perlio
8622            ! perlio.c
8623 ____________________________________________________________________________
8624 [  7537] By: nick                                  on 2000/11/04  12:40:42
8625         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
8626              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
8627              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
8628              sensible) which lead to some interesting fails.
8629      Branch: perlio
8630            ! perlio.c
8631 ____________________________________________________________________________
8632 [  7536] By: jhi                                   on 2000/11/04  00:20:02
8633         Log: Add FCNTL_CAN_LOCK.
8634              
8635              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8636              From: Andy Dougherty <doughera@lafayette.edu>
8637              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
8638              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
8639              
8640              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8641              From: Andy Dougherty <doughera@lafayette.edu>
8642              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
8643              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
8644      Branch: metaconfig/U/perl
8645            + d_fcntl_can_lock.U
8646            ! startperl.U
8647      Branch: perl
8648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8649            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
8650            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8651            ! vos/config.ga.h win32/config.bc win32/config.gc
8652            ! win32/config.vc
8653 ____________________________________________________________________________
8654 [  7535] By: nick                                  on 2000/11/03  22:19:10
8655         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
8656              - Works on Linux with
8657              perlio + unix
8658              stdio
8659              - Works on Solaris with
8660              perlio + unix
8661              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
8662              - Fails (hangs in openpid) if you try and stack
8663              perlio + stdio - Linux stdio's read() logic is hanging.
8664      Branch: perlio
8665            ! iperlsys.h perlio.c
8666 ____________________________________________________________________________
8667 [  7534] By: jhi                                   on 2000/11/03  15:16:02
8668         Log: Subject: Re: README.aix
8669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8670              Date: Fri, 03 Nov 2000 16:03:15 +0100
8671              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
8672      Branch: perl
8673            ! README.aix
8674 ____________________________________________________________________________
8675 [  7533] By: jhi                                   on 2000/11/03  03:59:02
8676         Log: Subject: [PATCH 5.7.0] better messages from malloc()
8677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8678              Date: Wed, 1 Nov 2000 23:39:56 -0500
8679              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
8680      Branch: perl
8681            ! malloc.c pod/perldiag.pod
8682 ____________________________________________________________________________
8683 [  7532] By: jhi                                   on 2000/11/03  00:11:56
8684         Log: The #7521 touched things it shouldn't have.
8685      Branch: perl
8686            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
8687 ____________________________________________________________________________
8688 [  7531] By: jhi                                   on 2000/11/02  22:32:33
8689         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
8690              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8691              Date:     Thu, 2 Nov 2000 16:58:36 EST
8692              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
8693      Branch: perl
8694            ! vms/gen_shrfls.pl
8695 ____________________________________________________________________________
8696 [  7530] By: jhi                                   on 2000/11/02  22:08:49
8697         Log: Fix the problem discussed in
8698              
8699              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
8700              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
8701              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
8702              
8703              originally from Linc Madison.  Also Andreas König's comments
8704              taken into account.  Some other problems with Tie::SubstrHash
8705              fixed: didn't croak when the table exceeded the requested number
8706              of entries (as documented) but instead when the number of entries
8707              exceeded the size of the table, a croak() had an unnecessary \n,
8708              didn't have a CLEAR method, documented that there is no exists().
8709              Didn't fix to be strict-proof because the module uses &foo; and
8710              dynamic scope.  Added a test script exercizing both first tamely 
8711              the basic functionality, and then the failure cases reported by
8712              Linc Madison.
8713      Branch: perl
8714            + t/lib/tie-substrhash.t
8715            ! MANIFEST lib/Tie/SubstrHash.pm
8716 ____________________________________________________________________________
8717 [  7529] By: jhi                                   on 2000/11/02  17:58:08
8718         Log: recv() can fail and return undef.
8719              
8720              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
8721              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
8722              Date: Thu, 2 Nov 2000 20:12:20 +0300
8723              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
8724      Branch: perl
8725            ! lib/Net/Ping.pm
8726 ____________________________________________________________________________
8727 [  7528] By: jhi                                   on 2000/11/02  17:49:09
8728         Log: Detpyo.
8729      Branch: perl
8730            ! pod/perlop.pod
8731 ____________________________________________________________________________
8732 [  7527] By: jhi                                   on 2000/11/02  15:48:37
8733         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
8734              fix a autovivification bug in Tie::RefHash, add tests for both.
8735              
8736              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
8737              From: Edward Avis <epa98@doc.ic.ac.uk>
8738              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
8739              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
8740      Branch: perl
8741            + t/lib/tie-refhash.t
8742            ! MANIFEST lib/Tie/RefHash.pm
8743 ____________________________________________________________________________
8744 [  7526] By: jhi                                   on 2000/11/02  13:56:26
8745         Log: Test::Harness revealed buglets in the new DynaLoader.
8746              
8747              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
8748              From: andreas.koenig@anima.de (Andreas J. Koenig)
8749              Date: 02 Nov 2000 11:26:48 +0100 
8750              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
8751      Branch: perl
8752            ! ext/DynaLoader/DynaLoader_pm.PL
8753 ____________________________________________________________________________
8754 [  7525] By: jhi                                   on 2000/11/01  23:52:08
8755         Log: The entry for #7503 was missing.
8756      Branch: perl
8757            ! Changes
8758 ____________________________________________________________________________
8759 [  7524] By: jhi                                   on 2000/11/01  23:40:52
8760         Log: Update Changes.
8761      Branch: perl
8762            ! Changes patchlevel.h
8763 ____________________________________________________________________________
8764 [  7523] By: jhi                                   on 2000/11/01  22:57:09
8765         Log: More tweaking on the #7522 theme.
8766      Branch: perl
8767            ! ext/DynaLoader/DynaLoader_pm.PL
8768 ____________________________________________________________________________
8769 [  7522] By: jhi                                   on 2000/11/01  22:06:15
8770         Log: Expand %Config variables and %ENV variables only if
8771              so requested during build time using the
8772              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
8773              Not expanding makes relocating distributions easier.
8774      Branch: perl
8775            ! ext/DynaLoader/DynaLoader_pm.PL
8776 ____________________________________________________________________________
8777 [  7521] By: jhi                                   on 2000/11/01  20:56:34
8778         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
8779              and setgid() because they were just changing $< and $( which means
8780              only changing the real uid/gid, as opposed to changing both
8781              real and effective ids.  (The alternative way could have been
8782              in POSIX.pm to change $> and $), too, but making a direct call
8783              to the C API feels cleaner.)  Fixes the bug
8784              
8785              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
8786              From: "Garry T. Williams" <garry@zvolve.com>
8787              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
8788              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
8789      Branch: perl
8790            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8791            ! ext/POSIX/typemap pod/perlvar.pod
8792 ____________________________________________________________________________
8793 [  7520] By: jhi                                   on 2000/11/01  20:08:33
8794         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
8795              From: "Garry T. Williams" <garry@zvolve.com>
8796              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
8797              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
8798      Branch: perl
8799            ! pod/perlsec.pod
8800 ____________________________________________________________________________
8801 [  7519] By: jhi                                   on 2000/11/01  20:01:22
8802         Log: Locale warning explanation tweak.
8803      Branch: perl
8804            ! pod/perldiag.pod
8805 ____________________________________________________________________________
8806 [  7518] By: jhi                                   on 2000/11/01  18:57:13
8807         Log: C.pm part of
8808              
8809              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
8810              From: Jarkko Hietaniemi <jhi@iki.fi>
8811              Date: Tue, 10 Oct 2000 08:22:28 -0500
8812              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
8813      Branch: perl
8814            ! ext/B/B/C.pm
8815 ____________________________________________________________________________
8816 [  7517] By: jhi                                   on 2000/11/01  18:41:59
8817         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
8818              From: Martien Verbruggen <mgjv@comdyn.com.au>
8819              Date: Fri, 6 Oct 2000 14:09:10 +1100
8820              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
8821      Branch: perl
8822            ! pod/perlop.pod
8823 ____________________________________________________________________________
8824 [  7516] By: jhi                                   on 2000/11/01  18:34:55
8825         Log: Generalize the Camel wording.
8826              
8827              Subject: Re: perlfaq style changes
8828              From: John Borwick <jhborwic@unity.ncsu.edu>
8829              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
8830              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
8831      Branch: perl
8832            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
8833 ____________________________________________________________________________
8834 [  7515] By: jhi                                   on 2000/11/01  16:52:31
8835         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
8836              From: pimlott@idiomtech.com (Andrew Pimlott)
8837              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
8838              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
8839      Branch: perl
8840            ! pod/perlsec.pod
8841 ____________________________________________________________________________
8842 [  7514] By: jhi                                   on 2000/11/01  15:03:40
8843         Log: More AIX lore.
8844      Branch: perl
8845            ! ext/re/hints/aix.pl
8846 ____________________________________________________________________________
8847 [  7513] By: jhi                                   on 2000/11/01  14:48:30
8848         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
8849              From: root <root@chronos.fi.muni.cz>
8850              Date: Wed, 1 Nov 2000 12:31:32 +0100
8851              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
8852      Branch: perl
8853            ! lib/Net/Ping.pm
8854 ____________________________________________________________________________
8855 [  7512] By: jhi                                   on 2000/11/01  14:46:47
8856         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
8857              From: Martin Husemann <martin@duskware.de>
8858              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
8859              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
8860      Branch: perl
8861            ! regcomp.c
8862 ____________________________________________________________________________
8863 [  7511] By: jhi                                   on 2000/11/01  14:39:50
8864         Log: AUTHORS updates.
8865      Branch: perl
8866            ! AUTHORS
8867 ____________________________________________________________________________
8868 [  7510] By: jhi                                   on 2000/11/01  14:29:50
8869         Log: Subject: [PATCH] startperl to respect versiononly
8870              From: Robin Barker <rmb1@cise.npl.co.uk> 
8871              Date: Tue, 31 Oct 2000 16:29:36 GMT
8872              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
8873      Branch: metaconfig/U/perl
8874            ! startperl.U
8875      Branch: perl
8876            ! Configure config_h.SH
8877 ____________________________________________________________________________
8878 [  7509] By: jhi                                   on 2000/11/01  14:19:53
8879         Log: printf UVs the correct way, noticed by Robin Barker.
8880      Branch: perl
8881            ! utf8.c
8882 ____________________________________________________________________________
8883 [  7508] By: jhi                                   on 2000/11/01  14:10:03
8884         Log: Do not cleanup *% because the % has special meanings in some
8885              shell environments.
8886      Branch: perl
8887            ! ext/Storable/Makefile.PL
8888 ____________________________________________________________________________
8889 [  7507] By: jhi                                   on 2000/11/01  14:06:00
8890         Log: The NonStop-UX libraries have a novel way to say NaN.
8891      Branch: perl
8892            ! t/lib/bigfltpm.t
8893 ____________________________________________________________________________
8894 [  7506] By: jhi                                   on 2000/11/01  14:03:35
8895         Log: The osname has been lowercased by now, from Tom Bates.
8896      Branch: metaconfig
8897            ! U/modified/Oldconfig.U
8898      Branch: perl
8899            ! Configure config_h.SH
8900 ____________________________________________________________________________
8901 [  7505] By: jhi                                   on 2000/10/31  19:18:39
8902         Log: The compiler is either gcc or cc, from Tom Bates.
8903      Branch: perl
8904            ! hints/nonstopux.sh
8905 ____________________________________________________________________________
8906 [  7504] By: jhi                                   on 2000/10/31  14:53:42
8907         Log: Update Changes.
8908      Branch: perl
8909            ! Changes patchlevel.h
8910 ____________________________________________________________________________
8911 [  7503] By: jhi                                   on 2000/10/31  14:30:50
8912         Log: Whitespace style tweak.  Was originally going to see to
8913              
8914              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8915              From: Joe Smith <jms@inwap.com>
8916              Date: Mon, 30 Oct 2000 18:47:57 -0800
8917              Message-Id: <39FE32DD.24AAC4D@inwap.com>
8918              
8919              but that had already been taken care of.
8920      Branch: metaconfig
8921            ! U/compline/d_stdstdio.U
8922      Branch: perl
8923            ! Configure config_h.SH
8924 ____________________________________________________________________________
8925 [  7502] By: jhi                                   on 2000/10/31  14:25:02
8926         Log: AUTHORS tweaks.
8927      Branch: perl
8928            ! AUTHORS
8929 ____________________________________________________________________________
8930 [  7501] By: jhi                                   on 2000/10/31  14:23:59
8931         Log: Subject: perlfaq style changes
8932              From: John Borwick <jhborwic@unity.ncsu.edu>
8933              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
8934              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
8935      Branch: perl
8936            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8937            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8938            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8939            ! pod/perlfaq9.pod
8940 ____________________________________________________________________________
8941 [  7500] By: jhi                                   on 2000/10/31  14:22:15
8942         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
8943              
8944              Subject: Re: [ID 20000918.005] ~ on wide chars
8945              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8946              Date: Mon, 30 Oct 2000 21:09:55 -0800
8947              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
8948              
8949              (The ord() part of the patch skipped.)
8950      Branch: perl
8951            ! doop.c
8952 ____________________________________________________________________________
8953 [  7499] By: jhi                                   on 2000/10/31  14:20:08
8954         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
8955              From: Jens Hamisch <jens@Strawberry.COM>
8956              Date: Mon, 30 Oct 2000 15:17:07 +0100
8957              Message-Id: <20001030151707.A9597@Strawberry.COM>
8958      Branch: perl
8959            ! av.c
8960 ____________________________________________________________________________
8961 [  7498] By: jhi                                   on 2000/10/31  14:16:29
8962         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
8963              From: Peter Prymmer <pvhp@forte.com>
8964              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
8965              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
8966      Branch: perl
8967            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8968            + ext/Encode/Encode/posix-bc.enc
8969            ! MANIFEST t/lib/encode.t
8970 ____________________________________________________________________________
8971 [  7497] By: jhi                                   on 2000/10/31  14:13:22
8972         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
8973              From: Peter Prymmer <pvhp@forte.com>
8974              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
8975              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
8976      Branch: perl
8977            ! t/lib/cgi-html.t
8978 ____________________________________________________________________________
8979 [  7496] By: jhi                                   on 2000/10/31  14:12:05
8980         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
8981              From: Peter Prymmer <pvhp@forte.com>
8982              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
8983              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
8984      Branch: perl
8985            ! t/lib/cgi-function.t
8986 ____________________________________________________________________________
8987 [  7495] By: jhi                                   on 2000/10/31  14:11:08
8988         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8989              From: Peter Prymmer <pvhp@forte.com>
8990              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
8991              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
8992      Branch: perl
8993            + ext/re/hints/aix.pl
8994            ! MANIFEST ext/re/Makefile.PL
8995 ____________________________________________________________________________
8996 [  7494] By: jhi                                   on 2000/10/31  14:08:32
8997         Log: Use Errno magic.
8998              
8999              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
9000              From: Casey Tweten <perl@ctweten.amsite.com>
9001              Date: Mon, 30 Oct 2000 15:51:17 -0500
9002              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
9003      Branch: perl
9004            ! lib/File/Temp.pm
9005 ____________________________________________________________________________
9006 [  7493] By: jhi                                   on 2000/10/31  14:05:07
9007         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
9008              
9009              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
9010              From: Nicholas Clark <nick@ccl4.org>
9011              Date: Mon, 30 Oct 2000 17:38:45 +0000
9012              Message-ID: <20001030173845.O60355@plum.flirble.org>
9013      Branch: perl
9014            ! Makefile.SH utils/perlbug.PL
9015 ____________________________________________________________________________
9016 [  7492] By: nick                                  on 2000/10/30  19:37:23
9017         Log: Change files which are mysteriously different to mainline to be
9018              copies of mainline.
9019      Branch: perlio
9020            ! objXSUB.h perlapi.c pod/perlapi.pod
9021 ____________________________________________________________________________
9022 [  7491] By: nick                                  on 2000/10/30  18:05:54
9023         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
9024              - typo in endian code in putc.
9025              - Don't allow read of write-only files and vice-versa
9026              - and off-by-one in flush-all loop.
9027              Remove debug calls as they were using GCC specific features.
9028      Branch: perlio
9029            ! perlio.c
9030 ____________________________________________________________________________
9031 [  7490] By: nick                                  on 2000/10/29  21:45:45
9032         Log: Integrate mainline to perlio
9033      Branch: perlio
9034           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
9035           !> toke.c
9036 ____________________________________________________________________________
9037 [  7489] By: jhi                                   on 2000/10/29  21:11:08
9038         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
9039              From: andreas.koenig@anima.de (Andreas J. Koenig)
9040              Date: 29 Oct 2000 22:05:59 +0100
9041              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
9042      Branch: perl
9043            ! lib/ExtUtils/Manifest.pm
9044 ____________________________________________________________________________
9045 [  7488] By: jhi                                   on 2000/10/29  21:07:47
9046         Log: Tests for #7487.
9047              
9048              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9049              From: andreas.koenig@anima.de (Andreas J. Koenig)
9050              Date: 29 Oct 2000 19:37:09 +0100
9051              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
9052      Branch: perl
9053            ! t/comp/proto.t
9054 ____________________________________________________________________________
9055 [  7487] By: jhi                                   on 2000/10/29  21:06:27
9056         Log: constsub spillage.
9057              
9058              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9059              From: John Tobey <jtobey@john-edwin-tobey.org>
9060              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
9061              Message-Id: <m13pvSr-000FObC@feynman.localnet>
9062      Branch: perl
9063            ! op.c
9064 ____________________________________________________________________________
9065 [  7486] By: nick                                  on 2000/10/29  21:05:04
9066         Log: Integrate mainline to perlio branch
9067      Branch: perlio
9068           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
9069           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
9070           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
9071           +> vos/install_perl.cm
9072            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
9073            - vos/config.h vos/config_h.SH_orig
9074           !> (integrate 141 files)
9075 ____________________________________________________________________________
9076 [  7485] By: jhi                                   on 2000/10/29  21:00:47
9077         Log: Make \x{...} consistently produce UTF-8.
9078              
9079              Subject: Re: \x{...} is confused 
9080              From: Simon Cozens <simon@cozens.net>
9081              Date: Sun, 29 Oct 2000 19:36:48 +0000
9082              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
9083      Branch: perl
9084            ! t/pragma/utf8.t toke.c
9085 ____________________________________________________________________________
9086 [  7484] By: nick                                  on 2000/10/29  20:05:29
9087         Log: PerlIO passes all tests.
9088      Branch: perlio
9089            ! perlio.c
9090 ____________________________________________________________________________
9091 [  7483] By: jhi                                   on 2000/10/29  18:06:55
9092         Log: Update Changes.
9093      Branch: perl
9094            ! Changes patchlevel.h
9095 ____________________________________________________________________________
9096 [  7482] By: nick                                  on 2000/10/29  17:43:28
9097         Log: Include <unistd.h> to get correct lseek() prototype etc.
9098              (I thought perl.h did that) - down to two fails
9099              - comp/require.t (last test)
9100              - lib/io_xs.t - possibly import/export of FILE * ?
9101      Branch: perlio
9102            ! perlio.c
9103 ____________________________________________________________________________
9104 [  7481] By: jhi                                   on 2000/10/29  17:02:37
9105         Log: UTF-8 decoder tweak.
9106      Branch: perl
9107            ! utf8.c
9108 ____________________________________________________________________________
9109 [  7480] By: nick                                  on 2000/10/29  16:26:11
9110         Log: Fixed two bugs:
9111              - error code not being set on close (of broken pipe)
9112              - append mode was truncating.
9113              At least one seek/tell bug remains.
9114      Branch: perlio
9115            ! perlio.c
9116 ____________________________________________________________________________
9117 [  7479] By: nick                                  on 2000/10/29  11:18:16
9118         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
9119              in case of accidents. Still several worrying fails, no line disciplines yet.
9120      Branch: perlio
9121            ! iperlsys.h perlio.c
9122 ____________________________________________________________________________
9123 [  7478] By: jhi                                   on 2000/10/29  02:04:01
9124         Log: Add also emailless people.
9125      Branch: perl
9126            ! AUTHORS
9127 ____________________________________________________________________________
9128 [  7477] By: jhi                                   on 2000/10/29  01:36:00
9129         Log: The #7476 needs a MANIFEST change, too.
9130      Branch: perl
9131            ! MANIFEST
9132 ____________________________________________________________________________
9133 [  7476] By: jhi                                   on 2000/10/29  01:35:21
9134         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
9135      Branch: perl
9136            - MAINTAIN
9137            ! AUTHORS Changes
9138 ____________________________________________________________________________
9139 [  7475] By: jhi                                   on 2000/10/28  23:57:25
9140         Log: De-quoted-unreadable to ISO Latin 1.
9141              (There's one ISO-2022-JP name in Changes5.004.)
9142      Branch: perl
9143            ! Changes Changes5.6
9144 ____________________________________________________________________________
9145 [  7474] By: jhi                                   on 2000/10/28  19:13:06
9146         Log: Subject: [ID 20001027.007] uniq array in perlfaq
9147              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
9148              Date: Fri, 27 Oct 2000 19:28:30 +0200
9149              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
9150      Branch: perl
9151            ! pod/perlfaq4.pod
9152 ____________________________________________________________________________
9153 [  7473] By: jhi                                   on 2000/10/28  18:02:05
9154         Log: Locking null mutexes is not recommendable.
9155              
9156              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
9157              From: Hugo <hv@crypt.compulink.co.uk>
9158              Date: Sat, 28 Oct 2000 18:41:12 +0100
9159              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
9160      Branch: perl
9161            ! op.c
9162 ____________________________________________________________________________
9163 [  7472] By: jhi                                   on 2000/10/28  17:52:58
9164         Log: Better create a true mailing list for the repository keepers.
9165      Branch: perl
9166            ! Porting/repository.pod
9167 ____________________________________________________________________________
9168 [  7471] By: jhi                                   on 2000/10/28  17:28:24
9169         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
9170              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
9171      Branch: perl
9172            + Porting/repository.pod
9173            ! MANIFEST
9174 ____________________________________________________________________________
9175 [  7470] By: jhi                                   on 2000/10/28  17:20:54
9176         Log: Subject: DOC PATCH 5.6.0
9177              From: mjd@plover.com
9178              Date: 27 Oct 2000 17:32:44 -0000
9179              Message-ID: <20001027173244.23754.qmail@plover.com>
9180      Branch: perl
9181            ! pod/perlfunc.pod
9182 ____________________________________________________________________________
9183 [  7469] By: jhi                                   on 2000/10/28  17:16:45
9184         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
9185              From: "Peter J. Farley III" <pjfarley@banet.net>
9186              Date: Fri, 27 Oct 2000 20:32:56 -0400
9187              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
9188      Branch: perl
9189            ! README.dos
9190 ____________________________________________________________________________
9191 [  7468] By: jhi                                   on 2000/10/28  17:07:18
9192         Log: Make target reordering to avoid pointless re-makes.
9193              
9194              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9195              From: Nicholas Clark <nick@ccl4.org>
9196              Date: Sat, 28 Oct 2000 00:31:02 +0100
9197              Message-ID: <20001028003101.A54517@plum.flirble.org>
9198      Branch: perl
9199            ! Makefile.SH
9200 ____________________________________________________________________________
9201 [  7467] By: jhi                                   on 2000/10/28  17:05:31
9202         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9203              From: lvirden@cas.org
9204              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
9205              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
9206      Branch: perl
9207            ! README.os2
9208 ____________________________________________________________________________
9209 [  7466] By: jhi                                   on 2000/10/28  16:09:16
9210         Log: Upgrade to CPAN 1.58_55.
9211              
9212              Subject: CPAN.pm status
9213              From: andreas.koenig@anima.de (Andreas J. Koenig) 
9214              Date: 28 Oct 2000 08:18:00 +0200 
9215              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
9216      Branch: perl
9217            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9218 ____________________________________________________________________________
9219 [  7465] By: jhi                                   on 2000/10/28  16:02:47
9220         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9221      Branch: perl
9222            ! embed.h embed.pl perl.h proto.h toke.c
9223 ____________________________________________________________________________
9224 [  7464] By: nick                                  on 2000/10/28  10:43:44
9225         Log: Fix for sv_2iv() on "shared" value from keys %hash.
9226      Branch: perl
9227            ! sv.c
9228 ____________________________________________________________________________
9229 [  7463] By: jhi                                   on 2000/10/27  16:18:29
9230         Log: Update Changes.
9231      Branch: perl
9232            ! Changes patchlevel.h
9233 ____________________________________________________________________________
9234 [  7462] By: jhi                                   on 2000/10/27  16:17:44
9235         Log: Too enthusiastic editing in #7460.
9236      Branch: metaconfig
9237            ! U/modified/Oldsym.U
9238      Branch: perl
9239            ! Configure config_h.SH
9240 ____________________________________________________________________________
9241 [  7461] By: jhi                                   on 2000/10/27  15:37:38
9242         Log: Retract #7459, the script needs more work.
9243      Branch: perl
9244            - mkreef
9245            ! MANIFEST
9246 ____________________________________________________________________________
9247 [  7460] By: jhi                                   on 2000/10/27  15:23:14
9248         Log: Use $sort, $uniq (and $tr) consistently as wondered
9249              by Nicholas Clark.
9250      Branch: metaconfig
9251            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
9252            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
9253            ! U/modified/libc.U
9254      Branch: perl
9255            ! Configure config_h.SH
9256 ____________________________________________________________________________
9257 [  7459] By: jhi                                   on 2000/10/27  15:02:07
9258         Log: (Retracted by #7461)
9259              
9260              Add a shell script for creating/removing symbolic link farms,
9261              useful for keeping the source code read-only and doing the
9262              builds somewhere else.
9263      Branch: perl
9264            + mkreef
9265            ! MANIFEST
9266 ____________________________________________________________________________
9267 [  7458] By: jhi                                   on 2000/10/27  14:42:20
9268         Log: Do away with the fix_pl.
9269      Branch: perl
9270            - fix_pl
9271            ! MANIFEST Makefile.SH
9272 ____________________________________________________________________________
9273 [  7457] By: jhi                                   on 2000/10/27  12:43:13
9274         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9275              From: Jens Hamisch <jens@Strawberry.COM>
9276              Date: Fri, 27 Oct 2000 14:38:21 +0200
9277              Message-Id: <20001027143821.B3366@Strawberry.COM>
9278      Branch: perl
9279            ! perl.h
9280 ____________________________________________________________________________
9281 [  7456] By: jhi                                   on 2000/10/27  12:33:42
9282         Log: Subject: [PATCH] todo
9283              From: Nicholas Clark <nick@ccl4.org>
9284              Date: Thu, 26 Oct 2000 22:32:29 +0100
9285              Message-ID: <20001026223229.A44540@plum.flirble.org>
9286      Branch: perl
9287            ! pod/perltodo.pod
9288 ____________________________________________________________________________
9289 [  7455] By: jhi                                   on 2000/10/27  12:02:21
9290         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
9291              From: John Tobey <jtobey@john-edwin-tobey.org>
9292              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
9293              Message-Id: <m13ozHF-000FObC@feynman.localnet>
9294      Branch: perl
9295            ! op.c t/pragma/sub_lval.t
9296 ____________________________________________________________________________
9297 [  7454] By: jhi                                   on 2000/10/27  11:59:42
9298         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9299              From: sthoenna@efn.org
9300              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
9301              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
9302      Branch: perl
9303            ! pp.c t/op/assignwarn.t
9304 ____________________________________________________________________________
9305 [  7453] By: jhi                                   on 2000/10/27  00:15:08
9306         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
9307      Branch: perl
9308            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9309            ! ext/Storable/Storable.xs t/lib/st-lock.t
9310 ____________________________________________________________________________
9311 [  7452] By: jhi                                   on 2000/10/26  13:05:52
9312         Log: Undo #7451, this seems to be a deficiency in Perforce,
9313              there is no per-file line-terminator type, only per-client.
9314      Branch: perl
9315            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9316            ! win32/makefile.mk
9317 ____________________________________________________________________________
9318 [  7451] By: jhi                                   on 2000/10/26  04:56:03
9319         Log: Experimenting in DOS arcana.
9320      Branch: perl
9321            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9322            ! win32/makefile.mk
9323 ____________________________________________________________________________
9324 [  7450] By: jhi                                   on 2000/10/26  04:50:52
9325         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9326              From: "Peter J. Farley III" <pjfarley@banet.net>            
9327              Date: Wed, 25 Oct 2000 23:10:18 -0400
9328              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
9329      Branch: perl
9330            ! t/io/open.t
9331 ____________________________________________________________________________
9332 [  7449] By: jhi                                   on 2000/10/26  04:49:16
9333         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
9334              From: Hugo <hv@crypt.compulink.co.uk>
9335              Date: Thu, 26 Oct 2000 01:55:17 +0100
9336              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
9337              
9338              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
9339      Branch: perl
9340            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
9341 ____________________________________________________________________________
9342 [  7448] By: jhi                                   on 2000/10/26  04:38:36
9343         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9344              From: Peter Prymmer <pvhp@forte.com>
9345              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
9346              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
9347      Branch: perl
9348            ! configure.com
9349 ____________________________________________________________________________
9350 [  7447] By: jhi                                   on 2000/10/25  23:20:02
9351         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9352              in platforms that strictly require all the symbols being present
9353              at link time.
9354      Branch: perl
9355            ! handy.h
9356 ____________________________________________________________________________
9357 [  7446] By: jhi                                   on 2000/10/25  21:55:57
9358         Log: Update Changes.
9359      Branch: perl
9360            ! Changes patchlevel.h
9361 ____________________________________________________________________________
9362 [  7445] By: jhi                                   on 2000/10/25  21:27:08
9363         Log: Integrate with vmsperl #7430 by Charles Bailey:
9364              
9365              Cleanup from prior patch (Charles Lane?):
9366              - improve handling of MFDs in Basename and Path
9367              - default to no xsubpp line # munging when building debug images
9368      Branch: perl
9369           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9370 ____________________________________________________________________________
9371 [  7444] By: jhi                                   on 2000/10/25  21:03:50
9372         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
9373              From: John Peacock <JPeacock@UnivPress.com>
9374              Date: Thu, 18 May 2000 11:55:27 -0400
9375              Message-ID: <3924126F.A58BE57A@UnivPress.com>
9376      Branch: perl
9377            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
9378            ! t/op/write.t
9379 ____________________________________________________________________________
9380 [  7443] By: jhi                                   on 2000/10/25  20:43:10
9381         Log: Temporary stopgap for the self-tying issue: for now only
9382              array and hash self-ties are verboten.  The real fix, of
9383              course, would be to comprehensively test (and implement?)
9384              and debug (and document) self-ties.
9385      Branch: perl
9386            ! pod/perldiag.pod pp_sys.c t/op/tie.t
9387 ____________________________________________________________________________
9388 [  7442] By: jhi                                   on 2000/10/25  20:14:30
9389         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
9390              From: Dan Sugalski <dan@sidhe.org>
9391              Date: Wed, 25 Oct 2000 13:36:35 -0400
9392              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
9393              
9394              plus regen global.sym.
9395      Branch: perl
9396            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
9397            ! thrdvar.h util.c
9398 ____________________________________________________________________________
9399 [  7441] By: jhi                                   on 2000/10/25  20:12:20
9400         Log: buildtoc target tweaks.
9401      Branch: perl
9402            ! pod/Makefile.SH
9403 ____________________________________________________________________________
9404 [  7440] By: jhi                                   on 2000/10/25  20:03:53
9405         Log: A new version of making the syslog test more robust.
9406              (Replaces #7421.)
9407              
9408              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9409              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9410              Date: Wed, 25 Oct 2000 12:13:54 -0400
9411              Message-ID: <20001025121354.B2264@O2.chapin.edu>
9412      Branch: perl
9413            ! t/lib/syslog.t
9414 ____________________________________________________________________________
9415 [  7439] By: jhi                                   on 2000/10/25  20:00:48
9416         Log: Continue the internal UTF-8 API tweaking.
9417              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9418              used much more than the simpler API, now called utf8_to_uv_simple().
9419              Still not quite happy with API, too much partial duplication
9420              of functionality.
9421      Branch: perl
9422            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
9423            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
9424            ! regcomp.c regexec.c sv.c toke.c utf8.c
9425 ____________________________________________________________________________
9426 [  7438] By: jhi                                   on 2000/10/25  18:52:30
9427         Log: Allow poking holes at the UTF-8 decoding strictness.
9428      Branch: perl
9429            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
9430            ! utf8.h
9431 ____________________________________________________________________________
9432 [  7437] By: jhi                                   on 2000/10/25  13:53:05
9433         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
9434              UTF8LEN() and UTF8SKIP(). 
9435      Branch: perl
9436            ! pp.c utf8.c utf8.h
9437 ____________________________________________________________________________
9438 [  7436] By: jhi                                   on 2000/10/25  13:51:37
9439         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
9440              From: Nicholas Clark <nick@ccl4.org>
9441              Date: Wed, 25 Oct 2000 14:44:05 +0100
9442              Message-ID: <20001025144404.D27253@plum.flirble.org>
9443      Branch: perl
9444            ! pod/perlrun.pod
9445 ____________________________________________________________________________
9446 [  7435] By: jhi                                   on 2000/10/25  13:49:32
9447         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9448              From: Mike Guy <mjtg@cam.ac.uk>
9449              Date: Tue, 24 Oct 2000 14:59:40 +0100
9450              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
9451      Branch: perl
9452            ! scope.c
9453 ____________________________________________________________________________
9454 [  7434] By: jhi                                   on 2000/10/25  13:48:41
9455         Log: AIX is picky about its symbol exports.  Solution for now
9456              is to include the deb.o explicitly to the re extension build.
9457              
9458              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
9459              From: Peter Prymmer <pvhp@forte.com>
9460              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
9461              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
9462      Branch: perl
9463            ! ext/re/Makefile.PL hints/aix.sh
9464 ____________________________________________________________________________
9465 [  7433] By: jhi                                   on 2000/10/25  13:46:49
9466         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9467              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9468              Date: Wed, 25 Oct 2000 12:02:20 +0200
9469              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
9470      Branch: perl
9471            ! perlsdio.h
9472 ____________________________________________________________________________
9473 [  7432] By: jhi                                   on 2000/10/25  13:44:28
9474         Log: Subject: Minor update to find2perl, for portability
9475              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9476              Date: Wed, 25 Oct 2000 12:05:47 +0100
9477              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
9478      Branch: perl
9479            ! x2p/find2perl.PL
9480 ____________________________________________________________________________
9481 [  7431] By: jhi                                   on 2000/10/25  13:40:39
9482         Log: Add targets to Makefile.SH, most importantly
9483              'regen_all' which also remembers to update vms/perly*.
9484      Branch: perl
9485            ! Makefile.SH
9486 ____________________________________________________________________________
9487 [  7430] By: bailey                                on 2000/10/25  03:13:53
9488         Log: Cleanup from prior patch (Charles Lane?):
9489              - improve handling of MFDs in Basename and Path
9490              - default to no xsubpp line # munging when building debug images
9491      Branch: vmsperl
9492            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9493 ____________________________________________________________________________
9494 [  7429] By: jhi                                   on 2000/10/24  20:03:40
9495         Log: Podify README.epoc and README.vos.
9496      Branch: perl
9497            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
9498            ! pod/perlport.pod pod/perltoc.pod
9499 ____________________________________________________________________________
9500 [  7428] By: jhi                                   on 2000/10/24  19:10:33
9501         Log: Stratus VOS updates from Paul Green.
9502      Branch: perl
9503            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9504            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9505            - vos/config.def vos/config.h vos/config_h.SH_orig
9506            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
9507            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
9508 ____________________________________________________________________________
9509 [  7427] By: jhi                                   on 2000/10/24  18:59:48
9510         Log: Check if stdio supports tweaking lval and cnt simultaneously.
9511              
9512              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9513              From: Nicholas Clark <nick@ccl4.org>
9514              Date: Mon, 23 Oct 2000 15:39:32 +0100
9515              Message-ID: <20001023153932.A10786@plum.flirble.org>
9516      Branch: metaconfig
9517            ! U/compline/d_stdstdio.U
9518      Branch: perl
9519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9520            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
9521            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
9522            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
9523            ! vos/config.h vos/config_h.SH_orig win32/config.bc
9524            ! win32/config.gc win32/config.vc
9525 ____________________________________________________________________________
9526 [  7426] By: jhi                                   on 2000/10/24  17:57:44
9527         Log: Missed the header file changes from #7425.
9528      Branch: perl
9529            ! embed.h embed.pl objXSUB.h proto.h
9530 ____________________________________________________________________________
9531 [  7425] By: jhi                                   on 2000/10/24  17:55:17
9532         Log: Fix the bug reported in
9533              
9534              From: andreas.koenig@anima.de (Andreas J. Koenig)
9535              Subject: Encode bug?
9536              Date: 24 Oct 2000 14:01:26 +0200 
9537              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
9538              
9539              Also make is_utf8_char() stricter.
9540      Branch: perl
9541            ! ext/Encode/Encode.xs utf8.c
9542 ____________________________________________________________________________
9543 [  7424] By: jhi                                   on 2000/10/24  15:15:39
9544         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9545              From: Peter Scott <Peter@PSDT.com>
9546              Date: Mon, 23 Oct 2000 19:46:01 -0700
9547              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
9548      Branch: perl
9549            ! pod/perlfaq5.pod
9550 ____________________________________________________________________________
9551 [  7423] By: jhi                                   on 2000/10/24  14:25:30
9552         Log: Test tweak to avoid pulling in the whole Config.
9553      Branch: perl
9554            ! t/lib/st-lock.t
9555 ____________________________________________________________________________
9556 [  7422] By: jhi                                   on 2000/10/24  14:03:16
9557         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
9558      Branch: perl
9559            ! pp.c
9560 ____________________________________________________________________________
9561 [  7421] By: jhi                                   on 2000/10/24  13:32:09
9562         Log: (Replaced by #7440.)
9563              
9564              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9565              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9566              Date: Mon, 23 Oct 2000 16:40:54 -0400
9567              Message-ID: <20001023164054.B14491@O2.chapin.edu>
9568      Branch: perl
9569            ! t/lib/syslog.t
9570 ____________________________________________________________________________
9571 [  7420] By: jhi                                   on 2000/10/24  13:30:53
9572         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
9573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9574              Date: Mon, 23 Oct 2000 17:29:03 -0400
9575              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
9576      Branch: perl
9577            ! lib/ExtUtils/MM_Unix.pm
9578 ____________________________________________________________________________
9579 [  7419] By: jhi                                   on 2000/10/24  13:29:57
9580         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9582              Date: Mon, 23 Oct 2000 19:01:32 -0400
9583              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
9584      Branch: perl
9585            ! utils/h2xs.PL
9586 ____________________________________________________________________________
9587 [  7418] By: jhi                                   on 2000/10/24  13:26:04
9588         Log: Replace #7409 with
9589              
9590              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
9591              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9592              Date: Mon, 23 Oct 2000 20:08:56 +0200
9593              Message-ID: <20001023200855.A14850@nice.ram.loc>
9594      Branch: perl
9595            ! ext/Storable/Storable.pm t/lib/st-lock.t
9596 ____________________________________________________________________________
9597 [  7417] By: jhi                                   on 2000/10/24  13:17:52
9598         Log: Run vms/vms_yfix.pl, should have done that after changing
9599              perly.c in #7382.
9600      Branch: perl
9601            ! vms/perly_c.vms vms/perly_h.vms
9602 ____________________________________________________________________________
9603 [  7416] By: jhi                                   on 2000/10/24  02:55:33
9604         Log: Make the UTF-8 decoding stricter and more verbose when
9605              malformation happens.  This involved adding an argument
9606              to utf8_to_uv_chk(), which involved changing its prototype,
9607              and prefer STRLEN over I32 for the UTF-8 length, which as
9608              a domino effect necessitated changing the prototypes of
9609              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
9610              The stricter UTF-8 decoding checking uses Markus Kuhn's
9611              UTF-8 Decode Stress Tester from
9612              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
9613      Branch: perl
9614            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
9615            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
9616            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
9617            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
9618 ____________________________________________________________________________
9619 [  7415] By: jhi                                   on 2000/10/23  14:06:06
9620         Log: Update Changes.
9621      Branch: perl
9622            ! Changes patchlevel.h
9623 ____________________________________________________________________________
9624 [  7414] By: jhi                                   on 2000/10/23  12:39:52
9625         Log: Undo the basename() part of #7412 since the lib/basename
9626              tests would need upgrading too.
9627      Branch: perl
9628            ! lib/File/Basename.pm
9629 ____________________________________________________________________________
9630 [  7413] By: jhi                                   on 2000/10/23  12:19:27
9631         Log: Document PERL_INSTALL_ROOT of #7210.
9632      Branch: perl
9633            ! lib/ExtUtils/Install.pm
9634 ____________________________________________________________________________
9635 [  7412] By: jhi                                   on 2000/10/23  12:16:47
9636         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
9637      Branch: perl
9638            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
9639            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
9640 ____________________________________________________________________________
9641 [  7411] By: jhi                                   on 2000/10/23  12:07:41
9642         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
9643              From: Prymmer/Kahn <pvhp@best.com>
9644              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
9645              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
9646      Branch: perl
9647            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
9648 ____________________________________________________________________________
9649 [  7410] By: jhi                                   on 2000/10/23  04:10:11
9650         Log: The change #7187 was not so good on VMS.
9651              
9652              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
9653              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9654              Date: Sun, 22 Oct 2000 23:03:08 -0500
9655              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
9656      Branch: perl
9657            ! utils/perldoc.PL
9658 ____________________________________________________________________________
9659 [  7409] By: jhi                                   on 2000/10/23  03:57:36
9660         Log: Avoid Storable locking on DJGPP for now.
9661              
9662              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
9663              From: "Peter J. Farley III" <pjfarley@banet.net>
9664              Date: Sun, 22 Oct 2000 20:00:00 -0400
9665              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
9666      Branch: perl
9667            ! ext/Storable/Storable.pm t/lib/st-lock.t
9668 ____________________________________________________________________________
9669 [  7408] By: jhi                                   on 2000/10/23  03:50:24
9670         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
9671              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9672              Date: Sun, 22 Oct 2000 21:12:22 -0400
9673              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
9674      Branch: perl
9675            ! lib/vars.pm
9676 ____________________________________________________________________________
9677 [  7407] By: jhi                                   on 2000/10/23  03:43:12
9678         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
9679              From: Hugo <hv@crypt.compulink.co.uk>
9680              Date: Mon, 23 Oct 2000 00:47:22 +0100
9681              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
9682      Branch: perl
9683            ! regexec.c t/op/pat.t
9684 ____________________________________________________________________________
9685 [  7406] By: jhi                                   on 2000/10/23  03:40:29
9686         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
9687      Branch: perl
9688            ! lib/ExtUtils/MakeMaker.pm
9689 ____________________________________________________________________________
9690 [  7405] By: jhi                                   on 2000/10/22  21:32:00
9691         Log: Doc patch.
9692              
9693              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
9694              From: rspier@pobox.com (Robert Spier)
9695              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
9696              Message-ID: <14835.16112.13457.447971@rls.cx>
9697      Branch: perl
9698            ! lib/strict.pm
9699 ____________________________________________________________________________
9700 [  7404] By: jhi                                   on 2000/10/22  21:30:51
9701         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
9702              From: rspier@pobox.com (Robert Spier)
9703              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
9704              Message-ID: <14835.17223.72448.705566@rls.cx>
9705      Branch: perl
9706            ! lib/ExtUtils/MakeMaker.pm
9707 ____________________________________________________________________________
9708 [  7403] By: jhi                                   on 2000/10/22  21:24:11
9709         Log: Subject: [PATCH bleadperl] ripples from constsub patch
9710              From: John Tobey <jtobey@john-edwin-tobey.org>
9711              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
9712              Message-Id: <m13nSOB-000FObC@feynman.localnet>
9713      Branch: perl
9714            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
9715 ____________________________________________________________________________
9716 [  7402] By: jhi                                   on 2000/10/22  20:59:35
9717         Log: Support s?printf parameter reordering.
9718      Branch: perl
9719            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
9720 ____________________________________________________________________________
9721 [  7401] By: jhi                                   on 2000/10/22  19:19:14
9722         Log: Expand %Config variables only if explicitly so requested
9723              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
9724              
9725              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9726              From: Gurusamy Sarathy <gsar@ActiveState.com>
9727              Date: Sun, 22 Oct 2000 11:47:32 -0700
9728              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
9729      Branch: perl
9730            ! Makefile.SH lib/lib_pm.PL
9731 ____________________________________________________________________________
9732 [  7400] By: jhi                                   on 2000/10/22  18:24:10
9733         Log: Move the #7390 test from warn/op to comp/redef.
9734              
9735              Subject: Re: Creating const subs for constants.
9736              From: John Tobey <jtobey@john-edwin-tobey.org>
9737              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
9738              Message-Id: <m13nG72-000FObC@feynman.localnet>               
9739      Branch: perl
9740            ! t/comp/redef.t t/pragma/warn/op
9741 ____________________________________________________________________________
9742 [  7399] By: jhi                                   on 2000/10/22  17:49:59
9743         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9744              From: Nicholas Clark <nick@ccl4.org>
9745              Date: Sat, 21 Oct 2000 22:23:19 +0100
9746              Message-ID: <20001021222319.B45586@plum.flirble.org>
9747      Branch: perl
9748            ! ext/DynaLoader/DynaLoader_pm.PL
9749 ____________________________________________________________________________
9750 [  7398] By: jhi                                   on 2000/10/22  17:47:35
9751         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
9752              From: Hugo <hv@crypt.compulink.co.uk>
9753              Date: Sat, 21 Oct 2000 18:19:59 +0100
9754              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
9755      Branch: perl
9756            ! ext/B/B.pm ext/B/B/C.pm
9757 ____________________________________________________________________________
9758 [  7397] By: jhi                                   on 2000/10/22  17:35:18
9759         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
9760              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9761              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
9762              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
9763      Branch: perl
9764            ! hints/openbsd.sh
9765 ____________________________________________________________________________
9766 [  7396] By: jhi                                   on 2000/10/22  17:19:46
9767         Log: Subject: installman go-faster stripes
9768              From: Nicholas Clark <nick@talking.bollo.cx>
9769              Date: Sat, 21 Oct 2000 17:24:53 +0100
9770              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
9771              
9772              Subject: Re: installman go-faster stripes
9773              From: Russ Allbery <rra@stanford.edu>
9774              Date: 21 Oct 2000 11:04:13 -0700
9775              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
9776      Branch: perl
9777            ! installman pod/pod2man.PL
9778 ____________________________________________________________________________
9779 [  7395] By: jhi                                   on 2000/10/22  17:17:35
9780         Log: Hints tweak from Anton Berezin.
9781      Branch: perl
9782            ! hints/freebsd.sh
9783 ____________________________________________________________________________
9784 [  7394] By: jhi                                   on 2000/10/22  04:50:04
9785         Log: Tweak the Is* definitions of Unicode character classes
9786              to better match the official categorizations; embrace
9787              the official categorizations; add the combining marks
9788              as alpha (and -numeric); fix DCinital (a typo and edito)
9789              to be DCmedial.
9790      Branch: perl
9791            + lib/unicode/Is/DCmedial.pl
9792            - lib/unicode/Is/DCinital.pl
9793            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9794            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
9795            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
9796            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9797 ____________________________________________________________________________
9798 [  7393] By: jhi                                   on 2000/10/21  18:06:05
9799         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
9800              From: Daniel Chetlin <daniel@chetlin.com>
9801              Date: Sat, 21 Oct 2000 02:57:03 -0700
9802              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
9803      Branch: perl
9804            + t/lib/tie-splice.t
9805            ! MANIFEST lib/Tie/Array.pm
9806 ____________________________________________________________________________
9807 [  7392] By: gsar                                  on 2000/10/21  18:05:15
9808         Log: resync utfperl branch with mainline
9809      Branch: utfperl
9810           !> (integrate 1760 files)
9811 ____________________________________________________________________________
9812 [  7391] By: jhi                                   on 2000/10/21  14:37:49
9813         Log: Testcases for a #7383,#7385 related bug.
9814              
9815              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
9816              From: Nicholas Clark <nick@ccl4.org>
9817              Date: Sat, 21 Oct 2000 15:04:51 +0100
9818              Message-ID: <20001021150451.A51566@plum.flirble.org>
9819      Branch: perl
9820            ! t/pragma/utf8.t
9821 ____________________________________________________________________________
9822 [  7390] By: jhi                                   on 2000/10/21  14:35:57
9823         Log: Add a testcase for #7389.
9824      Branch: perl
9825            ! t/pragma/warn/op
9826 ____________________________________________________________________________
9827 [  7389] By: jhi                                   on 2000/10/21  14:26:45
9828         Log: Subject: Re: Creating const subs for constants.
9829              From: John Tobey <jtobey@john-edwin-tobey.org>
9830              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
9831              Message-Id: <m13mo0N-000FObC@feynman.localnet>
9832      Branch: perl
9833            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
9834            ! proto.h sv.c
9835 ____________________________________________________________________________
9836 [  7388] By: nick                                  on 2000/10/21  11:44:23
9837         Log: Populate perlio branch
9838      Branch: perlio
9839           +> (branch 1760 files)
9840 ____________________________________________________________________________
9841 [  7387] By: nick                                  on 2000/10/21  10:52:05
9842         Log: Get branch back as replica of mainline via :
9843              p4 integrate -b utfperl
9844              p4 resolve -at ./...
9845      Branch: utfperl
9846           +> (branch 269 files)
9847            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
9848            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
9849            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
9850            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
9851            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
9852            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9853            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9854            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9855            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9856            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9857            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9858            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9859            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9860            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9861            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9862            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9863            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9864            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9865            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
9866            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
9867            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
9868            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
9869            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
9870            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
9871            - lib/unicode/UCD300.html lib/unicode/Unicode.300
9872            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
9873            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
9874            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
9875            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
9876           !> (integrate 965 files)
9877 ____________________________________________________________________________
9878 [  7386] By: jhi                                   on 2000/10/21  01:31:12
9879         Log: Update Changes.
9880      Branch: perl
9881            ! Changes patchlevel.h
9882 ____________________________________________________________________________
9883 [  7385] By: jhi                                   on 2000/10/21  01:28:42
9884         Log: The #7383 was right only in the context of the original bug report,
9885              not in more general case.
9886      Branch: perl
9887            ! pp_hot.c
9888 ____________________________________________________________________________
9889 [  7384] By: jhi                                   on 2000/10/21  01:08:23
9890         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
9891      Branch: perl
9892            ! ext/IO/lib/IO/Select.pm
9893 ____________________________________________________________________________
9894 [  7383] By: jhi                                   on 2000/10/21  00:44:18
9895         Log: Fix for ID 20001020.006, concatenating an unset submatch
9896              with utf8 resulted in "Modification of a read-only value".
9897      Branch: perl
9898            ! pp_hot.c t/pragma/utf8.t
9899 ____________________________________________________________________________
9900 [  7382] By: jhi                                   on 2000/10/20  20:44:31
9901         Log: Make scan_num() reëntrant, as suggested in
9902              
9903              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9904              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9905              Date: Fri, 20 Oct 2000 14:17:27 +0100
9906              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9907      Branch: perl
9908            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
9909            ! toke.c
9910 ____________________________________________________________________________
9911 [  7381] By: jhi                                   on 2000/10/20  20:07:29
9912         Log: Reëntrancy fix.
9913              
9914              Subject: [PATCH perl@7229] Rentrant parser and yylex()
9915              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9916              Date: Fri, 20 Oct 2000 14:17:27 +0100
9917              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
9918      Branch: perl
9919            ! embed.h embed.pl perl.h proto.h toke.c
9920 ____________________________________________________________________________
9921 [  7380] By: jhi                                   on 2000/10/20  19:15:54
9922         Log: Don't write double values through long double pointers,
9923              based on a part of
9924              
9925              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9926              From: Jens Hamisch <jens@Strawberry.COM>
9927              Date: Tue, 17 Oct 2000 08:39:36 +0200
9928              Message-Id: <20001017083936.A11104@Strawberry.COM>
9929      Branch: perl
9930            ! perl.h pp.c
9931 ____________________________________________________________________________
9932 [  7379] By: jhi                                   on 2000/10/20  18:43:37
9933         Log: Portability tweak on #7377.
9934              
9935              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
9936              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9937              Date:     Fri, 20 Oct 2000 13:13:41 EDT
9938              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
9939      Branch: perl
9940            ! t/lib/dprof.t
9941 ____________________________________________________________________________
9942 [  7378] By: jhi                                   on 2000/10/20  12:57:19
9943         Log: SOCKS function redefinitions need prototypes, too, otherwise
9944              for example 32 bit versus 64 bit differences cause a lot of
9945              problems.  Part of
9946              
9947              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
9948              From: Jens Hamisch <jens@Strawberry.COM>
9949              Date: Tue, 17 Oct 2000 08:39:36 +0200
9950              Message-Id: <20001017083936.A11104@Strawberry.COM>
9951      Branch: perl
9952            ! doio.c pp_sys.c
9953 ____________________________________________________________________________
9954 [  7377] By: jhi                                   on 2000/10/20  12:37:12
9955         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
9956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9957              Date:     Fri, 20 Oct 2000 08:26:04 EDT
9958              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
9959      Branch: perl
9960            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
9961 ____________________________________________________________________________
9962 [  7376] By: jhi                                   on 2000/10/20  12:35:31
9963         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
9964              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9965              Date:     Fri, 20 Oct 2000 07:48:15 EDT
9966              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
9967      Branch: perl
9968            ! configure.com vms/gen_shrfls.pl
9969 ____________________________________________________________________________
9970 [  7375] By: bailey                                on 2000/10/20  04:44:37
9971         Log: SYN SYN
9972      Branch: vmsperl
9973           +> (branch 134 files)
9974            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
9975            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9976            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9977            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
9978            - eg/cgi/frameset.cgi eg/cgi/index.html
9979            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9980            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9981            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9982            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
9983            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
9984            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
9985            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
9986            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
9987            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
9988            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
9989            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
9990            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
9991            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
9992            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
9993            - lib/unicode/Props.txt lib/unicode/UCD300.html
9994            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9995            - utils/perlbc.PL vms/subconfigure.com
9996           !> (integrate 785 files)
9997 ____________________________________________________________________________
9998 [  7374] By: jhi                                   on 2000/10/20  00:59:48
9999         Log: In the latest compiler builds cccdlflags must not become -fpic,
10000              from Wilfredo Sánchez.
10001      Branch: perl
10002            ! hints/darwin.sh
10003 ____________________________________________________________________________
10004 [  7373] By: jhi                                   on 2000/10/20  00:56:35
10005         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
10006              From: Tony Cook <tony@develop-help.com>
10007              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
10008              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
10009      Branch: perl
10010            ! pod/perlop.pod
10011 ____________________________________________________________________________
10012 [  7372] By: jhi                                   on 2000/10/19  19:34:40
10013         Log: Typo noted by Mark Lutz.
10014      Branch: perl
10015            ! t/op/64bitint.t
10016 ____________________________________________________________________________
10017 [  7371] By: jhi                                   on 2000/10/19  19:33:13
10018         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
10019      Branch: metaconfig
10020            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10021      Branch: metaconfig/U/perl
10022            ! End.U dlsrc.U libperl.U
10023      Branch: perl
10024            + hints/nonstopux.sh
10025            ! Configure MANIFEST config_h.SH
10026 ____________________________________________________________________________
10027 [  7370] By: jhi                                   on 2000/10/19  17:18:08
10028         Log: Subject: PATCH do_print has 2 PerlIO_error()s
10029              From: nick@ccl4.org
10030              Date: Thu, 19 Oct 2000 18:09:20 +0100
10031              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
10032      Branch: perl
10033            ! doio.c
10034 ____________________________________________________________________________
10035 [  7369] By: jhi                                   on 2000/10/19  14:01:49
10036         Log: Update Changes.
10037      Branch: perl
10038            ! Changes patchlevel.h
10039 ____________________________________________________________________________
10040 [  7368] By: jhi                                   on 2000/10/19  13:04:29
10041         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
10042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10043              Date: Wed, 18 Oct 2000 13:12:01 +0200
10044              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
10045      Branch: perl
10046            ! hints/aix.sh
10047 ____________________________________________________________________________
10048 [  7367] By: jhi                                   on 2000/10/19  02:22:40
10049         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
10050              of a 'pmshort' anywhere in the B, so the offending line was simply
10051              removed.
10052      Branch: perl
10053            ! ext/B/B/Debug.pm
10054 ____________________________________________________________________________
10055 [  7366] By: jhi                                   on 2000/10/19  02:12:37
10056         Log: Add the test case for the bug id 20000730.004 which seems
10057              to have been fixed by now.
10058      Branch: perl
10059            ! t/pragma/utf8.t
10060 ____________________________________________________________________________
10061 [  7365] By: jhi                                   on 2000/10/18  23:36:24
10062         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
10063              From: Hugo <hv@crypt.compulink.co.uk>
10064              Date: Wed, 18 Oct 2000 23:25:58 +0100
10065              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
10066      Branch: perl
10067            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
10068 ____________________________________________________________________________
10069 [  7364] By: jhi                                   on 2000/10/18  21:12:53
10070         Log: (retracted)
10071      Branch: perl
10072            ! pp.c
10073 ____________________________________________________________________________
10074 [  7363] By: jhi                                   on 2000/10/18  20:55:38
10075         Log: Missing change from #7362.
10076      Branch: perl
10077            ! win32/perlhost.h
10078 ____________________________________________________________________________
10079 [  7362] By: jhi                                   on 2000/10/18  20:52:01
10080         Log: Borland C fstat() never saw the fd as writable.
10081              
10082              Subject: fix for Borland's weak "stat" (perl@7211)
10083              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10084              Date: Mon, 16 Oct 2000 09:55:03 +0400
10085              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
10086      Branch: perl
10087            ! win32/win32.c
10088 ____________________________________________________________________________
10089 [  7361] By: jhi                                   on 2000/10/18  17:43:50
10090         Log: Regen toc.
10091      Branch: perl
10092            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10093 ____________________________________________________________________________
10094 [  7360] By: jhi                                   on 2000/10/18  17:07:44
10095         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10096              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
10097              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
10098              Date: Mon, 16 Oct 2000 15:19:49 +0200
10099      Branch: perl
10100            + README.aix
10101            ! MANIFEST
10102 ____________________________________________________________________________
10103 [  7359] By: jhi                                   on 2000/10/18  17:04:49
10104         Log: Subject: Pod patch for Devel::Peek
10105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10106              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
10107              Date: Mon, 16 Oct 2000 12:26:34 +0200
10108      Branch: perl
10109            ! ext/Devel/Peek/Peek.pm
10110 ____________________________________________________________________________
10111 [  7358] By: jhi                                   on 2000/10/18  17:03:15
10112         Log: Make Cwd more bulletproof in chrooted environments.
10113              
10114              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
10115              From: "Eric E. Coe" <Eric.Coe@oracle.com>
10116              Date: Wed, 18 Oct 2000 04:03:54 -0400
10117              Message-Id: <39ED596A.70E599FE@oracle.com>
10118      Branch: perl
10119            ! lib/Cwd.pm
10120 ____________________________________________________________________________
10121 [  7357] By: jhi                                   on 2000/10/18  16:37:26
10122         Log: Disable the UTF8 downgrade croakage for now to avoid
10123              too many not okay messages.
10124      Branch: perl
10125            ! doio.c
10126 ____________________________________________________________________________
10127 [  7356] By: jhi                                   on 2000/10/17  23:29:41
10128         Log: Show the failed remote port, instead of the failing line number.
10129              
10130              Subject: [PATCH 5.6.1 Debugger] More diagnostics
10131              From: David Sparks <daves@ActiveState.com>
10132              Date: Tue, 17 Oct 2000 15:00:24 -0700
10133              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
10134      Branch: perl
10135            ! lib/perl5db.pl
10136 ____________________________________________________________________________
10137 [  7355] By: jhi                                   on 2000/10/17  14:11:31
10138         Log: On output try to downgrade to bytes, croak if impossible,
10139              from Simon Cozens.  This means that outputting >255 UTF8
10140              is impossible.  Consider this as a strong incentive to get
10141              the I/O disciplines implemented.
10142      Branch: perl
10143            ! doio.c pod/perldiag.pod sv.c
10144 ____________________________________________________________________________
10145 [  7354] By: jhi                                   on 2000/10/17  13:42:23
10146         Log: Clarify documentation on 'use bytes'.
10147              
10148              Subject: Re: What does 'use bytes' "mean" ?
10149              From: Simon Cozens <simon@cozens.net>
10150              Date: Mon, 18 Sep 2000 18:24:25 +0100
10151              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
10152      Branch: perl
10153            ! lib/bytes.pm
10154 ____________________________________________________________________________
10155 [  7353] By: jhi                                   on 2000/10/17  13:28:12
10156         Log: Workaround for a sfio bug where the stream error indicator
10157              is not cleared as documented.
10158              
10159              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10160              From: Nicholas Clark <nick@ccl4.org>
10161              Date: Mon, 16 Oct 2000 18:28:23 +0100
10162              Message-ID: <20001016182823.J19700@plum.flirble.org>
10163      Branch: perl
10164            ! doio.c
10165 ____________________________________________________________________________
10166 [  7352] By: jhi                                   on 2000/10/17  13:06:19
10167         Log: More IoTYPE sprinkling.
10168      Branch: perl
10169            ! doio.c pp_hot.c
10170 ____________________________________________________________________________
10171 [  7351] By: jhi                                   on 2000/10/16  22:47:07
10172         Log: Detect early whether the std streams have gone bad.
10173              
10174              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10175              Date: Mon, 16 Oct 2000 23:28:42 +0100
10176              From: Nicholas Clark <nick@ccl4.org>
10177              Message-ID: <20001016232842.A37942@plum.flirble.org>
10178      Branch: perl
10179            ! t/op/misc.t
10180 ____________________________________________________________________________
10181 [  7350] By: jhi                                   on 2000/10/16  22:45:16
10182         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
10183              From: "Peter J. Farley III" <pjfarley@banet.net>
10184              Date: Mon, 16 Oct 2000 18:15:59 -0400
10185              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
10186      Branch: perl
10187            ! djgpp/djgpp.c dosish.h t/io/open.t
10188 ____________________________________________________________________________
10189 [  7349] By: jhi                                   on 2000/10/16  22:36:45
10190         Log: perldelta tweak.
10191      Branch: perl
10192            ! pod/perldelta.pod
10193 ____________________________________________________________________________
10194 [  7348] By: jhi                                   on 2000/10/16  15:17:53
10195         Log: Update Changes.
10196      Branch: perl
10197            ! Changes patchlevel.h
10198 ____________________________________________________________________________
10199 [  7347] By: jhi                                   on 2000/10/16  13:55:27
10200         Log: Add the capability to include/exclude branches.
10201      Branch: perl
10202            ! Porting/genlog
10203 ____________________________________________________________________________
10204 [  7346] By: jhi                                   on 2000/10/16  13:18:04
10205         Log: Add Charles Lane.
10206      Branch: perl
10207            ! AUTHORS Changes
10208 ____________________________________________________________________________
10209 [  7345] By: jhi                                   on 2000/10/16  13:13:21
10210         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
10211      Branch: perl
10212            ! pod/perldelta.pod
10213 ____________________________________________________________________________
10214 [  7344] By: gsar                                  on 2000/10/16  09:30:21
10215         Log: integrate change#6220 from cfgperl
10216              
10217              Win32 patches from Benjamin Stuhl.
10218      Branch: maint-5.6/perl
10219           !> makedef.pl win32/win32.h
10220 ____________________________________________________________________________
10221 [  7343] By: gsar                                  on 2000/10/16  08:32:19
10222         Log: integrate changes#6221,6222 from cfgperl
10223              
10224              Remove tr///CU (the feature is to be obsoleted by better interfaces).
10225              From: simon@brecon.co.uk (Simon Cozens)
10226              Subject: [PATCH] Eliminate tr///[CU][CU]
10227              Date: 23 Jun 2000 11:05:40 GMT
10228              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
10229              
10230              doc typo fix
10231              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
10232              From: Ian Phillipps <Ian.Phillipps@iname.com>
10233              Date: Fri, 23 Jun 2000 10:40:58 +0100
10234              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
10235      Branch: maint-5.6/perl
10236           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
10237 ____________________________________________________________________________
10238 [  7342] By: gsar                                  on 2000/10/16  08:28:08
10239         Log: integrate change#6217 from cfgperl (in part)
10240              
10241              Rename the fdpid locking and integrate with Sarathy.
10242      Branch: maint-5.6/perl
10243           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
10244           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
10245           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
10246           !> win32/win32.c
10247 ____________________________________________________________________________
10248 [  7341] By: gsar                                  on 2000/10/16  08:23:39
10249         Log: integrate changes#6214..6216 from mainline
10250              
10251              @_ can't have junk in it even in the non-USE_ITHREADS case because
10252              caller() wants to populate @DB::args with it (causes a coredump
10253              in Carp::confess())
10254              
10255              tweak comment about @DB::args
10256              
10257              be more optimal about clearing @_
10258      Branch: maint-5.6/perl
10259           !> av.h cop.h pp_ctl.c t/op/runlevel.t
10260 ____________________________________________________________________________
10261 [  7340] By: gsar                                  on 2000/10/16  08:20:37
10262         Log: integrate changes#6207..6210 from cfgperl
10263              
10264              Subject: [PATCH 5.6.0] Threadsafe patches
10265              From: Dan Sugalski <dan@sidhe.org>
10266              To: perl5-porters@perl.org
10267              Date: Mon, 08 May 2000 18:08:13 -0400
10268              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
10269              
10270              Regen headers for #6207.
10271              
10272              Lock PL_fdpid against race conditions, based on:
10273              Subject: [PATCH 5.6.0]subprocess fixup for threads
10274              From: Dan Sugalski <dan@sidhe.org>
10275              To: perl5-porters@perl.org
10276              Date: Tue, 11 Apr 2000 17:02:32 -0400
10277              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
10278              
10279              Mopup for #6207 and #6209.
10280      Branch: maint-5.6/perl
10281           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
10282           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
10283           !> win32/win32.c
10284 ____________________________________________________________________________
10285 [  7339] By: gsar                                  on 2000/10/16  08:14:34
10286         Log: integrate change#6203 from cfgperl
10287              
10288              perldiag should refer to perlos2.pod not README.os2
10289      Branch: maint-5.6/perl
10290           !> pod/perldiag.pod
10291 ____________________________________________________________________________
10292 [  7338] By: gsar                                  on 2000/10/16  08:11:42
10293         Log: integrate change#6201 from mainline
10294              
10295              Perl_eval_pv() leaks 4 bytes every time it is called because it
10296              does a PUSHMARK that's never ever POPMARKed; in general, only
10297              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
10298              Perl_eval_[sp]v() don't because they don't take any incoming
10299              arguments (this leak has been around since the original version
10300              of perl_eval_pv() in 5.003_97e)
10301      Branch: maint-5.6/perl
10302           !> perl.c
10303 ____________________________________________________________________________
10304 [  7337] By: gsar                                  on 2000/10/16  08:08:47
10305         Log: integrate changes#6197..6200 from cfgperl
10306              
10307              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
10308              From: John Borwick <jhborwic@unity.ncsu.edu>
10309              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
10310              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
10311              
10312              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
10313              From: Dan Sugalski <dan@sidhe.org>
10314              To: vmsperl@perl.org, perl5-porters@perl.org
10315              Date: Fri, 02 Jun 2000 16:00:41 -0400
10316              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
10317              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
10318              
10319              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
10320              From: Dan Sugalski <dan@sidhe.org>
10321              To: perl5-porters@perl.org, vmsperl@perl.org
10322              Date: Fri, 02 Jun 2000 17:30:51 -0400
10323              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
10324              
10325              Update to cperl-mode.el 4.31 from
10326              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
10327              Subject: A couple of notes
10328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10329              To: Mailing list Perl5 <perl5-porters@perl.org>
10330              Date: Sat, 3 Jun 2000 23:33:32 -0400
10331              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
10332      Branch: maint-5.6/perl
10333           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
10334           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
10335           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
10336           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
10337           !> vms/vmsish.h
10338 ____________________________________________________________________________
10339 [  7336] By: gsar                                  on 2000/10/16  08:03:46
10340         Log: integrate changes#6194,6195 from mainline
10341              
10342              fix small eval"" memory leaks under USE_ITHREADS
10343              
10344              fix yet another eval"" leak under USE_ITHREADS
10345      Branch: maint-5.6/perl
10346           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
10347           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
10348           !> vms/perly_c.vms
10349 ____________________________________________________________________________
10350 [  7335] By: gsar                                  on 2000/10/16  08:02:15
10351         Log: integrate changes#6190,6191 from mainline
10352              
10353              submit missing embed.pl change
10354              
10355              vec() loses numericalness (modified version of patch suggested
10356              by Robin Barker)
10357      Branch: maint-5.6/perl
10358           !> doop.c embed.pl t/op/vec.t
10359 ____________________________________________________________________________
10360 [  7334] By: gsar                                  on 2000/10/16  08:01:03
10361         Log: integrate change#6189 from mainline
10362              
10363              counting tr/// corrupts later operation (from M.J.T Guy)
10364      Branch: maint-5.6/perl
10365           !> doop.c t/op/tr.t
10366 ____________________________________________________________________________
10367 [  7333] By: gsar                                  on 2000/10/16  07:59:07
10368         Log: integrate changes#6183..6188 from mainline
10369              
10370              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10371              <nick@ccl4.org>)
10372              
10373              tweak for change#6127
10374              
10375              remove incorrect documentation about implicit split to @_ in
10376              list context, which never really worked in perl 5 (from
10377              M.J.T. Guy)
10378              
10379              further qualify references to "alphanumeric" (from Wolfgang Laun
10380              <wolfgang.laun@alcatel.at>)
10381              
10382              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
10383              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10384              
10385              h2xs tweaks
10386      Branch: maint-5.6/perl
10387           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
10388           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
10389           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
10390           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
10391           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
10392           !> pod/pod2latex.PL utils/h2xs.PL
10393 ____________________________________________________________________________
10394 [  7332] By: gsar                                  on 2000/10/16  07:53:52
10395         Log: integrate change#6179 from mainline
10396              
10397              buggy modulus on UVs introduced by change#3378 (resulted in
10398              4063328477 % 65535 amounting to 27406, instead of 27407)
10399      Branch: maint-5.6/perl
10400           !> pp.c t/op/arith.t
10401 ____________________________________________________________________________
10402 [  7331] By: gsar                                  on 2000/10/16  07:52:49
10403         Log: integrate changes#6176,6177,6178,6182 from cfgperl
10404              
10405              Single-quoted utf8 patch from Simon Cozens.
10406              
10407              Substitution utf8 patch from Simon Cozens.
10408              
10409              Be cleaner.
10410              
10411              Be Cleaner Part Deux.
10412      Branch: maint-5.6/perl
10413           !> Makefile.SH pp_hot.c toke.c
10414 ____________________________________________________________________________
10415 [  7330] By: gsar                                  on 2000/10/16  07:41:36
10416         Log: integrate change#6172 from mainline
10417              
10418              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
10419              (from Ilya Zakharevich)
10420      Branch: maint-5.6/perl
10421           !> regexec.c t/op/re_tests
10422 ____________________________________________________________________________
10423 [  7329] By: gsar                                  on 2000/10/16  07:40:25
10424         Log: integrate change#6171 from mainline
10425              
10426              scalar() doesn't force scalar context when used in void context
10427              (from Simon Cozens)
10428      Branch: maint-5.6/perl
10429           !> op.c t/op/wantarray.t
10430 ____________________________________________________________________________
10431 [  7328] By: gsar                                  on 2000/10/16  07:39:33
10432         Log: integrate change#6170 from mainline
10433              
10434              change#6142 needs tweaks to tests to work where there's no
10435              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10436      Branch: maint-5.6/perl
10437           !> t/lib/filefind.t
10438 ____________________________________________________________________________
10439 [  7327] By: gsar                                  on 2000/10/16  07:35:34
10440         Log: integrate changes#6166..6168 from cfgperl
10441              
10442              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
10443              in case somebody wants to write an extension for more
10444              shadow database interfaces.
10445              
10446              tweak todo
10447              
10448              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
10449      Branch: maint-5.6/perl
10450           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10451           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
10452           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
10453           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10454           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10455           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10456 ____________________________________________________________________________
10457 [  7326] By: gsar                                  on 2000/10/16  07:29:05
10458         Log: integrate changes#6157,6159..6161,6164 from cfgperl
10459              
10460              Regen Configure to jive with #6149.
10461              
10462              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
10463              
10464              Changes for the File::Temp 0.08 (change #6159) test suite
10465              to fit better into the Perl distribution test framework.
10466              
10467              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
10468              both from Simon Cozens.
10469              
10470              detypo
10471      Branch: maint-5.6/perl
10472           +> pod/perlmodlib.PL pod/perlnewmod.pod
10473           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
10474           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
10475           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10476           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10477 ____________________________________________________________________________
10478 [  7325] By: gsar                                  on 2000/10/16  07:25:13
10479         Log: integrate change#6158 from vmsperl
10480              
10481              Add fallback to tmpfile for use in cases where user's relying on
10482              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
10483              Lane's patch)
10484      Branch: maint-5.6/perl
10485           !> vms/vms.c vms/vmsish.h
10486 ____________________________________________________________________________
10487 [  7324] By: gsar                                  on 2000/10/16  07:20:50
10488         Log: integrate changes#6153..6155 from mainline
10489              
10490              prettier Test::Harness output on failed tests (from Nicholas Clark
10491              <nick@Bagpuss.uk.boo.com>)
10492              
10493              avoid type mismatch warning
10494              
10495              small bug in change#6144; remove random \xA0 character that snuck
10496              in via change#6145
10497      Branch: maint-5.6/perl
10498           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
10499           !> perl.c
10500 ____________________________________________________________________________
10501 [  7323] By: gsar                                  on 2000/10/16  07:18:47
10502         Log: integrate changes#6151,6152 from mainline
10503              
10504              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
10505              
10506              cosmetic fixups of RE debug output (from Ilya Zakharevich)
10507      Branch: maint-5.6/perl
10508           !> regexec.c
10509 ____________________________________________________________________________
10510 [  7322] By: gsar                                  on 2000/10/16  07:17:25
10511         Log: integrate changes#6146..6150 from mainline
10512              
10513              doc typo
10514              
10515              add a make entry to Config.pm so "perl -V:make" works on VMS
10516              (from Peter Prymmer)
10517              
10518              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
10519              
10520              OS/2 tweaks for usethreads build (from Rocco Caputo
10521              <troc@netrus.net>)
10522              
10523              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
10524      Branch: maint-5.6/perl
10525           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
10526           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
10527           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
10528           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
10529           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
10530           !> warnings.pl x2p/a2p.h
10531 ____________________________________________________________________________
10532 [  7321] By: gsar                                  on 2000/10/16  07:14:02
10533         Log: integrate changes#6143..6145 from mainline
10534              
10535              MacOS support, part 1 (from Matthias Neeracher
10536              <neeri@iis.ee.ethz.ch>)
10537              
10538              MacOS support, part 2: make AutoSplit use File::Spec instead
10539              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
10540              <neeri@iis.ee.ethz.ch>)
10541              
10542              make xsubpp skip embedded pod (from Matthias Neeracher
10543              <neeri@iis.ee.ethz.ch>)
10544      Branch: maint-5.6/perl
10545           +> ext/DynaLoader/dl_mac.xs
10546           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
10547           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10548           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
10549           !> pp_ctl.c proto.h toke.c util.c util.h
10550 ____________________________________________________________________________
10551 [  7320] By: gsar                                  on 2000/10/16  07:12:13
10552         Log: integrate changes#6141,6142 from mainline
10553              
10554              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
10555              forwarded by Peter Seebach from the bsdi-users mailing list.
10556              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
10557              
10558              File::Find fails to chdir when chasing symlinks (from
10559              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10560      Branch: maint-5.6/perl
10561           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
10562 ____________________________________________________________________________
10563 [  7319] By: gsar                                  on 2000/10/16  07:04:30
10564         Log: integrate change#6139 from mainline
10565              
10566              revise mktables.PL for bugs and newness in Unicode 3.0
10567              (from James Bence <jbence@amgen.com>)
10568      Branch: maint-5.6/perl
10569           +> (branch 30 files)
10570           !> (integrate 49 files)
10571 ____________________________________________________________________________
10572 [  7318] By: gsar                                  on 2000/10/16  07:01:01
10573         Log: integrate changes#6137,6138 from mainline
10574              
10575              fix bogus redeclaration warning for "our" variables in different
10576              scopes
10577              
10578              add note about the handling of negative indices to tied arrays
10579              (from Michael G Schwern <schwern@pobox.com>)
10580      Branch: maint-5.6/perl
10581           !> op.c pod/perltie.pod t/pragma/strict-vars
10582 ____________________________________________________________________________
10583 [  7317] By: gsar                                  on 2000/10/16  06:58:46
10584         Log: integrate changes#6127..6136 from mainline
10585              
10586              call_method(...,G_EVAL) can longjmp() out if the method probing
10587              failed (from Gisle Aas)
10588              
10589              new perlxstut example for passing/returning refs to arrays
10590              (from David Lowe <dlowe@pootpoot.com>)
10591              
10592              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
10593              
10594              fix places that mean C<"word" character> but say C<alphanumeric
10595              character>
10596              
10597              avoid warnings in POSIX.pm (from Barrie Slaymaker)
10598              
10599              warnings::enabled() doesn't fall back to looking at $^W if
10600              caller isn't using lexical warnings (from Paul Marquess)
10601              
10602              elide bogus test in change#6132
10603              
10604              make Test::Harness use wait.h/WCOREDUMP if available
10605              (from Ben Tilly <ben_tilly@hotmail.com>)
10606              
10607              enable Test::Harness to dynamically determine column width etc.
10608              (from Rob Napier <rnapier@employees.org>)
10609              
10610              random pod typos (from Peter Scott <Peter@PSDT.com>)
10611      Branch: maint-5.6/perl
10612           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
10613           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
10614           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
10615           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
10616 ____________________________________________________________________________
10617 [  7316] By: gsar                                  on 2000/10/16  06:53:23
10618         Log: integrate change#6126 from mainline
10619              
10620              change#2879 broke rvalue autovivification of magicals such as
10621              ${$num} (reworked variant of patch suggested by Simon Cozens)
10622      Branch: maint-5.6/perl
10623           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
10624           !> pp_hot.c proto.h t/op/gv.t
10625 ____________________________________________________________________________
10626 [  7315] By: gsar                                  on 2000/10/16  06:51:38
10627         Log: integrate changes#6123,6125 from mainline
10628              
10629              clarify gotcha with #line directives (from Rocco Caputo
10630              <troc@netrus.net>)
10631              
10632              enable propagating exception objects via Perl_croak() in XS code
10633              (from Gisle Aas)
10634      Branch: maint-5.6/perl
10635           !> pod/perldebug.pod pod/perlsyn.pod util.c
10636 ____________________________________________________________________________
10637 [  7314] By: gsar                                  on 2000/10/16  06:49:28
10638         Log: integrate change#6122 from mainline
10639              
10640              downgrade fatal error on C<"foo@nosucharray.com"> to optional
10641              warning (from Mark-Jason Dominus)
10642      Branch: maint-5.6/perl
10643           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
10644           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
10645           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
10646           !> toke.c
10647 ____________________________________________________________________________
10648 [  7313] By: gsar                                  on 2000/10/16  06:46:54
10649         Log: integrate changes#6112..6121 from vmsperl
10650              
10651              Check for existence of file before trying to delete
10652              
10653              Ugly workaround for version-specific RTL error
10654              
10655              Urk -- undo previous removal of vmsish 'exit' change
10656              
10657              Add bounds checking for several strings (Charles Lane)
10658              
10659              Miscellaneous cosmetic fixes (Charles Lane)
10660              
10661              Treat sockets as special in sys(read|write) (Charles Lane et al.)
10662              
10663              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
10664              Flatten case labels in switch statements uniformly (Charles Bailey)
10665              
10666              Quiet error messages in vmsish.t (Charles Lane)
10667              
10668              Add missing escape (Charles Lane)
10669              
10670              Allow eliminate_macros() and fixpath() to handle space-delimited
10671              lists (based on fixes by Craig Berry)
10672      Branch: maint-5.6/perl
10673           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
10674           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
10675           !> vms/vmsish.h
10676 ____________________________________________________________________________
10677 [  7312] By: gsar                                  on 2000/10/16  06:41:18
10678         Log: integrate changes#6107,6110 from cfgperl
10679              
10680              Tweak the todo list.
10681              
10682              todo tweak
10683      Branch: maint-5.6/perl
10684           !> Todo-5.6
10685 ____________________________________________________________________________
10686 [  7311] By: gsar                                  on 2000/10/16  06:38:38
10687         Log: integrate changes#6104,6108 from mainline
10688              
10689              PL_sys_intern was being initialized too late on windows
10690              
10691              reenable fake signal handling on Windows, bugs and all
10692      Branch: maint-5.6/perl
10693           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
10694           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
10695           !> win32/win32.c
10696 ____________________________________________________________________________
10697 [  7310] By: gsar                                  on 2000/10/16  06:36:03
10698         Log: integrate changes#6095,6097..6103 from cfgperl
10699              
10700              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
10701              might be useful in future.
10702              
10703              Add a note about possible compilation problems from Allen Smith.
10704              
10705              Add a note about other, yet unsupported, shadow password APIs.
10706              
10707              Tweaks for the cc bugs from Allen Smith.
10708              
10709              More compilation tweakery from Allen Smith.
10710              
10711              Hints and test tweaks for Unicos.
10712              
10713              The test suite tweak in #6101 wasn't quite right.
10714              
10715              Test tweaking for Unicos continues.
10716      Branch: maint-5.6/perl
10717           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10718           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
10719           !> t/lib/complex.t t/op/64bitint.t
10720 ____________________________________________________________________________
10721 [  7309] By: gsar                                  on 2000/10/16  06:29:41
10722         Log: integrate changes#6093,6094 from mainline
10723              
10724              fork() failure to create pseudo process sets errno=EAGAIN and returns
10725              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
10726              
10727              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
10728      Branch: maint-5.6/perl
10729           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
10730           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
10731 ____________________________________________________________________________
10732 [  7308] By: gsar                                  on 2000/10/16  06:27:29
10733         Log: integrate change#6092 from cfgperl
10734              
10735              Regen perltoc with the fixed buildtoc.
10736      Branch: maint-5.6/perl
10737           !> pod/perltoc.pod
10738 ____________________________________________________________________________
10739 [  7307] By: gsar                                  on 2000/10/16  06:26:40
10740         Log: integrate changes#6089,6090 from mainline
10741              
10742              buildtoc tweak to fix newline lossage
10743              
10744              concat doesn't preserve utf8-ness, and doesn't invalidate
10745              [NI]OK; added tests for both
10746      Branch: maint-5.6/perl
10747           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
10748 ____________________________________________________________________________
10749 [  7306] By: gsar                                  on 2000/10/16  06:24:05
10750         Log: integrate change#6088 from cfgperl
10751              
10752              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
10753              because we do not use those.  The HAS_GETSPNAM remains,
10754              though, because we still do use that.
10755      Branch: maint-5.6/perl
10756           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10757           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
10758           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
10759           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10760           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10761           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10762 ____________________________________________________________________________
10763 [  7305] By: gsar                                  on 2000/10/16  06:15:52
10764         Log: integrate changes#6084,6085,6087 from mainline
10765              
10766              substr() does not preserve utf8-ness (from Stefan Eissing
10767              <Eissing@medicaldataservice.de>); added tests
10768              
10769              repeat operator (x) doesn't preserve utf8-ness
10770              
10771              reverse() and quotemeta() weren't preserving utf8-ness; add tests
10772      Branch: maint-5.6/perl
10773           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
10774 ____________________________________________________________________________
10775 [  7304] By: gsar                                  on 2000/10/16  06:13:10
10776         Log: integrate changes#6077..6083 from mainline
10777              
10778              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10779              and Tom Phoenix)
10780              
10781              workaround for CRT bug in chdir() (from Charles Lane, via
10782              Peter Prymmer)
10783              
10784              remove outdated kludge in Carp (NULLs are permitted in diagnostics
10785              now)
10786              
10787              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
10788              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10789              
10790              better default perlbug categories for ok reports (from Richard Foley)
10791              
10792              peek.t non-portable to ithreads
10793              
10794              note about undocumented caller() return value (from M.J.T. Guy);
10795              yet another peek.t tweak
10796      Branch: maint-5.6/perl
10797           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10798           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10799           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
10800           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
10801           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
10802           !> vms/vmsish.h
10803 ____________________________________________________________________________
10804 [  7303] By: gsar                                  on 2000/10/16  06:03:18
10805         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
10806              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
10807              
10808              &HUGE_VAL is not defined, it exists.
10809              
10810              Do not warn that an infinity does not look like a number.
10811              
10812              Rewrite the pwent/spent logic to be a little bit more clearer.
10813              
10814              Continue on the pwent/spent case.
10815              
10816              Correct Freudian slip.
10817              
10818              Use HUGE_VALL if applicable.
10819              
10820              pwent/spent #ifdef imbalance.
10821              
10822              Infinite problems.
10823              
10824              Call getspnam() only iff needd.
10825              
10826              Test both the scalar and list contexts.
10827              
10828              Use setxxent()/endxxent().
10829              
10830              Complex tweakery.
10831              
10832              Unicos hint tweak.
10833              
10834              Be more forgiving in POSIX about HUGE_VALL.
10835              
10836              Detypo.
10837              
10838              The search of infinity continues, this time simplified.
10839              
10840              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
10841              in natively 64-bit platforms where a long is a quad (no need
10842              for long longs).  Also added bias for IVs.
10843              
10844              Complex tweaks.
10845              
10846              Introduce t/lib/peek.t.
10847              
10848              Make the test more portable.
10849      Branch: maint-5.6/perl
10850           +> t/lib/peek.t
10851            ! pp_sys.c
10852           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
10853           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
10854           !> t/op/pwent.t toke.c util.c
10855 ____________________________________________________________________________
10856 [  7302] By: gsar                                  on 2000/10/16  05:03:37
10857         Log: integrate changes#6066..6071 from mainline
10858              
10859              s/END/CHECK/
10860              
10861              replace direct call to sighandler() with (*PL_sighandlerp)()
10862              
10863              note about values()
10864              
10865              File::Spec compatibility update (from Barrie Slaymaker
10866              <barries@slaysys.com>)
10867              
10868              remove misleading comment (from M.J.T. Guy)
10869              
10870              misformatted perllocal.pod (from Tim Jenness
10871              <t.jenness@jach.hawaii.edu>)
10872      Branch: maint-5.6/perl
10873           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10874           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10875           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
10876           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
10877 ____________________________________________________________________________
10878 [  7301] By: gsar                                  on 2000/10/16  05:00:08
10879         Log: integrate changes#6061..6063 from mainline
10880              
10881              change#5921 neglected to make eq honor "use bytes"
10882              
10883              additional tests for utf8.t
10884              
10885              tokeq() could read unallocated field in argument
10886      Branch: maint-5.6/perl
10887           !> sv.c t/pragma/utf8.t toke.c
10888 ____________________________________________________________________________
10889 [  7300] By: gsar                                  on 2000/10/16  04:56:54
10890         Log: integrate changes#6046,6048,6057,6058 from mainline
10891              
10892              libscheck has insufficient checks for n32 libs (from
10893              Albert Chin-A-Young <china@thewrittenword.com>)
10894              
10895              add note about how $( doesn't interpolate in REs (from
10896              Philip Newton <newton@ficus.frogspace.net>)
10897              
10898              fix broken parsing of /\x{ab}/
10899              
10900              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10901              (spotted by Donald Kinzer <dkinzer@premia.com>)
10902      Branch: maint-5.6/perl
10903           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
10904           !> t/pragma/utf8.t
10905 ____________________________________________________________________________
10906 [  7299] By: gsar                                  on 2000/10/16  04:52:50
10907         Log: integrate change#6044 from mainline
10908              
10909              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10910              such that underscores are only ignored in literal numbers,
10911              "\x{...}", and hex/oct argument
10912      Branch: maint-5.6/perl
10913           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10914 ____________________________________________________________________________
10915 [  7298] By: gsar                                  on 2000/10/16  04:50:53
10916         Log: integrate changes#6027..6043 from mainline
10917              
10918              podlators-1.02 update (from Russ Allbery)
10919              
10920              Pod::Man generates groff-incompatible macro definition (from
10921              Tom Christiansen)
10922              
10923              add CGI.pm v2.66 (from Lincoln Stein)
10924              
10925              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10926              for @- and @+ (from Johan Vromans)
10927              
10928              small nits in diagnostics.pm (from Robin Barker)
10929              
10930              whitespace adjustments
10931              
10932              missing files in MANIFEST
10933              
10934              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10935              to compensate
10936              
10937              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10938              
10939              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10940      Branch: maint-5.6/perl
10941           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10942           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
10943           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
10944           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
10945           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
10946           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10947           !> t/lib/cgi-html.t t/lib/cgi-request.t
10948 ____________________________________________________________________________
10949 [  7297] By: gsar                                  on 2000/10/16  04:44:30
10950         Log: integrate change#6025 from mainline
10951              
10952              Is{Alnum,Alpha,Word} don't match titlecase
10953              TODO: IsSpace is defined recursively!
10954              (both spotted by Larry)
10955      Branch: maint-5.6/perl
10956           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10957           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10958 ____________________________________________________________________________
10959 [  7296] By: gsar                                  on 2000/10/16  04:39:30
10960         Log: integrate change#6023 from mainline
10961              
10962              debugger stomps on $. (from M.J.T. Guy)
10963      Branch: maint-5.6/perl
10964           !> lib/perl5db.pl
10965 ____________________________________________________________________________
10966 [  7295] By: gsar                                  on 2000/10/16  04:38:02
10967         Log: integrate change#6022 from mainline
10968              
10969              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10970      Branch: maint-5.6/perl
10971           !> sv.c
10972 ____________________________________________________________________________
10973 [  7294] By: gsar                                  on 2000/10/16  04:37:05
10974         Log: integrate changes#6018..6021 from mainline
10975              
10976              make lib/syslog.t portable to systems that don't have _PATH_LOG,
10977              make _PATH_LOG() return "" if unavailable
10978              
10979              windows portability tweaks
10980              
10981              test tweak
10982              
10983              remove Win2K issue in pod (fixed by change#6020)
10984      Branch: maint-5.6/perl
10985           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10986           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
10987           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
10988 ____________________________________________________________________________
10989 [  7293] By: gsar                                  on 2000/10/16  04:20:00
10990         Log: integrate changes#6013..6015 from mainline
10991              
10992              tweak change#5945 to display correct switch name in diagnostic
10993              
10994              glob() loading File::Glob behind the scenes may cause syntax errors
10995              
10996              tweak test for portability
10997      Branch: maint-5.6/perl
10998           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10999 ____________________________________________________________________________
11000 [  7292] By: gsar                                  on 2000/10/16  04:18:11
11001         Log: integrate changes#6005..6010 from mainline, cfgperl
11002              
11003              perldoc might fail via "use blib" (from Hugo van der Sanden)
11004              
11005              Regen Configure.
11006              
11007              note about compile failures and END blocks (from M.J.T. Guy)
11008              
11009              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
11010              
11011              (change#6009 integrated earlier in change#7255)
11012              
11013              clarify note about shadow password support (from
11014              gellyfish@gellyfish.com)
11015      Branch: maint-5.6/perl
11016           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11017           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
11018           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
11019 ____________________________________________________________________________
11020 [  7291] By: gsar                                  on 2000/10/16  04:12:03
11021         Log: integrate changes#6002,6003 from mainline
11022              
11023              destructive sv_setsv() can lose UV-ness from source, causing
11024              numeric promotions/comparisons to fail to do the right thing
11025              
11026              allow REG_EXPAND_SZ keys in Windows registry (from
11027              John Clayton <John.Clayton@barclayscapital.com>)
11028      Branch: maint-5.6/perl
11029           !> sv.c win32/win32.c
11030 ____________________________________________________________________________
11031 [  7290] By: gsar                                  on 2000/10/16  04:10:19
11032         Log: integrate change#6001 from mainline
11033              
11034              support additional library locations via $Config{otherlibdirs}
11035              (from Andy Dougherty)
11036      Branch: maint-5.6/perl
11037           !> Configure INSTALL Porting/Glossary Porting/config.sh
11038           !> Porting/config_H config_h.SH epoc/config.sh perl.c
11039           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
11040           !> win32/config.bc win32/config.gc win32/config.vc
11041 ____________________________________________________________________________
11042 [  7289] By: gsar                                  on 2000/10/16  04:08:28
11043         Log: integrate change#5999 from mainline
11044              
11045              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
11046      Branch: maint-5.6/perl
11047           !> t/pragma/warn/toke toke.c
11048 ____________________________________________________________________________
11049 [  7288] By: gsar                                  on 2000/10/16  04:07:01
11050         Log: integrate changes#5997,5998 from cfgperl
11051              
11052              Preserve $!.
11053              
11054              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
11055      Branch: maint-5.6/perl
11056           !> lib/Math/Complex.pm
11057 ____________________________________________________________________________
11058 [  7287] By: gsar                                  on 2000/10/16  04:04:37
11059         Log: integrate change#5995 from mainline
11060              
11061              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
11062      Branch: maint-5.6/perl
11063           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
11064 ____________________________________________________________________________
11065 [  7286] By: gsar                                  on 2000/10/16  04:03:21
11066         Log: integrate change#5994 from mainline
11067              
11068              fix for missed accounting for null byte in pack("Z",...) (from
11069              M.J.T. Guy)
11070      Branch: maint-5.6/perl
11071           !> pp.c t/op/pack.t
11072 ____________________________________________________________________________
11073 [  7285] By: gsar                                  on 2000/10/16  04:02:11
11074         Log: integrate changes#5989..5993 from mainline
11075              
11076              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
11077              itself and no other (from Tom Hughes)
11078              
11079              use $ENV{LIB} to search for libs under Visual C compiler
11080              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
11081              
11082              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
11083              
11084              pod nit (from Simon Cozens)
11085              
11086              various minor tweaks seen on p5p
11087      Branch: maint-5.6/perl
11088           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
11089           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
11090           !> t/op/array.t toke.c
11091 ____________________________________________________________________________
11092 [  7284] By: gsar                                  on 2000/10/16  03:59:00
11093         Log: integrate changes#5978..5988 from mainline
11094              
11095              sync version numbers in File::Spec with the ones on CPAN
11096              (from Barrie Slaymaker)
11097              
11098              under useithreads, constant pad entries could inadvertantly be
11099              shared across threads (from Eric Blood <eblood@xmission.com>);
11100              added Eric's test case to testsuite
11101              
11102              allow Configure -S to run non-interactively (spotted by Greg Hudson
11103              <ghudson@mit.edu>)
11104              
11105              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
11106              prototype mismatch with CORE::glob(); update pod and tests to
11107              suit (File::Glob::glob() is still available for backward
11108              compatibility, but should be considered deprecated)
11109              
11110              avoid error in IO::Socket::INET when given an unknown service name
11111              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
11112              
11113              numeric conversion of non-number in change#3378 tramples on
11114              OOK offset, causing segfaults
11115              
11116              attributes::reftype() doesn't work on tied argument
11117              
11118              forked child may not exit correctly if it failed to open
11119              /dev/console (from Graham Barr)
11120              
11121              add regular expressions tutorial and quick-start guide (from
11122              Mark Kvale <kvale@phy.ucsf.edu>)
11123              
11124              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
11125              
11126              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
11127              <paul@miraclefish.com>)
11128      Branch: maint-5.6/perl
11129           +> pod/perlrequick.pod pod/perlretut.pod
11130           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
11131           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
11132           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
11133           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
11134           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
11135           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11136           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
11137           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
11138 ____________________________________________________________________________
11139 [  7283] By: gsar                                  on 2000/10/16  03:52:14
11140         Log: integrate change#5977 from mainline
11141              
11142              autoquote barewords followed by newline and arrow properly
11143              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
11144      Branch: maint-5.6/perl
11145           !> t/pragma/warn/toke toke.c
11146 ____________________________________________________________________________
11147 [  7282] By: gsar                                  on 2000/10/16  03:50:48
11148         Log: integrate change#5976 from mainline
11149              
11150              DB_File v1.73 update (from Paul Marquess)
11151      Branch: maint-5.6/perl
11152           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11153           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
11154 ____________________________________________________________________________
11155 [  7281] By: gsar                                  on 2000/10/16  03:49:14
11156         Log: integrate change#5975 from mainline
11157              
11158              allow sort() reentrancy (variant of patch suggested by
11159              Hugo van der Sanden)
11160      Branch: maint-5.6/perl
11161           !> pp_ctl.c t/op/sort.t
11162 ____________________________________________________________________________
11163 [  7280] By: gsar                                  on 2000/10/16  03:48:22
11164         Log: integrate change#5974 from mainline
11165              
11166              change#4197 somehow missed initializing PL_errors, meaning
11167              syntax error queueing wasn't working outside eval"" at all;
11168              also fixed eval"" to localize PL_error_count, so that compile-time
11169              eval's don't clobber the error state of the outer context
11170      Branch: maint-5.6/perl
11171           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
11172           !> t/pragma/warn/toke
11173 ____________________________________________________________________________
11174 [  7279] By: gsar                                  on 2000/10/16  03:46:21
11175         Log: integrate change#5973 from mainline
11176              
11177              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
11178      Branch: maint-5.6/perl
11179           !> regcomp.c regexec.c t/op/re_tests
11180 ____________________________________________________________________________
11181 [  7278] By: gsar                                  on 2000/10/16  03:44:54
11182         Log: integrate change#5971 from cfgperl
11183              
11184              Unicos tweaks from Mark P. Lutz.
11185      Branch: maint-5.6/perl
11186           !> hints/unicos.sh lib/Math/Complex.pm
11187 ____________________________________________________________________________
11188 [  7277] By: gsar                                  on 2000/10/16  03:42:59
11189         Log: integrate changes#5966..5970 from mainline
11190              
11191              add testsuite for B backends, fix bug in B::Deparse (from
11192              Simon Cozens <simon@brecon.co.uk>)
11193              
11194              improved docs on the warn_uninit diagnostic (from David Glasser
11195              and Simon Cozens)
11196              
11197              tolerate spaces in group names in test on solaris (from David Boyce
11198              <dsb@boyski.com>)
11199              
11200              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
11201              
11202              Data::Dumper fumbles negative numbers on 32-bit platforms where
11203              IV is >32bits
11204      Branch: maint-5.6/perl
11205           +> t/lib/b.t t/lib/syslog.t
11206           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
11207           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
11208           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
11209 ____________________________________________________________________________
11210 [  7276] By: gsar                                  on 2000/10/16  03:39:30
11211         Log: integrate change#5965 from mainline
11212              
11213              avoid "will not stay shared" warnings for our variables (from
11214              Robin Barker)
11215      Branch: maint-5.6/perl
11216           !> op.c t/pragma/warn/op
11217 ____________________________________________________________________________
11218 [  7275] By: gsar                                  on 2000/10/16  03:38:18
11219         Log: integrate change#5964 from mainline
11220              
11221              reformat to 72 columns (again)
11222      Branch: maint-5.6/perl
11223           !> pod/perldiag.pod
11224 ____________________________________________________________________________
11225 [  7274] By: gsar                                  on 2000/10/16  03:36:58
11226         Log: integrate change#5963 from mainline
11227              
11228              patch from Larry to make (\&) prototype work; added tests for
11229              the same
11230      Branch: maint-5.6/perl
11231           !> op.c t/comp/proto.t
11232 ____________________________________________________________________________
11233 [  7273] By: gsar                                  on 2000/10/16  03:35:51
11234         Log: integrate changes#5956..5962 from mainline
11235              
11236              better diagnostics on failed tests (from Ilya Zakharevich)
11237              
11238              pod nits (from A. C. Yardley <yardley@tanet.net>)
11239              
11240              change#3569 deleted some essential code, revert; avoid use of
11241              atexit() to make DynaLoader work properly on AIX under mod_perl
11242              (from Jens-Uwe Mager <jum@helios.de>)
11243              
11244              doubled words in pods (from Simon Cozens
11245              <simon.p.cozens@jp.pwcglobal.com>)
11246              
11247              better INSTALL notes on Solaris issues (from Dominic Dunlop)
11248              
11249              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
11250              
11251              updated README.hpux (from Jeff Okamoto)
11252      Branch: maint-5.6/perl
11253           !> INSTALL README.hpux emacs/cperl-mode.el
11254           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
11255           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
11256           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11257           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
11258           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
11259           !> t/op/lex_assign.t
11260 ____________________________________________________________________________
11261 [  7272] By: gsar                                  on 2000/10/16  03:31:22
11262         Log: integrate change#5955 from mainline
11263              
11264              longstanding bug exposed by change#3307: sort arguments weren't
11265              compiled with the right wantarray context (ensuing runtime lookup
11266              via block_gimme() was getting the incidental context of the
11267              sort() itself)
11268      Branch: maint-5.6/perl
11269           !> op.c t/op/sort.t
11270 ____________________________________________________________________________
11271 [  7271] By: gsar                                  on 2000/10/16  03:29:11
11272         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
11273              branch
11274              
11275              Flatten the cpp jungle doing the nosuid checking.
11276              
11277              Do not assume sign propagation. (from M.J.T. Guy)
11278              
11279              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
11280              
11281              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
11282              Now pp_ncmp() returns undef is either operand is a NaN.
11283              
11284              On second thoughts frexp() does have two arguments.
11285              
11286              Document that tr() is not tr(1).
11287              
11288              Be more robust on "extreme" (large absolute value)
11289              arguments.  Originally reported by Daniel Connelly
11290              as a problem with asinh() on large negative arguments,
11291              asinh() used to bail out because an argument to log()
11292              ended up being zero.  Ilya Zakharevich proposed using
11293              Taylor's series in such cases, which for such large
11294              arguments is a very good approximation.
11295              
11296              Undo "use integer" addition from 64bitint as it seems
11297              to break most of the subtests in Digital UNIX;
11298              Unicos needs to find another way.
11299      Branch: maint-5.6/perl
11300           !> (integrate 29 files)
11301 ____________________________________________________________________________
11302 [  7270] By: gsar                                  on 2000/10/16  03:09:44
11303         Log: integrate changes#5948,5949,5950 from mainline
11304              
11305              typo in vars.pm that leads to cryptic message (from Piotr
11306              Piatkowski <kompas@kompas.usr.onet.pl>)
11307              
11308              make perldoc use the pod2man from the same version (from
11309              M.J.T. Guy)
11310              
11311              reformat perldiag to avoid long lines
11312      Branch: maint-5.6/perl
11313           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
11314 ____________________________________________________________________________
11315 [  7269] By: gsar                                  on 2000/10/16  03:05:54
11316         Log: integrate change#5947 from mainline
11317              
11318              use &dl_error rather than &dl_load_file as the guard for calling
11319              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
11320              statically built perl)
11321      Branch: maint-5.6/perl
11322           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
11323 ____________________________________________________________________________
11324 [  7268] By: gsar                                  on 2000/10/16  03:04:48
11325         Log: integrate change#5945 from mainline
11326              
11327              make module name mandatory after -M switch; reorder perldiag
11328              alphabetically (from Mark-Jason Dominus)
11329      Branch: maint-5.6/perl
11330           !> perl.c pod/perldiag.pod
11331 ____________________________________________________________________________
11332 [  7267] By: gsar                                  on 2000/10/16  03:03:01
11333         Log: integrate change#5939 from mainline
11334              
11335              more pod nits (from Larry Virden)
11336      Branch: maint-5.6/perl
11337           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
11338           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
11339           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
11340 ____________________________________________________________________________
11341 [  7266] By: gsar                                  on 2000/10/16  03:01:39
11342         Log: integrate change#5938 from mainline
11343              
11344              Consolidated B::Deparse fixes (from Stephen McCamant)
11345      Branch: maint-5.6/perl
11346           !> ext/B/B/Deparse.pm
11347 ____________________________________________________________________________
11348 [  7265] By: gsar                                  on 2000/10/16  03:00:43
11349         Log: integrate change#5936 from mainline
11350              
11351              additional tests for change#7263 (from Paul Marquess)
11352      Branch: maint-5.6/perl
11353           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
11354           !> t/pragma/warn/5nolint t/pragma/warn/6default
11355 ____________________________________________________________________________
11356 [  7264] By: gsar                                  on 2000/10/16  02:58:34
11357         Log: integrate change#5934 from mainline
11358              
11359              propagate lexical warnings from surrounding scope correctly
11360              within string eval() (from Paul Marquess)
11361      Branch: maint-5.6/perl
11362           !> pp_ctl.c t/pragma/warn/pp_ctl
11363 ____________________________________________________________________________
11364 [  7263] By: gsar                                  on 2000/10/16  02:56:53
11365         Log: integrate change#5932 from mainline
11366              
11367              add rsignal(), whichsig() and do_join() to public API list
11368              (mod_perl uses them to good advantage)
11369      Branch: maint-5.6/perl
11370           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11371 ____________________________________________________________________________
11372 [  7262] By: gsar                                  on 2000/10/16  02:55:53
11373         Log: integrate change#5931 from mainline
11374              
11375              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
11376      Branch: maint-5.6/perl
11377           !> pp_hot.c regexec.c t/op/pat.t
11378 ____________________________________________________________________________
11379 [  7261] By: gsar                                  on 2000/10/16  02:55:01
11380         Log: integrate change#5930 from mainline
11381              
11382              small os390 tweaks (from Peter Prymmer)
11383      Branch: maint-5.6/perl
11384           !> config_h.SH makedepend.SH
11385 ____________________________________________________________________________
11386 [  7260] By: gsar                                  on 2000/10/16  02:54:10
11387         Log: integrate change#5929 from mainline
11388              
11389              pod nits
11390      Branch: maint-5.6/perl
11391           !> pod/perlguts.pod
11392 ____________________________________________________________________________
11393 [  7259] By: gsar                                  on 2000/10/16  02:52:55
11394         Log: integrate change#5927 from mainline
11395              
11396              arrange for next() to resume at the unstack op rather than the
11397              loop conditional, so that scope cleanup happens correctly
11398              (from Stephen McCamant)
11399      Branch: maint-5.6/perl
11400           !> op.c pp_ctl.c t/op/misc.t
11401 ____________________________________________________________________________
11402 [  7258] By: gsar                                  on 2000/10/16  02:51:38
11403         Log: integrate change#5926 from mainline
11404              
11405              on windows, reserve 16M of stack rather than 128M (allows more
11406              threads to run concurrently)
11407      Branch: maint-5.6/perl
11408           !> win32/Makefile win32/makefile.mk
11409 ____________________________________________________________________________
11410 [  7257] By: gsar                                  on 2000/10/16  02:50:37
11411         Log: integrate change#5925 from mainline
11412              
11413              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
11414      Branch: maint-5.6/perl
11415           !> toke.c
11416 ____________________________________________________________________________
11417 [  7256] By: gsar                                  on 2000/10/16  02:49:36
11418         Log: integrate change#5924 from mainline
11419              
11420              avoid using uninitialized memory in require version check
11421      Branch: maint-5.6/perl
11422           !> pp_ctl.c universal.c
11423 ____________________________________________________________________________
11424 [  7255] By: gsar                                  on 2000/10/16  02:48:03
11425         Log: integrate changes#5923,5928,6009 from mainline
11426              
11427              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
11428      Branch: maint-5.6/perl
11429           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
11430 ____________________________________________________________________________
11431 [  7254] By: gsar                                  on 2000/10/16  02:44:46
11432         Log: integrate change#5922 from mainline
11433              
11434              commentary about IoTYPE() (from Nathan Torkington)
11435      Branch: maint-5.6/perl
11436           !> sv.h
11437 ____________________________________________________________________________
11438 [  7253] By: gsar                                  on 2000/10/16  02:43:49
11439         Log: integrate change#5921 from mainline
11440              
11441              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
11442      Branch: maint-5.6/perl
11443           !> sv.c t/lib/charnames.t t/pragma/utf8.t
11444 ____________________________________________________________________________
11445 [  7252] By: gsar                                  on 2000/10/16  02:42:31
11446         Log: integrate change#5920 from mainline
11447              
11448              Larry's fix for buggy propagation of utf8-ness in join(); add test
11449      Branch: maint-5.6/perl
11450           !> doop.c t/op/ver.t
11451 ____________________________________________________________________________
11452 [  7251] By: gsar                                  on 2000/10/16  02:41:14
11453         Log: integrate changes#5915..5919 from mainline
11454              
11455              various (pod tweaks &c)
11456      Branch: maint-5.6/perl
11457           !> (integrate 33 files)
11458 ____________________________________________________________________________
11459 [  7250] By: gsar                                  on 2000/10/16  02:38:16
11460         Log: integrate change#5914 from mainline
11461              
11462              caller() wasn't returning the right number of elements for
11463              eval {...}
11464      Branch: maint-5.6/perl
11465           !> pp_ctl.c t/pragma/warn/9enabled
11466 ____________________________________________________________________________
11467 [  7249] By: gsar                                  on 2000/10/16  02:37:02
11468         Log: integrate change#5913 from mainline
11469              
11470              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
11471              (from Mark-Jason Dominus)
11472      Branch: maint-5.6/perl
11473           !> pod/perlfunc.pod
11474 ____________________________________________________________________________
11475 [  7248] By: gsar                                  on 2000/10/16  02:35:58
11476         Log: integrate change#5912 from mainline
11477              
11478              fix totally broken caching in UNIVERSAL::isa() (from
11479              Nick Ing-Simmons)
11480      Branch: maint-5.6/perl
11481           !> t/op/universal.t universal.c
11482 ____________________________________________________________________________
11483 [  7247] By: gsar                                  on 2000/10/16  02:34:27
11484         Log: integrate changes#5910,5911 from mainline
11485              
11486              typo in pod
11487              
11488              add linebreak properties from unicode/LineBrk.txt (from
11489              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11490      Branch: maint-5.6/perl
11491           +> (branch 29 files)
11492           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
11493 ____________________________________________________________________________
11494 [  7246] By: gsar                                  on 2000/10/16  02:33:29
11495         Log: integrate change#5909 from mainline
11496              
11497              mode argument to do_binmode() should be file mode, not boolean
11498      Branch: maint-5.6/perl
11499           !> pp_sys.c
11500 ____________________________________________________________________________
11501 [  7245] By: gsar                                  on 2000/10/16  02:31:04
11502         Log: integrate change#5908 from mainline
11503              
11504              introduce illegal symbols into null package so that
11505              gv_fetchpv(...,TRUE) always returns a valid GV even when the
11506              symbol is trapped by strictures (avoids coredumps)
11507      Branch: maint-5.6/perl
11508           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
11509           !> t/pragma/strict-vars
11510 ____________________________________________________________________________
11511 [  7244] By: jhi                                   on 2000/10/16  02:29:54
11512         Log: Subject: $Carp::ExportLevel confusion in Exporter
11513              From: "Ben Tilly" <ben_tilly@hotmail.com>
11514              Date: Sat, 14 Oct 2000 16:44:34 EDT
11515              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
11516      Branch: perl
11517            ! lib/Exporter/Heavy.pm
11518 ____________________________________________________________________________
11519 [  7243] By: jhi                                   on 2000/10/16  02:28:33
11520         Log: Subject: [PATCH perlguts.pod] Document offset hack
11521              From: Simon Cozens <simon@cozens.net>
11522              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
11523              Date: Sat, 14 Oct 2000 19:32:25 +0100
11524      Branch: perl
11525            ! pod/perlguts.pod
11526 ____________________________________________________________________________
11527 [  7242] By: gsar                                  on 2000/10/16  02:26:51
11528         Log: integrate changes#5905,5906,5907,6064 from mainline
11529              
11530              printf/sprintf didn't get quad types right under use64bitint
11531      Branch: maint-5.6/perl
11532           !> pp_sys.c sv.c t/op/64bitint.t
11533 ____________________________________________________________________________
11534 [  7241] By: jhi                                   on 2000/10/16  02:22:44
11535         Log: Subject: small pod patch
11536              From: Dan Boorstein <dan_boo@bellsouth.net>
11537              Date: Sat, 14 Oct 2000 14:29:24 -0400
11538              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
11539      Branch: perl
11540            ! pod/perlfaq7.pod pod/perlmod.pod
11541 ____________________________________________________________________________
11542 [  7240] By: jhi                                   on 2000/10/16  02:13:46
11543         Log: -w cleanup.
11544              
11545              Subject: Re: Problems with bleadperl 
11546              From: "Stephen P. Potter" <spp@ds.net>
11547              Date: Fri, 13 Oct 2000 13:32:49 -0400
11548              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
11549      Branch: perl
11550            ! t/pragma/overload.t
11551 ____________________________________________________________________________
11552 [  7239] By: jhi                                   on 2000/10/16  01:41:18
11553         Log: One more ~utf8 tweak.
11554      Branch: perl
11555            ! t/op/bop.t
11556 ____________________________________________________________________________
11557 [  7238] By: jhi                                   on 2000/10/16  01:34:14
11558         Log: Tweak the test of #7235.
11559      Branch: perl
11560            ! t/op/bop.t
11561 ____________________________________________________________________________
11562 [  7237] By: jhi                                   on 2000/10/16  01:25:04
11563         Log: Fix a couple of compiler-noted nits in #7235.
11564      Branch: perl
11565            ! pp.c
11566 ____________________________________________________________________________
11567 [  7236] By: jhi                                   on 2000/10/16  01:22:46
11568         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
11569      Branch: perl
11570            ! pp.c pp_hot.c
11571 ____________________________________________________________________________
11572 [  7235] By: jhi                                   on 2000/10/15  16:24:44
11573         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
11574              
11575              From: Simon Cozens <simon@cozens.net>
11576              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
11577              Date: Sat, 14 Oct 2000 20:52:13 +0100
11578              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
11579      Branch: perl
11580            ! pp.c t/op/bop.t utf8.h
11581 ____________________________________________________________________________
11582 [  7234] By: jhi                                   on 2000/10/15  15:19:29
11583         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
11584              The problem was that rx->minlen was in chars while pp_split()
11585              thought it would be in bytes. 
11586      Branch: perl
11587            ! pp.c t/pragma/utf8.t
11588 ____________________________________________________________________________
11589 [  7233] By: jhi                                   on 2000/10/14  20:24:24
11590         Log: Document FNCASE=y as discussed in the bug 20000902.009.
11591      Branch: perl
11592            ! README.dos
11593 ____________________________________________________________________________
11594 [  7232] By: jhi                                   on 2000/10/14  18:52:21
11595         Log: Add test for bug id 20000427.003 (which seems to have
11596              been fixed) (also duplicate as 20000427.004, though
11597              with a higher severity).  Move one utf8 from op/append
11598              to pragma/utf8, tag the tests with bug ids.
11599      Branch: perl
11600            ! t/op/append.t t/pragma/utf8.t
11601 ____________________________________________________________________________
11602 [  7231] By: jhi                                   on 2000/10/14  17:28:37
11603         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
11604      Branch: perl
11605            ! t/pragma/utf8.t
11606 ____________________________________________________________________________
11607 [  7230] By: jhi                                   on 2000/10/14  14:24:50
11608         Log: Needs to be conditional on SunOS 4.
11609              
11610              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
11611              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11612              Date: Sat, 14 Oct 2000 13:37:49 +0100
11613              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
11614      Branch: metaconfig/U/perl
11615            ! End.U
11616      Branch: perl
11617            ! Configure myconfig.SH pod/perldelta.pod
11618 ____________________________________________________________________________
11619 [  7229] By: jhi                                   on 2000/10/14  00:49:22
11620         Log: Update Changes.
11621      Branch: perl
11622            ! Changes patchlevel.h
11623 ____________________________________________________________________________
11624 [  7228] By: jhi                                   on 2000/10/14  00:46:10
11625         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
11626              From: Peter Prymmer <pvhp@forte.com>
11627              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
11628              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
11629      Branch: perl
11630            ! lib/utf8.pm
11631 ____________________________________________________________________________
11632 [  7227] By: jhi                                   on 2000/10/13  23:20:30
11633         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
11634      Branch: perl
11635            ! t/op/tie.t
11636 ____________________________________________________________________________
11637 [  7226] By: jhi                                   on 2000/10/13  22:14:32
11638         Log: Tweak #7225.
11639              
11640              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
11641              From: Peter Prymmer <pvhp@forte.com>
11642              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
11643              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
11644      Branch: perl
11645            ! t/op/sprintf.t
11646 ____________________________________________________________________________
11647 [  7225] By: jhi                                   on 2000/10/13  22:11:31
11648         Log: op/sprintf.t patch for OS/390 (and any other host with limited
11649              floating-point exponent length)
11650              
11651              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
11652              From: Dominic Dunlop <domo@computer.org>
11653              Date: Fri, 13 Oct 2000 19:17:57 +0200
11654              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
11655      Branch: perl
11656            ! t/op/sprintf.t
11657 ____________________________________________________________________________
11658 [  7224] By: jhi                                   on 2000/10/13  18:40:48
11659         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
11660      Branch: perl
11661            ! toke.c
11662 ____________________________________________________________________________
11663 [  7223] By: jhi                                   on 2000/10/13  18:37:13
11664         Log: Thinko in #7222.
11665      Branch: perl
11666            ! utf8.c
11667 ____________________________________________________________________________
11668 [  7222] By: jhi                                   on 2000/10/13  18:05:23
11669         Log: Use UTF8SKIP(), from Simon Cozens.
11670      Branch: perl
11671            ! utf8.c
11672 ____________________________________________________________________________
11673 [  7221] By: jhi                                   on 2000/10/13  15:43:19
11674         Log: (accidentally empty check-in)
11675      Branch: perl
11676            ! utf8.c
11677 ____________________________________________________________________________
11678 [  7220] By: jhi                                   on 2000/10/13  15:23:51
11679         Log: Add (optimistically) Storable to static extensions.
11680      Branch: perl
11681            ! hints/uwin.sh hints/vmesa.sh
11682 ____________________________________________________________________________
11683 [  7219] By: jhi                                   on 2000/10/13  15:20:05
11684         Log: Amdahl UTS doesn't seem to do dynaloading.
11685      Branch: perl
11686            ! hints/uts.sh
11687 ____________________________________________________________________________
11688 [  7218] By: jhi                                   on 2000/10/13  15:15:20
11689         Log: Slight tweak of the code to appease Amdahl UTS cc.
11690      Branch: perl
11691            ! pp.c
11692 ____________________________________________________________________________
11693 [  7217] By: jhi                                   on 2000/10/13  14:50:42
11694         Log: In Amdahl UTS "struct sv" is defined by a system header,
11695              <ksync.h>.
11696      Branch: perl
11697            ! perl.h sv.h
11698 ____________________________________________________________________________
11699 [  7216] By: jhi                                   on 2000/10/13  11:58:25
11700         Log: Ilya implemented the memory profiling API.
11701      Branch: perl
11702            ! Todo
11703 ____________________________________________________________________________
11704 [  7215] By: jhi                                   on 2000/10/13  02:56:38
11705         Log: Subject: [PATCH 5.7.0] Perl API for mstats
11706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11707              Date: Thu, 12 Oct 2000 22:52:40 -0400
11708              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
11709      Branch: perl
11710            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11711 ____________________________________________________________________________
11712 [  7214] By: jhi                                   on 2000/10/13  02:55:38
11713         Log: Subject: [PATCH 5.7.0] IVs in mtats
11714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11715              Date: Thu, 12 Oct 2000 22:51:04 -0400
11716              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
11717      Branch: perl
11718            ! malloc.c perl.h
11719 ____________________________________________________________________________
11720 [  7213] By: jhi                                   on 2000/10/13  02:31:47
11721         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
11722      Branch: perl
11723            ! pod/perldiag.pod pp_sys.c
11724 ____________________________________________________________________________
11725 [  7212] By: jhi                                   on 2000/10/13  01:27:38
11726         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
11727              From: Peter Prymmer <pvhp@forte.com>
11728              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
11729              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
11730      Branch: perl
11731            ! t/op/oct.t
11732 ____________________________________________________________________________
11733 [  7211] By: jhi                                   on 2000/10/13  00:35:09
11734         Log: Update Changes.
11735      Branch: perl
11736            ! Changes patchlevel.h
11737 ____________________________________________________________________________
11738 [  7210] By: jhi                                   on 2000/10/12  23:59:40
11739         Log: The Install.pm third of
11740              
11741              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11742              From: Bill Campbell <bill@celestial.com>
11743              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11744              Date: Thu, 5 Oct 2000 18:04:51 -0700
11745      Branch: perl
11746            ! lib/ExtUtils/Install.pm
11747 ____________________________________________________________________________
11748 [  7209] By: jhi                                   on 2000/10/12  23:58:43
11749         Log: Two thirds of
11750              
11751              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11752              Date: Thu, 5 Oct 2000 18:04:51 -0700
11753              From: Bill Campbell <bill@celestial.com>
11754              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11755              
11756              The Install.pm changes will be submitted separately because
11757              they need some work and discussion still.
11758      Branch: perl
11759            ! lib/getopts.pl lib/termcap.pl
11760 ____________________________________________________________________________
11761 [  7208] By: jhi                                   on 2000/10/12  23:41:19
11762         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
11763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11764              Date:     Thu, 12 Oct 2000 07:30:02 EDT
11765              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
11766      Branch: perl
11767            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
11768            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
11769 ____________________________________________________________________________
11770 [  7207] By: jhi                                   on 2000/10/12  23:39:01
11771         Log: An updated EBCDIC tr patch.
11772              
11773              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
11774              From: Peter Prymmer <pvhp@forte.com>
11775              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
11776              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
11777      Branch: perl
11778            ! t/op/tr.t
11779 ____________________________________________________________________________
11780 [  7206] By: jhi                                   on 2000/10/12  23:34:55
11781         Log: Upgrade to CPAN 1.58, from Andreas König.
11782      Branch: perl
11783            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11784 ____________________________________________________________________________
11785 [  7205] By: jhi                                   on 2000/10/12  23:29:08
11786         Log: Introduce the man[24-8] variables, from Andy Dougherty.
11787      Branch: metaconfig/U/perl
11788            + mandirs.U mandirstyle.U
11789      Branch: perl
11790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11791            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
11792            ! vos/config.h vos/config.pl vos/config_h.SH_orig
11793            ! win32/config.bc win32/config.gc win32/config.vc
11794 ____________________________________________________________________________
11795 [  7204] By: gsar                                  on 2000/10/12  18:11:24
11796         Log: restore change#7202
11797      Branch: perl
11798            ! mg.c
11799 ____________________________________________________________________________
11800 [  7203] By: gsar                                  on 2000/10/12  18:09:40
11801         Log: another test of the Emergency Broadcast System--back out 
11802              change#7202
11803      Branch: perl
11804            ! mg.c
11805 ____________________________________________________________________________
11806 [  7202] By: gsar                                  on 2000/10/12  16:40:47
11807         Log: (submitted on behalf of Jarkko)
11808              Fix the lib/encode.t subtest 6 failure as reported by Andreas
11809              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
11810              was unearthed by change 7182, as was a bug in HTML::Entities.
11811      Branch: perl
11812            ! mg.c
11813 ____________________________________________________________________________
11814 [  7201] By: jhi                                   on 2000/10/11  03:16:05
11815         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
11816      Branch: perl
11817            ! pp_hot.c t/pragma/utf8.t
11818 ____________________________________________________________________________
11819 [  7200] By: jhi                                   on 2000/10/11  00:40:30
11820         Log: The #7198 was a false alarm.
11821      Branch: perl
11822            ! pp_hot.c
11823 ____________________________________________________________________________
11824 [  7199] By: jhi                                   on 2000/10/11  00:26:04
11825         Log: Remove duplicated code.
11826      Branch: perl
11827            ! t/lib/cgi-html.t
11828 ____________________________________________________________________________
11829 [  7198] By: jhi                                   on 2000/10/10  23:30:46
11830         Log: (Retracted by #7200.)
11831      Branch: perl
11832            ! pp_hot.c
11833 ____________________________________________________________________________
11834 [  7197] By: jhi                                   on 2000/10/10  21:49:30
11835         Log: Add the test case for #7190, from the original bug report
11836              by Andreas König.
11837      Branch: perl
11838            ! t/pragma/utf8.t
11839 ____________________________________________________________________________
11840 [  7196] By: jhi                                   on 2000/10/10  21:40:49
11841         Log: Reapply Andy's patch and regen Configure.
11842      Branch: perl
11843            ! Configure INSTALL Makefile.SH Porting/Glossary
11844            ! Porting/config.sh config_h.SH epoc/config.sh installperl
11845            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
11846            ! win32/config.vc
11847 ____________________________________________________________________________
11848 [  7195] By: jhi                                   on 2000/10/10  21:09:30
11849         Log: Use the versiononly instead of the installscripts,
11850              retract the changes 7146 and 7147.
11851      Branch: perl
11852            ! Configure INSTALL Makefile.SH Porting/Glossary
11853            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
11854            ! installperl uconfig.sh vos/config.def win32/config.bc
11855            ! win32/config.gc win32/config.vc
11856 ____________________________________________________________________________
11857 [  7194] By: jhi                                   on 2000/10/10  21:06:15
11858         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
11859              From: Peter Prymmer <pvhp@forte.com>
11860              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
11861              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
11862      Branch: perl
11863            ! t/op/ver.t
11864 ____________________________________________________________________________
11865 [  7193] By: jhi                                   on 2000/10/10  21:05:12
11866         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
11867              From: Peter Prymmer <pvhp@forte.com>
11868              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
11869              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
11870      Branch: perl
11871            ! t/op/tr.t
11872 ____________________________________________________________________________
11873 [  7192] By: jhi                                   on 2000/10/10  20:57:30
11874         Log: Add versiononly, delete installscripts, from Andy Dougherty.
11875      Branch: metaconfig
11876            - U/installdirs/installscripts.U
11877      Branch: metaconfig/U/perl
11878            + versiononly.U
11879 ____________________________________________________________________________
11880 [  7191] By: jhi                                   on 2000/10/10  19:41:21
11881         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
11882              From: Peter Prymmer <pvhp@forte.com>
11883              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
11884              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
11885      Branch: perl
11886            ! pod/perlebcdic.pod
11887 ____________________________________________________________________________
11888 [  7190] By: jhi                                   on 2000/10/10  19:26:14
11889         Log: Subject: Re: utf8 concat, mg_get
11890              From: Simon Cozens <simon@cozens.net>
11891              Date: Tue, 10 Oct 2000 17:40:17 +0100
11892              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
11893      Branch: perl
11894            ! pp_hot.c
11895 ____________________________________________________________________________
11896 [  7189] By: jhi                                   on 2000/10/10  19:23:03
11897         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
11898              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
11899              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
11900              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
11901      Branch: perl
11902            ! lib/ExtUtils/MM_Unix.pm
11903 ____________________________________________________________________________
11904 [  7188] By: jhi                                   on 2000/10/10  15:31:24
11905         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
11906              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11907              Date: Fri, 14 Jul 2000 10:47:36 +0100
11908              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
11909      Branch: perl
11910            ! README.win32
11911 ____________________________________________________________________________
11912 [  7187] By: jhi                                   on 2000/10/10  13:30:10
11913         Log: Quote the temp file name, needed in Win32 because the
11914              default name unfortunately contains spaces, shouldn't
11915              hurt elsewhere.
11916              
11917              Subject: FW: perldoc fails if $TEMP contains spaces
11918              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
11919              Date: Thu, 14 Sep 2000 08:58:45 +0100
11920              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
11921      Branch: perl
11922            ! utils/perldoc.PL
11923 ____________________________________________________________________________
11924 [  7186] By: jhi                                   on 2000/10/10  13:16:27
11925         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
11926              From: hv@hugo.hybyte.com
11927              Date: Tue, 10 Oct 2000 14:10:20 +0100
11928              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
11929      Branch: perl
11930            ! t/lib/thr5005.t util.c
11931 ____________________________________________________________________________
11932 [  7185] By: jhi                                   on 2000/10/10  12:06:22
11933         Log: Upgrade to podlators 1.04, from Russ Allbery.
11934      Branch: perl
11935            ! lib/Pod/Man.pm lib/Pod/Text.pm
11936 ____________________________________________________________________________
11937 [  7184] By: jhi                                   on 2000/10/10  12:01:32
11938         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
11939      Branch: perl
11940            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
11941 ____________________________________________________________________________
11942 [  7183] By: jhi                                   on 2000/10/09  23:47:15
11943         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
11944              From: Peter Prymmer <pvhp@forte.com>
11945              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
11946              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
11947      Branch: perl
11948            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
11949 ____________________________________________________________________________
11950 [  7182] By: jhi                                   on 2000/10/09  23:43:16
11951         Log: Make eq work again with utf8 (disabling the upgrading
11952              should no more be necessary since the copies of the
11953              scalars are upgraded, not the scalars themselves).
11954              Takes care of ID 20001009.001.  (The claimed length()
11955              bug in 20001009.001 seems bogus to me.)
11956      Branch: perl
11957            ! sv.c t/pragma/utf8.t
11958 ____________________________________________________________________________
11959 [  7181] By: gsar                                  on 2000/10/09  19:41:54
11960         Log: tweak for change#7173
11961      Branch: perl
11962            ! win32/win32sck.c
11963 ____________________________________________________________________________
11964 [  7180] By: gsar                                  on 2000/10/09  19:26:56
11965         Log: on Windows, clean targets might not work under some flavors of the shell
11966      Branch: perl
11967            ! win32/Makefile win32/makefile.mk
11968 ____________________________________________________________________________
11969 [  7179] By: jhi                                   on 2000/10/09  19:21:02
11970         Log: Update Changes.
11971      Branch: perl
11972            ! Changes patchlevel.h
11973 ____________________________________________________________________________
11974 [  7178] By: jhi                                   on 2000/10/09  19:18:23
11975         Log: Warn about unknown scripts.
11976              
11977              Subject: Re: ideas? patches? [PATCH bleadperl]
11978              From: Dominic Dunlop <domo@computer.org>
11979              Date: Mon, 9 Oct 2000 14:57:17 +0200
11980              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
11981      Branch: perl
11982            ! lib/charnames.pm
11983 ____________________________________________________________________________
11984 [  7177] By: jhi                                   on 2000/10/09  19:13:27
11985         Log: Change #7160 had a nasty typo.
11986      Branch: metaconfig
11987            ! U/compline/Compile.U
11988      Branch: perl
11989            ! Configure config_h.SH
11990 ____________________________________________________________________________
11991 [  7176] By: gsar                                  on 2000/10/09  18:59:33
11992         Log: pod nit
11993      Branch: perl
11994            ! pod/perlport.pod
11995 ____________________________________________________________________________
11996 [  7175] By: gsar                                  on 2000/10/09  18:54:28
11997         Log: Windows9x doesn't support link(), despite what Config.pm
11998              might think
11999      Branch: perl
12000            ! lib/ExtUtils/Manifest.pm
12001 ____________________________________________________________________________
12002 [  7174] By: gsar                                  on 2000/10/09  18:50:03
12003         Log: avoid nonportable example code
12004      Branch: perl
12005            ! lib/File/Copy.pm
12006 ____________________________________________________________________________
12007 [  7173] By: gsar                                  on 2000/10/09  18:46:54
12008         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
12009              being used) when closing a socket handle
12010      Branch: perl
12011            ! win32/win32.c win32/win32.h win32/win32sck.c
12012 ____________________________________________________________________________
12013 [  7172] By: gsar                                  on 2000/10/09  18:41:40
12014         Log: on Windows, cwd strings in the environment should be of the
12015              form =X:=X:\foo instead of =X=X:\foo\
12016      Branch: perl
12017            ! win32/vdir.h
12018 ____________________________________________________________________________
12019 [  7171] By: gsar                                  on 2000/10/09  18:30:09
12020         Log: on Windows, LoadLibrary() could load an extension DLL multiple
12021              times if forward slashes are used in the path
12022      Branch: perl
12023            ! win32/win32.c
12024 ____________________________________________________________________________
12025 [  7170] By: jhi                                   on 2000/10/09  17:53:59
12026         Log: Add a todo note about overloadable assertions.
12027      Branch: perl
12028            ! Todo-5.6
12029 ____________________________________________________________________________
12030 [  7169] By: jhi                                   on 2000/10/09  13:43:45
12031         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
12032              From: mjd@plover.com
12033              Date: 9 Oct 2000 00:24:44 -0000
12034              Message-ID: <20001009002444.10616.qmail@plover.com>
12035      Branch: perl
12036            ! pod/perldebguts.pod
12037 ____________________________________________________________________________
12038 [  7168] By: nick                                  on 2000/10/08  13:16:33
12039         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
12040              is not right thing to do on (e.g. x86). Network order is also "right" for
12041              X fonts.
12042      Branch: perl
12043            ! ext/Encode/Encode.pm
12044 ____________________________________________________________________________
12045 [  7167] By: nick                                  on 2000/10/08  12:54:42
12046         Log: Make "encodings" work post-install when Encode/*.enc files may not
12047              be in same directory as Encode.pm
12048      Branch: perl
12049            ! ext/Encode/Encode.pm
12050 ____________________________________________________________________________
12051 [  7166] By: nick                                  on 2000/10/08  11:51:26
12052         Log: Work round the fact that $hash->{$key} does not take into account
12053              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
12054              so that key is always in the "expected" encoding - i.e. same way we put
12055              it in the hash.
12056      Branch: perl
12057            ! ext/Encode/Encode.pm
12058 ____________________________________________________________________________
12059 [  7165] By: gsar                                  on 2000/10/08  04:15:29
12060         Log: save_re_context() could reset PL_curcop to freed memory, causing core
12061              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
12062      Branch: perl
12063            ! pp_ctl.c
12064 ____________________________________________________________________________
12065 [  7164] By: jhi                                   on 2000/10/06  20:51:48
12066         Log: UTF8ize split() so that the cloned substrings get the UTF8
12067              flag of the original scalar.  Problem reported by Simon Cozens.
12068      Branch: perl
12069            ! pp.c t/pragma/utf8.t
12070 ____________________________________________________________________________
12071 [  7163] By: nick                                  on 2000/10/06  20:48:34
12072         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
12073              got a false +ve and so did not reach code which would have un-FAKEd the SV.
12074      Branch: perl
12075            ! sv.c
12076 ____________________________________________________________________________
12077 [  7162] By: nick                                  on 2000/10/06  20:25:37
12078         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
12079              To fix  (sort {$a <=> $b} keys %hash) in particular but
12080              should cover a number of other as-yet-unknown cases as well.
12081      Branch: perl
12082            ! sv.c
12083 ____________________________________________________________________________
12084 [  7161] By: jhi                                   on 2000/10/06  19:56:18
12085         Log: Change the version number of Tie::Handle in the core to 4.0,
12086              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
12087              
12088              Subject: Note on Tie::Handle
12089              From: andreas.koenig@anima.de (Andreas J. Koenig)
12090              Date:      06 Oct 2000 21:48:58 +0200
12091              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
12092      Branch: perl
12093            ! lib/Tie/Handle.pm
12094 ____________________________________________________________________________
12095 [  7160] By: jhi                                   on 2000/10/06  18:20:35
12096         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
12097              as the first option of cc/ld because of ultrapicky compilers
12098              (e.g. OS/390 R2.5)
12099      Branch: metaconfig
12100            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
12101            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
12102            ! U/compline/orderlib.U U/modified/Cppsym.U
12103            ! U/modified/d_access.U
12104      Branch: metaconfig/U/perl
12105            ! Checkcc.U d_dlsymun.U gccvers.U
12106      Branch: perl
12107            ! Configure config_h.SH
12108 ____________________________________________________________________________
12109 [  7159] By: jhi                                   on 2000/10/06  13:56:39
12110         Log: Update Changes.
12111      Branch: perl
12112            ! Changes patchlevel.h
12113 ____________________________________________________________________________
12114 [  7158] By: jhi                                   on 2000/10/06  12:48:40
12115         Log: Eliminate $Is_VMS code from the test.
12116              
12117              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
12118              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12119              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
12120              Date:     Thu, 5 Oct 2000 07:46:33 EDT
12121      Branch: perl
12122            ! t/lib/b.t
12123 ____________________________________________________________________________
12124 [  7157] By: jhi                                   on 2000/10/06  12:47:13
12125         Log: Also the $ccflags is needed for the C compiler check.
12126              
12127              Subject: Configure (check for C-compiler)
12128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12129              Date: Fri, 06 Oct 2000 08:47:15 +0200
12130              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
12131      Branch: metaconfig/U/perl
12132            ! Checkcc.U
12133      Branch: perl
12134            ! Configure config_h.SH
12135 ____________________________________________________________________________
12136 [  7156] By: jhi                                   on 2000/10/06  11:45:15
12137         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
12138      Branch: perl
12139            ! perl.c pp_ctl.c sv.h utf8.c
12140 ____________________________________________________________________________
12141 [  7155] By: jhi                                   on 2000/10/06  11:40:41
12142         Log: IO::Handle->syswrite() did not handle length omission
12143              like CORE::syswrite() does.
12144              
12145              Subject: [Fwd] IO::Handle, syswrite and arguments
12146              From: Graham Barr <gbarr@pobox.com>
12147              Date: Fri, 6 Oct 2000 10:22:05 +0100
12148              Message-ID: <20001006102205.U6312@pobox.com>
12149              
12150              The original patch from andrew@ugh.net.au.
12151      Branch: perl
12152            ! ext/IO/lib/IO/Handle.pm
12153 ____________________________________________________________________________
12154 [  7154] By: jhi                                   on 2000/10/06  01:42:15
12155         Log: Tweak #7153.
12156      Branch: perl
12157            ! utf8.h
12158 ____________________________________________________________________________
12159 [  7153] By: jhi                                   on 2000/10/06  00:39:55
12160         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
12161      Branch: perl
12162            ! utf8.h
12163 ____________________________________________________________________________
12164 [  7152] By: jhi                                   on 2000/10/06  00:38:11
12165         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
12166      Branch: perl
12167            ! perl.c pp_ctl.c sv.h utf8.c
12168 ____________________________________________________________________________
12169 [  7151] By: jhi                                   on 2000/10/06  00:36:38
12170         Log: Subject: Re: Questions about Tie::Array and perl modules
12171              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12172              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
12173              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
12174              
12175              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
12176      Branch: perl
12177            ! lib/Tie/Array.pm t/op/array.t
12178 ____________________________________________________________________________
12179 [  7150] By: jhi                                   on 2000/10/05  00:20:45
12180         Log: Regen Changes.
12181      Branch: perl
12182            ! Changes patchlevel.h
12183 ____________________________________________________________________________
12184 [  7149] By: jhi                                   on 2000/10/05  00:20:01
12185         Log: Regen toc.
12186      Branch: perl
12187            ! pod/perltoc.pod
12188 ____________________________________________________________________________
12189 [  7148] By: jhi                                   on 2000/10/04  23:35:08
12190         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
12191              reported several times by Dominic Dunlop, for example in
12192              ID 20000315.008.  Patch from Dominic.  Patch affects at
12193              least MachTen, and possibly other oldish BSDs. Should not
12194              break non-broken platforms (tested on LinuxPPC). 
12195      Branch: perl
12196            ! doio.c
12197 ____________________________________________________________________________
12198 [  7147] By: jhi                                   on 2000/10/04  23:26:34
12199         Log: The one that got away from 7146.
12200      Branch: metaconfig
12201            + U/installdirs/installscripts.U
12202 ____________________________________________________________________________
12203 [  7146] By: jhi                                   on 2000/10/04  23:25:04
12204         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
12205              suggested by H. Merijn Brand.
12206      Branch: perl
12207            ! Configure INSTALL Makefile.SH Porting/Glossary
12208            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
12209            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12210            ! win32/config.vc
12211 ____________________________________________________________________________
12212 [  7145] By: jhi                                   on 2000/10/04  22:08:21
12213         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12215              Date: Wed, 4 Oct 2000 17:37:46 -0400
12216              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
12217      Branch: perl
12218            ! utils/h2xs.PL
12219 ____________________________________________________________________________
12220 [  7144] By: jhi                                   on 2000/10/04  18:11:41
12221         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
12222              From: Jeff Pinyan <jeffp@crusoe.net>
12223              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
12224              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
12225      Branch: perl
12226            ! pod/perlrun.pod
12227 ____________________________________________________________________________
12228 [  7143] By: jhi                                   on 2000/10/04  18:09:58
12229         Log: Subject: perlhack.pod Patch for Externals Tools
12230              From: Fisher Mark <fisherm@tce.com>
12231              Date: Tue, 3 Oct 2000 15:43:27 -0500 
12232              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
12233      Branch: perl
12234            ! pod/perlhack.pod
12235 ____________________________________________________________________________
12236 [  7142] By: jhi                                   on 2000/10/04  18:08:41
12237         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
12238              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12239              Date:     Wed, 4 Oct 2000 12:11:11 EDT
12240              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
12241      Branch: perl
12242            ! vms/vms.c
12243 ____________________________________________________________________________
12244 [  7141] By: jhi                                   on 2000/10/04  12:20:16
12245         Log: Subject: [PATCH 5.7.0] h2xs not working
12246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12247              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
12248              Date: Tue, 3 Oct 2000 21:43:01 -0400
12249              
12250              Subject: [PATCH 5.7.0] h2xs not documenting the created module
12251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12252              Date: Tue, 3 Oct 2000 22:55:19 -0400
12253              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
12254      Branch: perl
12255            ! utils/h2xs.PL
12256 ____________________________________________________________________________
12257 [  7140] By: jhi                                   on 2000/10/04  11:53:44
12258         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
12259              From: nick@babyhippo.com
12260              Date: Wed, 4 Oct 2000 12:06:45 +0100
12261              Message-Id: <20001004120645.A7356@babyhippo.com>
12262              
12263              Retract 7118 and 7135.
12264      Branch: perl
12265            ! installman installperl op.c t/pragma/subs.t
12266 ____________________________________________________________________________
12267 [  7139] By: jhi                                   on 2000/10/03  22:09:41
12268         Log: It is possible to have no hosts database at all.  Pointed out in
12269              
12270              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12271              From: Peter Prymmer <pvhp@forte.com>
12272              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12273              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12274      Branch: metaconfig
12275            ! U/modified/myhostname.U
12276      Branch: perl
12277            ! Configure config_h.SH
12278 ____________________________________________________________________________
12279 [  7138] By: jhi                                   on 2000/10/03  21:49:49
12280         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12281              From: Peter Prymmer <pvhp@forte.com>
12282              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12283              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12284      Branch: perl
12285            ! pp_sys.c
12286 ____________________________________________________________________________
12287 [  7137] By: jhi                                   on 2000/10/03  20:10:05
12288         Log: One remaining nit less at the VMS mailbox sizing.
12289      Branch: perl
12290            ! vms/vms.c
12291 ____________________________________________________________________________
12292 [  7136] By: jhi                                   on 2000/10/03  20:08:47
12293         Log: Test harness update to sync with the new perlcc,
12294              from Simon Cozens.
12295      Branch: perl
12296            ! t/TEST t/UTEST
12297 ____________________________________________________________________________
12298 [  7135] By: jhi                                   on 2000/10/03  15:15:42
12299         Log: Subject: Re: PATCH for 20001003.004
12300              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
12301              From: "AARON B. DOSSETT" <aaron@iglou.com>
12302              Message-Id: <E13gTay-0006od-00@iglou.com>
12303      Branch: perl
12304            ! installman installperl
12305 ____________________________________________________________________________
12306 [  7134] By: jhi                                   on 2000/10/03  15:00:34
12307         Log: Subject: [ID 20001003.006] B::Debug not -w clean
12308              From: Nicholas Clark <nick@babyhippo.co.uk>
12309              Date: Tue, 03 Oct 2000 15:46:32 +0100
12310              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
12311      Branch: perl
12312            ! ext/B/B/Debug.pm
12313 ____________________________________________________________________________
12314 [  7133] By: jhi                                   on 2000/10/03  14:58:39
12315         Log: Scale down the VMS message boxes, by Charles Lane.
12316              Fix for ID 20000903.009, workaround at
12317              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
12318      Branch: perl
12319            ! vms/vms.c
12320 ____________________________________________________________________________
12321 [  7132] By: jhi                                   on 2000/10/03  11:20:37
12322         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
12323      Branch: perl
12324            + t/lib/st-lock.t t/lib/st-utf8.t
12325            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
12326            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12327 ____________________________________________________________________________
12328 [  7131] By: jhi                                   on 2000/10/03  03:38:23
12329         Log: Encode nits.
12330      Branch: perl
12331            ! MANIFEST Makefile.SH
12332 ____________________________________________________________________________
12333 [  7130] By: jhi                                   on 2000/10/03  03:31:05
12334         Log: Update Changes.
12335      Branch: perl
12336            ! Changes patchlevel.h
12337 ____________________________________________________________________________
12338 [  7129] By: jhi                                   on 2000/10/03  02:24:02
12339         Log: Misplaced else.
12340      Branch: metaconfig/U/perl
12341            ! d_strtoll.U
12342      Branch: perl
12343            ! Configure config_h.SH
12344 ____________________________________________________________________________
12345 [  7128] By: jhi                                   on 2000/10/03  02:08:29
12346         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
12347              From: sthoenna@efn.org
12348              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
12349              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
12350      Branch: metaconfig/U/perl
12351            ! d_strtoll.U
12352      Branch: perl
12353            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
12354 ____________________________________________________________________________
12355 [  7127] By: jhi                                   on 2000/10/03  01:13:14
12356         Log: Update Changes.
12357      Branch: perl
12358            ! Changes patchlevel.h
12359 ____________________________________________________________________________
12360 [  7126] By: jhi                                   on 2000/10/03  00:57:08
12361         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
12362              as suggested by Olaf Flebbe and Nick Clark.
12363      Branch: perl
12364            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
12365 ____________________________________________________________________________
12366 [  7125] By: jhi                                   on 2000/10/03  00:50:56
12367         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
12368              From: Nick Clark <nick@plum.flirble.org>
12369              Date: Mon, 2 Oct 2000 11:03:24 +0100
12370              Message-Id: <20001002110324.D20073@plum.flirble.org>
12371              
12372              Also fixes bug ID 20001002.005.
12373      Branch: perl
12374            ! t/lib/encode.t
12375 ____________________________________________________________________________
12376 [  7124] By: jhi                                   on 2000/10/03  00:34:59
12377         Log: Subject: [PATCH 5.7.0] Epoc update
12378              From: Olaf Flebbe <o.flebbe@gmx.de>
12379              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
12380              Message-ID: <26423.969484586@www10.gmx.net>
12381      Branch: perl
12382            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12383            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
12384            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
12385            ! util.c util.h
12386 ____________________________________________________________________________
12387 [  7123] By: jhi                                   on 2000/10/03  00:30:07
12388         Log: Regen headers.
12389      Branch: perl
12390            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
12391 ____________________________________________________________________________
12392 [  7122] By: jhi                                   on 2000/10/03  00:10:48
12393         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
12394      Branch: perl
12395            ! hints/openbsd.sh
12396 ____________________________________________________________________________
12397 [  7121] By: jhi                                   on 2000/10/03  00:05:06
12398         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
12399              From: <abigail@foad.org>
12400              Date: Tue, 26 Sep 2000 13:36:14 -0400
12401              Message-ID: <20000926173614.4356.qmail@foad.org>
12402      Branch: perl
12403            ! pod/perlop.pod
12404 ____________________________________________________________________________
12405 [  7120] By: jhi                                   on 2000/10/03  00:04:00
12406         Log: Inside require() $^S was always left undefined.
12407              
12408              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
12409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12410              Date: Wed, 27 Sep 2000 18:54:49 -0400
12411              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
12412      Branch: perl
12413            ! cop.h mg.c pp_ctl.c util.c
12414 ____________________________________________________________________________
12415 [  7119] By: jhi                                   on 2000/10/03  00:00:16
12416         Log: Subject: [PATCH] DLL not restartabke with threaded perl
12417              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
12418              Date: Thu, 28 Sep 2000 09:20:46 +0100
12419              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
12420      Branch: perl
12421            ! perl.c
12422 ____________________________________________________________________________
12423 [  7118] By: jhi                                   on 2000/10/02  23:59:20
12424         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
12425              From: Nicholas Clark <nick@ccl4.org>
12426              Date: Thu, 28 Sep 2000 11:52:24 +0100
12427              Message-ID: <20000928115224.D7924@plum.flirble.org>
12428      Branch: perl
12429            ! op.c
12430 ____________________________________________________________________________
12431 [  7117] By: jhi                                   on 2000/10/02  23:57:51
12432         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
12433              From: Nicholas Clark <nick@babyhippo.co.uk>
12434              Date: Thu, 28 Sep 2000 12:18:10 +0100
12435              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
12436              
12437              Did not apply cleanly, manual intervention was needed.
12438      Branch: perl
12439            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12440 ____________________________________________________________________________
12441 [  7116] By: jhi                                   on 2000/10/02  23:50:40
12442         Log: Document the issue (is not a syntax error, kind of)
12443              
12444              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
12445              From: Nicholas Clark <nick@ccl4.org>
12446              Date: Thu, 28 Sep 2000 17:12:42 +0100
12447              Message-ID: <20000928171242.K7924@plum.flirble.org>
12448      Branch: perl
12449            ! pod/perldata.pod
12450 ____________________________________________________________________________
12451 [  7115] By: jhi                                   on 2000/10/02  23:48:58
12452         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
12453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12454              Date: Thu, 28 Sep 2000 21:55:31 -0400
12455              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
12456      Branch: perl
12457            ! regexec.c
12458 ____________________________________________________________________________
12459 [  7114] By: jhi                                   on 2000/10/02  23:47:57
12460         Log: Subject: DOC PATCH 5.6.0
12461              From: mjd@plover.com
12462              Date: 30 Sep 2000 06:02:34 -0000
12463              Message-ID: <20000930060234.4559.qmail@plover.com>
12464      Branch: perl
12465            ! pod/perldebguts.pod
12466 ____________________________________________________________________________
12467 [  7113] By: jhi                                   on 2000/10/02  23:46:43
12468         Log: SOCK_DGRAM and listen() do not mix as reported in
12469              
12470              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
12471              From: Petter Reinholdtsen <pere@hungry.com>
12472              Date: Sun, 1 Oct 2000 10:57:20 +0800
12473              Message-Id: <200010010257.KAA05735@localhost.localdomain>
12474              
12475              The patch for 5.7.0+ had to be reengineered, though.
12476      Branch: perl
12477            ! ext/IO/lib/IO/Socket/UNIX.pm
12478 ____________________________________________________________________________
12479 [  7112] By: jhi                                   on 2000/10/02  23:36:57
12480         Log: Subject: Re: [PATCH 5.005_64 missed]
12481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12482              Date: Sun, 1 Oct 2000 18:50:10 -0400
12483              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
12484      Branch: perl
12485            ! pod/perlxs.pod
12486 ____________________________________________________________________________
12487 [  7111] By: jhi                                   on 2000/10/02  23:35:40
12488         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
12489              From: Radu Greab <radu@netsoft.ro>
12490              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
12491              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
12492      Branch: perl
12493            ! op.c opcode.pl t/op/substr.t
12494 ____________________________________________________________________________
12495 [  7110] By: jhi                                   on 2000/10/02  23:32:38
12496         Log: Subject: [PATCH] Fix aliasing of tied filehandles
12497              From: Daniel Chetlin <daniel@chetlin.com>
12498              Date: Mon, 2 Oct 2000 14:53:27 -0700
12499              Message-ID: <20001002145327.C1617@ilmd>
12500      Branch: perl
12501            ! perl.h pp_hot.c t/op/tiehandle.t
12502 ____________________________________________________________________________
12503 [  7109] By: jhi                                   on 2000/10/02  23:31:30
12504         Log: s/Robin Parker/Robin Barker/
12505      Branch: perl
12506            ! Changes5.6
12507 ____________________________________________________________________________
12508 [  7108] By: jhi                                   on 2000/10/02  23:15:46
12509         Log: Retract #7091 as suggested in
12510              
12511              From: Robin Barker <rmb1@cise.npl.co.uk> 
12512              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
12513              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
12514              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
12515      Branch: perl
12516            ! embed.pl proto.h
12517 ____________________________________________________________________________
12518 [  7107] By: nick                                  on 2000/10/02  18:23:14
12519         Log: A few tweaks to get Tk803 to work with Encode scheme.
12520      Branch: perl
12521            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12522 ____________________________________________________________________________
12523 [  7106] By: nick                                  on 2000/10/01  21:34:14
12524         Log: Add checking cases to Encode's toUnicode and fromUnicode.
12525      Branch: perl
12526            ! ext/Encode/Encode.pm
12527 ____________________________________________________________________________
12528 [  7105] By: nick                                  on 2000/10/01  17:18:01
12529         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
12530              To read and use them.
12531              Add a lib/encode.t which checks a few things.
12532      Branch: perl
12533            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
12534            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
12535            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
12536            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
12537            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
12538            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
12539            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
12540            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
12541            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
12542            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
12543            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
12544            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
12545            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
12546            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
12547            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
12548            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
12549            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
12550            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
12551            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
12552            + ext/Encode/Encode/iso2022-jp.enc
12553            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12554            + ext/Encode/Encode/iso8859-1.enc
12555            + ext/Encode/Encode/iso8859-2.enc
12556            + ext/Encode/Encode/iso8859-3.enc
12557            + ext/Encode/Encode/iso8859-4.enc
12558            + ext/Encode/Encode/iso8859-5.enc
12559            + ext/Encode/Encode/iso8859-6.enc
12560            + ext/Encode/Encode/iso8859-7.enc
12561            + ext/Encode/Encode/iso8859-8.enc
12562            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
12563            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
12564            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
12565            + ext/Encode/Encode/macCentEuro.enc
12566            + ext/Encode/Encode/macCroatian.enc
12567            + ext/Encode/Encode/macCyrillic.enc
12568            + ext/Encode/Encode/macDingbats.enc
12569            + ext/Encode/Encode/macGreek.enc
12570            + ext/Encode/Encode/macIceland.enc
12571            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
12572            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
12573            + ext/Encode/Encode/macTurkish.enc
12574            + ext/Encode/Encode/macUkraine.enc
12575            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
12576            + t/lib/encode.t
12577            ! MANIFEST ext/Encode/Encode.pm
12578 ____________________________________________________________________________
12579 [  7104] By: nick                                  on 2000/09/30  13:04:30
12580         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
12581              From: Daniel Chetlin <daniel@chetlin.com>
12582              Date: Mon, 18 Sep 2000 05:05:40 -0700
12583              Message-Id: <20000918050540.C652@ilmd>
12584      Branch: perl
12585            ! lib/overload.pm sv.c t/pragma/overload.t
12586 ____________________________________________________________________________
12587 [  7103] By: nick                                  on 2000/09/30  12:53:36
12588         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
12589              From: Johan Vromans <jvromans@squirrel.nl>
12590              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
12591              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
12592      Branch: perl
12593            ! pod/Makefile.SH
12594 ____________________________________________________________________________
12595 [  7102] By: nick                                  on 2000/09/30  12:52:31
12596         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
12597              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12598              Date: Sat, 16 Sep 2000 16:36:45 -0400
12599              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
12600      Branch: perl
12601            ! ext/B/B/Deparse.pm
12602 ____________________________________________________________________________
12603 [  7101] By: nick                                  on 2000/09/30  12:51:41
12604         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
12605              From: Craig A. Berry <craig.berry@psinetcs.com>
12606              Date: Sat, 16 Sep 2000 10:11:10 -0500
12607              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
12608      Branch: perl
12609            ! vms/vms.c
12610 ____________________________________________________________________________
12611 [  7100] By: nick                                  on 2000/09/30  12:50:33
12612         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12613              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12614              Date: Fri, 15 Sep 2000 16:37:58 -0400
12615              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
12616      Branch: perl
12617            ! t/op/append.t
12618 ____________________________________________________________________________
12619 [  7099] By: nick                                  on 2000/09/30  12:49:35
12620         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12621              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12622              Date: Fri, 15 Sep 2000 16:25:30 -0400
12623              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
12624      Branch: perl
12625            ! pp_hot.c
12626 ____________________________________________________________________________
12627 [  7098] By: nick                                  on 2000/09/30  12:48:00
12628         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
12629              From: Gisle Aas <gisle@ActiveState.com>
12630              Date: 15 Sep 2000 16:23:41 +0200
12631              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
12632      Branch: perl
12633            ! toke.c
12634 ____________________________________________________________________________
12635 [  7097] By: nick                                  on 2000/09/30  12:45:16
12636         Log: Subject: [PATCH] Nits in perlmod.pod
12637              From: Daniel Chetlin <daniel@chetlin.com>
12638              Date: Fri, 15 Sep 2000 02:04:09 -0700
12639              Message-Id: <20000915020409.A2104@ilmd>
12640      Branch: perl
12641            ! pod/perlmod.pod
12642 ____________________________________________________________________________
12643 [  7096] By: nick                                  on 2000/09/30  12:18:00
12644         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
12645              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
12646              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
12647              0 to checking to get the warning.
12648      Branch: perl
12649            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12650            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
12651            ! regexec.c sv.c toke.c utf8.c
12652 ____________________________________________________________________________
12653 [  7095] By: nick                                  on 2000/09/15  16:55:59
12654         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
12655              
12656              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
12657              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12658              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
12659              Date: Fri, 15 Sep 2000 06:37:30 -0400
12660      Branch: perl
12661            ! ext/Encode/Encode.xs sv.c
12662 ____________________________________________________________________________
12663 [  7094] By: jhi                                   on 2000/09/15  03:23:32
12664         Log: Update Changes.
12665      Branch: perl
12666            ! Changes patchlevel.h
12667 ____________________________________________________________________________
12668 [  7093] By: jhi                                   on 2000/09/15  03:11:44
12669         Log: Fix for the charnames.t failures from Spider Boardman.
12670      Branch: perl
12671            ! toke.c
12672 ____________________________________________________________________________
12673 [  7092] By: jhi                                   on 2000/09/15  00:15:48
12674         Log: Botched the #7090 check-in.
12675      Branch: perl
12676            ! sv.c
12677 ____________________________________________________________________________
12678 [  7091] By: jhi                                   on 2000/09/14  23:33:24
12679         Log: Part of #7081 didn't come through.
12680      Branch: perl
12681            ! embed.pl proto.h
12682 ____________________________________________________________________________
12683 [  7090] By: jhi                                   on 2000/09/14  23:17:39
12684         Log: Subject: Re: perl@7078 
12685              From: Spider Boardman <spider@web.zk3.dec.com>
12686              Date: Thu, 14 Sep 2000 19:06:36 -0400
12687              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
12688      Branch: perl
12689            ! sv.c toke.c
12690 ____________________________________________________________________________
12691 [  7089] By: jhi                                   on 2000/09/14  23:11:21
12692         Log: Small portability tweaks.
12693      Branch: perl
12694            ! ext/Encode/Encode.xs
12695 ____________________________________________________________________________
12696 [  7088] By: jhi                                   on 2000/09/14  22:57:23
12697         Log: Fake return to pacify picky compilers.
12698      Branch: perl
12699            ! ext/Encode/Encode.xs
12700 ____________________________________________________________________________
12701 [  7087] By: jhi                                   on 2000/09/14  22:53:37
12702         Log: Subject: [PATCH] utf8.c apidoc
12703              From: Simon Cozens <simon@cozens.net>
12704              Date: Thu, 14 Sep 2000 23:46:57 +0100
12705              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
12706      Branch: perl
12707            ! perlapi.c pod/perlapi.pod utf8.c
12708 ____________________________________________________________________________
12709 [  7086] By: jhi                                   on 2000/09/14  22:40:38
12710         Log: We don't need to count the high bit bytes, a boolean is enough. 
12711      Branch: perl
12712            ! sv.c
12713 ____________________________________________________________________________
12714 [  7085] By: jhi                                   on 2000/09/14  21:20:09
12715         Log: Replace #7084 with
12716              
12717              Subject: Re: perl@7078 
12718              From: Spider Boardman <spider@web.zk3.dec.com>
12719              Date: Thu, 14 Sep 2000 17:09:36 -0400
12720              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
12721      Branch: perl
12722            ! sv.c utf8.c
12723 ____________________________________________________________________________
12724 [  7084] By: jhi                                   on 2000/09/14  20:03:34
12725         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
12726              convertable to bytes by checking it doesn't go above 0xc3
12727              
12728              Subject: Re: perl@7078
12729              From: Simon Cozens <simon@cozens.net>
12730              Date: Thu, 14 Sep 2000 20:59:19 +0100
12731              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
12732      Branch: perl
12733            ! utf8.c
12734 ____________________________________________________________________________
12735 [  7083] By: jhi                                   on 2000/09/14  19:38:47
12736         Log: Subject: Re: perl@7078
12737              From: Simon Cozens <simon@cozens.net>
12738              Date: Thu, 14 Sep 2000 20:13:09 +0100
12739              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
12740      Branch: perl
12741            ! t/op/bop.t
12742 ____________________________________________________________________________
12743 [  7082] By: jhi                                   on 2000/09/14  17:50:44
12744         Log: The one that got away.
12745      Branch: perl
12746            ! lib/File/Find.pm
12747 ____________________________________________________________________________
12748 [  7081] By: jhi                                   on 2000/09/14  17:45:35
12749         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
12750              From: Robin Barker <rmb1@cise.npl.co.uk>
12751              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
12752              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
12753      Branch: perl
12754            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
12755            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
12756            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
12757            ! regcomp.c toke.c universal.c
12758 ____________________________________________________________________________
12759 [  7080] By: jhi                                   on 2000/09/14  17:40:35
12760         Log: Problems picked up by AIX cc.
12761              
12762              Subject: Re: perl@7078 (patch included)
12763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12764              Date: Thu, 14 Sep 2000 18:53:30 +0200
12765              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
12766      Branch: perl
12767            ! ext/Encode/Encode.xs
12768 ____________________________________________________________________________
12769 [  7079] By: jhi                                   on 2000/09/14  17:38:27
12770         Log: Subject: File::Find 5.7.0 POD nits
12771              From: Rich Morin <rdm@cfcl.com>
12772              Date: Wed, 13 Sep 2000 22:03:58 -0700
12773              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
12774      Branch: perl
12775            ! lib/File/Find.pm
12776 ____________________________________________________________________________
12777 [  7078] By: jhi                                   on 2000/09/14  14:58:20
12778         Log: Update Changes.
12779      Branch: perl
12780            ! Changes patchlevel.h
12781 ____________________________________________________________________________
12782 [  7077] By: jhi                                   on 2000/09/14  14:55:54
12783         Log: Compilation warnings and an error.
12784      Branch: perl
12785            ! sv.c
12786 ____________________________________________________________________________
12787 [  7076] By: jhi                                   on 2000/09/14  14:42:56
12788         Log: Fix for a parsing bug, not for the original bug.
12789              
12790              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
12791              From: Spider Boardman <spider@web.zk3.dec.com>
12792              Date: Wed, 13 Sep 2000 17:52:20 -0400
12793              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
12794      Branch: perl
12795            ! regcomp.c
12796 ____________________________________________________________________________
12797 [  7075] By: jhi                                   on 2000/09/14  14:40:40
12798         Log: Batch of UTF-8 patches from Simon Cozens.
12799      Branch: perl
12800            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
12801            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
12802            ! toke.c utf8.c
12803 ____________________________________________________________________________
12804 [  7074] By: jhi                                   on 2000/09/14  14:29:58
12805         Log: Subject: Re: Two advertising clauses need to be removed
12806              From: Russ Allbery <rra@stanford.edu>
12807              Date: 13 Sep 2000 18:50:26 -0700
12808              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
12809      Branch: perl
12810            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12811 ____________________________________________________________________________
12812 [  7073] By: jhi                                   on 2000/09/14  14:28:20
12813         Log: Subject: [PATCH] de-wall t/README
12814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12815              Date: Wed, 13 Sep 2000 17:46:55 -0700
12816              Message-ID: <//Bw5gzkge/e092yn@efn.org>
12817      Branch: perl
12818            ! t/README
12819 ____________________________________________________________________________
12820 [  7072] By: jhi                                   on 2000/09/14  14:25:10
12821         Log: Hints optimization.
12822              
12823              Subject: Minor nit
12824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12825              Date: Wed, 13 Sep 2000 21:42:07 +0200
12826              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
12827      Branch: perl
12828            ! hints/hpux.sh
12829 ____________________________________________________________________________
12830 [  7071] By: jhi                                   on 2000/09/14  14:23:30
12831         Log: Allow chop() and chomp() to be overridden.
12832              
12833              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12834              From: "Casey R. Tweten" <crt@kiski.net>
12835              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
12836              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
12837      Branch: perl
12838            ! toke.c
12839 ____________________________________________________________________________
12840 [  7070] By: jhi                                   on 2000/09/14  14:20:36
12841         Log: The return value of setlocale must be copied away.
12842              
12843              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12844              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12845              Date: Wed, 13 Sep 2000 16:27:37 +0100 
12846              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
12847      Branch: perl
12848            ! util.c
12849 ____________________________________________________________________________
12850 [  7069] By: jhi                                   on 2000/09/14  14:16:27
12851         Log: Remove vestiges of tr//CU.
12852              
12853              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12854              From: Nick Clark <nick@plum.flirble.org>
12855              Date: Tue, 12 Sep 2000 22:50:14 +0100
12856              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
12857              
12858              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12859              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12860              Date: Tue, 12 Sep 2000 21:38:48 -0700
12861              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
12862      Branch: perl
12863            ! op.h pod/perlunicode.pod
12864 ____________________________________________________________________________
12865 [  7068] By: jhi                                   on 2000/09/13  14:18:39
12866         Log: Add the Encode extension.  The code is still largely just skeleton.
12867      Branch: perl
12868            + ext/Encode/Encode.pm ext/Encode/Encode.xs
12869            + ext/Encode/Makefile.PL ext/Encode/Todo
12870            ! MANIFEST Todo-5.6
12871 ____________________________________________________________________________
12872 [  7067] By: jhi                                   on 2000/09/12  17:43:33
12873         Log: Allow for whitespace between "#" and "line" in cpp output.
12874              
12875              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12876              From: Calle Dybedahl <calle@lysator.liu.se>
12877              Date: 12 Sep 2000 19:38:02 +0200 
12878              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
12879      Branch: perl
12880            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
12881 ____________________________________________________________________________
12882 [  7066] By: gsar                                  on 2000/09/12  17:24:29
12883         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12884              initialization in all the threads on Windows
12885      Branch: perl
12886            ! win32/win32.c
12887 ____________________________________________________________________________
12888 [  7065] By: jhi                                   on 2000/09/12  15:11:31
12889         Log: Update Changes.
12890      Branch: perl
12891            ! Changes patchlevel.h
12892 ____________________________________________________________________________
12893 [  7064] By: jhi                                   on 2000/09/12  14:54:54
12894         Log: Retract #7062, the pod tests are not ready.
12895      Branch: perl
12896            ! t/TEST t/harness
12897 ____________________________________________________________________________
12898 [  7063] By: jhi                                   on 2000/09/12  14:25:41
12899         Log: The #7054 truncated Configure badly.
12900      Branch: metaconfig/U/perl
12901            ! End.U
12902      Branch: perl
12903            ! Configure config_h.SH
12904 ____________________________________________________________________________
12905 [  7062] By: jhi                                   on 2000/09/12  14:08:32
12906         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
12907              From: sthoenna@efn.org
12908              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
12909              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
12910      Branch: perl
12911            ! t/TEST t/harness
12912 ____________________________________________________________________________
12913 [  7061] By: jhi                                   on 2000/09/12  14:07:18
12914         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12915              From: sthoenna@efn.org
12916              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
12917              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
12918      Branch: perl
12919            ! pod/perlxs.pod
12920 ____________________________________________________________________________
12921 [  7060] By: jhi                                   on 2000/09/12  14:06:08
12922         Log: Break up the myconfig lines a bit.
12923              
12924              Subject: perlbug/perl -V output format
12925              From: sthoenna@efn.org
12926              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
12927              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
12928      Branch: perl
12929            ! myconfig.SH
12930 ____________________________________________________________________________
12931 [  7059] By: jhi                                   on 2000/09/12  14:05:04
12932         Log: Test for the #7049.
12933              
12934              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12935              From: andreas.koenig@anima.de (Andreas J. Koenig)
12936              Date: 12 Sep 2000 06:42:01 +0200
12937              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
12938      Branch: perl
12939            ! t/op/my.t
12940 ____________________________________________________________________________
12941 [  7058] By: jhi                                   on 2000/09/12  14:03:05
12942         Log: Subject: [patch: perl@7045] vms updates
12943              From: Peter Prymmer <pvhp@forte.com>
12944              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
12945              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
12946      Branch: perl
12947            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
12948 ____________________________________________________________________________
12949 [  7057] By: jhi                                   on 2000/09/12  14:00:51
12950         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12951              From: sthoenna@efn.org
12952              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
12953              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
12954      Branch: perl
12955            ! t/op/64bitint.t
12956 ____________________________________________________________________________
12957 [  7056] By: jhi                                   on 2000/09/12  13:58:14
12958         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12959              From: Jeff Pinyan <jeffp@crusoe.net>
12960              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
12961              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
12962      Branch: perl
12963            ! pod/perlfunc.pod
12964 ____________________________________________________________________________
12965 [  7055] By: jhi                                   on 2000/09/12  13:56:32
12966         Log: Do in VMS as the #7054 does.
12967      Branch: perl
12968            ! configure.com
12969 ____________________________________________________________________________
12970 [  7054] By: jhi                                   on 2000/09/12  13:50:31
12971         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12972              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12973              Date: Mon, 11 Sep 2000 08:33:09 +0100
12974              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
12975      Branch: metaconfig/U/perl
12976            ! End.U
12977      Branch: perl
12978            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
12979            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12980 ____________________________________________________________________________
12981 [  7053] By: jhi                                   on 2000/09/12  13:29:19
12982         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12984              Date:     Tue, 12 Sep 2000 08:35:59 EDT
12985              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
12986      Branch: perl
12987            ! vms/test.com
12988 ____________________________________________________________________________
12989 [  7052] By: jhi                                   on 2000/09/11  23:01:50
12990         Log: Document the SvUTF8*().
12991      Branch: perl
12992            ! pod/perlapi.pod sv.h
12993 ____________________________________________________________________________
12994 [  7051] By: gsar                                  on 2000/09/11  14:46:30
12995         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
12996              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12997      Branch: perl
12998            ! op.c t/op/split.t
12999 ____________________________________________________________________________
13000 [  7050] By: nick                                  on 2000/09/11  10:03:51
13001         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13002              
13003              Subject: borland C++ win32.c tweak
13004              From: Vadim Konovalov <vkonovalov@lucent.com>
13005              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
13006              Date: Mon, 11 Sep 2000 11:22:33 +0400
13007      Branch: perl
13008            ! win32/win32.c
13009 ____________________________________________________________________________
13010 [  7049] By: nick                                  on 2000/09/11  09:57:33
13011         Log: Point fix for s/// on foreach (keys %xxx).
13012      Branch: perl
13013            ! pp_hot.c
13014 ____________________________________________________________________________
13015 [  7048] By: jhi                                   on 2000/09/10  23:37:09
13016         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
13017              by Pod::Text, from Brad Appleton.
13018      Branch: perl
13019            ! t/pod/testp2pt.pl
13020 ____________________________________________________________________________
13021 [  7047] By: jhi                                   on 2000/09/10  14:32:53
13022         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13023              by Russ Allbery.
13024      Branch: perl
13025            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
13026 ____________________________________________________________________________
13027 [  7046] By: jhi                                   on 2000/09/10  14:15:08
13028         Log: Upgrade to CPAN 1.57_65, from Andreas König.
13029      Branch: perl
13030            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13031 ____________________________________________________________________________
13032 [  7045] By: jhi                                   on 2000/09/08  21:36:32
13033         Log: Update Changes.
13034      Branch: perl
13035            ! Changes patchlevel.h
13036 ____________________________________________________________________________
13037 [  7044] By: jhi                                   on 2000/09/08  21:29:56
13038         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13039              From: Peter Prymmer <pvhp@forte.com>
13040              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
13041              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
13042      Branch: perl
13043            ! configure.com
13044 ____________________________________________________________________________
13045 [  7043] By: jhi                                   on 2000/09/08  21:27:50
13046         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13047              From: Peter Prymmer <pvhp@forte.com>
13048              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
13049              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
13050      Branch: perl
13051            ! Makefile.SH installperl
13052 ____________________________________________________________________________
13053 [  7042] By: jhi                                   on 2000/09/08  21:23:21
13054         Log: Continue #7041.
13055      Branch: perl
13056            ! cygwin/Makefile.SHs os2/Makefile.SHs
13057 ____________________________________________________________________________
13058 [  7041] By: jhi                                   on 2000/09/08  21:18:10
13059         Log: Do away with memory models cruft.  Sorry, PDP users.
13060      Branch: metaconfig
13061            ! U/modified/cc.U U/modified/libpth.U
13062      Branch: perl
13063            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13064            ! Porting/config_H cflags.SH config_h.SH configure.com
13065            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
13066            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
13067            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
13068 ____________________________________________________________________________
13069 [  7040] By: jhi                                   on 2000/09/08  14:34:18
13070         Log: Major rewrite of s2p.  And I mean really major, it is
13071              an implementation of sed in perl.  If called as s2p it
13072              will function as s2p.  Note: needs non-UNIXifying.
13073              
13074              Subject: s2p
13075              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13076              Date: Mon, 28 Aug 2000 14:05:12 +0200
13077              Message-ID: <39AA5578.2102E2AA@alcatel.at>
13078      Branch: perl
13079            ! x2p/s2p.PL
13080 ____________________________________________________________________________
13081 [  7039] By: jhi                                   on 2000/09/08  14:19:49
13082         Log: Re-allow vec() for characters > 255.
13083              
13084              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
13085              From: Spider Boardman <spider@web.zk3.dec.com>
13086              Date: Fri, 08 Sep 2000 02:21:02 -0400
13087              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
13088      Branch: perl
13089            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13090            ! t/op/vec.t
13091 ____________________________________________________________________________
13092 [  7038] By: jhi                                   on 2000/09/08  14:14:18
13093         Log: Subject: [PATCH lib/Benchmark.pm]
13094              From: <abigail@foad.org>
13095              Date: Thu, 7 Sep 2000 15:03:20 -0400
13096              Message-ID: <20000907190320.888.qmail@foad.org>
13097      Branch: perl
13098            ! lib/Benchmark.pm
13099 ____________________________________________________________________________
13100 [  7037] By: jhi                                   on 2000/09/08  14:11:06
13101         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
13102              
13103              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
13104              From: Spider Boardman <spider@web.zk3.dec.com>
13105              Date: Fri, 08 Sep 2000 01:30:27 -0400
13106              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
13107      Branch: perl
13108            ! op.c
13109 ____________________________________________________________________________
13110 [  7036] By: jhi                                   on 2000/09/08  14:08:58
13111         Log: Subject: [ID 20000908.002] perlipc documentation bug.
13112              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
13113              Date: Fri, 08 Sep 2000 12:38:32 +0200
13114              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
13115      Branch: perl
13116            ! pod/perlipc.pod
13117 ____________________________________________________________________________
13118 [  7035] By: jhi                                   on 2000/09/08  14:03:12
13119         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13121              Date: Fri, 08 Sep 2000 11:47:34 +0200
13122              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
13123      Branch: perl
13124            ! hints/dec_osf.sh
13125 ____________________________________________________________________________
13126 [  7034] By: jhi                                   on 2000/09/08  13:59:35
13127         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
13128              From: Simon Cozens <simon@cozens.net>
13129              Date: Thu, 7 Sep 2000 20:40:38 +0100
13130              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
13131      Branch: perl
13132            ! pp_hot.c
13133 ____________________________________________________________________________
13134 [  7033] By: jhi                                   on 2000/09/08  04:03:03
13135         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
13136              From: "Larry W. Virden" <lvirden@cas.org>
13137              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
13138              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
13139      Branch: perl
13140            ! pod/perldiag.pod
13141 ____________________________________________________________________________
13142 [  7032] By: jhi                                   on 2000/09/07  22:18:30
13143         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13144              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
13145              Date: Mon, 04 Sep 2000 13:16:38 -0700
13146              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
13147      Branch: perl
13148            ! lib/perl5db.pl
13149 ____________________________________________________________________________
13150 [  7031] By: jhi                                   on 2000/09/07  22:02:29
13151         Log: Fix the ccversion detection for 5.1 and beyond.
13152              
13153              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13154              From: Spider Boardman <spider@leggy.zk3.dec.com>
13155              Date: Thu, 7 Sep 2000 17:54:27 -0400
13156              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
13157      Branch: perl
13158            ! hints/dec_osf.sh
13159 ____________________________________________________________________________
13160 [  7030] By: jhi                                   on 2000/09/07  19:12:28
13161         Log: Fix for
13162              
13163              Subject: [ID 20000903.001] \w in utf8-strings
13164              From: Marc Lehmann <pcg@goof.com>
13165              Date: Sun, 03 Sep 2000 09:44:29 +0200
13166              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
13167              
13168              and various related nits.
13169      Branch: perl
13170            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
13171 ____________________________________________________________________________
13172 [  7029] By: jhi                                   on 2000/09/07  18:49:09
13173         Log: Fix the URL, but the server is still missing in action.
13174              
13175              Subject: [ID 20000905.002] perlfaq1.pod URL error
13176              From: "Larry W. Virden" <lvirden@cas.org>
13177              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
13178              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
13179      Branch: perl
13180            ! pod/perlfaq1.pod
13181 ____________________________________________________________________________
13182 [  7028] By: jhi                                   on 2000/09/07  18:47:13
13183         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13184              From: Hugo <hv@crypt.compulink.co.uk>
13185              Date: Tue, 05 Sep 2000 14:13:37 +0100
13186              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
13187      Branch: perl
13188            ! toke.c
13189 ____________________________________________________________________________
13190 [  7027] By: jhi                                   on 2000/09/07  18:45:35
13191         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13192              From: Daniel Chetlin <daniel@chetlin.com>
13193              Date: Tue, 5 Sep 2000 04:57:07 -0700
13194              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
13195      Branch: perl
13196            ! pod/perlfaq6.pod pod/perlop.pod
13197 ____________________________________________________________________________
13198 [  7026] By: jhi                                   on 2000/09/07  18:44:01
13199         Log: Document the new ref() semantics.
13200              
13201              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13202              From: Gisle Aas <gisle@ActiveState.com>
13203              Date: 05 Sep 2000 08:10:30 +0200
13204              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
13205      Branch: perl
13206            ! pod/perldelta.pod
13207 ____________________________________________________________________________
13208 [  7025] By: jhi                                   on 2000/09/07  18:42:27
13209         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
13210              
13211              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13212              From: Gisle Aas <gisle@ActiveState.com>
13213              Date: 05 Sep 2000 08:11:40 +0200
13214              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
13215      Branch: perl
13216            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
13217 ____________________________________________________________________________
13218 [  7024] By: jhi                                   on 2000/09/07  18:39:32
13219         Log: Subject: [PATCH] Modernize Opcode.pm documentation
13220              From: Gisle Aas <gisle@ActiveState.com>
13221              Date: 4 Sep 2000 00:18:55 -0000
13222              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
13223      Branch: perl
13224            ! ext/Opcode/Opcode.pm
13225 ____________________________________________________________________________
13226 [  7023] By: jhi                                   on 2000/09/07  18:37:42
13227         Log: Subject: [PATCH] Tied filehandle documentation
13228              From: Gisle Aas <gisle@ActiveState.com>
13229              Date: 4 Sep 2000 00:14:40 -0000
13230              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
13231      Branch: perl
13232            ! pod/perlfunc.pod pod/perltie.pod
13233 ____________________________________________________________________________
13234 [  7022] By: jhi                                   on 2000/09/07  18:35:37
13235         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13236              From: Gisle Aas <gisle@ActiveState.com>
13237              Date: 4 Sep 2000 00:04:22 -0000
13238              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
13239      Branch: perl
13240            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
13241 ____________________________________________________________________________
13242 [  7021] By: jhi                                   on 2000/09/07  18:33:22
13243         Log: Subject: small apidoc fix
13244              From: Marc Lehmann <pcg@goof.com>
13245              Date: Sun, 3 Sep 2000 05:12:06 +0200
13246              Message-ID: <20000903051206.A5909@cerebro.laendle>
13247      Branch: perl
13248            ! pod/perlapi.pod utf8.c
13249 ____________________________________________________________________________
13250 [  7020] By: jhi                                   on 2000/09/07  16:14:57
13251         Log: Tiny perldelta nits.
13252      Branch: perl
13253            ! pod/perldelta.pod
13254 ____________________________________________________________________________
13255 [  7019] By: jhi                                   on 2000/09/07  16:04:20
13256         Log: Guard against bad string->int conversion for quads.
13257      Branch: perl
13258            ! t/op/64bitint.t
13259 ____________________________________________________________________________
13260 [  7018] By: jhi                                   on 2000/09/06  17:07:03
13261         Log: Update Unicode todo list.
13262      Branch: perl
13263            ! Todo-5.6
13264 ____________________________________________________________________________
13265 [  7017] By: jhi                                   on 2000/09/05  21:16:01
13266         Log: Document the SvIOK_.*UV().
13267      Branch: perl
13268            ! pod/perlapi.pod sv.h
13269 ____________________________________________________________________________
13270 [  7016] By: nick                                  on 2000/09/03  21:54:46
13271         Log: Hash lookup of constant strings optimization:
13272              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
13273              to string table (as per sharepvn). Add newSV_pvn_share to create such
13274              a thing. Make hv.c compare addresses of strings and skip string compare
13275              if equal. Make method_named and helem ops use these shared-string SVs
13276              when arg is constant. Make keys op return shared-string SVs (less clearly
13277              a win).
13278      Branch: perl
13279            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
13280            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
13281            ! pod/perlintern.pod pp_hot.c proto.h sv.c
13282 ____________________________________________________________________________
13283 [  7015] By: jhi                                   on 2000/09/02  17:48:59
13284         Log: This is 5.7.0.
13285      Branch: perl
13286            ! Changes
13287 ____________________________________________________________________________
13288 [  7014] By: jhi                                   on 2000/09/02  17:35:45
13289         Log: Changes and patchlevel tweaks.
13290      Branch: perl
13291            ! Changes patchlevel.h
13292 ____________________________________________________________________________
13293 [  7013] By: jhi                                   on 2000/09/02  17:30:50
13294         Log: Update Changes.
13295      Branch: perl
13296            ! Changes patchlevel.h
13297 ____________________________________________________________________________
13298 [  7012] By: nick                                  on 2000/09/02  17:25:20
13299         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
13300      Branch: perl
13301            ! gv.c lib/overload.pm
13302 ____________________________________________________________________________
13303 [  7011] By: jhi                                   on 2000/09/02  17:16:25
13304         Log: Update perlhist.
13305      Branch: perl
13306            ! pod/perlhist.pod
13307 ____________________________________________________________________________
13308 [  7010] By: jhi                                   on 2000/09/02  17:01:35
13309         Log: perldelta nits.
13310      Branch: perl
13311            ! pod/perldelta.pod
13312 ____________________________________________________________________________
13313 [  7009] By: nick                                  on 2000/09/02  16:48:35
13314         Log: If overloaded %{} etc. return the object do not loop.
13315              Thus  sub deref { $_[0] } functions if object is wanted type.
13316      Branch: perl
13317            ! pp.h
13318 ____________________________________________________________________________
13319 [  7008] By: jhi                                   on 2000/09/02  16:26:11
13320         Log: Retab MANIFEST.
13321      Branch: perl
13322            ! ext/Storable/MANIFEST
13323 ____________________________________________________________________________
13324 [  7007] By: jhi                                   on 2000/09/02  16:23:02
13325         Log: Make certain cc is set before trying to run it.
13326      Branch: perl
13327            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
13328 ____________________________________________________________________________
13329 [  7006] By: jhi                                   on 2000/09/02  15:45:41
13330         Log: Unicode notes.
13331      Branch: perl
13332            ! pod/perldelta.pod
13333 ____________________________________________________________________________
13334 [  7005] By: jhi                                   on 2000/09/02  15:42:11
13335         Log: Various Configure nits by Philip Newton,
13336              plus the ebcdic one by me.
13337      Branch: metaconfig
13338            + U/modified/pager.U
13339            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
13340      Branch: metaconfig/U/perl
13341            ! Devel.U quadfio.U
13342      Branch: perl
13343            ! Configure config_h.SH
13344 ____________________________________________________________________________
13345 [  7004] By: jhi                                   on 2000/09/02  15:06:14
13346         Log: Apparently avoiding the swapping is too costly.
13347              
13348              From: "Ben Tilly" <ben_tilly@hotmail.com>
13349              Subject: Re: the door is closed.
13350              Date: Fri, 01 Sep 2000 20:23:16 EDT
13351              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
13352      Branch: perl
13353            ! pod/perlfaq4.pod
13354 ____________________________________________________________________________
13355 [  7003] By: nick                                  on 2000/09/02  12:26:04
13356         Log: Undo part of change 6489 which looks like a bulk edit which
13357              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13358              The supressing of main:: on return from select() is undesirable.
13359      Branch: perl
13360            ! pp_sys.c
13361 ____________________________________________________________________________
13362 [  7002] By: jhi                                   on 2000/09/01  23:08:54
13363         Log: Update Changes.
13364      Branch: perl
13365            ! Changes patchlevel.h
13366 ____________________________________________________________________________
13367 [  7001] By: jhi                                   on 2000/09/01  23:00:13
13368         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13369              From: Peter Prymmer <pvhp@forte.com>
13370              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13371              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
13372              
13373              plus rework the http: spots as suggested by Tom Christiansen,
13374              plus regen perltoc.
13375      Branch: perl
13376            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
13377            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
13378 ____________________________________________________________________________
13379 [  7000] By: jhi                                   on 2000/09/01  22:36:01
13380         Log: Only the first line, thank you very much.
13381      Branch: perl
13382            ! hints/solaris_2.sh
13383 ____________________________________________________________________________
13384 [  6999] By: gsar                                  on 2000/09/01  22:16:40
13385         Log: change#6791 accidentally clobbered change#6710, put it back
13386      Branch: perl
13387            ! win32/win32.c
13388 ____________________________________________________________________________
13389 [  6998] By: jhi                                   on 2000/09/01  22:14:16
13390         Log: Mention the HP-UX LP64 freak failure.
13391      Branch: perl
13392            ! pod/perldelta.pod
13393 ____________________________________________________________________________
13394 [  6997] By: jhi                                   on 2000/09/01  21:48:32
13395         Log: Detypo.
13396      Branch: perl
13397            ! hints/hpux.sh
13398 ____________________________________________________________________________
13399 [  6996] By: jhi                                   on 2000/09/01  21:27:10
13400         Log: Update Changes.
13401      Branch: perl
13402            ! Changes patchlevel.h
13403 ____________________________________________________________________________
13404 [  6995] By: jhi                                   on 2000/09/01  21:14:24
13405         Log: Mi splgn s gnin.g
13406      Branch: perl
13407            ! pp_ctl.c
13408 ____________________________________________________________________________
13409 [  6994] By: jhi                                   on 2000/09/01  21:09:54
13410         Log: Subject: http:// in L<>
13411              From: Nicholas Clark <nick@ccl4.org>
13412              Date: Fri, 1 Sep 2000 22:03:21 +0100
13413              Message-ID: <20000901220321.B72074@plum.flirble.org>
13414      Branch: perl
13415            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
13416 ____________________________________________________________________________
13417 [  6993] By: jhi                                   on 2000/09/01  21:06:54
13418         Log: Update to Storable 1.0, from Raphael Manfredi.
13419      Branch: perl
13420            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
13421            ! ext/Storable/Makefile.PL ext/Storable/README
13422            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13423            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13424            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
13425            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
13426            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
13427            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
13428 ____________________________________________________________________________
13429 [  6992] By: jhi                                   on 2000/09/01  20:43:05
13430         Log: Mention known sfio+linux buglet.
13431      Branch: perl
13432            ! pod/perldelta.pod
13433 ____________________________________________________________________________
13434 [  6991] By: jhi                                   on 2000/09/01  20:40:11
13435         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13436              From: Peter Prymmer <pvhp@forte.com>
13437              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
13438              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
13439      Branch: perl
13440            ! vms/vms.c
13441 ____________________________________________________________________________
13442 [  6990] By: jhi                                   on 2000/09/01  20:25:26
13443         Log: Retract #6986.
13444      Branch: perl
13445            ! hints/solaris_2.sh
13446 ____________________________________________________________________________
13447 [  6989] By: jhi                                   on 2000/09/01  20:23:00
13448         Log: Mergesort is back.
13449      Branch: perl
13450            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
13451 ____________________________________________________________________________
13452 [  6988] By: jhi                                   on 2000/09/01  19:37:40
13453         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13454              From: Mike Guy <mjtg@cam.ac.uk>
13455              Date: Fri, 01 Sep 2000 17:43:33 +0100
13456              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
13457      Branch: perl
13458            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
13459            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
13460 ____________________________________________________________________________
13461 [  6987] By: jhi                                   on 2000/09/01  19:17:10
13462         Log: Regen perltoc.
13463      Branch: perl
13464            ! pod/perltoc.pod
13465 ____________________________________________________________________________
13466 [  6986] By: jhi                                   on 2000/09/01  18:51:10
13467         Log: Subject: Re: Solaris x86 has no SPARC libraries!
13468              From: Lupe Christoph <lupe@lupe-christoph.de>
13469              Date: Fri, 1 Sep 2000 20:41:20 +0200
13470              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
13471      Branch: perl
13472            ! hints/solaris_2.sh
13473 ____________________________________________________________________________
13474 [  6985] By: jhi                                   on 2000/09/01  18:28:10
13475         Log: Update Changes.
13476      Branch: perl
13477            ! Changes patchlevel.h
13478 ____________________________________________________________________________
13479 [  6984] By: jhi                                   on 2000/09/01  18:26:53
13480         Log: Feature ordering tweak.
13481      Branch: perl
13482            ! myconfig.SH
13483 ____________________________________________________________________________
13484 [  6983] By: jhi                                   on 2000/09/01  18:19:50
13485         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13486              From: <abigail@foad.org>
13487              Date: Fri, 1 Sep 2000 13:07:32 -0400
13488              Message-ID: <20000901170732.18249.qmail@foad.org>
13489      Branch: perl
13490            ! t/pragma/overload.t
13491 ____________________________________________________________________________
13492 [  6982] By: jhi                                   on 2000/09/01  18:17:54
13493         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13494              so that case-ignoring systems like DCL can tell them from
13495              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13496      Branch: metaconfig/U/perl
13497            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
13498      Branch: perl
13499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13500            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
13501            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
13502            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
13503            ! vos/config.def vos/config.h vos/config_h.SH_orig
13504            ! win32/config.bc win32/config.gc win32/config.vc
13505 ____________________________________________________________________________
13506 [  6981] By: nick                                  on 2000/09/01  17:21:57
13507         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
13508              warning when UNTIE exists and instead pass the cound of extra references to
13509              the UNTIE method.
13510      Branch: perl
13511            ! pod/perltie.pod pp_sys.c
13512 ____________________________________________________________________________
13513 [  6980] By: jhi                                   on 2000/09/01  16:54:44
13514         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
13515              From: Peter Prymmer <pvhp@forte.com>
13516              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
13517              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
13518      Branch: perl
13519            ! configure.com
13520 ____________________________________________________________________________
13521 [  6979] By: jhi                                   on 2000/09/01  16:06:20
13522         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13523              From: Mike Guy <mjtg@cam.ac.uk> 
13524              Date: Fri, 01 Sep 2000 16:49:27 +0100
13525              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
13526      Branch: perl
13527            ! t/base/rs.t
13528 ____________________________________________________________________________
13529 [  6978] By: jhi                                   on 2000/09/01  16:00:42
13530         Log: Update to PodParser 1.18, from Brad Appleton.
13531      Branch: perl
13532            ! lib/Pod/Checker.pm t/pod/find.t
13533 ____________________________________________________________________________
13534 [  6977] By: jhi                                   on 2000/09/01  14:48:58
13535         Log: Subject: Nit in Configure (bleadperl@6961)
13536              From: Lupe Christoph <lupe@lupe-christoph.de>
13537              Date: Fri, 1 Sep 2000 16:34:29 +0200
13538              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
13539      Branch: metaconfig
13540            ! U/compline/ccflags.U
13541      Branch: perl
13542            ! Configure config_h.SH
13543 ____________________________________________________________________________
13544 [  6976] By: jhi                                   on 2000/09/01  14:39:52
13545         Log: Update Changes.
13546      Branch: perl
13547            ! Changes patchlevel.h
13548 ____________________________________________________________________________
13549 [  6975] By: jhi                                   on 2000/09/01  14:37:36
13550         Log: microperl config update.
13551      Branch: perl
13552            ! uconfig.h uconfig.sh
13553 ____________________________________________________________________________
13554 [  6974] By: jhi                                   on 2000/09/01  14:36:53
13555         Log: Document known deficiencies.
13556      Branch: perl
13557            ! pod/perldelta.pod
13558 ____________________________________________________________________________
13559 [  6973] By: jhi                                   on 2000/09/01  14:10:20
13560         Log: Mention warnings fixes and updates.
13561      Branch: perl
13562            ! pod/perldelta.pod
13563 ____________________________________________________________________________
13564 [  6972] By: jhi                                   on 2000/09/01  14:01:52
13565         Log: Drop unused argument.
13566              
13567              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13568              From: Spider Boardman <spider@web.zk3.dec.com>
13569              Date: Thu, 31 Aug 2000 16:10:15 -0400
13570              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
13571      Branch: perl
13572            ! toke.c
13573 ____________________________________________________________________________
13574 [  6971] By: jhi                                   on 2000/09/01  13:59:24
13575         Log: Add the overload warnings to perldiag.
13576      Branch: perl
13577            ! lib/overload.pm pod/perldiag.pod
13578 ____________________________________________________________________________
13579 [  6970] By: jhi                                   on 2000/09/01  13:55:10
13580         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13581              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13582              Date: Fri, 1 Sep 2000 13:43:15 +0100 
13583              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
13584      Branch: perl
13585            ! lib/overload.pm t/pragma/overload.t
13586 ____________________________________________________________________________
13587 [  6969] By: jhi                                   on 2000/09/01  13:52:27
13588         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13589              From: <abigail@foad.org>
13590              Date: Fri, 1 Sep 2000 05:46:54 -0400
13591              Message-ID: <20000901094654.6476.qmail@foad.org>
13592      Branch: perl
13593            ! lib/overload.pm
13594 ____________________________________________________________________________
13595 [  6968] By: jhi                                   on 2000/09/01  13:50:05
13596         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13597              From: Daniel Chetlin <daniel@chetlin.com>
13598              Date: Fri, 1 Sep 2000 02:10:55 -0700
13599              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
13600      Branch: perl
13601            ! pod/perlretut.pod
13602 ____________________________________________________________________________
13603 [  6967] By: jhi                                   on 2000/09/01  13:47:54
13604         Log: Part of the solution.
13605              
13606              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13607              From: Mike Guy <mjtg@cam.ac.uk>
13608              Date: Fri, 01 Sep 2000 14:16:01 +0100
13609              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
13610      Branch: perl
13611            ! gv.c mg.c
13612 ____________________________________________________________________________
13613 [  6966] By: jhi                                   on 2000/09/01  13:46:17
13614         Log: Subject: CPAN.pm beta 1.57_57 for the core
13615              From: andreas.koenig@anima.de (Andreas J. Koenig)
13616              Date: 01 Sep 2000 15:16:31 +0200
13617              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
13618      Branch: perl
13619            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13620 ____________________________________________________________________________
13621 [  6965] By: jhi                                   on 2000/09/01  13:43:18
13622         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13623              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13624              Date: Fri, 01 Sep 2000 01:47:22 -0500
13625              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
13626      Branch: perl
13627            ! pod/perldelta.pod vms/vms.c
13628 ____________________________________________________________________________
13629 [  6964] By: jhi                                   on 2000/09/01  13:35:35
13630         Log: File::Temp patches from Andreas König,
13631              
13632              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
13633              From: andreas.koenig@anima.de (Andreas J. Koenig)
13634              Date: 01 Sep 2000 10:07:20 +0200
13635              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
13636              
13637              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
13638              From: andreas.koenig@anima.de (Andreas J. Koenig)
13639              Date: 31 Aug 2000 23:26:08 +0200
13640              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
13641      Branch: perl
13642            ! lib/File/Temp.pm t/lib/ftmp-security.t
13643 ____________________________________________________________________________
13644 [  6963] By: jhi                                   on 2000/09/01  02:22:24
13645         Log: Retract the mergesort code, way too incompatible licensing
13646              and copyrights.
13647      Branch: perl
13648            ! pod/perldelta.pod pp_ctl.c
13649 ____________________________________________________________________________
13650 [  6962] By: jhi                                   on 2000/08/31  23:27:32
13651         Log: Update Changes.
13652      Branch: perl
13653            ! Changes patchlevel.h
13654 ____________________________________________________________________________
13655 [  6961] By: jhi                                   on 2000/08/31  23:20:04
13656         Log: Small tweaks all over.
13657      Branch: metaconfig
13658            ! U/compline/d_gconvert.U
13659      Branch: perl
13660            ! AUTHORS Configure config_h.SH pp_ctl.c
13661 ____________________________________________________________________________
13662 [  6960] By: jhi                                   on 2000/08/31  22:39:36
13663         Log: Further rewording.
13664      Branch: perl
13665            ! pp_ctl.c
13666 ____________________________________________________________________________
13667 [  6959] By: jhi                                   on 2000/08/31  21:26:44
13668         Log: More address tweaking.
13669      Branch: perl
13670            ! AUTHORS Changes
13671 ____________________________________________________________________________
13672 [  6958] By: jhi                                   on 2000/08/31  20:47:25
13673         Log: AUTHORS tweaks, from Peter Prymmer.
13674              
13675              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
13676              From: Peter Prymmer <pvhp@forte.com>
13677              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
13678              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
13679      Branch: perl
13680            ! AUTHORS MAINTAIN
13681 ____________________________________________________________________________
13682 [  6957] By: jhi                                   on 2000/08/31  20:34:43
13683         Log: perldelta tweaks.
13684      Branch: perl
13685            ! pod/perldelta.pod
13686 ____________________________________________________________________________
13687 [  6956] By: jhi                                   on 2000/08/31  19:11:06
13688         Log: Regen perltoc.
13689      Branch: perl
13690            ! pod/perltoc.pod
13691 ____________________________________________________________________________
13692 [  6955] By: jhi                                   on 2000/08/31  19:06:30
13693         Log: Clarify the mergesort situation.
13694      Branch: perl
13695            ! pp_ctl.c
13696 ____________________________________________________________________________
13697 [  6954] By: jhi                                   on 2000/08/31  18:24:17
13698         Log: Move the Solaris 7 scan to use64bitall, make the
13699              failure to find 64-bot sparc libc to mention the
13700              possibility of being in an intel, from Lupe and Alan.
13701      Branch: perl
13702            ! hints/solaris_2.sh
13703 ____________________________________________________________________________
13704 [  6953] By: jhi                                   on 2000/08/31  18:09:20
13705         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
13706              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13707      Branch: metaconfig
13708            ! U/compline/d_gconvert.U U/threads/archname.U
13709      Branch: metaconfig/U/perl
13710            ! perlxv.U
13711      Branch: perl
13712            ! Configure config_h.SH sv.c
13713 ____________________________________________________________________________
13714 [  6952] By: jhi                                   on 2000/08/31  17:42:24
13715         Log: :: not allowed in pathnames, change to .
13716              
13717              Subject: [PATCH perl@6938] cygwin port
13718              From: "Fifer, Eric" <EFifer@sanwaint.com>
13719              Date: Thu, 31 Aug 2000 16:32:59 +0100
13720              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
13721      Branch: metaconfig/U/perl
13722            ! perlxv.U
13723 ____________________________________________________________________________
13724 [  6951] By: jhi                                   on 2000/08/31  17:02:05
13725         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
13726      Branch: perl
13727            ! perl.h
13728 ____________________________________________________________________________
13729 [  6950] By: jhi                                   on 2000/08/31  16:26:08
13730         Log: More author updates.
13731              
13732              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
13733              From: Simon Cozens <simon@cozens.net>
13734              Date: Thu, 31 Aug 2000 17:13:32 +0100
13735              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
13736      Branch: perl
13737            ! AUTHORS
13738 ____________________________________________________________________________
13739 [  6949] By: jhi                                   on 2000/08/31  16:04:49
13740         Log: POSIX doesn't report long double values under -Duselongdouble
13741              when the long doubles are "real" (bigger than doubles).
13742              
13743              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
13744              From: Spider Boardman <spider@peano.zk3.dec.com>
13745              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
13746              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
13747      Branch: perl
13748            ! ext/POSIX/POSIX.xs
13749 ____________________________________________________________________________
13750 [  6948] By: jhi                                   on 2000/08/31  15:25:10
13751         Log: Update Changes.
13752      Branch: perl
13753            ! Changes patchlevel.h
13754 ____________________________________________________________________________
13755 [  6947] By: jhi                                   on 2000/08/31  15:22:29
13756         Log: Document UNTIE in a very minimalistic way.
13757      Branch: perl
13758            ! pod/perlfunc.pod pod/perltie.pod
13759 ____________________________________________________________________________
13760 [  6946] By: jhi                                   on 2000/08/31  15:15:23
13761         Log: Document known failures.
13762      Branch: perl
13763            ! pod/perldelta.pod
13764 ____________________________________________________________________________
13765 [  6945] By: jhi                                   on 2000/08/31  15:07:00
13766         Log: Don't attach -ld to the archname if pointless.
13767      Branch: metaconfig
13768            ! U/threads/archname.U
13769      Branch: perl
13770            ! Configure config_h.SH
13771 ____________________________________________________________________________
13772 [  6944] By: jhi                                   on 2000/08/31  14:37:42
13773         Log: Wrap the test in eval.
13774              
13775              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
13776              From: Tim Jenness <timj@jach.hawaii.edu>
13777              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
13778              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
13779      Branch: perl
13780            ! t/lib/ftmp-security.t
13781 ____________________________________________________________________________
13782 [  6943] By: jhi                                   on 2000/08/31  14:30:57
13783         Log: Make -Dusemorebits find long doubles in Solaris.
13784      Branch: perl
13785            ! hints/solaris_2.sh
13786 ____________________________________________________________________________
13787 [  6942] By: jhi                                   on 2000/08/31  13:48:45
13788         Log: Clarify the third case of ftmp-security warnings.
13789      Branch: perl
13790            ! INSTALL
13791 ____________________________________________________________________________
13792 [  6941] By: jhi                                   on 2000/08/31  13:40:31
13793         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
13794              From: <abigail@foad.org>
13795              Date: Thu, 31 Aug 2000 01:35:05 -0400
13796              Message-ID: <20000831053505.32120.qmail@foad.org>
13797      Branch: perl
13798            ! pod/perldelta.pod
13799 ____________________________________________________________________________
13800 [  6940] By: jhi                                   on 2000/08/31  13:38:48
13801         Log: Issue useful diagnostic on unknown pod commands.
13802              
13803              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
13804              From: <abigail@foad.org>
13805              Date: Thu, 31 Aug 2000 03:41:18 -0400
13806              Message-ID: <20000831074118.24880.qmail@foad.org>
13807      Branch: perl
13808            ! lib/Pod/Man.pm
13809 ____________________________________________________________________________
13810 [  6939] By: jhi                                   on 2000/08/31  13:34:33
13811         Log: Reveal Borland's isnan.
13812              
13813              Subject: build with BC++ tweak
13814              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13815              Date: Thu, 31 Aug 2000 13:09:37 +0400
13816              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
13817      Branch: perl
13818            ! win32/win32.h
13819 ____________________________________________________________________________
13820 [  6938] By: jhi                                   on 2000/08/31  05:01:20
13821         Log: Update Changes.
13822      Branch: perl
13823            ! Changes patchlevel.h
13824 ____________________________________________________________________________
13825 [  6937] By: jhi                                   on 2000/08/31  04:26:23
13826         Log: sscanf() may be the only way to read long doubles from strings.
13827      Branch: metaconfig/U/perl
13828            ! longdblfio.U
13829      Branch: perl
13830            ! Configure config_h.SH perl.h util.c
13831 ____________________________________________________________________________
13832 [  6936] By: jhi                                   on 2000/08/31  04:18:19
13833         Log: The #6929 was too skimpy.
13834      Branch: perl
13835            ! sv.c
13836 ____________________________________________________________________________
13837 [  6935] By: jhi                                   on 2000/08/31  02:47:07
13838         Log: Subject: Re: typos in pods
13839              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13840              Date: Wed, 30 Aug 2000 19:25:34 -0700
13841              Message-ID: <eIcr5gzkg25X092yn@efn.org>
13842      Branch: perl
13843            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
13844 ____________________________________________________________________________
13845 [  6934] By: jhi                                   on 2000/08/31  02:42:55
13846         Log: Missed one Unicode file.
13847      Branch: perl
13848            + lib/unicode/UCDFF301.html
13849 ____________________________________________________________________________
13850 [  6933] By: jhi                                   on 2000/08/30  23:42:27
13851         Log: Update Changes.
13852      Branch: perl
13853            ! Changes patchlevel.h
13854 ____________________________________________________________________________
13855 [  6932] By: jhi                                   on 2000/08/30  23:40:07
13856         Log: Mention UNTIE in perldelta.  Still needs documenting
13857              in perltie et alia.
13858      Branch: perl
13859            ! pod/perldelta.pod
13860 ____________________________________________________________________________
13861 [  6931] By: jhi                                   on 2000/08/30  23:36:02
13862         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
13863              From: <abigail@foad.org>
13864              Date: Wed, 30 Aug 2000 19:28:07 -0400
13865              Message-ID: <20000830232807.305.qmail@foad.org>
13866      Branch: perl
13867            ! pod/perldelta.pod
13868 ____________________________________________________________________________
13869 [  6930] By: jhi                                   on 2000/08/30  23:32:40
13870         Log: Update to Unicode 3.0.1.
13871      Branch: perl
13872            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13873            + lib/unicode/PropList.txt lib/unicode/README.perl
13874            + lib/unicode/UCD301.html lib/unicode/Unicode.301
13875            - lib/unicode/Props.txt lib/unicode/UCD300.html
13876            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13877            ! (edit 257 files)
13878 ____________________________________________________________________________
13879 [  6929] By: jhi                                   on 2000/08/30  22:38:18
13880         Log: Heap decorruption.
13881              
13882              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13883              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13884              Date: Wed, 30 Aug 2000 22:39:52 +0100
13885              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
13886      Branch: perl
13887            ! sv.c
13888 ____________________________________________________________________________
13889 [  6928] By: jhi                                   on 2000/08/30  22:29:34
13890         Log: Retract the dummy test, skip the security tests (instead of failing),
13891              explain what the warnings mean.
13892      Branch: perl
13893            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
13894 ____________________________________________________________________________
13895 [  6927] By: jhi                                   on 2000/08/30  22:14:13
13896         Log: Change the internal implementation of sort() to be mergesort
13897              instead of quicksort, from John Linderman <jpl@research.att.com>.
13898              Gives us better worst case, better average case, and stability.
13899              What's there not to like?  (Small fixes for threaded builds
13900              were required).
13901      Branch: perl
13902            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
13903 ____________________________________________________________________________
13904 [  6926] By: jhi                                   on 2000/08/30  20:55:20
13905         Log: A better fix for the Socket building problem from Craig Berry.
13906      Branch: perl
13907            ! vms/vms.c
13908 ____________________________________________________________________________
13909 [  6925] By: jhi                                   on 2000/08/30  20:20:25
13910         Log: Subject: [PATCH] Re: UNTIE method 
13911              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13912              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
13913              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
13914      Branch: perl
13915            ! pp_sys.c t/op/tie.t
13916 ____________________________________________________________________________
13917 [  6924] By: jhi                                   on 2000/08/30  20:17:11
13918         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13919              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13920              Date: Wed, 30 Aug 2000 15:03:14 -0500
13921              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
13922      Branch: perl
13923            ! vms/vms.c
13924 ____________________________________________________________________________
13925 [  6923] By: jhi                                   on 2000/08/30  20:15:18
13926         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13927              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13928              Date: Wed, 30 Aug 2000 13:30:36 -0500
13929              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
13930      Branch: perl
13931            ! vms/vms.c
13932 ____________________________________________________________________________
13933 [  6922] By: jhi                                   on 2000/08/30  19:54:43
13934         Log: Better options for rsync.
13935      Branch: perl
13936            ! pod/perlhack.pod
13937 ____________________________________________________________________________
13938 [  6921] By: jhi                                   on 2000/08/30  19:40:16
13939         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13940              From: Rick Delaney <rick@consumercontact.com>
13941              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
13942              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
13943      Branch: perl
13944            ! pod/perlfunc.pod
13945 ____________________________________________________________________________
13946 [  6920] By: jhi                                   on 2000/08/30  19:36:40
13947         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
13948              From: Peter Prymmer <pvhp@forte.com>
13949              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
13950              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
13951      Branch: perl
13952            ! configure.com
13953 ____________________________________________________________________________
13954 [  6919] By: jhi                                   on 2000/08/30  14:52:02
13955         Log: Update Changes.
13956      Branch: perl
13957            ! Changes patchlevel.h
13958 ____________________________________________________________________________
13959 [  6918] By: jhi                                   on 2000/08/30  14:48:34
13960         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
13961      Branch: perl
13962            ! lib/ExtUtils/typemap
13963 ____________________________________________________________________________
13964 [  6917] By: jhi                                   on 2000/08/30  14:46:34
13965         Log: Subject: typos in pods
13966              From: Nicholas Clark <nick@ccl4.org>
13967              Date: Wed, 30 Aug 2000 01:12:50 +0100
13968              Message-ID: <20000830011249.A61388@plum.flirble.org>
13969      Branch: perl
13970            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
13971            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
13972            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
13973            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
13974 ____________________________________________________________________________
13975 [  6916] By: jhi                                   on 2000/08/30  14:19:09
13976         Log: Document Storable problems on Crays.  (Will have
13977              to document all the other Storable problems, too.)
13978      Branch: perl
13979            ! pod/perldelta.pod
13980 ____________________________________________________________________________
13981 [  6915] By: jhi                                   on 2000/08/30  14:06:02
13982         Log: Subject: [PATCH] fix misc cast warnings
13983              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13984              Date: Tue, 29 Aug 2000 23:16:14 -0700
13985              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
13986      Branch: perl
13987            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
13988            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
13989            ! os2/os2ish.h
13990 ____________________________________________________________________________
13991 [  6914] By: jhi                                   on 2000/08/30  14:03:45
13992         Log: Timestamp mismatch again.  Need to fix this dependence on
13993              config_h.SH timestamp, since it's the contents of config_h.SH
13994              that matter.
13995      Branch: perl
13996            ! uconfig.h uconfig.sh
13997 ____________________________________________________________________________
13998 [  6913] By: jhi                                   on 2000/08/30  13:54:06
13999         Log: Don't say "Perl 5.0 source kit".
14000      Branch: perl
14001            ! perl.c
14002 ____________________________________________________________________________
14003 [  6912] By: jhi                                   on 2000/08/30  13:51:24
14004         Log: Reset archname and archname64 always, forcing them be
14005              recomputed at each Configure run, make Configure and
14006              the hints files agree on the naming of largefiles variables.
14007      Branch: metaconfig
14008            ! U/threads/archname.U
14009      Branch: metaconfig/U/perl
14010            ! use64bits.U
14011      Branch: perl
14012            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
14013            ! hints/linux.sh hints/solaris_2.sh
14014 ____________________________________________________________________________
14015 [  6911] By: jhi                                   on 2000/08/30  13:30:13
14016         Log: Put back the slice accidentally removed by #6907.
14017      Branch: perl
14018            ! hints/solaris_2.sh
14019 ____________________________________________________________________________
14020 [  6910] By: jhi                                   on 2000/08/30  01:24:26
14021         Log: Be consistent: other Net::get* do export theirs.
14022              
14023              Subject: Re: Net::protoent does not export 'getproto'
14024              From: Yasushi Nakajima <sey@jkc.co.jp>
14025              Date: Wed, 30 Aug 2000 09:53:14 +0900
14026              Message-Id: <200008300051.DAA24700@taku.hut.fi>
14027      Branch: perl
14028            ! lib/Net/protoent.pm
14029 ____________________________________________________________________________
14030 [  6909] By: jhi                                   on 2000/08/30  01:17:25
14031         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14032              From: Gurusamy Sarathy <gsar@ActiveState.com>
14033              Date: Tue, 29 Aug 2000 17:17:07 -0700
14034              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
14035      Branch: perl
14036            ! cop.h
14037 ____________________________________________________________________________
14038 [  6908] By: jhi                                   on 2000/08/30  00:58:05
14039         Log: Update Changes.
14040      Branch: perl
14041            ! Changes patchlevel.h
14042 ____________________________________________________________________________
14043 [  6907] By: jhi                                   on 2000/08/30  00:57:22
14044         Log: Introduce ccname to keep track of what compiler kind of we have.
14045      Branch: metaconfig/U/perl
14046            ! Checkcc.U gccvers.U
14047      Branch: perl
14048            ! Configure config_h.SH hints/solaris_2.sh
14049 ____________________________________________________________________________
14050 [  6906] By: jhi                                   on 2000/08/30  00:25:47
14051         Log: Put back the flags dump as reasoned in
14052              
14053              Subject: Re: [PATCH] Glob dumping
14054              From: Mike Guy <mjtg@cam.ac.uk> 
14055              Date: Tue, 29 Aug 2000 21:41:32 +0100
14056              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
14057      Branch: perl
14058            ! dump.c t/lib/peek.t
14059 ____________________________________________________________________________
14060 [  6905] By: jhi                                   on 2000/08/30  00:16:17
14061         Log: Make the epsilon to be relative, not absolute.
14062              
14063              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
14064              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
14065              Date: Tue, 29 Aug 2000 19:58:56 -0400
14066              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
14067      Branch: perl
14068            ! t/lib/trig.t
14069 ____________________________________________________________________________
14070 [  6904] By: jhi                                   on 2000/08/30  00:13:09
14071         Log: From now on, Gisle is on my list of usual suspects :-)
14072              Retract #6902.
14073      Branch: perl
14074            ! ext/Opcode/Safe.pm
14075 ____________________________________________________________________________
14076 [  6903] By: jhi                                   on 2000/08/29  23:51:20
14077         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14078              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14079              Date: Tue, 29 Aug 2000 18:43:26 -0500
14080              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
14081      Branch: perl
14082            + vms/vmspipe.com
14083            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
14084            ! vms/vms.c
14085 ____________________________________________________________________________
14086 [  6902] By: jhi                                   on 2000/08/29  23:44:14
14087         Log: Retry what #6882 attempted.
14088              
14089              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
14090              From: Gisle Aas <gisle@ActiveState.com>
14091              Date: 30 Aug 2000 00:33:09 +0200
14092              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
14093      Branch: perl
14094            ! ext/Opcode/Safe.pm
14095 ____________________________________________________________________________
14096 [  6901] By: jhi                                   on 2000/08/29  22:59:32
14097         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14098              From: Hugo <hv@crypt.compulink.co.uk>
14099              Date: Mon, 12 Jun 2000 19:36:08 +0100
14100              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
14101      Branch: perl
14102            ! sv.c
14103 ____________________________________________________________________________
14104 [  6900] By: jhi                                   on 2000/08/29  22:58:35
14105         Log: Admit that we are leaking scalars.
14106              
14107              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
14108              From: Spider Boardman <spider@leggy.zk3.dec.com>
14109              Date: Tue, 29 Aug 2000 18:48:29 -0400
14110              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
14111      Branch: perl
14112            ! t/pragma/warnings.t
14113 ____________________________________________________________________________
14114 [  6899] By: jhi                                   on 2000/08/29  20:53:13
14115         Log: Update Changes.
14116      Branch: perl
14117            ! Changes patchlevel.h
14118 ____________________________________________________________________________
14119 [  6898] By: jhi                                   on 2000/08/29  20:46:21
14120         Log: Undo namespace pollution of #6878.
14121              
14122              Subject: Re: Net::protoent does not export 'getproto'
14123              From: Mike Guy <mjtg@cam.ac.uk>
14124              Date: Tue, 29 Aug 2000 21:32:37 +0100
14125              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
14126      Branch: perl
14127            ! lib/Net/protoent.pm
14128 ____________________________________________________________________________
14129 [  6897] By: jhi                                   on 2000/08/29  20:44:29
14130         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
14131              From: Peter Prymmer <pvhp@forte.com>
14132              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
14133              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
14134      Branch: perl
14135            ! pod/perlebcdic.pod
14136 ____________________________________________________________________________
14137 [  6896] By: jhi                                   on 2000/08/29  20:40:57
14138         Log: There's no point repeating the 'revision' (5) of perl5.
14139      Branch: metaconfig/U/perl
14140            ! Devel.U patchlevel.U
14141      Branch: perl
14142            ! Configure config_h.SH
14143 ____________________________________________________________________________
14144 [  6895] By: jhi                                   on 2000/08/29  20:16:58
14145         Log: Regen Configure for #6894.
14146      Branch: metaconfig/U/perl
14147            ! perladmin.U
14148      Branch: perl
14149            ! Configure config_h.SH
14150 ____________________________________________________________________________
14151 [  6894] By: jhi                                   on 2000/08/29  19:59:52
14152         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14153              From: "Philip Newton" <Philip.Newton@gmx.net>
14154              Date: Tue, 29 Aug 2000 21:39:14 +0200
14155              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
14156      Branch: perl
14157            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
14158            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
14159            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
14160            ! utils/perlbug.PL
14161 ____________________________________________________________________________
14162 [  6893] By: jhi                                   on 2000/08/29  19:55:30
14163         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14164              From: "Philip Newton" <Philip.Newton@gmx.net>
14165              Date: Tue, 29 Aug 2000 21:39:14 +0200
14166              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
14167      Branch: perl
14168            ! installhtml
14169 ____________________________________________________________________________
14170 [  6892] By: jhi                                   on 2000/08/29  19:53:59
14171         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14172              From: "Philip Newton" <Philip.Newton@gmx.net>
14173              Date: Tue, 29 Aug 2000 21:48:18 +0200
14174              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
14175      Branch: perl
14176            ! lib/File/Temp.pm
14177 ____________________________________________________________________________
14178 [  6891] By: jhi                                   on 2000/08/29  18:30:03
14179         Log: Nail the ID 20000828.023.
14180      Branch: perl
14181            ! ext/Storable/Storable.xs
14182 ____________________________________________________________________________
14183 [  6890] By: jhi                                   on 2000/08/29  16:50:17
14184         Log: Under usethreads the dumped variable is IN_PAD.
14185              
14186              Subject: Re: [PATCH] Glob dumping
14187              From: Gisle Aas <gisle@ActiveState.com>
14188              Date: 29 Aug 2000 18:45:05 +0200
14189              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
14190      Branch: perl
14191            ! t/lib/peek.t
14192 ____________________________________________________________________________
14193 [  6889] By: jhi                                   on 2000/08/29  15:17:37
14194         Log: Update Changes.
14195      Branch: perl
14196            ! Changes patchlevel.h
14197 ____________________________________________________________________________
14198 [  6888] By: jhi                                   on 2000/08/29  14:49:59
14199         Log: Retract #6882, broke the safe tests.
14200      Branch: perl
14201            ! ext/Opcode/Safe.pm
14202 ____________________________________________________________________________
14203 [  6887] By: jhi                                   on 2000/08/29  14:47:06
14204         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14205              From: Gisle Aas <gisle@ActiveState.com> 
14206              Date: 09 Jun 2000 20:00:11 +0200
14207              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
14208      Branch: perl
14209            ! utils/perldoc.PL
14210 ____________________________________________________________________________
14211 [  6886] By: jhi                                   on 2000/08/29  14:42:45
14212         Log: The #6881 removed one dump line.
14213      Branch: perl
14214            ! t/lib/peek.t
14215 ____________________________________________________________________________
14216 [  6885] By: jhi                                   on 2000/08/29  14:30:47
14217         Log: Don't forget to tidy up.
14218      Branch: perl
14219            ! t/lib/ftmp-security.t
14220 ____________________________________________________________________________
14221 [  6884] By: jhi                                   on 2000/08/29  14:25:17
14222         Log: Disabling the one test is a bit tricky.
14223      Branch: perl
14224            ! t/lib/ftmp-security.t
14225 ____________________________________________________________________________
14226 [  6883] By: jhi                                   on 2000/08/29  14:16:25
14227         Log: Disable one of the tests for now.
14228      Branch: perl
14229            ! t/lib/ftmp-security.t
14230 ____________________________________________________________________________
14231 [  6882] By: jhi                                   on 2000/08/29  14:05:50
14232         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
14233              From: gisle@aas.no
14234              Date: 29 Aug 2000 10:35:06 -0000
14235              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
14236      Branch: perl
14237            ! ext/Opcode/Safe.pm
14238 ____________________________________________________________________________
14239 [  6881] By: jhi                                   on 2000/08/29  14:03:51
14240         Log: Subject: [PATCH] Glob dumping
14241              From: Gisle Aas <gisle@ActiveState.com>
14242              Date: 29 Aug 2000 07:59:42 -0000
14243              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
14244      Branch: perl
14245            ! dump.c
14246 ____________________________________________________________________________
14247 [  6880] By: jhi                                   on 2000/08/29  14:02:01
14248         Log: Subject: [PATCH] Warnings in B::Deparse
14249              From: <abigail@foad.org>
14250              Date: Tue, 29 Aug 2000 00:00:01 -0400
14251              Message-ID: <20000829040001.2999.qmail@foad.org>
14252      Branch: perl
14253            ! ext/B/B/Deparse.pm
14254 ____________________________________________________________________________
14255 [  6879] By: jhi                                   on 2000/08/29  13:57:26
14256         Log: Missed a change in #6869.
14257      Branch: perl
14258            ! mg.c
14259 ____________________________________________________________________________
14260 [  6878] By: jhi                                   on 2000/08/29  13:45:04
14261         Log: Subject: Net::protoent does not export 'getproto'
14262              From: Yasushi Nakajima <sey@jkc.co.jp>
14263              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
14264      Branch: perl
14265            ! lib/Net/protoent.pm
14266 ____________________________________________________________________________
14267 [  6877] By: jhi                                   on 2000/08/29  13:39:19
14268         Log: Patches all over for people and the files they (hopefully) care about.
14269      Branch: perl
14270            ! AUTHORS Changes MAINTAIN
14271 ____________________________________________________________________________
14272 [  6876] By: jhi                                   on 2000/08/29  12:53:54
14273         Log: Fix for thinko in #6848.
14274              
14275              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14276              From: Lupe Christoph <lupe@lupe-christoph.de>
14277              Date: Tue, 29 Aug 2000 09:04:08 +0200
14278              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
14279      Branch: perl
14280            ! ext/Thread/Thread.xs
14281 ____________________________________________________________________________
14282 [  6875] By: jhi                                   on 2000/08/29  12:50:14
14283         Log: Update to Getopt::Long 2.24, from Johan Vromans.
14284      Branch: perl
14285            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14286 ____________________________________________________________________________
14287 [  6874] By: jhi                                   on 2000/08/29  02:09:53
14288         Log: Use minimal @INC in tests, most of the time just '../lib',
14289              so that we simply can't pick up stuff from other Perls than
14290              the one we are testing.  Pointed out by
14291              
14292              From: Mike Guy <mjtg@cam.ac.uk>
14293              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14294              Date: Fri, 25 Aug 2000 15:15:59 +0100
14295              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
14296      Branch: perl
14297            ! (edit 185 files)
14298 ____________________________________________________________________________
14299 [  6873] By: jhi                                   on 2000/08/29  01:07:11
14300         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
14301              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14302              Date: Mon, 28 Aug 2000 17:45:52 -0700
14303              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
14304      Branch: perl
14305            ! Makefile.SH hints/os2.sh
14306 ____________________________________________________________________________
14307 [  6872] By: jhi                                   on 2000/08/28  23:33:39
14308         Log: Subject: [PATCH bleedperl@6866] spellings
14309              From: marcel@codewerk.com (Marcel Grunauer)
14310              Date: Tue, 29 Aug 2000 01:19:59 +0200
14311              Message-Id: <200008282319.BAA29862@gandalf.local>
14312      Branch: perl
14313            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
14314            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
14315            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
14316 ____________________________________________________________________________
14317 [  6871] By: jhi                                   on 2000/08/28  23:22:09
14318         Log: Take out the SUIDMAIL thing, that will not be
14319              a problem in 5.7.*.
14320      Branch: perl
14321            ! patchlevel.h
14322 ____________________________________________________________________________
14323 [  6870] By: jhi                                   on 2000/08/28  23:19:30
14324         Log: -S is the silent flag, -s is the strip flag.
14325              
14326              Subject: [PATCH] Re: [PATCH] make no-install          
14327              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14328              Date: Mon, 28 Aug 2000 15:12:55 -0700
14329              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
14330      Branch: perl
14331            ! Makefile.SH
14332 ____________________________________________________________________________
14333 [  6869] By: jhi                                   on 2000/08/28  23:12:05
14334         Log: Subject: [PATCH bleedperl@6856] warnings fixes
14335              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14336              Date: Mon, 28 Aug 2000 23:55:06 +0100
14337              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
14338      Branch: perl
14339            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
14340            ! warnings.h warnings.pl
14341 ____________________________________________________________________________
14342 [  6868] By: jhi                                   on 2000/08/28  21:38:22
14343         Log: Potential cruft.
14344      Branch: perl
14345            ! Makefile.SH
14346 ____________________________________________________________________________
14347 [  6867] By: jhi                                   on 2000/08/28  21:35:36
14348         Log: Update Changes.
14349      Branch: perl
14350            ! Changes patchlevel.h
14351 ____________________________________________________________________________
14352 [  6866] By: jhi                                   on 2000/08/28  21:33:49
14353         Log: Subject: hv.h Doc Patch
14354              From: Fisher Mark <fisherm@tce.com>
14355              Date: Mon, 28 Aug 2000 16:24:59 -0500
14356              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
14357      Branch: perl
14358            ! hv.h
14359 ____________________________________________________________________________
14360 [  6865] By: jhi                                   on 2000/08/28  21:02:15
14361         Log: Add -ld to archname on long tr...double platforms.
14362      Branch: metaconfig
14363            ! U/threads/archname.U
14364      Branch: perl
14365            ! Configure config_h.SH
14366 ____________________________________________________________________________
14367 [  6864] By: jhi                                   on 2000/08/28  20:38:59
14368         Log: An attempt to fix the problem reported in
14369              
14370              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14371              From: Daniel Muino <dmuino@afip.gov.ar> 
14372              Date: Mon, 28 Aug 2000 15:50:01 -0300   
14373              Message-ID: <20000828155001.A14403@con2-dgi>
14374              
14375              I can't test this properly since the gcc installation I have
14376              access to seems to be botched (gcc is calling the AIX cpp,
14377              a losing proposition...)
14378      Branch: perl
14379            ! hints/aix.sh
14380 ____________________________________________________________________________
14381 [  6863] By: jhi                                   on 2000/08/28  18:57:52
14382         Log: Fix for ID 20000828.001, long doubles were not formatted
14383              correctly (showed up in $], which stopped installing perl).
14384      Branch: perl
14385            ! sv.c
14386 ____________________________________________________________________________
14387 [  6862] By: jhi                                   on 2000/08/28  18:07:15
14388         Log: Typo in #6858.
14389      Branch: perl
14390            ! lib/Cwd.pm
14391 ____________________________________________________________________________
14392 [  6861] By: jhi                                   on 2000/08/28  17:57:27
14393         Log: opmini.o may be left around if a build is interrupted.
14394      Branch: perl
14395            ! Makefile.SH
14396 ____________________________________________________________________________
14397 [  6860] By: jhi                                   on 2000/08/28  16:52:50
14398         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14399              From: Daniel Chetlin <daniel@chetlin.com>
14400              Date: Mon, 28 Aug 2000 01:14:18 -0700
14401              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
14402      Branch: perl
14403            ! lib/overload.pm
14404 ____________________________________________________________________________
14405 [  6859] By: jhi                                   on 2000/08/28  16:08:46
14406         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14407              From: Nicholas Clark <nick@ccl4.org>
14408              Date: Mon, 28 Aug 2000 16:03:27 +0100
14409              Message-Id: <20000828160327.C49785@plum.flirble.org>
14410      Branch: perl
14411            ! ext/ByteLoader/bytecode.h
14412 ____________________________________________________________________________
14413 [  6858] By: jhi                                   on 2000/08/28  16:02:10
14414         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14415              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
14416              Date: Mon, 28 Aug 2000 13:08:30 +0200
14417              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
14418      Branch: perl
14419            ! lib/Cwd.pm
14420 ____________________________________________________________________________
14421 [  6857] By: jhi                                   on 2000/08/28  15:42:47
14422         Log: display_format used as a class method without arguments was broken,
14423              reported in
14424              
14425              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14426              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
14427              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
14428              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
14429      Branch: perl
14430            ! lib/Math/Complex.pm t/lib/complex.t
14431 ____________________________________________________________________________
14432 [  6856] By: jhi                                   on 2000/08/27  22:09:48
14433         Log: Update Changes.
14434      Branch: perl
14435            ! Changes patchlevel.h
14436 ____________________________________________________________________________
14437 [  6855] By: jhi                                   on 2000/08/27  21:59:21
14438         Log: Retract #6853 (false alarm).
14439      Branch: perl
14440            ! lib/ExtUtils/xsubpp
14441 ____________________________________________________________________________
14442 [  6854] By: jhi                                   on 2000/08/27  21:37:44
14443         Log: Update Changes.
14444      Branch: perl
14445            ! Changes patchlevel.h
14446 ____________________________________________________________________________
14447 [  6853] By: jhi                                   on 2000/08/27  21:37:16
14448         Log: Subject: [PATCH perl@6850] workaround for xsubpp
14449              From: Hugo <hv@crypt.compulink.co.uk>
14450              Date: Sun, 27 Aug 2000 22:30:25 +0100
14451              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
14452      Branch: perl
14453            ! lib/ExtUtils/xsubpp
14454 ____________________________________________________________________________
14455 [  6852] By: jhi                                   on 2000/08/27  21:33:58
14456         Log: Big-endian 64-bit patch from Raphael Manfredi.
14457      Branch: perl
14458            ! ext/Storable/Storable.xs
14459 ____________________________________________________________________________
14460 [  6851] By: jhi                                   on 2000/08/27  21:22:21
14461         Log: More ruthless editing from Hugo van der Sanden.
14462      Branch: perl
14463            ! pod/perldelta.pod
14464 ____________________________________________________________________________
14465 [  6850] By: jhi                                   on 2000/08/27  16:11:46
14466         Log: Update Changes.
14467      Branch: perl
14468            ! Changes patchlevel.h
14469 ____________________________________________________________________________
14470 [  6849] By: jhi                                   on 2000/08/27  16:11:05
14471         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
14472      Branch: perl
14473            ! configpm pod/perldelta.pod
14474 ____________________________________________________________________________
14475 [  6848] By: jhi                                   on 2000/08/27  15:35:08
14476         Log: Use the actual thread type, not the pointer-to-struct.
14477      Branch: perl
14478            ! ext/Thread/Thread.xs
14479 ____________________________________________________________________________
14480 [  6847] By: jhi                                   on 2000/08/27  15:30:49
14481         Log: Test nit.
14482      Branch: perl
14483            ! t/pragma/warn/pp_sys
14484 ____________________________________________________________________________
14485 [  6846] By: jhi                                   on 2000/08/27  15:19:02
14486         Log: Passing -R in ldflags makes now it to appear in the default
14487              for lddlflags, just like with -L.
14488              
14489              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14490              From: Lupe Christoph <lupe@lupe-christoph.de>
14491              Date: Sun, 27 Aug 2000 10:28:21 +0200
14492              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
14493      Branch: metaconfig/U/perl
14494            ! dlsrc.U
14495      Branch: perl
14496            ! Configure
14497 ____________________________________________________________________________
14498 [  6845] By: jhi                                   on 2000/08/27  15:08:54
14499         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14500              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14501              Date: Sat, 26 Aug 2000 22:23:27 +0100
14502              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
14503      Branch: perl
14504            ! lib/ExtUtils/MM_Unix.pm
14505 ____________________________________________________________________________
14506 [  6844] By: jhi                                   on 2000/08/27  15:02:37
14507         Log: DJGPP update from Laszlo Molnar.
14508              
14509              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
14510              From: ml1050 <ml1050@freemail.hu>
14511              Date: Sat, 26 Aug 2000 23:24:40 +0200
14512              Message-Id: <20000826232440.A439@freemail.hu>
14513      Branch: perl
14514            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
14515            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
14516 ____________________________________________________________________________
14517 [  6843] By: jhi                                   on 2000/08/27  14:53:58
14518         Log: Subject: installman buglet
14519              From: Lupe Christoph <lupe@lupe-christoph.de>
14520              Date: Sun, 27 Aug 2000 14:38:59 +0200
14521              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
14522      Branch: perl
14523            ! installman
14524 ____________________________________________________________________________
14525 [  6842] By: jhi                                   on 2000/08/27  14:52:08
14526         Log: Can't get the test to reliably work thanks to the
14527              inaccurateness of floating point.  "Resolves" bug ids
14528              20000826.003, 20000826.009, 20000826.010,
14529      Branch: perl
14530            ! t/lib/trig.t
14531 ____________________________________________________________________________
14532 [  6841] By: jhi                                   on 2000/08/26  15:53:58
14533         Log: Update Changes.
14534      Branch: perl
14535            ! Changes patchlevel.h
14536 ____________________________________________________________________________
14537 [  6840] By: jhi                                   on 2000/08/26  14:23:03
14538         Log: grep -e isn't portable.
14539              
14540              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14541              From: chris@broadband.att.com
14542              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
14543              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
14544      Branch: perl
14545            ! hints/solaris_2.sh
14546 ____________________________________________________________________________
14547 [  6839] By: jhi                                   on 2000/08/26  14:12:23
14548         Log: no-install target a la make -n.
14549              
14550              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14551              From: <abigail@foad.org>
14552              Date: Sat, 26 Aug 2000 03:57:34 -0400
14553              Message-ID: <20000826075735.18912.qmail@foad.org>
14554      Branch: perl
14555            ! Makefile.SH installman installperl
14556 ____________________________________________________________________________
14557 [  6838] By: jhi                                   on 2000/08/26  14:06:33
14558         Log: Retract #6826 as the #6828 should be do the same
14559              in a More Correct Way.
14560      Branch: perl
14561            ! installperl
14562 ____________________________________________________________________________
14563 [  6837] By: jhi                                   on 2000/08/26  05:24:00
14564         Log: More casting.
14565      Branch: perl
14566            ! ext/Storable/Storable.xs
14567 ____________________________________________________________________________
14568 [  6836] By: jhi                                   on 2000/08/26  05:05:46
14569         Log: Nicer in decimal.
14570      Branch: perl
14571            ! ext/Storable/Storable.xs
14572 ____________________________________________________________________________
14573 [  6835] By: jhi                                   on 2000/08/26  05:03:50
14574         Log: There be no UVdf.
14575      Branch: perl
14576            ! ext/Storable/Storable.xs
14577 ____________________________________________________________________________
14578 [  6834] By: jhi                                   on 2000/08/26  05:00:18
14579         Log: Continue IVdfing and UVxfing.
14580      Branch: perl
14581            ! ext/Storable/Storable.xs
14582 ____________________________________________________________________________
14583 [  6833] By: jhi                                   on 2000/08/26  04:53:14
14584         Log: Use IVdf.
14585      Branch: perl
14586            ! ext/Storable/Storable.xs
14587 ____________________________________________________________________________
14588 [  6832] By: jhi                                   on 2000/08/26  04:40:41
14589         Log: Document PTR2XX and INT2PTR.
14590      Branch: perl
14591            ! pod/perlguts.pod
14592 ____________________________________________________________________________
14593 [  6831] By: jhi                                   on 2000/08/26  04:33:18
14594         Log: Use UVxf, PTR2UV, NVff.
14595      Branch: perl
14596            ! ext/Storable/Storable.xs
14597 ____________________________________________________________________________
14598 [  6830] By: jhi                                   on 2000/08/26  04:31:32
14599         Log: Update the test count.
14600      Branch: perl
14601            ! t/lib/trig.t
14602 ____________________________________________________________________________
14603 [  6829] By: jhi                                   on 2000/08/26  03:05:50
14604         Log: Subject: [PATCH] installation not quite silent yet.
14605              From: <abigail@foad.org>
14606              Date: Fri, 25 Aug 2000 20:07:53 -0400
14607              Message-ID: <20000826000753.7822.qmail@foad.org>
14608      Branch: perl
14609            ! installman installperl
14610 ____________________________________________________________________________
14611 [  6828] By: jhi                                   on 2000/08/26  03:05:14
14612         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14613              From: Spider Boardman <spider@web.zk3.dec.com>
14614              Date: Fri, 25 Aug 2000 19:12:40 -0400
14615              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
14616      Branch: perl
14617            ! gv.c
14618 ____________________________________________________________________________
14619 [  6827] By: jhi                                   on 2000/08/25  23:54:34
14620         Log: Support preserving extremely big/small angles.
14621      Branch: perl
14622            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
14623 ____________________________________________________________________________
14624 [  6826] By: jhi                                   on 2000/08/25  23:01:20
14625         Log: Patch installperl to be long double-aware.
14626              
14627              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14628              From: Spider Boardman <spider@web.zk3.dec.com>
14629              Date: Fri, 25 Aug 2000 18:15:23 -0400
14630              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
14631      Branch: perl
14632            ! installperl
14633 ____________________________________________________________________________
14634 [  6825] By: jhi                                   on 2000/08/25  22:58:25
14635         Log: Remove duplicately applied patch shards.
14636              
14637              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14638              From: Spider Boardman <spider@leggy.zk3.dec.com>
14639              Date: Fri, 25 Aug 2000 16:45:03 -0400
14640              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
14641      Branch: perl
14642            ! t/lib/cgi-html.t
14643 ____________________________________________________________________________
14644 [  6824] By: jhi                                   on 2000/08/25  22:57:00
14645         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14646              From: Daniel Chetlin <daniel@chetlin.com>
14647              Date: Fri, 25 Aug 2000 12:23:16 -0700
14648              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
14649              
14650              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14651              From: Daniel Chetlin <daniel@chetlin.com>
14652              Date: Fri, 25 Aug 2000 14:47:19 -0700
14653              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
14654      Branch: perl
14655            ! installman
14656 ____________________________________________________________________________
14657 [  6823] By: jhi                                   on 2000/08/25  22:44:17
14658         Log: Timestamp problem?
14659      Branch: perl
14660            ! uconfig.h uconfig.sh
14661 ____________________________________________________________________________
14662 [  6822] By: jhi                                   on 2000/08/25  19:01:06
14663         Log: One forgotten file from #6816.
14664      Branch: perl
14665            ! vos/config.h
14666 ____________________________________________________________________________
14667 [  6821] By: jhi                                   on 2000/08/25  18:56:39
14668         Log: Regen Changes.
14669      Branch: perl
14670            ! Changes patchlevel.h
14671 ____________________________________________________________________________
14672 [  6820] By: jhi                                   on 2000/08/25  18:52:35
14673         Log: Fix Changes ordering.
14674      Branch: perl
14675            ! Changes
14676 ____________________________________________________________________________
14677 [  6819] By: jhi                                   on 2000/08/25  18:50:25
14678         Log: Update Changes.
14679      Branch: perl
14680            ! Changes patchlevel.h
14681 ____________________________________________________________________________
14682 [  6818] By: jhi                                   on 2000/08/25  18:47:45
14683         Log: Tweak the sfio/useperlio logic, hopefully as wished in
14684              
14685              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14686              From: Nicholas Clark <nick@babyhippo.co.uk>
14687              Date: Fri, 25 Aug 2000 12:01:45 +0100
14688              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
14689      Branch: metaconfig/U/perl
14690            ! d_sfio.U
14691      Branch: perl
14692            ! Configure
14693 ____________________________________________________________________________
14694 [  6817] By: jhi                                   on 2000/08/25  18:32:51
14695         Log: Allow microperl to assume <math.h>, without it the math
14696              functions like floor() are assumed to return int, which makes
14697              for core dumps in machines where integer and floating register
14698              don't mix.
14699      Branch: perl
14700            ! uconfig.h uconfig.sh
14701 ____________________________________________________________________________
14702 [  6816] By: jhi                                   on 2000/08/25  18:27:17
14703         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14704              the problem reported in
14705              
14706              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14707              From: danhale@us.ibm.com
14708              Date: Fri, 25 Aug 2000 10:58:06 -0400
14709              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
14710      Branch: metaconfig/U/perl
14711            + d_socks5_init.U
14712      Branch: perl
14713            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
14714            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
14715            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
14716            ! win32/config.gc win32/config.vc
14717 ____________________________________________________________________________
14718 [  6815] By: jhi                                   on 2000/08/25  17:43:31
14719         Log: A solution for the retrieve_fd autosplit warning,
14720              idea suggested by Mike Guy.
14721      Branch: perl
14722            ! ext/Storable/Storable.pm
14723 ____________________________________________________________________________
14724 [  6814] By: jhi                                   on 2000/08/25  17:16:03
14725         Log: Add install-silent target.
14726      Branch: perl
14727            ! Makefile.SH
14728 ____________________________________________________________________________
14729 [  6813] By: jhi                                   on 2000/08/25  17:14:23
14730         Log: Subject: Re: [PATCH] More silencing of installman.
14731              From: <abigail@foad.org>
14732              Date: Thu, 24 Aug 2000 19:27:03 -0400
14733              Message-ID: <20000824232703.7001.qmail@foad.org>
14734              
14735              Subject: Re: [PATCH] More silencing of installman.
14736              From: <abigail@foad.org>
14737              Date: Fri, 25 Aug 2000 03:00:58 -0400
14738              Message-ID: <20000825070058.10697.qmail@foad.org>
14739      Branch: perl
14740            ! installman
14741 ____________________________________________________________________________
14742 [  6812] By: jhi                                   on 2000/08/25  17:11:28
14743         Log: installperl --verbose and --silent.
14744              
14745              Subject: Re: [PATCH] More silencing of installman.
14746              From: <abigail@foad.org>
14747              Message-ID: <20000825064430.9719.qmail@foad.org>
14748              Date: Fri, 25 Aug 2000 02:44:30 -0400
14749      Branch: perl
14750            ! installperl
14751 ____________________________________________________________________________
14752 [  6811] By: jhi                                   on 2000/08/25  17:05:43
14753         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14754              From: "Peter J. Farley III" <pjfarley@banet.net>
14755              Date: Thu, 24 Aug 2000 21:58:03 -0400
14756              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
14757              
14758              (applied slightly modified)
14759      Branch: perl
14760            ! lib/ExtUtils/MM_Unix.pm
14761 ____________________________________________________________________________
14762 [  6810] By: jhi                                   on 2000/08/25  17:01:18
14763         Log: Missing parts of 
14764              
14765              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14766              From: Peter Prymmer <pvhp@forte.com>
14767              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
14768              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
14769      Branch: perl
14770            ! t/lib/cgi-html.t
14771 ____________________________________________________________________________
14772 [  6809] By: jhi                                   on 2000/08/25  16:46:32
14773         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14774              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14775              Date: Thu, 24 Aug 2000 19:13:11 -0500
14776              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
14777      Branch: perl
14778            ! vms/vms.c
14779 ____________________________________________________________________________
14780 [  6808] By: jhi                                   on 2000/08/25  16:39:22
14781         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
14782              From: Peter Prymmer <pvhp@forte.com>
14783              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
14784              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
14785      Branch: perl
14786            ! configure.com
14787 ____________________________________________________________________________
14788 [  6807] By: jhi                                   on 2000/08/25  16:36:37
14789         Log: Better wording for the vec lvalue diagnostic.
14790              
14791              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14792              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14793              Date: Wed, 23 Aug 2000 14:12:16 -0400
14794              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
14795      Branch: perl
14796            ! pod/perldiag.pod
14797 ____________________________________________________________________________
14798 [  6806] By: jhi                                   on 2000/08/24  18:17:22
14799         Log: Subject: [PATCH] More silencing of installman.
14800              From: <abigail@foad.org>
14801              Date: Thu, 24 Aug 2000 14:01:44 -0400
14802              Message-ID: <20000824180144.20062.qmail@foad.org>
14803      Branch: perl
14804            ! installman
14805 ____________________________________________________________________________
14806 [  6805] By: jhi                                   on 2000/08/24  15:00:31
14807         Log: Update Changes.
14808      Branch: perl
14809            ! Changes patchlevel.h
14810 ____________________________________________________________________________
14811 [  6804] By: jhi                                   on 2000/08/24  14:59:07
14812         Log: Regen perltoc.
14813      Branch: perl
14814            ! pod/perltoc.pod
14815 ____________________________________________________________________________
14816 [  6803] By: jhi                                   on 2000/08/24  14:44:39
14817         Log: Show the doc file, not the temp file.
14818      Branch: perl
14819            ! installman
14820 ____________________________________________________________________________
14821 [  6802] By: jhi                                   on 2000/08/24  14:41:53
14822         Log: Continue silencing.
14823      Branch: perl
14824            ! installman
14825 ____________________________________________________________________________
14826 [  6801] By: jhi                                   on 2000/08/24  14:34:40
14827         Log: Actually do something with the silencer option.
14828      Branch: perl
14829            ! installman
14830 ____________________________________________________________________________
14831 [  6800] By: jhi                                   on 2000/08/24  14:26:22
14832         Log: Make installman to recognize the silence flag -S.
14833      Branch: perl
14834            ! installman
14835 ____________________________________________________________________________
14836 [  6799] By: jhi                                   on 2000/08/24  13:49:38
14837         Log: DOS patches and portability/porting notes, from Tim Jenness.
14838      Branch: perl
14839            ! lib/File/Temp.pm
14840 ____________________________________________________________________________
14841 [  6798] By: jhi                                   on 2000/08/24  13:48:27
14842         Log: Create directories in silence.
14843              
14844              Subject: [PATCH] Another silencer for MakeMaker
14845              From: andreas.koenig@anima.de (Andreas J. Koenig)
14846              Date: 24 Aug 2000 14:18:52 +0200
14847              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
14848      Branch: perl
14849            ! lib/ExtUtils/Command.pm
14850 ____________________________________________________________________________
14851 [  6797] By: jhi                                   on 2000/08/24  13:46:42
14852         Log: More liberal parsing of version numbers.
14853              
14854              Subject: Re: CPAN.pm beta for testing available
14855              From: andreas.koenig@anima.de (Andreas J. Koenig)
14856              Date: 24 Aug 2000 13:51:57 +0200
14857              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
14858      Branch: perl
14859            ! lib/CPAN.pm
14860 ____________________________________________________________________________
14861 [  6796] By: jhi                                   on 2000/08/24  13:44:36
14862         Log: Make "make install" by default silent.  A new "install-verbose"
14863              target is verbose.
14864      Branch: perl
14865            ! Makefile.SH
14866 ____________________________________________________________________________
14867 [  6795] By: jhi                                   on 2000/08/24  13:39:14
14868         Log: Add silencer flags to installperl.
14869              
14870              Subject: [PATCH] Making installperl silent.
14871              From: <abigail@foad.org>
14872              Date: Thu, 24 Aug 2000 05:01:45 -0400
14873              Message-ID: <20000824090145.13141.qmail@foad.org>
14874      Branch: perl
14875            ! installperl
14876 ____________________________________________________________________________
14877 [  6794] By: jhi                                   on 2000/08/24  13:35:50
14878         Log: installperl couldn't tell whether it had run tests or not.
14879              
14880              Subject: [PATCH] Re: installperl and t/TEST
14881              From: <abigail@foad.org>
14882              Date: Thu, 24 Aug 2000 04:00:53 -0400
14883              Message-ID: <20000824080053.2494.qmail@foad.org>
14884      Branch: perl
14885            ! Makefile.SH installperl
14886 ____________________________________________________________________________
14887 [  6793] By: jhi                                   on 2000/08/24  13:27:50
14888         Log: Drop the separate perlbc, perlcc -b should be enough.
14889      Branch: perl
14890            - utils/perlbc.PL
14891            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
14892 ____________________________________________________________________________
14893 [  6792] By: jhi                                   on 2000/08/24  04:41:30
14894         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
14895              plus the typo fix from Peter Prymmer.
14896      Branch: perl
14897            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14898            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14899 ____________________________________________________________________________
14900 [  6791] By: jhi                                   on 2000/08/24  02:10:43
14901         Log: Replace #6705 with a minimal doc patch.
14902              
14903              Subject: [PATCH 5.6.0] replace change #6705
14904              From: Jan Dubois <jand@ActiveState.com>
14905              Date: Wed, 23 Aug 2000 18:31:51 -0700
14906              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
14907      Branch: perl
14908            ! lib/Win32.pod win32/win32.c
14909 ____________________________________________________________________________
14910 [  6790] By: jhi                                   on 2000/08/23  17:52:00
14911         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14912              From: Mike Guy <mjtg@cam.ac.uk>
14913              Date: Wed, 23 Aug 2000 18:38:46 +0100
14914              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
14915      Branch: perl
14916            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
14917 ____________________________________________________________________________
14918 [  6789] By: jhi                                   on 2000/08/23  15:34:21
14919         Log: Update Changes.
14920      Branch: perl
14921            ! Changes patchlevel.h
14922 ____________________________________________________________________________
14923 [  6788] By: jhi                                   on 2000/08/23  15:33:40
14924         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14925              From: Wilfredo Sánchez <wsanchez@apple.com>
14926              Date: Tue, 22 Aug 2000 19:31:27 -0700
14927              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
14928      Branch: perl
14929            ! perl.h
14930 ____________________________________________________________________________
14931 [  6787] By: jhi                                   on 2000/08/23  15:29:31
14932         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14933              From: Spider Boardman <spider@leggy.zk3.dec.com>
14934              Date: Wed, 23 Aug 2000 10:33:23 -0400
14935              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
14936      Branch: perl
14937            ! lib/Pod/Html.pm
14938 ____________________________________________________________________________
14939 [  6786] By: jhi                                   on 2000/08/23  15:28:11
14940         Log: Bad makefile.
14941      Branch: perl
14942            ! ext/B/Makefile.PL
14943 ____________________________________________________________________________
14944 [  6785] By: jhi                                   on 2000/08/23  14:37:04
14945         Log: Update Changes.
14946      Branch: perl
14947            ! Changes patchlevel.h
14948 ____________________________________________________________________________
14949 [  6784] By: jhi                                   on 2000/08/23  13:58:41
14950         Log: Portability fix from Hugo van der Sanden.
14951      Branch: perl
14952            ! ext/re/Makefile.PL
14953 ____________________________________________________________________________
14954 [  6783] By: jhi                                   on 2000/08/23  13:53:53
14955         Log: Storable support, v-version fixes.
14956              
14957              Subject: CPAN.pm beta for testing available
14958              From: andreas.koenig@anima.de (Andreas J. Koenig)
14959              Date: 22 Aug 2000 23:31:33 +0200
14960              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
14961      Branch: perl
14962            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14963 ____________________________________________________________________________
14964 [  6782] By: jhi                                   on 2000/08/23  13:51:26
14965         Log: Mac and other portability updates from Chris Nandor.
14966      Branch: perl
14967            ! pod/perlmodinstall.pod
14968 ____________________________________________________________________________
14969 [  6781] By: jhi                                   on 2000/08/23  13:47:33
14970         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
14971              From: Peter Prymmer <pvhp@forte.com>
14972              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
14973              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
14974      Branch: perl
14975            ! ext/Storable/Storable.xs
14976 ____________________________________________________________________________
14977 [  6780] By: jhi                                   on 2000/08/23  13:33:34
14978         Log: VMS MMS (make) wants null action.
14979      Branch: perl
14980            ! ext/B/Makefile.PL
14981 ____________________________________________________________________________
14982 [  6779] By: jhi                                   on 2000/08/22  19:44:47
14983         Log: Forgot portability nit.
14984      Branch: perl
14985            ! t/lib/st-forgive.t
14986 ____________________________________________________________________________
14987 [  6778] By: jhi                                   on 2000/08/22  19:35:25
14988         Log: Be portable.
14989      Branch: perl
14990            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
14991            ! t/lib/st-store.t
14992 ____________________________________________________________________________
14993 [  6777] By: jhi                                   on 2000/08/22  18:50:53
14994         Log: Update Changes.
14995      Branch: perl
14996            ! Changes patchlevel.h
14997 ____________________________________________________________________________
14998 [  6776] By: jhi                                   on 2000/08/22  18:44:46
14999         Log: cSVOPo_*v things index into the current PL_curpad
15000              under ithreads, which is different from the curpad
15001              used by the XSUB.  (In other words, the code as-is
15002              before this patch wouldn't work under ithreads.)
15003              From Sarathy.
15004      Branch: perl
15005            ! ext/B/B.xs
15006 ____________________________________________________________________________
15007 [  6775] By: jhi                                   on 2000/08/22  18:18:37
15008         Log: Make the selection of NVff et al stricter.
15009      Branch: metaconfig/U/perl
15010            ! perlxvf.U
15011      Branch: perl
15012            ! Configure config_h.SH
15013 ____________________________________________________________________________
15014 [  6774] By: jhi                                   on 2000/08/22  17:19:42
15015         Log: perldelta nits.
15016      Branch: perl
15017            ! pod/perldelta.pod
15018 ____________________________________________________________________________
15019 [  6773] By: jhi                                   on 2000/08/22  17:06:26
15020         Log: Long double fixes from Spider Boardman.
15021              
15022              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
15023              From: system PRIVILEGED account <root@peano.zk3.dec.com>
15024              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
15025              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
15026      Branch: perl
15027            ! t/lib/bigfltpm.t t/lib/st-06compat.t
15028 ____________________________________________________________________________
15029 [  6772] By: jhi                                   on 2000/08/22  15:04:53
15030         Log: Update Changes.
15031      Branch: perl
15032            ! Changes patchlevel.h
15033 ____________________________________________________________________________
15034 [  6771] By: jhi                                   on 2000/08/22  15:01:44
15035         Log: perldelta fixes from Hugo van der Sanden.
15036      Branch: perl
15037            ! pod/perldelta.pod
15038 ____________________________________________________________________________
15039 [  6770] By: jhi                                   on 2000/08/22  14:34:49
15040         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
15041              From: Hugo <hv@crypt.compulink.co.uk>
15042              Date: Tue, 22 Aug 2000 11:21:53 +0100
15043              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
15044      Branch: perl
15045            ! regcomp.c
15046 ____________________________________________________________________________
15047 [  6769] By: jhi                                   on 2000/08/22  14:30:02
15048         Log: Add Yitzchak, reformat.
15049      Branch: perl
15050            ! Changes config_h.SH
15051 ____________________________________________________________________________
15052 [  6768] By: jhi                                   on 2000/08/22  14:21:35
15053         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
15054              and Spider Boardman.
15055      Branch: metaconfig
15056            ! U/compline/d_gconvert.U
15057      Branch: perl
15058            ! Configure
15059 ____________________________________________________________________________
15060 [  6767] By: jhi                                   on 2000/08/22  14:11:24
15061         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
15062              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15063              Date: Mon, 21 Aug 2000 19:08:31 -0700
15064              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
15065      Branch: perl
15066            - ext/Storable/patchlevel.h
15067            ! MANIFEST ext/Storable/MANIFEST
15068 ____________________________________________________________________________
15069 [  6766] By: jhi                                   on 2000/08/22  13:49:29
15070         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
15071              From: Peter Prymmer <pvhp@forte.com>
15072              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
15073              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
15074      Branch: perl
15075            ! configure.com ext/Storable/Makefile.PL
15076 ____________________________________________________________________________
15077 [  6765] By: jhi                                   on 2000/08/22  13:44:59
15078         Log: Subject: [PATCH blead] B:: missing dependency
15079              From: Hugo <hv@crypt.compulink.co.uk>
15080              Date: Tue, 22 Aug 2000 06:44:33 +0100
15081              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
15082      Branch: perl
15083            ! ext/B/Makefile.PL
15084 ____________________________________________________________________________
15085 [  6764] By: jhi                                   on 2000/08/22  13:38:12
15086         Log: More bytecompiler.
15087      Branch: perl
15088            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
15089 ____________________________________________________________________________
15090 [  6763] By: jhi                                   on 2000/08/22  13:36:44
15091         Log: Bytecompiler patches from Benjamin Stuhl.
15092      Branch: perl
15093            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
15094            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15095            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15096            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15097            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
15098            ! perl.c perlapi.h pod/perldelta.pod
15099 ____________________________________________________________________________
15100 [  6762] By: jhi                                   on 2000/08/21  23:43:40
15101         Log: An obsoleted diagnostic.
15102      Branch: perl
15103            ! pod/perldelta.pod
15104 ____________________________________________________________________________
15105 [  6761] By: jhi                                   on 2000/08/21  23:01:45
15106         Log: The #6759 wasn't quite right.
15107      Branch: perl
15108            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15109            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15110            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15111            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15112            ! t/lib/st-tieditems.t
15113 ____________________________________________________________________________
15114 [  6760] By: jhi                                   on 2000/08/21  22:35:49
15115         Log: Be verydeepclean.
15116      Branch: perl
15117            ! Makefile.SH
15118 ____________________________________________________________________________
15119 [  6759] By: jhi                                   on 2000/08/21  22:25:40
15120         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
15121              From: Peter Prymmer <pvhp@forte.com>
15122              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
15123              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
15124      Branch: perl
15125            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15126            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15127            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15128            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15129            ! t/lib/st-tieditems.t
15130 ____________________________________________________________________________
15131 [  6758] By: jhi                                   on 2000/08/21  22:22:32
15132         Log: Few more casts, need reported in
15133              
15134              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
15135              From: Mike Stok <mike@stok.co.uk>
15136              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
15137              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
15138              
15139              and
15140              
15141              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
15142              From: abigail@foad.org
15143              Date: 21 Aug 2000 21:31:34 -0000
15144              Message-Id: <20000821213134.30170.qmail@foad.org>
15145      Branch: perl
15146            ! ext/Storable/Storable.xs
15147 ____________________________________________________________________________
15148 [  6757] By: jhi                                   on 2000/08/21  18:37:07
15149         Log: Update Changes.
15150      Branch: perl
15151            ! Changes patchlevel.h
15152 ____________________________________________________________________________
15153 [  6756] By: jhi                                   on 2000/08/21  18:34:02
15154         Log: A pod nit.
15155              
15156              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15157              From: <abigail@foad.org>
15158              Date: Mon, 21 Aug 2000 14:00:16 -0400
15159              Message-ID: <20000821180016.28627.qmail@foad.org>
15160      Branch: perl
15161            ! pod/perlre.pod
15162 ____________________________________________________________________________
15163 [  6755] By: jhi                                   on 2000/08/21  18:30:56
15164         Log: Use PodParser 1.18 new test.
15165      Branch: perl
15166            ! t/pod/special_seqs.t t/pod/special_seqs.xr
15167 ____________________________________________________________________________
15168 [  6754] By: jhi                                   on 2000/08/21  18:28:35
15169         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
15170              patches cannot be applied since #6712 conflicts.
15171      Branch: perl
15172            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
15173 ____________________________________________________________________________
15174 [  6753] By: jhi                                   on 2000/08/21  18:15:11
15175         Log: Weed out some smaller changes.
15176      Branch: perl
15177            ! pod/perldelta.pod
15178 ____________________________________________________________________________
15179 [  6752] By: jhi                                   on 2000/08/21  18:02:30
15180         Log: Also under djgpp the timestamps are funky.
15181      Branch: perl
15182            ! t/op/stat.t
15183 ____________________________________________________________________________
15184 [  6751] By: jhi                                   on 2000/08/21  17:55:56
15185         Log: Tweak the floating point output routine preferences.
15186      Branch: metaconfig
15187            ! U/compline/d_gconvert.U
15188      Branch: perl
15189            ! Configure
15190 ____________________________________________________________________________
15191 [  6750] By: jhi                                   on 2000/08/21  17:51:29
15192         Log: Unicos/mk requires elaborate paranoia.
15193      Branch: perl
15194            ! lib/Math/Complex.pm
15195 ____________________________________________________________________________
15196 [  6749] By: gsar                                  on 2000/08/21  16:53:31
15197         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15198      Branch: perl
15199            ! lib/Cwd.pm
15200 ____________________________________________________________________________
15201 [  6748] By: gsar                                  on 2000/08/21  16:22:19
15202         Log: free TLS slot properly on Windows
15203      Branch: perl
15204            ! thread.h win32/perllib.c win32/win32thread.h
15205 ____________________________________________________________________________
15206 [  6747] By: jhi                                   on 2000/08/21  16:20:58
15207         Log: Rename the macro argument because some preprocessors
15208              can't tell the difference and expand arguments also inside
15209              double quoted strings.
15210      Branch: perl
15211            ! regcomp.c
15212 ____________________________________________________________________________
15213 [  6746] By: jhi                                   on 2000/08/21  16:09:41
15214         Log: Support long doubles in Storable.
15215              
15216              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
15217              From: Radu Greab <radu@netsoft.ro>
15218              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
15219              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
15220      Branch: perl
15221            ! ext/Storable/Storable.xs
15222 ____________________________________________________________________________
15223 [  6745] By: jhi                                   on 2000/08/21  15:51:40
15224         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15225              From: "Fifer, Eric" <EFifer@sanwaint.com>
15226              Date: Mon, 21 Aug 2000 15:34:49 +0100
15227              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
15228      Branch: perl
15229            ! t/pragma/warn/9enabled
15230 ____________________________________________________________________________
15231 [  6744] By: jhi                                   on 2000/08/21  15:39:35
15232         Log: Document the endianness of Alpha more precisely.
15233      Branch: perl
15234            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
15235            ! pod/perlport.pod
15236 ____________________________________________________________________________
15237 [  6743] By: jhi                                   on 2000/08/21  14:47:05
15238         Log: perldelta fixes from the p5p crowd.
15239      Branch: perl
15240            ! pod/perldelta.pod pod/perlop.pod
15241 ____________________________________________________________________________
15242 [  6742] By: jhi                                   on 2000/08/21  13:34:51
15243         Log: Update to Pod::LaTeX 0.53.
15244              
15245              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15246              From: Tim Jenness <timj@jach.hawaii.edu>
15247              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
15248              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
15249      Branch: perl
15250            ! lib/Pod/LaTeX.pm
15251 ____________________________________________________________________________
15252 [  6741] By: jhi                                   on 2000/08/21  13:33:01
15253         Log: Subject: [PATCH] os2.c fix for use64bitint
15254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15255              Date: Mon, 21 Aug 2000 01:32:25 -0700
15256              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
15257      Branch: perl
15258            ! os2/os2.c
15259 ____________________________________________________________________________
15260 [  6740] By: jhi                                   on 2000/08/21  13:28:52
15261         Log: Array context keeps slithering in.
15262              
15263              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15264              From: Daniel Chetlin <daniel@chetlin.com>
15265              Date: Sun, 20 Aug 2000 21:40:25 -0700
15266              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
15267      Branch: perl
15268            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
15269            ! pod/perldebtut.pod
15270 ____________________________________________________________________________
15271 [  6739] By: jhi                                   on 2000/08/21  13:23:55
15272         Log: Big-endian quad fixes for Storable from Radu Greab,
15273              plus few explicit null casts for picky compilers.
15274      Branch: perl
15275            ! ext/Storable/Storable.xs
15276 ____________________________________________________________________________
15277 [  6738] By: gsar                                  on 2000/08/21  05:56:13
15278         Log: small tweaks for change#6705: avoid C++ style comments in C code;
15279              use Perl's malloc API rather than the low level system one
15280      Branch: perl
15281            ! win32/win32.c
15282 ____________________________________________________________________________
15283 [  6737] By: gsar                                  on 2000/08/21  05:35:41
15284         Log: add Storable to list of extensions on Windows
15285      Branch: perl
15286            ! win32/Makefile win32/makefile.mk
15287 ____________________________________________________________________________
15288 [  6736] By: jhi                                   on 2000/08/21  02:57:53
15289         Log: Update Changes.
15290      Branch: perl
15291            ! Changes patchlevel.h
15292 ____________________________________________________________________________
15293 [  6735] By: jhi                                   on 2000/08/21  02:57:20
15294         Log: Draft 0.
15295      Branch: perl
15296            ! pod/perldelta.pod
15297 ____________________________________________________________________________
15298 [  6734] By: jhi                                   on 2000/08/21  02:57:03
15299         Log: Add Storable 0.7.2 from Raphael Manfredi,
15300              plus the patch from
15301              
15302              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
15303              From: Radu Greab <radu@netsoft.ro>
15304              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
15305              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
15306              
15307              plus changes to get Storable to compile with
15308              picky ANSI compilers.
15309      Branch: perl
15310            + ext/Storable/ChangeLog ext/Storable/MANIFEST
15311            + ext/Storable/Makefile.PL ext/Storable/README
15312            + ext/Storable/Storable.pm ext/Storable/Storable.xs
15313            + ext/Storable/patchlevel.h t/lib/st-06compat.t
15314            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
15315            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
15316            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15317            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15318            + t/lib/st-tieditems.t
15319            ! MANIFEST
15320 ____________________________________________________________________________
15321 [  6733] By: jhi                                   on 2000/08/21  02:29:09
15322         Log: The correct cleaning order is an art.
15323      Branch: perl
15324            ! Makefile.SH
15325 ____________________________________________________________________________
15326 [  6732] By: jhi                                   on 2000/08/21  01:23:39
15327         Log: The #6724 is here.
15328      Branch: perl
15329            ! t/lib/ftmp-security.t
15330 ____________________________________________________________________________
15331 [  6731] By: jhi                                   on 2000/08/20  23:17:03
15332         Log: s/this one/the 5.6.0 release/
15333      Branch: perl
15334            ! pod/perl56delta.pod
15335 ____________________________________________________________________________
15336 [  6730] By: jhi                                   on 2000/08/20  23:07:34
15337         Log: Mention perlebcdic and perlposix-bc.
15338      Branch: perl
15339            ! pod/perlport.pod
15340 ____________________________________________________________________________
15341 [  6729] By: jhi                                   on 2000/08/20  21:32:59
15342         Log: Document the number of exponent digits.
15343      Branch: perl
15344            ! pod/perlfunc.pod
15345 ____________________________________________________________________________
15346 [  6728] By: jhi                                   on 2000/08/20  21:16:47
15347         Log: Use File::Spec->tmpdir().
15348              
15349              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
15350              From: Tim Jenness <timj@jach.hawaii.edu>
15351              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
15352              MIME-Version: 1.0
15353              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
15354      Branch: perl
15355            ! utils/perlbug.PL
15356 ____________________________________________________________________________
15357 [  6727] By: jhi                                   on 2000/08/20  20:43:32
15358         Log: Update Changes.
15359      Branch: perl
15360            ! Changes patchlevel.h
15361 ____________________________________________________________________________
15362 [  6726] By: jhi                                   on 2000/08/20  20:41:44
15363         Log: The veryclean target needs to clobber.
15364      Branch: perl
15365            ! Makefile.SH
15366 ____________________________________________________________________________
15367 [  6725] By: jhi                                   on 2000/08/20  20:37:38
15368         Log: Document odd vs even subreleases and -Dusedevel.
15369      Branch: perl
15370            ! INSTALL
15371 ____________________________________________________________________________
15372 [  6724] By: jhi                                   on 2000/08/20  19:58:05
15373         Log: Use temporary directory instead of current directory.
15374              
15375              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15376              From: Tim Jenness <timj@jach.hawaii.edu>
15377              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
15378              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
15379      Branch: perl
15380            ! t/lib/ftmp-security.t
15381 ____________________________________________________________________________
15382 [  6723] By: jhi                                   on 2000/08/20  19:55:55
15383         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
15384              From: andreas.koenig@anima.de (Andreas J. Koenig)
15385              Date: 20 Aug 2000 15:52:03 +0200
15386              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
15387      Branch: perl
15388            ! lib/ExtUtils/MM_Unix.pm
15389 ____________________________________________________________________________
15390 [  6722] By: jhi                                   on 2000/08/20  19:46:01
15391         Log: Update to CGI 2.72, from Lincoln Stein.
15392      Branch: perl
15393            ! lib/CGI.pm
15394 ____________________________________________________________________________
15395 [  6721] By: jhi                                   on 2000/08/20  19:43:54
15396         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15397              From: Radu Greab <radu@netsoft.ro>
15398              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
15399              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
15400      Branch: perl
15401            ! ext/GDBM_File/GDBM_File.xs
15402 ____________________________________________________________________________
15403 [  6720] By: jhi                                   on 2000/08/20  19:42:01
15404         Log: pp_open() could pass an uninitialized filename down to do_open9().
15405      Branch: perl
15406            ! pp_sys.c
15407 ____________________________________________________________________________
15408 [  6719] By: jhi                                   on 2000/08/20  14:06:41
15409         Log: UTF8 concat fixes.
15410              
15411              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15412              From: Hugo <hv@crypt.compulink.co.uk>
15413              Date: Sun, 20 Aug 2000 07:30:46 +0100
15414              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
15415      Branch: perl
15416            ! pp_hot.c t/op/append.t
15417 ____________________________________________________________________________
15418 [  6718] By: jhi                                   on 2000/08/20  02:09:37
15419         Log: Let's try #6717 again.
15420      Branch: perl
15421            ! lib/File/Temp.pm
15422 ____________________________________________________________________________
15423 [  6717] By: jhi                                   on 2000/08/20  01:56:55
15424         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15425              From: "Craig A. Berry" <craig.berry@metamorgs.com>
15426              Date: Sat, 19 Aug 2000 18:15:39 -0500
15427              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
15428      Branch: perl
15429            ! lib/File/Temp.pm
15430 ____________________________________________________________________________
15431 [  6716] By: jhi                                   on 2000/08/19  15:50:11
15432         Log: Update Changes.
15433      Branch: perl
15434            ! Changes patchlevel.h
15435 ____________________________________________________________________________
15436 [  6715] By: jhi                                   on 2000/08/19  15:39:09
15437         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
15438              From: Jonathan D Johnston <jdjohnston2@juno.com>
15439              Date: Thu, 17 Aug 2000 23:13:01 -0400       
15440              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
15441      Branch: perl
15442            ! pod/perlfunc.pod
15443 ____________________________________________________________________________
15444 [  6714] By: jhi                                   on 2000/08/19  15:34:04
15445         Log: Introduce a 'veryclean' target that is like 'distclean'
15446              but also removes *~ and *.orig.
15447      Branch: perl
15448            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
15449            ! utils/Makefile x2p/Makefile.SH
15450 ____________________________________________________________________________
15451 [  6713] By: jhi                                   on 2000/08/19  14:15:45
15452         Log: Put back the long double avoidance code to POSIX.xs
15453              because VMS seems to need it still.
15454      Branch: perl
15455            ! ext/POSIX/POSIX.xs
15456 ____________________________________________________________________________
15457 [  6712] By: jhi                                   on 2000/08/19  14:10:41
15458         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15459              From: Peter Prymmer <pvhp@forte.com>
15460              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
15461              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
15462      Branch: perl
15463            ! lib/Pod/Find.pm t/pod/find.t
15464 ____________________________________________________________________________
15465 [  6711] By: jhi                                   on 2000/08/19  14:09:19
15466         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15467              From: Peter Prymmer <pvhp@forte.com>
15468              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
15469              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
15470              cc: vmsperl@perl.org
15471      Branch: perl
15472            ! t/lib/peek.t
15473 ____________________________________________________________________________
15474 [  6710] By: jhi                                   on 2000/08/19  14:08:01
15475         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15476              From: Jan Dubois <jand@ActiveState.com>
15477              Date: Fri, 18 Aug 2000 16:31:48 -0700
15478              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
15479      Branch: perl
15480            ! win32/win32.c
15481 ____________________________________________________________________________
15482 [  6709] By: jhi                                   on 2000/08/19  14:06:57
15483         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
15484              
15485              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15486              From: Spider.Boardman@Orb.Nashua.NH.US
15487              Date: Fri, 18 Aug 2000 18:41:14 -0400
15488              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
15489      Branch: perl
15490            ! regcomp.c
15491 ____________________________________________________________________________
15492 [  6708] By: jhi                                   on 2000/08/18  22:04:49
15493         Log: Update Changes.
15494      Branch: perl
15495            ! Changes patchlevel.h
15496 ____________________________________________________________________________
15497 [  6707] By: jhi                                   on 2000/08/18  21:55:14
15498         Log: Add warnif(), check warnings further up the stack,
15499              all the warnings functions now can take an optional object reference.
15500              
15501              Subject: [PATCH bleedperl@6691] warnings pragma update
15502              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15503              Date: Fri, 18 Aug 2000 22:42:06 +0100
15504              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
15505      Branch: perl
15506            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
15507            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
15508            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
15509 ____________________________________________________________________________
15510 [  6706] By: jhi                                   on 2000/08/18  21:41:45
15511         Log: Typo in pp_complement().
15512              
15513              Subject: [PATCH perl-current] Deparse
15514              From: Peter Scott <Peter@PSDT.com>
15515              Date: Fri, 18 Aug 2000 12:44:37 -0700
15516              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
15517      Branch: perl
15518            ! ext/B/B/Deparse.pm
15519 ____________________________________________________________________________
15520 [  6705] By: jhi                                   on 2000/08/18  21:25:59
15521         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15522              From: Jan Dubois <jand@ActiveState.com>
15523              Date: Fri, 18 Aug 2000 14:22:51 -0700
15524              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
15525      Branch: perl
15526            ! lib/Win32.pod win32/win32.c
15527 ____________________________________________________________________________
15528 [  6704] By: jhi                                   on 2000/08/18  21:16:14
15529         Log: Don't eat leading os from index entries.
15530              
15531              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15532              From: Russ Allbery <rra@stanford.edu>
15533              Date: 10 Aug 2000 20:49:25 -0700
15534              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
15535      Branch: perl
15536            ! lib/Pod/Man.pm
15537 ____________________________________________________________________________
15538 [  6703] By: jhi                                   on 2000/08/18  21:07:06
15539         Log: Add [[:blank:]] as suggested in
15540              
15541              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15542              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
15543              Date: Sun, 16 Jul 2000 17:55:29 -0700
15544              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
15545              
15546              (the [=cc=] has already been taken care of by #6439
15547              so the whole bug report can be closed)
15548              
15549              and make [[:space:]] to be equivalent to isspace(3)
15550              (as opposed to \s, which is isSPACE()).  The difference
15551              is that now [[:space:]] matches the mythical vertical tab,
15552              while \s doesn't.
15553      Branch: perl
15554            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
15555            ! regexec.c t/op/pat.t
15556 ____________________________________________________________________________
15557 [  6702] By: jhi                                   on 2000/08/18  18:47:47
15558         Log: The new tests were missing from #6415.
15559      Branch: perl
15560            ! t/op/bop.t
15561 ____________________________________________________________________________
15562 [  6701] By: jhi                                   on 2000/08/18  18:20:40
15563         Log: Document the NDBM_File and ODBM_File as SDBM_File
15564              was documented in #6417.
15565      Branch: perl
15566            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15567            ! ext/SDBM_File/SDBM_File.pm
15568 ____________________________________________________________________________
15569 [  6700] By: jhi                                   on 2000/08/18  18:10:39
15570         Log: Subject: [PATCH perl@6698] cygwin port
15571              From: "Fifer, Eric" <EFifer@sanwaint.com>
15572              Date: Fri, 18 Aug 2000 17:30:05 +0100
15573              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
15574      Branch: perl
15575            ! lib/File/Temp.pm
15576 ____________________________________________________________________________
15577 [  6699] By: jhi                                   on 2000/08/18  16:21:49
15578         Log: Document code point which makes if (defined %stash::) to work
15579              (noted by Spider Boardman).
15580      Branch: perl
15581            ! op.c
15582 ____________________________________________________________________________
15583 [  6698] By: jhi                                   on 2000/08/18  13:43:27
15584         Log: Update Changes.
15585      Branch: perl
15586            ! Changes patchlevel.h
15587 ____________________________________________________________________________
15588 [  6697] By: jhi                                   on 2000/08/18  13:35:57
15589         Log: Tiny Getopt::Long patch from Johan Vromans.
15590      Branch: perl
15591            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
15592 ____________________________________________________________________________
15593 [  6696] By: jhi                                   on 2000/08/18  13:26:14
15594         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15595              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
15596              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
15597              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
15598      Branch: perl
15599            ! pod/perldiag.pod pod/perlsyn.pod
15600 ____________________________________________________________________________
15601 [  6695] By: jhi                                   on 2000/08/18  13:13:26
15602         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15603              From: Daniel Chetlin <daniel@chetlin.com>
15604              Date: Fri, 18 Aug 2000 03:13:36 -0700
15605              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
15606      Branch: perl
15607            ! pod/perlfunc.pod
15608 ____________________________________________________________________________
15609 [  6694] By: jhi                                   on 2000/08/18  13:08:05
15610         Log: Subject: [PATCH] perltrap.pod spring cleaning
15611              From: Daniel Chetlin <daniel@chetlin.com>
15612              Date: Fri, 18 Aug 2000 03:06:54 -0700
15613              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
15614              
15615              plus Mike Guy's nitfix.
15616      Branch: perl
15617            ! pod/perltrap.pod
15618 ____________________________________________________________________________
15619 [  6693] By: jhi                                   on 2000/08/18  13:00:26
15620         Log: Unbuffer the output.
15621              
15622              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
15623              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15624              Date: Thu, 17 Aug 2000 18:39:29 -0700
15625              Message-ID: <RPJn5gzkgydf092yn@efn.org>
15626      Branch: perl
15627            ! t/op/fork.t
15628 ____________________________________________________________________________
15629 [  6692] By: jhi                                   on 2000/08/18  05:19:17
15630         Log: Delete the image, too, not just its MANIFEStation.
15631      Branch: perl
15632            - lib/CGI/eg/wilogo.gif
15633 ____________________________________________________________________________
15634 [  6691] By: jhi                                   on 2000/08/18  05:10:26
15635         Log: Propagate new Configure vars.
15636      Branch: perl
15637            ! configure.com epoc/config.sh uconfig.h uconfig.sh
15638            ! vos/config.def vos/config.h vos/config_h.SH_orig
15639            ! win32/config.bc win32/config.gc win32/config.vc
15640            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15641 ____________________________________________________________________________
15642 [  6690] By: jhi                                   on 2000/08/18  04:30:56
15643         Log: Update Changes.
15644      Branch: perl
15645            ! Changes patchlevel.h
15646 ____________________________________________________________________________
15647 [  6689] By: jhi                                   on 2000/08/18  04:12:30
15648         Log: Fix the lib/complex failure of
15649              
15650              From: abigail@foad.org
15651              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15652              Date: 15 Aug 2000 04:06:38 -0000
15653              Message-Id: <20000815040638.8524.qmail@foad.org> 
15654              
15655              Linux long double accuracy issue: something that
15656              when printed with %g looks like "2" but int() of it is 1.
15657      Branch: perl
15658            ! lib/Math/Complex.pm
15659 ____________________________________________________________________________
15660 [  6688] By: jhi                                   on 2000/08/18  03:15:35
15661         Log: The byteorder code in #6671 was wrong.
15662      Branch: perl
15663            ! configpm
15664 ____________________________________________________________________________
15665 [  6687] By: jhi                                   on 2000/08/18  02:08:42
15666         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
15667              From: Jan Dubois <jand@ActiveState.com>
15668              Date: Thu, 17 Aug 2000 18:31:55 -0700
15669              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
15670      Branch: perl
15671            ! sv.c
15672 ____________________________________________________________________________
15673 [  6686] By: jhi                                   on 2000/08/18  02:04:15
15674         Log: Use NVs in POSIX math, not doubles.
15675              
15676              From: abigail@foad.org
15677              Subject: [ID 20000817.014] POSIX & modfl
15678              Date: 17 Aug 2000 20:49:18 -0000
15679              Message-Id: <20000817204918.23123.qmail@foad.org>
15680      Branch: perl
15681            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
15682 ____________________________________________________________________________
15683 [  6685] By: jhi                                   on 2000/08/18  02:02:12
15684         Log: Introduce NVef, NVff, and NVgf, use the middle one.
15685              (helps for lib/peek + Linux + long doubles)  Reported in
15686              
15687              From: abigail@foad.org
15688              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15689              Date: 15 Aug 2000 04:06:38 -0000
15690              Message-Id: <20000815040638.8524.qmail@foad.org> 
15691              
15692              (note: the lib/complex failure has not yet been addressed)
15693      Branch: metaconfig/U/perl
15694            ! perlxvf.U
15695      Branch: perl
15696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15697            ! config_h.SH dump.c perl.h pod/perlguts.pod
15698 ____________________________________________________________________________
15699 [  6684] By: jhi                                   on 2000/08/17  23:22:19
15700         Log: Add byteorder to the myconfig output.
15701      Branch: perl
15702            ! myconfig.SH
15703 ____________________________________________________________________________
15704 [  6683] By: jhi                                   on 2000/08/17  23:20:19
15705         Log: The image doth not exist, spotted by Johan Vromans.
15706      Branch: perl
15707            ! MANIFEST
15708 ____________________________________________________________________________
15709 [  6682] By: jhi                                   on 2000/08/17  22:38:16
15710         Log: Document what the backtick returns if the command fails.
15711      Branch: perl
15712            ! pod/perlop.pod
15713 ____________________________________________________________________________
15714 [  6681] By: jhi                                   on 2000/08/17  22:33:12
15715         Log: Do not use prototyping here.
15716              
15717              Subject: [ID 20000817.016] [PATCH] Peek.xs
15718              From: abigail@foad.org
15719              Date: 17 Aug 2000 20:55:56 -0000
15720              Message-Id: <20000817205556.24270.qmail@foad.org>
15721      Branch: perl
15722            ! ext/Devel/Peek/Makefile.PL
15723 ____________________________________________________________________________
15724 [  6680] By: jhi                                   on 2000/08/17  19:46:43
15725         Log: Don't propose using modules built for 5.005 if no binary
15726              compatibility with 5.005 is attempted.
15727              
15728              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15729              Subject: Minor nit with 5.7.0 (6655)
15730              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
15731              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
15732      Branch: metaconfig
15733            ! U/installdirs/inc_version_list.U
15734      Branch: perl
15735            ! Configure config_h.SH
15736 ____________________________________________________________________________
15737 [  6679] By: jhi                                   on 2000/08/17  19:16:39
15738         Log: Microperl config update.
15739      Branch: perl
15740            ! uconfig.h uconfig.sh
15741 ____________________________________________________________________________
15742 [  6678] By: jhi                                   on 2000/08/17  19:16:13
15743         Log: The #6648 wasn't protective enough for limited platforms
15744              (like microperl).
15745      Branch: perl
15746            ! dump.c sv.c
15747 ____________________________________________________________________________
15748 [  6677] By: jhi                                   on 2000/08/17  14:46:35
15749         Log: Update Changes.
15750      Branch: perl
15751            ! Changes patchlevel.h
15752 ____________________________________________________________________________
15753 [  6676] By: jhi                                   on 2000/08/17  14:44:02
15754         Log: Add perlebcdic from Peter Prymmer, regen toc.
15755      Branch: perl
15756            + pod/perlebcdic.pod
15757            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15758 ____________________________________________________________________________
15759 [  6675] By: jhi                                   on 2000/08/17  14:41:52
15760         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15761      Branch: perl
15762            ! pod/perldebtut.pod
15763 ____________________________________________________________________________
15764 [  6674] By: jhi                                   on 2000/08/17  14:29:43
15765         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
15766              
15767              Subject: [ID 20000724.006] -DLEAKTEST problem
15768              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
15769              Date: Tue, 25 Jul 2000 00:36:32 -0500
15770              Message-Id: <20000725003632.A26186@www.llamacom.com>
15771              
15772              Reminder sent
15773              
15774              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
15775              From: Hugo <hv@crypt.compulink.co.uk>
15776              Date: Thu, 17 Aug 2000 15:23:42 +0100
15777              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
15778      Branch: perl
15779            ! util.c
15780 ____________________________________________________________________________
15781 [  6673] By: jhi                                   on 2000/08/17  04:07:10
15782         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15783              From: John Peacock <JPeacock@UnivPress.com>
15784              Date: Tue, 01 Aug 2000 09:38:12 -0400
15785              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
15786      Branch: perl
15787            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
15788 ____________________________________________________________________________
15789 [  6672] By: jhi                                   on 2000/08/17  03:04:35
15790         Log: Subject: [PATCH] Cwd.pm now uses strict
15791              From: Tim Jenness <timj@jach.hawaii.edu>
15792              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
15793              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
15794      Branch: perl
15795            ! lib/Cwd.pm
15796 ____________________________________________________________________________
15797 [  6671] By: jhi                                   on 2000/08/17  02:16:35
15798         Log: Make $Config{byteorder} more magical so that it is
15799              dynamically computed: nice for 'fat binaries'.
15800              
15801              Subject: [PATCH]: default byteorder
15802              From: Wilfredo Sánchez <wsanchez@apple.com>
15803              Date: Mon, 31 Jul 2000 19:45:31 -0700
15804              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
15805      Branch: perl
15806            ! configpm
15807 ____________________________________________________________________________
15808 [  6670] By: gsar                                  on 2000/08/17  01:22:21
15809         Log: move WNOHANG definition to where other such things are
15810      Branch: perl
15811            ! win32/win32.h
15812 ____________________________________________________________________________
15813 [  6669] By: jhi                                   on 2000/08/17  01:19:17
15814         Log: Update Changes.
15815      Branch: perl
15816            ! Changes patchlevel.h
15817 ____________________________________________________________________________
15818 [  6668] By: jhi                                   on 2000/08/17  01:16:29
15819         Log: Doc nits spotted by Richard Soderberg.
15820      Branch: perl
15821            ! README.posix-bc README.vmesa
15822 ____________________________________________________________________________
15823 [  6667] By: jhi                                   on 2000/08/17  01:12:11
15824         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15825              From: "Casey R. Tweten" <crt@kiski.net>
15826              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
15827              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
15828      Branch: perl
15829            ! pod/perldebtut.pod
15830 ____________________________________________________________________________
15831 [  6666] By: jhi                                   on 2000/08/17  01:09:31
15832         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15833              From: "Casey R. Tweten" <crt@kiski.net>
15834              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
15835              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
15836      Branch: perl
15837            ! lib/Shell.pm
15838 ____________________________________________________________________________
15839 [  6665] By: gsar                                  on 2000/08/17  01:03:52
15840         Log: add "ok" targets from change#6632 in makefile.mk
15841      Branch: perl
15842            ! pod/perlport.pod win32/Makefile win32/makefile.mk
15843 ____________________________________________________________________________
15844 [  6664] By: gsar                                  on 2000/08/17  00:56:11
15845         Log: avoid warnings from dense compiler
15846      Branch: perl
15847            ! win32/win32.c
15848 ____________________________________________________________________________
15849 [  6663] By: jhi                                   on 2000/08/17  00:51:49
15850         Log: Tweak the regex compilation errors once more.
15851      Branch: perl
15852            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15853            ! t/op/regmesg.t t/pragma/warn/regcomp
15854 ____________________________________________________________________________
15855 [  6662] By: gsar                                  on 2000/08/17  00:28:19
15856         Log: trailing new %ENV entries weren't being pushed into the real
15857              environment of subprocesses on Windows
15858      Branch: perl
15859            ! t/op/magic.t win32/perlhost.h
15860 ____________________________________________________________________________
15861 [  6661] By: gsar                                  on 2000/08/17  00:19:20
15862         Log: waitpid() now handles externally spawned pids correctly;
15863              fixes for backtick/wait/waitpid failures on Windows 9x
15864              
15865              these changes make the pid returned by process functions on
15866              Windows 9x always positive by clearing the high bit (which
15867              is always set on Win9x); pseudo-process PIDs are likewise
15868              always negative now on Win9x (just as on NT/2000)
15869      Branch: perl
15870            ! pp_sys.c win32/perlhost.h win32/win32.c
15871 ____________________________________________________________________________
15872 [  6660] By: jhi                                   on 2000/08/17  00:04:32
15873         Log: Retract #6645.
15874      Branch: perl
15875            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15876            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
15877            ! t/op/sprintf.t
15878 ____________________________________________________________________________
15879 [  6659] By: gsar                                  on 2000/08/16  23:59:28
15880         Log: on windows, the return values from wait() and waitpid() don't
15881              match those of pseudo-pids
15882      Branch: perl
15883            ! pp_sys.c t/op/fork.t util.c win32/win32.c
15884 ____________________________________________________________________________
15885 [  6658] By: gsar                                  on 2000/08/16  23:56:14
15886         Log: pod nit seen in passing
15887      Branch: perl
15888            ! pod/perlfunc.pod
15889 ____________________________________________________________________________
15890 [  6657] By: gsar                                  on 2000/08/16  23:53:42
15891         Log: change#6328 could make close(SOCKET) return false on windows
15892              when it shouldn't
15893      Branch: perl
15894            ! win32/win32sck.c
15895 ____________________________________________________________________________
15896 [  6656] By: gsar                                  on 2000/08/16  23:46:57
15897         Log: check that the number pseudo children doesn't exceed
15898              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15899              the WaitForMultipleObjects() limit that would cause wait()
15900              to crash)
15901              
15902              wait() and waitpid() could potentially be rewritten to use
15903              more than one thread to do the waiting to eliminate this
15904              limitation
15905      Branch: perl
15906            ! win32/perlhost.h
15907 ____________________________________________________________________________
15908 [  6655] By: jhi                                   on 2000/08/16  14:11:05
15909         Log: Update Changes.
15910      Branch: perl
15911            ! Changes patchlevel.h
15912 ____________________________________________________________________________
15913 [  6654] By: jhi                                   on 2000/08/16  14:10:12
15914         Log: Update to perldebtut 1.9, from Richard Foley.
15915      Branch: perl
15916            ! pod/perldebtut.pod
15917 ____________________________________________________________________________
15918 [  6653] By: jhi                                   on 2000/08/16  14:08:17
15919         Log: Change the regx compilation error markers to use = instead of <
15920              since pod makes using the latter quite messy.  Reported in
15921              ID 20000814.006 by Abigail and in
15922              Subject: Unknown escape E<> ?
15923              From: Lupe Christoph <lupe@lupe-christoph.de>
15924              Date: Fri, 11 Aug 2000 00:30:27 +0200
15925              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
15926      Branch: perl
15927            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15928            ! t/op/regmesg.t t/pragma/warn/regcomp
15929 ____________________________________________________________________________
15930 [  6652] By: jhi                                   on 2000/08/16  13:25:31
15931         Log: Change the perlbug address to perl.org since it's more forgiving.
15932              
15933              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
15934              From: abigail@foad.org
15935              Date: 15 Aug 2000 04:15:40 -0000
15936              Message-Id: <20000815041540.8633.qmail@foad.org>
15937      Branch: perl
15938            ! utils/perlbug.PL
15939 ____________________________________________________________________________
15940 [  6651] By: jhi                                   on 2000/08/16  13:22:35
15941         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15942              From: Tim Jenness <timj@jach.hawaii.edu>
15943              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
15944              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
15945      Branch: perl
15946            ! lib/Cwd.pm
15947 ____________________________________________________________________________
15948 [  6650] By: jhi                                   on 2000/08/16  13:18:13
15949         Log: Update to CPAN 1.57.
15950              
15951              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
15952              From: andreas.koenig@anima.de (Andreas J. Koenig)
15953              Date: 16 Aug 2000 15:09:46 +0200
15954              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
15955      Branch: perl
15956            ! lib/CPAN.pm
15957 ____________________________________________________________________________
15958 [  6649] By: jhi                                   on 2000/08/16  13:12:31
15959         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
15960              From: "Larry W. Virden" <lvirden@cas.org>
15961              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
15962              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
15963      Branch: perl
15964            ! README.hpux
15965 ____________________________________________________________________________
15966 [  6648] By: jhi                                   on 2000/08/16  13:03:53
15967         Log: The numeric locale was reset to "C" by s?printf and never restored.
15968              
15969              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15970              From: Christian Kirsch <ck@held.mind.de>
15971              Date: Wed, 9 Aug 2000 17:05:17 +0200
15972              Message-Id: <20000809170517.A25389@held>
15973              
15974              No test since adding the failing example to locale.t
15975              does not fail -- probably because the locale settings are so
15976              thoroughly tweaked by that time.  Running the example standalone
15977              does fail, though.  UPDATE: test case added at change #7540.
15978      Branch: perl
15979            ! dump.c perl.h pp.c pp_ctl.c sv.c
15980 ____________________________________________________________________________
15981 [  6647] By: jhi                                   on 2000/08/16  00:07:54
15982         Log: Update Changes and test semi-automatic patchlevel updating.
15983      Branch: perl
15984            ! Changes patchlevel.h
15985 ____________________________________________________________________________
15986 [  6646] By: jhi                                   on 2000/08/15  23:35:07
15987         Log: Fix a dependency problem.
15988              
15989              Subject: [PATCH: 6640] VMS Makefile.SH update
15990              From: Peter Prymmer <pvhp@forte.com>
15991              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
15992              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
15993      Branch: perl
15994            ! vms/descrip_mms.template
15995 ____________________________________________________________________________
15996 [  6645] By: jhi                                   on 2000/08/15  23:33:23
15997         Log: (Retracted by #6660)
15998              
15999              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
16000              From: Dominic Dunlop <domo@computer.org>
16001              Date: Tue, 15 Aug 2000 22:20:52 +0200
16002              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
16003      Branch: metaconfig/U/perl
16004            + d_printfed.U
16005      Branch: perl
16006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16007            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16008            ! t/op/sprintf.t
16009 ____________________________________________________________________________
16010 [  6644] By: jhi                                   on 2000/08/15  21:17:20
16011         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16012              From: abigail@foad.org
16013              Date: 15 Aug 2000 20:12:41 -0000
16014              Message-Id: <20000815201241.25556.qmail@foad.org>
16015      Branch: perl
16016            ! INSTALL
16017 ____________________________________________________________________________
16018 [  6643] By: jhi                                   on 2000/08/15  21:15:28
16019         Log: (an already applied patch)
16020      Branch: perl
16021            ! lib/CGI.pm
16022 ____________________________________________________________________________
16023 [  6642] By: gsar                                  on 2000/08/15  19:54:05
16024         Log: magic callbacks all need to have same type signature
16025      Branch: perl
16026            ! embed.pl mg.c proto.h
16027 ____________________________________________________________________________
16028 [  6641] By: jhi                                   on 2000/08/15  17:56:27
16029         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)
16030              From: Mike Guy <mjtg@cam.ac.uk>
16031              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
16032              Date: Tue, 15 Aug 2000 18:26:45 +0100
16033              
16034              Only the peek.t part applied, not the hash quality part.
16035      Branch: perl
16036            ! t/lib/peek.t
16037 ____________________________________________________________________________
16038 [  6640] By: jhi                                   on 2000/08/15  16:37:37
16039         Log: Update Changes.
16040      Branch: perl
16041            ! Changes
16042 ____________________________________________________________________________
16043 [  6639] By: jhi                                   on 2000/08/15  16:34:55
16044         Log: Missed a file from #6638.
16045      Branch: perl
16046            ! lib/File/Temp.pm
16047 ____________________________________________________________________________
16048 [  6638] By: jhi                                   on 2000/08/15  16:33:19
16049         Log: Subject: [PATCH perl@6620] cygwin port
16050              From: "Fifer, Eric" <EFifer@sanwaint.com>
16051              Date: Tue, 15 Aug 2000 17:00:49 +0100
16052              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
16053      Branch: perl
16054            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
16055 ____________________________________________________________________________
16056 [  6637] By: jhi                                   on 2000/08/15  16:29:22
16057         Log: Subject: [PATCH] debugger exit code should reflect user exit code
16058              From: Mike Guy <mjtg@cam.ac.uk>
16059              Date: Tue, 15 Aug 2000 16:55:59 +0100
16060              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
16061      Branch: perl
16062            ! lib/perl5db.pl
16063 ____________________________________________________________________________
16064 [  6636] By: jhi                                   on 2000/08/15  15:30:58
16065         Log: Update Changes.
16066      Branch: perl
16067            ! Changes
16068 ____________________________________________________________________________
16069 [  6635] By: jhi                                   on 2000/08/15  15:27:21
16070         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
16071      Branch: metaconfig
16072            ! U/mkglossary U/mksample
16073      Branch: metaconfig/U/perl
16074            ! Devel.U
16075      Branch: perl
16076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16077 ____________________________________________________________________________
16078 [  6634] By: jhi                                   on 2000/08/15  14:11:55
16079         Log: Don't blow limited stacks, a lower number is enough to
16080              tickle the lookbehind limit.
16081              
16082              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
16083              From: Dominic Dunlop <domo@computer.org>
16084              Date: Tue, 15 Aug 2000 13:51:24 +0200
16085              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
16086      Branch: perl
16087            ! t/op/regmesg.t
16088 ____________________________________________________________________________
16089 [  6633] By: jhi                                   on 2000/08/15  14:01:46
16090         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16091              From: Mike Guy <mjtg@cam.ac.uk>
16092              Date: Tue, 15 Aug 2000 12:10:50 +0100
16093              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
16094      Branch: perl
16095            ! utils/perldoc.PL
16096 ____________________________________________________________________________
16097 [  6632] By: jhi                                   on 2000/08/15  13:58:48
16098         Log: make ok etc also for win32.
16099              
16100              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
16101              From: Prymmer/Kahn <pvhp@best.com>
16102              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
16103              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
16104      Branch: perl
16105            ! win32/Makefile
16106 ____________________________________________________________________________
16107 [  6631] By: jhi                                   on 2000/08/15  13:45:03
16108         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
16109      Branch: perl
16110            ! lib/Test.pm
16111 ____________________________________________________________________________
16112 [  6630] By: jhi                                   on 2000/08/15  03:25:09
16113         Log: Update Changes.
16114      Branch: perl
16115            ! Changes
16116 ____________________________________________________________________________
16117 [  6629] By: jhi                                   on 2000/08/15  03:23:53
16118         Log: magic_regdatum_set() is void, not int.
16119      Branch: perl
16120            ! embed.pl mg.c proto.h
16121 ____________________________________________________________________________
16122 [  6628] By: jhi                                   on 2000/08/15  03:08:02
16123         Log: Make the user to give up his firstborn, err, to knowingly
16124              verify installing an unstable developer release.  Also bump
16125              the release to 5.7.0, but leave a patch tag in the local
16126              patches saying that this is not yet the real thing.
16127      Branch: metaconfig
16128            ! U/modified/Instruct.U
16129      Branch: metaconfig/U/perl
16130            + Devel.U
16131      Branch: perl
16132            ! Configure patchlevel.h
16133 ____________________________________________________________________________
16134 [  6627] By: jhi                                   on 2000/08/14  22:32:52
16135         Log: README.os2 update.
16136              
16137              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16138              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16139              Date: Wed, 02 Aug 2000 21:55:09 -0700
16140              Message-ID: <tsPi5gzkgegX092yn@efn.org>
16141      Branch: perl
16142            ! README.os2
16143 ____________________________________________________________________________
16144 [  6626] By: jhi                                   on 2000/08/14  21:00:02
16145         Log: Subject: Re: File::Temp problems on VMS in bleedperl
16146              From: Tim Jenness <timj@jach.hawaii.edu>
16147              cc: vmsperl@perl.org
16148              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
16149              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
16150      Branch: perl
16151            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16152 ____________________________________________________________________________
16153 [  6625] By: jhi                                   on 2000/08/14  20:52:16
16154         Log: Add SUIDMAIL as was done for the CERT alert.
16155      Branch: perl
16156            ! patchlevel.h
16157 ____________________________________________________________________________
16158 [  6624] By: jhi                                   on 2000/08/14  20:48:50
16159         Log: Subject: sfio2000
16160              From: Daniel Muino <dmuino@afip.gov.ar>
16161              Date: Mon, 14 Aug 2000 16:58:11 -0300
16162              Message-ID: <20000814165811.B16368@con2-dgi>
16163      Branch: perl
16164            ! perlsdio.h perlsfio.h
16165 ____________________________________________________________________________
16166 [  6623] By: jhi                                   on 2000/08/14  20:47:36
16167         Log: Subject: warning: storage class after type is obsolescent
16168              From: Daniel Muino <dmuino@afip.gov.ar>
16169              Date: Mon, 14 Aug 2000 16:42:47 -0300
16170              Message-ID: <20000814164247.A16368@con2-dgi>
16171      Branch: perl
16172            ! regcomp.pl regnodes.h
16173 ____________________________________________________________________________
16174 [  6622] By: jhi                                   on 2000/08/14  20:43:05
16175         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
16176              From: abigail@foad.org
16177              Date: 14 Aug 2000 20:00:10 -0000
16178              Message-Id: <20000814200010.27271.qmail@foad.org>
16179      Branch: perl
16180            ! Changes
16181 ____________________________________________________________________________
16182 [  6621] By: jhi                                   on 2000/08/14  15:23:05
16183         Log: Update Changes.
16184      Branch: perl
16185            ! Changes
16186 ____________________________________________________________________________
16187 [  6620] By: jhi                                   on 2000/08/14  15:22:14
16188         Log: Subject: Re: [PATCH] @+, @- readonly
16189              From: Mike Guy <mjtg@cam.ac.uk>
16190              Date: Mon, 14 Aug 2000 15:26:55 +0100
16191              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
16192      Branch: perl
16193            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
16194            ! sv.c t/op/pat.t
16195 ____________________________________________________________________________
16196 [  6619] By: jhi                                   on 2000/08/14  14:12:08
16197         Log: Update Changes.
16198      Branch: perl
16199            ! Changes
16200 ____________________________________________________________________________
16201 [  6618] By: jhi                                   on 2000/08/14  14:09:34
16202         Log: For now remove the mail code.
16203      Branch: perl
16204            ! perl.c
16205 ____________________________________________________________________________
16206 [  6617] By: jhi                                   on 2000/08/14  14:08:28
16207         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
16208      Branch: perl
16209            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
16210            ! pod/perlfaq8.pod pod/perlsec.pod
16211 ____________________________________________________________________________
16212 [  6616] By: jhi                                   on 2000/08/14  14:00:11
16213         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16214              From: Mike Guy <mjtg@cam.ac.uk>
16215              Date: Mon, 14 Aug 2000 08:26:02 +0100
16216              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
16217      Branch: perl
16218            ! lib/perl5db.pl
16219 ____________________________________________________________________________
16220 [  6615] By: jhi                                   on 2000/08/14  13:58:45
16221         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16222              From: Mike Guy <mjtg@cam.ac.uk>
16223              Date: Mon, 14 Aug 2000 08:04:22 +0100
16224              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
16225      Branch: perl
16226            ! gv.c mg.c t/op/pat.t
16227 ____________________________________________________________________________
16228 [  6614] By: jhi                                   on 2000/08/14  13:56:45
16229         Log: Subject: Test fails / warnings with perl-current #6612
16230              From: Mike Guy <mjtg@cam.ac.uk>
16231              Date: Mon, 14 Aug 2000 07:57:23 +0100
16232              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
16233      Branch: perl
16234            ! t/lib/b.t t/lib/peek.t
16235 ____________________________________________________________________________
16236 [  6613] By: jhi                                   on 2000/08/14  13:45:33
16237         Log: VMS configure.com update continues.
16238      Branch: perl
16239            - vms/configure.com
16240            ! MANIFEST configure.com
16241 ____________________________________________________________________________
16242 [  6612] By: jhi                                   on 2000/08/13  22:13:35
16243         Log: Update Changes.
16244      Branch: perl
16245            ! Changes
16246 ____________________________________________________________________________
16247 [  6611] By: jhi                                   on 2000/08/13  16:21:45
16248         Log: Upgrade to CGI 2.71, from Lincoln Stein.
16249      Branch: perl
16250            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
16251 ____________________________________________________________________________
16252 [  6610] By: jhi                                   on 2000/08/13  15:09:16
16253         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16254              From: Mike Guy <mjtg@cam.ac.uk>
16255              Date: Sun, 13 Aug 2000 13:45:51 +0100
16256              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
16257      Branch: perl
16258            ! t/op/regmesg.t
16259 ____________________________________________________________________________
16260 [  6609] By: jhi                                   on 2000/08/13  14:31:26
16261         Log: Andreas says that 1.56 is fine, so reverting back to it.
16262      Branch: perl
16263            ! lib/CPAN.pm
16264 ____________________________________________________________________________
16265 [  6608] By: jhi                                   on 2000/08/13  05:34:20
16266         Log: Update Changes.
16267      Branch: perl
16268            ! Changes
16269 ____________________________________________________________________________
16270 [  6607] By: jhi                                   on 2000/08/13  05:32:01
16271         Log: Put back the \z changes of #5406 to CPAN.pm.
16272      Branch: perl
16273            ! lib/CPAN.pm
16274 ____________________________________________________________________________
16275 [  6606] By: jhi                                   on 2000/08/13  05:20:16
16276         Log: Fix-n-skip the tests under 5005threads.
16277      Branch: perl
16278            ! t/lib/b.t
16279 ____________________________________________________________________________
16280 [  6605] By: jhi                                   on 2000/08/13  05:07:48
16281         Log: Fix the test for 5005threads.
16282      Branch: perl
16283            ! t/lib/peek.t
16284 ____________________________________________________________________________
16285 [  6604] By: jhi                                   on 2000/08/13  03:35:37
16286         Log: Should have deleted this in #6603.
16287      Branch: perl
16288            - vms/subconfigure.com
16289 ____________________________________________________________________________
16290 [  6603] By: jhi                                   on 2000/08/12  18:29:32
16291         Log: Rewrite of vms/subconfigure.com as configure.com,
16292              from Peter Prymmer and the vmsperl crew.
16293      Branch: perl
16294            + vms/configure.com
16295            ! MANIFEST
16296 ____________________________________________________________________________
16297 [  6602] By: jhi                                   on 2000/08/11  13:00:01
16298         Log: PlainText.pm is dead.
16299      Branch: perl
16300            - lib/Pod/PlainText.pm
16301            ! MANIFEST
16302 ____________________________________________________________________________
16303 [  6601] By: jhi                                   on 2000/08/11  04:06:45
16304         Log: Update Changes.
16305      Branch: perl
16306            ! Changes
16307 ____________________________________________________________________________
16308 [  6600] By: jhi                                   on 2000/08/11  04:06:10
16309         Log: Add a few missing files, update MANIFEST.
16310      Branch: perl
16311            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16312            + lib/Pod/PlainText.pm t/pod/find.t
16313            ! MANIFEST t/op/regmesg.t
16314 ____________________________________________________________________________
16315 [  6599] By: jhi                                   on 2000/08/11  03:31:10
16316         Log: Add Perl debugging tutorial, regen toc. 
16317              
16318              Subject: perldebtut.pod
16319              From: Richard Foley <Richard.Foley@m.dasa.de>
16320              Date: Wed, 09 Aug 2000 10:17:15 +0200
16321              Message-id: <3991138B.262247B8@m.dasa.de>
16322      Branch: perl
16323            + pod/perldebtut.pod
16324            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16325 ____________________________________________________________________________
16326 [  6598] By: jhi                                   on 2000/08/11  02:48:56
16327         Log: tiny Changes edit
16328      Branch: perl
16329            ! Changes
16330 ____________________________________________________________________________
16331 [  6597] By: jhi                                   on 2000/08/11  02:39:04
16332         Log: Tests for #6589.
16333              
16334              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16335              From: simon@brecon.co.uk (Simon Cozens)
16336              Date: 11 Aug 2000 02:24:52 GMT
16337              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
16338      Branch: perl
16339            ! t/lib/b.t
16340 ____________________________________________________________________________
16341 [  6596] By: jhi                                   on 2000/08/11  01:50:07
16342         Log: Update Changes.
16343      Branch: perl
16344            ! Changes
16345 ____________________________________________________________________________
16346 [  6595] By: jhi                                   on 2000/08/11  01:47:16
16347         Log: nitfix
16348      Branch: perl
16349            ! Changes
16350 ____________________________________________________________________________
16351 [  6594] By: jhi                                   on 2000/08/11  01:36:16
16352         Log: Subject: Getting perlio and threads to compile
16353              From: Lupe Christoph <lupe@lupe-christoph.de>
16354              Date: Wed, 9 Aug 2000 11:35:54 +0200
16355              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
16356              
16357              (the Solaris version changes in Configure skipped)
16358      Branch: perl
16359            ! hints/solaris_2.sh thread.h
16360 ____________________________________________________________________________
16361 [  6593] By: jhi                                   on 2000/08/11  01:30:16
16362         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
16363              From: simon@brecon.co.uk (Simon Cozens)
16364              Date: 1 Aug 2000 06:55:19 GMT
16365              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
16366      Branch: perl
16367            ! lib/utf8.pm
16368 ____________________________________________________________________________
16369 [  6592] By: jhi                                   on 2000/08/11  01:26:39
16370         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16371              From: Peter Scott <Peter@PeterScott.com>
16372              Date: Thu, 10 Aug 2000 08:23:27 -0700
16373              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
16374      Branch: perl
16375            ! lib/perl5db.pl
16376 ____________________________________________________________________________
16377 [  6591] By: jhi                                   on 2000/08/11  01:22:02
16378         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16379              From: Hugo <hv@crypt.compulink.co.uk>
16380              Date: Thu, 10 Aug 2000 19:23:04 +0100
16381              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
16382      Branch: perl
16383            ! regexec.c t/op/pat.t
16384 ____________________________________________________________________________
16385 [  6590] By: jhi                                   on 2000/08/11  01:19:19
16386         Log: Preprocessing and postprocessing for File::Find.
16387              
16388              Subject: Patch to Find::File.pm to allow alphabetical results
16389              From: Joe Smith <jsmith@inwap.com>
16390              Date: Wed, 9 Aug 2000 02:44:54 -0700
16391              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
16392      Branch: perl
16393            ! lib/File/Find.pm
16394 ____________________________________________________________________________
16395 [  6589] By: jhi                                   on 2000/08/11  01:12:39
16396         Log: B::Deparse didn't do sub attributes.
16397              
16398              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16399              From: simon@brecon.co.uk (Simon Cozens)
16400              Date: 9 Aug 2000 04:49:20 GMT
16401              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
16402      Branch: perl
16403            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
16404 ____________________________________________________________________________
16405 [  6588] By: jhi                                   on 2000/08/11  01:06:40
16406         Log: Subject: debugger "d" command doesnt check line number
16407              From: Mike Guy <mjtg@cam.ac.uk>
16408              Date: Tue, 08 Aug 2000 21:54:29 +0100
16409              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
16410      Branch: perl
16411            ! lib/perl5db.pl mg.c pod/perldiag.pod
16412 ____________________________________________________________________________
16413 [  6587] By: jhi                                   on 2000/08/11  00:45:03
16414         Log: sleep(1) does not necessarily return 1.
16415              
16416              Subject: [PATCH bleadperl] op/lex_assign.t  
16417              From: Hugo <hv@crypt.compulink.co.uk>
16418              Date: Thu, 03 Aug 2000 14:34:22 +0100        
16419              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
16420      Branch: perl
16421            ! t/op/lex_assign.t
16422 ____________________________________________________________________________
16423 [  6586] By: jhi                                   on 2000/08/11  00:31:50
16424         Log: Document the IO::Select timeout.
16425      Branch: perl
16426            ! ext/IO/lib/IO/Select.pm
16427 ____________________________________________________________________________
16428 [  6585] By: jhi                                   on 2000/08/11  00:13:54
16429         Log: Forgot contributor.
16430      Branch: perl
16431            ! Changes
16432 ____________________________________________________________________________
16433 [  6584] By: jhi                                   on 2000/08/11  00:09:19
16434         Log: detypo
16435      Branch: perl
16436            ! Changes
16437 ____________________________________________________________________________
16438 [  6583] By: jhi                                   on 2000/08/11  00:07:53
16439         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16440              
16441              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16442              From: Mike Guy <mjtg@cam.ac.uk> 
16443              Date: Thu, 10 Aug 2000 15:50:54 +0100
16444              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
16445      Branch: perl
16446            ! sv.c t/op/int.t
16447 ____________________________________________________________________________
16448 [  6582] By: jhi                                   on 2000/08/10  23:29:32
16449         Log: Update Changes.
16450      Branch: perl
16451            ! Changes
16452 ____________________________________________________________________________
16453 [  6581] By: jhi                                   on 2000/08/10  23:26:16
16454         Log: Put back the std @INC thing.
16455      Branch: perl
16456            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
16457            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
16458            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16459            ! t/lib/gol-oo.t
16460 ____________________________________________________________________________
16461 [  6580] By: jhi                                   on 2000/08/10  23:03:34
16462         Log: Update to CGI 2.70, from Lincoln Stein.
16463      Branch: perl
16464            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16465            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16466            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
16467            ! t/lib/cgi-request.t
16468 ____________________________________________________________________________
16469 [  6579] By: jhi                                   on 2000/08/10  22:41:50
16470         Log: Update to CPAN 1.56, from Andreas König.
16471      Branch: perl
16472            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16473 ____________________________________________________________________________
16474 [  6578] By: jhi                                   on 2000/08/10  22:38:13
16475         Log: Update to Pod::Parser 1.17, from Brad Appleton.
16476      Branch: perl
16477            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16478            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
16479            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
16480            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16481            ! t/pod/include.t t/pod/included.t t/pod/lref.t
16482            ! t/pod/multiline_items.t t/pod/nested_items.t
16483            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16484            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
16485            ! t/pod/special_seqs.t
16486 ____________________________________________________________________________
16487 [  6577] By: jhi                                   on 2000/08/10  22:35:41
16488         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16489      Branch: perl
16490            ! AUTHORS MAINTAIN
16491 ____________________________________________________________________________
16492 [  6576] By: jhi                                   on 2000/08/10  22:24:54
16493         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
16494      Branch: perl
16495            + t/lib/gol-oo.t
16496            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
16497            ! t/lib/gol-compat.t t/lib/gol-linkage.t
16498 ____________________________________________________________________________
16499 [  6575] By: jhi                                   on 2000/08/10  22:02:07
16500         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
16501      Branch: perl
16502            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
16503 ____________________________________________________________________________
16504 [  6574] By: jhi                                   on 2000/08/10  21:55:03
16505         Log: Iterating perl6 description.
16506      Branch: perl
16507            ! pod/perlfaq1.pod
16508 ____________________________________________________________________________
16509 [  6573] By: jhi                                   on 2000/08/10  21:48:26
16510         Log: Revert the sv.c part of #6559, a better fix is needed.
16511      Branch: perl
16512            ! sv.c
16513 ____________________________________________________________________________
16514 [  6572] By: jhi                                   on 2000/08/10  20:33:43
16515         Log: It's the 2ndO'ROSSC.
16516      Branch: perl
16517            ! pod/perlfaq1.pod
16518 ____________________________________________________________________________
16519 [  6571] By: jhi                                   on 2000/08/10  15:55:48
16520         Log: detypo
16521      Branch: perl
16522            ! pod/perlfaq1.pod
16523 ____________________________________________________________________________
16524 [  6570] By: jhi                                   on 2000/08/10  14:11:17
16525         Log: An exceptionally sticky typo.
16526      Branch: perl
16527            ! Changes
16528 ____________________________________________________________________________
16529 [  6569] By: jhi                                   on 2000/08/10  14:09:33
16530         Log: detypo (and test Changes updating script)
16531      Branch: perl
16532            ! Changes
16533 ____________________________________________________________________________
16534 [  6568] By: jhi                                   on 2000/08/10  14:07:07
16535         Log: Update Changes.
16536      Branch: perl
16537            ! Changes
16538 ____________________________________________________________________________
16539 [  6567] By: jhi                                   on 2000/08/10  14:06:19
16540         Log: Amend the description of Perl6.
16541              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16542              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16543              Date: Wed, 9 Aug 2000 22:11:06 -0500
16544              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
16545      Branch: perl
16546            ! pod/perlfaq1.pod
16547 ____________________________________________________________________________
16548 [  6566] By: jhi                                   on 2000/08/10  13:58:57
16549         Log: Subject: Remove dead entry in perldiag
16550              From: Mike Guy <mjtg@cam.ac.uk>
16551              Date: Thu, 10 Aug 2000 14:19:19 +0100
16552              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
16553      Branch: perl
16554            ! pod/perldiag.pod
16555 ____________________________________________________________________________
16556 [  6565] By: jhi                                   on 2000/08/10  13:51:48
16557         Log: Zero entries were skipped, fix from Adrian Goalby
16558              <argoalby@yahoo.co.uk>
16559      Branch: perl
16560            ! lib/unicode/Number.pl lib/unicode/mktables.PL
16561 ____________________________________________________________________________
16562 [  6564] By: jhi                                   on 2000/08/10  13:00:12
16563         Log: Subject: [PATCH 5.6.0] cygwin port
16564              From: "Fifer, Eric" <EFifer@sanwaint.com>
16565              Date: Thu, 10 Aug 2000 13:15:36 +0100
16566              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
16567      Branch: perl
16568            ! README.cygwin hints/cygwin.sh
16569 ____________________________________________________________________________
16570 [  6563] By: jhi                                   on 2000/08/10  12:55:16
16571         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
16572      Branch: perl
16573            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
16574 ____________________________________________________________________________
16575 [  6562] By: gsar                                  on 2000/08/10  08:38:39
16576         Log: warn is a macro, avoid using at a variable to avoid warnings
16577              in some configurations; readdir.t is too conservative in
16578              estimating number of *.t's
16579      Branch: perl
16580            ! t/op/readdir.t util.c
16581 ____________________________________________________________________________
16582 [  6561] By: jhi                                   on 2000/08/09  23:35:42
16583         Log: Update Changes.
16584      Branch: perl
16585            ! Changes
16586 ____________________________________________________________________________
16587 [  6560] By: jhi                                   on 2000/08/09  23:05:47
16588         Log: Subject: Re: enhanced(?) regex error messages
16589              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16590              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
16591              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
16592              
16593              (plus two small patches sent privately)
16594              (this still seems to leave few test failures)
16595      Branch: perl
16596            + t/op/regmesg.t
16597            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
16598            ! t/pragma/warn/regcomp
16599 ____________________________________________________________________________
16600 [  6559] By: jhi                                   on 2000/08/09  20:41:18
16601         Log: (The fix did work but was not right, retracted in #6573)
16602              
16603              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16604              From: Christian Kirsch <ck@held.mind.de>
16605              Date: Wed, 9 Aug 2000 17:05:17 +0200
16606              Message-Id: <20000809170517.A25389@held>
16607      Branch: perl
16608            ! sv.c t/pragma/locale.t
16609 ____________________________________________________________________________
16610 [  6558] By: jhi                                   on 2000/08/08  22:34:08
16611         Log: Tiny updates on the contributors list.
16612      Branch: perl
16613            ! Changes
16614 ____________________________________________________________________________
16615 [  6557] By: jhi                                   on 2000/08/08  19:34:28
16616         Log: Double check that we have a dirhandle.
16617      Branch: perl
16618            ! util.c
16619 ____________________________________________________________________________
16620 [  6556] By: jhi                                   on 2000/08/08  19:01:51
16621         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
16622              May be repopulated with fresh maintained examples.
16623      Branch: perl
16624            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
16625            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
16626            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
16627            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
16628            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
16629            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
16630            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
16631            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
16632            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
16633            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
16634            + lib/CGI/eg/wilogo_gif.uu
16635            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
16636            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16637            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16638            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
16639            - eg/cgi/frameset.cgi eg/cgi/index.html
16640            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16641            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16642            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16643            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16644            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16645            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16646            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16647            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16648            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16649            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16650            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16651            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16652            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16653            - eg/van/vanish eg/who eg/wrapsuid
16654            ! MANIFEST
16655 ____________________________________________________________________________
16656 [  6555] By: jhi                                   on 2000/08/08  18:51:08
16657         Log: Delete chat2 as requested by Randal.
16658              
16659              Subject: Re: perlfaq8 coyness
16660              From: merlyn@stonehenge.com (Randal L. Schwartz) 
16661              Date: 15 May 2000 18:52:42 -0700 
16662              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
16663      Branch: perl
16664            - lib/chat2.pl
16665            ! MANIFEST
16666 ____________________________________________________________________________
16667 [  6554] By: jhi                                   on 2000/08/08  18:31:35
16668         Log: Regen global.sym.
16669      Branch: perl
16670            ! global.sym
16671 ____________________________________________________________________________
16672 [  6553] By: jhi                                   on 2000/08/08  18:28:13
16673         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16674              (either perlbug or p5p ate the original), plus regen
16675              perlapi and perltoc. 
16676      Branch: perl
16677            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
16678            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
16679            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
16680            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
16681            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
16682            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
16683            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
16684            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
16685            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
16686            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
16687 ____________________________________________________________________________
16688 [  6552] By: jhi                                   on 2000/08/08  18:06:29
16689         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16690              From: Mike Guy <mjtg@cam.ac.uk>
16691              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
16692              Date: Tue, 08 Aug 2000 15:51:27 +0100
16693      Branch: perl
16694            ! doop.c sv.h t/op/join.t t/pragma/overload.t
16695 ____________________________________________________________________________
16696 [  6551] By: jhi                                   on 2000/08/08  18:01:11
16697         Log: Re-apply #6549.
16698      Branch: perl
16699            ! lib/perl5db.pl
16700 ____________________________________________________________________________
16701 [  6550] By: jhi                                   on 2000/08/08  17:43:08
16702         Log: Accidental retraction of #6549.
16703      Branch: perl
16704            ! lib/perl5db.pl
16705 ____________________________________________________________________________
16706 [  6549] By: jhi                                   on 2000/08/08  17:40:04
16707         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16708              From: Mike Guy <mjtg@cam.ac.uk>
16709              Date: Mon, 07 Aug 2000 21:49:58 +0100
16710              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
16711      Branch: perl
16712            ! lib/perl5db.pl
16713 ____________________________________________________________________________
16714 [  6548] By: jhi                                   on 2000/08/08  17:37:57
16715         Log: Document here-doc better.
16716              
16717              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
16718              From: Mike Guy <mjtg@cam.ac.uk>
16719              Date: Mon, 07 Aug 2000 14:02:09 +0100
16720              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
16721      Branch: perl
16722            ! pod/perldata.pod
16723 ____________________________________________________________________________
16724 [  6547] By: jhi                                   on 2000/08/08  17:33:34
16725         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16726              From: "Randy J. Ray" <rjray@redhat.com>
16727              Date: Mon, 07 Aug 2000 19:12:25 -0700
16728              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
16729      Branch: perl
16730            ! perl.c pod/perlrun.pod
16731 ____________________________________________________________________________
16732 [  6546] By: jhi                                   on 2000/08/08  17:29:26
16733         Log: Subject: Re: enhanced(?) regex error messages 
16734              From: Hugo <hv@crypt.compulink.co.uk>
16735              Date: Tue, 08 Aug 2000 03:25:51 +0100
16736              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
16737              
16738              plus Capitalize the error messages, plus perldiag them.
16739      Branch: perl
16740            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
16741 ____________________________________________________________________________
16742 [  6545] By: jhi                                   on 2000/08/08  13:59:28
16743         Log: Augment #6539 a bit: don't croak if there's magic in the air.
16744              
16745              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
16746              From: Hugo <hv@crypt.compulink.co.uk>
16747              Date: Tue, 08 Aug 2000 03:02:03 +0100
16748              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
16749      Branch: perl
16750            ! pp.c t/op/bless.t
16751 ____________________________________________________________________________
16752 [  6544] By: jhi                                   on 2000/08/07  21:11:52
16753         Log: Make the test -w clean.
16754      Branch: perl
16755            ! t/op/bless.t
16756 ____________________________________________________________________________
16757 [  6543] By: jhi                                   on 2000/08/07  19:49:53
16758         Log: use warnings instead of $^W.
16759      Branch: perl
16760            ! t/op/bless.t
16761 ____________________________________________________________________________
16762 [  6542] By: jhi                                   on 2000/08/07  17:41:41
16763         Log: Disable a portability warning Because We Know What We Are Doing.
16764      Branch: perl
16765            ! t/op/bless.t
16766 ____________________________________________________________________________
16767 [  6541] By: jhi                                   on 2000/08/07  17:29:51
16768         Log: Tiny tidying on report_evil_fh().
16769      Branch: perl
16770            ! util.c
16771 ____________________________________________________________________________
16772 [  6540] By: jhi                                   on 2000/08/07  16:37:38
16773         Log: Make regular expression parse error messages easier to understand.
16774              
16775              Subject: Re: enhanced(?) regex error messages
16776              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16777              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
16778              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
16779      Branch: perl
16780            ! regcomp.c
16781 ____________________________________________________________________________
16782 [  6539] By: jhi                                   on 2000/08/07  16:12:27
16783         Log: Make bless(REF, REF) a fatal error, add bless tests.
16784              
16785              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
16786              From: Hugo <hv@crypt.compulink.co.uk>
16787              Date: Mon, 07 Aug 2000 16:59:38 +0100
16788              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
16789      Branch: perl
16790            + t/op/bless.t
16791            ! MANIFEST pod/perldiag.pod pp.c sv.c
16792 ____________________________________________________________________________
16793 [  6538] By: jhi                                   on 2000/08/07  15:59:43
16794         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
16795              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
16796              Date: Thu, 3 Aug 2000 14:29:21 -0700
16797              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
16798      Branch: perl
16799            ! lib/lib_pm.PL
16800 ____________________________________________________________________________
16801 [  6537] By: jhi                                   on 2000/08/07  15:47:18
16802         Log: Retract #6419 for now since it breaks in AFS and MachTen.
16803      Branch: perl
16804            ! lib/Cwd.pm
16805 ____________________________________________________________________________
16806 [  6536] By: jhi                                   on 2000/08/07  15:05:29
16807         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
16808              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
16809              The security hole exists only in suidperls, which isn't
16810              installed or even built by default.
16811      Branch: perl
16812            ! perl.c
16813 ____________________________________________________________________________
16814 [  6535] By: jhi                                   on 2000/08/07  14:45:14
16815         Log: tr memory corruption fix from Simon Cozens.
16816      Branch: perl
16817            ! doop.c
16818 ____________________________________________________________________________
16819 [  6534] By: jhi                                   on 2000/08/06  11:38:16
16820         Log: Document a bit that UDP is not what you might think.
16821              
16822              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
16823              From: Lupe Christoph <lupe@lupe-christoph.de>
16824              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
16825              Date: Mon, 24 Jul 2000 08:59:15 +0200
16826      Branch: perl
16827            ! pod/perlipc.pod
16828 ____________________________________________________________________________
16829 [  6533] By: jhi                                   on 2000/08/06  11:35:01
16830         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
16831              From: Jeff Pinyan <jeffp@hut.crusoe.net>
16832              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
16833              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
16834      Branch: perl
16835            ! pod/perlfunc.pod
16836 ____________________________________________________________________________
16837 [  6532] By: jhi                                   on 2000/08/06  03:45:41
16838         Log: Have symbols for the IoTYPEs.
16839      Branch: perl
16840            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
16841 ____________________________________________________________________________
16842 [  6531] By: jhi                                   on 2000/08/06  01:33:55
16843         Log: Continue fixing the io warnings.  This also
16844              sort of fixes bug ID 20000802.003: the core dump
16845              is no more.  Whether the current behaviour is correct
16846              (giving a warning: "Not a format reference"), is another matter.
16847      Branch: perl
16848            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
16849            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
16850 ____________________________________________________________________________
16851 [  6530] By: jhi                                   on 2000/08/05  21:33:12
16852         Log: Change the Policy policy: now -Dprefix= with an existing
16853              Policy.sh and prefix == siteprefix == vendorprefix, then all
16854              of them follow along the new prefix.
16855              
16856              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
16857              From: Andy Dougherty <doughera@lafayette.edu>
16858              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
16859              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
16860      Branch: perl
16861            ! Policy_sh.SH
16862 ____________________________________________________________________________
16863 [  6529] By: jhi                                   on 2000/08/05  18:57:28
16864         Log: Zap lib/Sys directory when cleaning up.
16865      Branch: perl
16866            ! Makefile.SH
16867 ____________________________________________________________________________
16868 [  6528] By: jhi                                   on 2000/08/05  18:40:44
16869         Log: Essential prototype changes were missing from #6527.
16870              Also make report_evil_fh() more bomb-proof.
16871      Branch: perl
16872            ! embed.h util.c
16873 ____________________________________________________________________________
16874 [  6527] By: jhi                                   on 2000/08/05  03:22:05
16875         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
16876              From: "Ronald F. Guilmette" <rfg@monkeys.com>
16877              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
16878              Message-Id: <200007242247.PAA52177@monkeys.com>
16879      Branch: perl
16880            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
16881 ____________________________________________________________________________
16882 [  6526] By: jhi                                   on 2000/08/04  21:23:27
16883         Log: gcc versions might have (parentheses) in them.
16884      Branch: metaconfig/U/perl
16885            ! gccvers.U
16886      Branch: perl
16887            ! Configure config_h.SH
16888 ____________________________________________________________________________
16889 [  6525] By: jhi                                   on 2000/08/04  20:23:12
16890         Log: Weed buglets pointed out by
16891              
16892              From: Lupe Christoph <lupe@lupe-christoph.de>
16893              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
16894              Date: Fri, 4 Aug 2000 17:34:39 +0200
16895              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
16896      Branch: metaconfig/U/perl
16897            ! gccvers.U uselfs.U
16898      Branch: perl
16899            ! Configure config_h.SH
16900 ____________________________________________________________________________
16901 [  6524] By: jhi                                   on 2000/08/04  19:02:08
16902         Log: Warn under -w if lstat(FH) is attempted.
16903              
16904              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
16905              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
16906              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
16907              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
16908      Branch: perl
16909            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
16910            ! t/pragma/warn/pp_sys
16911 ____________________________________________________________________________
16912 [  6523] By: jhi                                   on 2000/08/04  12:31:11
16913         Log: Subject: New perlcc, take 2
16914              From: simon@brecon.co.uk (Simon Cozens)
16915              Date: 4 Aug 2000 06:21:04 GMT
16916              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
16917      Branch: perl
16918            ! utils/perlcc.PL
16919 ____________________________________________________________________________
16920 [  6522] By: jhi                                   on 2000/08/04  12:26:33
16921         Log: Subject: Re: Array vs. List context
16922              From: Daniel Chetlin <daniel@chetlin.com>
16923              Date: Fri, 4 Aug 2000 00:22:44 -0700
16924              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
16925      Branch: perl
16926            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
16927            ! pod/perlfaq4.pod
16928 ____________________________________________________________________________
16929 [  6521] By: jhi                                   on 2000/08/04  12:22:38
16930         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16931              From: Raymund Will <ray@caldera.de>
16932              Date: Fri, 4 Aug 2000 12:07:09 +0200
16933              Message-Id: <20000804120709.A14982@caldera.de>
16934      Branch: perl
16935            ! configure.gnu
16936 ____________________________________________________________________________
16937 [  6520] By: jhi                                   on 2000/08/04  04:09:06
16938         Log: After the #6519 a warning about stat() is just that,
16939              not about a filetest, which now have their own warning.
16940      Branch: perl
16941            ! pod/perldiag.pod
16942 ____________________________________________________________________________
16943 [  6519] By: jhi                                   on 2000/08/04  04:06:30
16944         Log: In the warnings call filehandles consistently so;
16945              add "unopened" warning for stat().
16946      Branch: perl
16947            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
16948            ! t/pragma/warn/pp_sys
16949 ____________________________________________________________________________
16950 [  6518] By: jhi                                   on 2000/08/04  02:55:35
16951         Log: Subject: Minor tweak to perlvar.pod
16952              From: "Stephen P. Potter" <spp@ds.net>
16953              Date: Tue, 18 Apr 2000 09:26:03 -0400
16954              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
16955      Branch: perl
16956            ! pod/perlvar.pod
16957 ____________________________________________________________________________
16958 [  6517] By: jhi                                   on 2000/08/04  02:50:08
16959         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
16960              From: "Clinton Pierce" <cpierce1@ford.com>
16961              Date: Wed, 21 Jul 1999 16:45:31 -0400
16962              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
16963              
16964              Fix by Stephen Potter (visible in the bug db but not in p5p?)
16965      Branch: perl
16966            ! pod/perlfunc.pod pod/perlop.pod
16967 ____________________________________________________________________________
16968 [  6516] By: jhi                                   on 2000/08/04  02:09:25
16969         Log: This is 6512.  Really.
16970      Branch: perl
16971            ! dump.c
16972 ____________________________________________________________________________
16973 [  6515] By: jhi                                   on 2000/08/04  01:25:50
16974         Log: mention the idea of @( and @)
16975      Branch: perl
16976            ! Todo-5.6
16977 ____________________________________________________________________________
16978 [  6514] By: bailey                                on 2000/08/04  01:18:46
16979         Log: YA resync with mainstem, including VMS patches from others
16980      Branch: vmsperl
16981           +> (branch 48 files)
16982            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
16983           !> (integrate 354 files)
16984 ____________________________________________________________________________
16985 [  6513] By: jhi                                   on 2000/08/04  01:18:18
16986         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16987              From: Mark Dickinson <dickins3@fas.harvard.edu>
16988              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
16989              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
16990      Branch: perl
16991            ! t/op/grent.t t/op/pwent.t
16992 ____________________________________________________________________________
16993 [  6512] By: jhi                                   on 2000/08/04  01:14:06
16994         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16995              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16996              Date: Wed, 02 Aug 2000 10:51:01 +0100
16997              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
16998      Branch: perl
16999            ! sv.c
17000 ____________________________________________________________________________
17001 [  6511] By: jhi                                   on 2000/08/04  00:57:00
17002         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
17003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17004              Date: Thu, 03 Aug 2000 17:20:04 -0700
17005              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
17006      Branch: metaconfig
17007            ! U/modified/Cppsym.U
17008      Branch: perl
17009            ! Configure config_h.SH
17010 ____________________________________________________________________________
17011 [  6510] By: jhi                                   on 2000/08/04  00:25:28
17012         Log: detypo
17013      Branch: perl
17014            ! Makefile.SH
17015 ____________________________________________________________________________
17016 [  6509] By: jhi                                   on 2000/08/03  23:43:18
17017         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17018              From: Dominic Dunlop <domo@computer.org>
17019              Date: Thu, 3 Aug 2000 22:16:46 +0200
17020              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
17021      Branch: perl
17022            ! t/op/sprintf.t
17023 ____________________________________________________________________________
17024 [  6508] By: jhi                                   on 2000/08/03  23:40:37
17025         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17026              From: Hugo <hv@crypt.compulink.co.uk>
17027              Date: Thu, 03 Aug 2000 18:25:30 +0100
17028              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
17029      Branch: perl
17030            ! regcomp.c t/op/re_tests
17031 ____________________________________________________________________________
17032 [  6507] By: jhi                                   on 2000/08/03  23:38:28
17033         Log: Subject: [PATCH] sv.h documentation - SvLEN
17034              From: Mike Guy <mjtg@cam.ac.uk>
17035              Date: Thu, 03 Aug 2000 14:43:09 +0100
17036              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
17037      Branch: perl
17038            ! sv.h
17039 ____________________________________________________________________________
17040 [  6506] By: jhi                                   on 2000/08/03  15:49:14
17041         Log: Disable the fix_pl hack for now.
17042      Branch: perl
17043            ! Makefile.SH
17044 ____________________________________________________________________________
17045 [  6505] By: jhi                                   on 2000/08/03  13:49:04
17046         Log: Add a URL for FSF.
17047              
17048              Subject: Patch for README
17049              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17050              Date: Wed, 2 Aug 2000 13:25:09 -0500
17051              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
17052      Branch: perl
17053            ! README
17054 ____________________________________________________________________________
17055 [  6504] By: jhi                                   on 2000/08/03  13:29:19
17056         Log: Be more informative on what is skipped and why,
17057              also repeat the list at the end.
17058      Branch: perl
17059            ! Porting/p4desc
17060 ____________________________________________________________________________
17061 [  6503] By: jhi                                   on 2000/08/03  13:07:05
17062         Log: Circumvent the removal of .patch by fix_pl.
17063              
17064              Subject: Re: [ID 20000802.011] unable to 'make test'          
17065              From: simon@brecon.co.uk (Simon Cozens) 
17066              Date: 3 Aug 2000 04:17:00 GMT
17067              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
17068      Branch: perl
17069            ! Makefile.SH
17070 ____________________________________________________________________________
17071 [  6502] By: jhi                                   on 2000/08/03  00:14:34
17072         Log: Add the missing setproctitle unit.
17073      Branch: metaconfig/U/perl
17074            + d_setproctitle.U
17075 ____________________________________________________________________________
17076 [  6501] By: jhi                                   on 2000/08/03  00:00:26
17077         Log: The subtest 4 may fail also on VOBS, as pointed out
17078              by Nick Ing-Simmons in November 1999, bug id 19991124.003
17079              (but the failure in that bug report isn't the subtest 4).
17080      Branch: perl
17081            ! t/op/stat.t
17082 ____________________________________________________________________________
17083 [  6500] By: jhi                                   on 2000/08/02  23:49:30
17084         Log: Better skip message for the test; one of the two problems in
17085              
17086              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
17087              From: Lupe Christoph <lupe@lupe-christoph.de>
17088              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
17089              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
17090      Branch: perl
17091            ! t/op/numconvert.t
17092 ____________________________________________________________________________
17093 [  6499] By: jhi                                   on 2000/08/02  22:49:16
17094         Log: Allow "no Module;" even if there is no 'unimport'.
17095              
17096              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
17097              From: mjd@plover.com
17098              Date: 24 Mar 2000 15:24:34 -0000
17099              Message-Id: <20000324152434.15160.qmail@plover.com>
17100      Branch: perl
17101            ! gv.c
17102 ____________________________________________________________________________
17103 [  6498] By: jhi                                   on 2000/08/02  22:42:58
17104         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
17105              that are hopefully soon put into use.
17106      Branch: perl
17107            ! opcode.h opcode.pl opnames.h
17108 ____________________________________________________________________________
17109 [  6497] By: gsar                                  on 2000/08/02  22:28:59
17110         Log: require.t needs binmode() to work on windows
17111      Branch: perl
17112            ! t/comp/require.t
17113 ____________________________________________________________________________
17114 [  6496] By: jhi                                   on 2000/08/02  22:08:51
17115         Log: Document the IVdf UVuf UVof UVxf.
17116      Branch: perl
17117            ! pod/perlguts.pod
17118 ____________________________________________________________________________
17119 [  6495] By: jhi                                   on 2000/08/02  21:54:26
17120         Log: detypo #6494
17121      Branch: perl
17122            ! ext/Data/Dumper/Dumper.xs
17123 ____________________________________________________________________________
17124 [  6494] By: jhi                                   on 2000/08/02  21:49:17
17125         Log: Dump UVs as UVs in Data::Dumper.
17126              
17127              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
17128              From: Gurusamy Sarathy <gsar@ActiveState.com>
17129              Date: Thu, 27 Apr 2000 12:26:25 -0700
17130              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
17131      Branch: perl
17132            ! ext/Data/Dumper/Dumper.xs
17133 ____________________________________________________________________________
17134 [  6493] By: jhi                                   on 2000/08/02  17:01:58
17135         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
17136              From: Hugo <hv@crypt.compulink.co.uk>
17137              Date: Wed, 02 Aug 2000 14:53:56 +0100
17138              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
17139      Branch: perl
17140            ! regexec.c t/op/re_tests
17141 ____________________________________________________________________________
17142 [  6492] By: jhi                                   on 2000/08/02  15:02:46
17143         Log: The new setproctitle() feature is available only in 
17144              bleeding edge FreeBSD.  From Paul Saab.
17145      Branch: perl
17146            ! mg.c
17147 ____________________________________________________________________________
17148 [  6491] By: jhi                                   on 2000/08/02  13:34:36
17149         Log: The tr utf8 patching continues.
17150              
17151              Subject: Re: #6469, too many tests claimed in require.t
17152              From: simon@brecon.co.uk (Simon Cozens)
17153              Date: 2 Aug 2000 02:37:17 GMT
17154              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
17155              
17156              (the logic of the test was the wrong way round in the patch)
17157      Branch: perl
17158            ! doop.c
17159 ____________________________________________________________________________
17160 [  6490] By: jhi                                   on 2000/08/02  13:27:38
17161         Log: The name of a filehandle does not have <these>.
17162      Branch: perl
17163            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17164            ! t/pragma/warn/pp_sys util.c
17165 ____________________________________________________________________________
17166 [  6489] By: jhi                                   on 2000/08/02  04:26:46
17167         Log: Remove the extraneous "main::" prefix from all the
17168              "opened only for", "on closed", and "never opened" warnings.
17169              
17170              Subject: Re: inappropriate warning
17171              From: Gurusamy Sarathy <gsar@ActiveState.com>
17172              Date: Mon, 20 Mar 2000 11:28:02 -0800
17173              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
17174      Branch: perl
17175            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
17176            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
17177            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17178 ____________________________________________________________________________
17179 [  6488] By: jhi                                   on 2000/08/02  03:02:57
17180         Log: memcpy has n o in it, as pinted ut by Sarathy.
17181      Branch: perl
17182            ! pod/perlguts.pod
17183 ____________________________________________________________________________
17184 [  6487] By: jhi                                   on 2000/08/02  02:44:51
17185         Log: Document in one place the memory abstractions used in Perl core.
17186              
17187              Subject: Re: Memory abstraction
17188              From: simon@brecon.co.uk (Simon Cozens)
17189              Date: 2 Aug 2000 02:20:23 GMT
17190              Organization: Earth.li Origins
17191      Branch: perl
17192            ! pod/perlguts.pod
17193 ____________________________________________________________________________
17194 [  6486] By: jhi                                   on 2000/08/02  02:41:57
17195         Log: regen_headers, regen perltoc.
17196      Branch: perl
17197            ! perlapi.c pod/perltoc.pod
17198 ____________________________________________________________________________
17199 [  6485] By: jhi                                   on 2000/08/02  01:43:33
17200         Log: "This little thing tests for a file .patch, and if it contains
17201              a number, pops into patchlevel.h" (making it easier to track
17202              which development version people are reporting bugs against)
17203              
17204              Subject: Patchlevel autogeneration for repository perls
17205              From: simon@brecon.co.uk (Simon Cozens)
17206              Date: 14 Jul 2000 07:12:15 GMT
17207              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
17208      Branch: perl
17209            + fix_pl
17210            ! MANIFEST Makefile.SH
17211 ____________________________________________________________________________
17212 [  6484] By: jhi                                   on 2000/08/02  01:32:54
17213         Log: FreeBSD 3.* updates from
17214              
17215              From: Paul Saab <ps@yahoo-inc.com>
17216              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17217              Date: Tue, 1 Aug 2000 15:41:39 -0700
17218              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17219      Branch: perl
17220            ! hints/freebsd.sh
17221 ____________________________________________________________________________
17222 [  6483] By: jhi                                   on 2000/08/02  01:27:44
17223         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
17224              instead one must use setproctitle().  This was already addressed
17225              by change #6457, but the below has a new variant for FreeBSD 4.0
17226              or later, and the matter is also documented more.
17227              
17228              From: Paul Saab <ps@yahoo-inc.com>
17229              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17230              Date: Tue, 1 Aug 2000 15:41:39 -0700
17231              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17232      Branch: metaconfig/U/perl
17233            + i_libutil.U
17234      Branch: perl
17235            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
17236 ____________________________________________________________________________
17237 [  6482] By: jhi                                   on 2000/08/01  22:17:32
17238         Log: The test from this
17239              
17240              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17241              Date: Sat, 15 Apr 2000 17:03:44 +0100
17242              From: Tom Hughes <tom@compton.nu>
17243              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
17244              
17245              was missing, the code change went in as #5989
17246              (which had a different test?)
17247      Branch: perl
17248            ! t/op/misc.t
17249 ____________________________________________________________________________
17250 [  6481] By: jhi                                   on 2000/08/01  21:48:38
17251         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17252              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17253              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
17254              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
17255      Branch: perl
17256            ! perl.h
17257 ____________________________________________________________________________
17258 [  6480] By: jhi                                   on 2000/08/01  18:05:28
17259         Log: Make p4desc to skip non-mainperl branches by default.
17260      Branch: perl
17261            ! Porting/p4desc
17262 ____________________________________________________________________________
17263 [  6479] By: jhi                                   on 2000/08/01  17:29:19
17264         Log: If gccosandvers is equal to osname, clear gccosandvers.
17265      Branch: metaconfig/U/perl
17266            ! gccvers.U
17267      Branch: perl
17268            ! Configure config_h.SH
17269 ____________________________________________________________________________
17270 [  6478] By: jhi                                   on 2000/08/01  15:54:08
17271         Log: BOM patching from Simon Cozens.
17272      Branch: perl
17273            ! toke.c
17274 ____________________________________________________________________________
17275 [  6477] By: jhi                                   on 2000/08/01  04:50:33
17276         Log: Stash away the largefiles flags and libswanted.
17277      Branch: perl
17278            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
17279 ____________________________________________________________________________
17280 [  6476] By: gsar                                  on 2000/08/01  04:24:24
17281         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
17282              on Windows)
17283      Branch: perl
17284            ! t/pragma/utf8.t utf8.c win32/win32.c
17285 ____________________________________________________________________________
17286 [  6475] By: jhi                                   on 2000/08/01  03:35:24
17287         Log: Make chr() for values >127 to create utf8 when under utf8.
17288              
17289              Subject: Re: uft8/chr()
17290              From: simon@brecon.co.uk (Simon Cozens)
17291              Date: 1 Aug 2000 02:37:02 GMT
17292              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
17293      Branch: perl
17294            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17295 ____________________________________________________________________________
17296 [  6474] By: jhi                                   on 2000/08/01  02:36:18
17297         Log: In Digital UNIX warn if gcc explicitly chosen because even
17298              2.95.2 is known to cause problems.
17299      Branch: perl
17300            ! hints/dec_osf.sh
17301 ____________________________________________________________________________
17302 [  6473] By: jhi                                   on 2000/08/01  02:00:56
17303         Log: Make the safety catch for buggy gccs work with triple version
17304              numbers like 2.95.2.  Reported in
17305              
17306              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17307              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
17308              Date: Mon, 31 Jul 2000 14:55:06 +0200
17309              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
17310      Branch: perl
17311            ! hints/dec_osf.sh
17312 ____________________________________________________________________________
17313 [  6472] By: jhi                                   on 2000/08/01  01:13:33
17314         Log: Subject: fix and question re: waitpid() under win32
17315              From: Brian Clarke <clarke@appliedmeta.com>
17316              Date: Fri, 28 Jul 2000 15:18:29 -0400
17317              Message-ID: <3981DC85.290314EB@appliedmeta.com>
17318              
17319              Slightly reformatted and WNOHANG # define moved to win32.h
17320              so that also POSIX.xs sees it, as suggsted by Sarathy.
17321      Branch: perl
17322            ! win32/win32.c win32/win32.h
17323 ____________________________________________________________________________
17324 [  6471] By: jhi                                   on 2000/08/01  00:55:05
17325         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17327              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
17328              Date: Mon, 31 Jul 2000 13:28:51 +0100
17329              
17330              (aka ID 20000730.002)
17331      Branch: perl
17332            ! op.c t/op/tr.t
17333 ____________________________________________________________________________
17334 [  6470] By: jhi                                   on 2000/07/31  23:34:42
17335         Log: Document the problem with -P in HP-UX and its workaround.
17336              
17337              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
17338              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
17339              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
17340              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
17341      Branch: perl
17342            ! README.hpux
17343 ____________________________________________________________________________
17344 [  6469] By: jhi                                   on 2000/07/31  04:15:02
17345         Log: The swallow_bom() saga continues.  The #23 of require.t
17346              (UTF16-LE) still fails (silently, no output) but the #22
17347              (UTF16-BE) seems to be working now.  The root of the
17348              failure may be in sv_gets(): is it UTF-16LE-aware,
17349              especially when it comes to line endings? 
17350      Branch: perl
17351            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
17352            ! t/comp/require.t toke.c utf8.c
17353 ____________________________________________________________________________
17354 [  6468] By: jhi                                   on 2000/07/30  19:05:48
17355         Log: Find green threads before native threads.
17356              
17357              Subject: Re: Patch to jpl/JNI/Makefile.PL
17358              From: Jens Thomsen <jens@fiend.cis.com>
17359              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
17360              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
17361      Branch: perl
17362            ! jpl/JNI/Makefile.PL
17363 ____________________________________________________________________________
17364 [  6467] By: jhi                                   on 2000/07/30  18:36:22
17365         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
17366      Branch: perl
17367            ! doop.c
17368 ____________________________________________________________________________
17369 [  6466] By: jhi                                   on 2000/07/30  04:37:29
17370         Log: A new version of the "remove UPPERACSE string comparison"
17371              operators.  The problem with the previous one (change #6454)
17372              was that it was for Perl 5.6.0.  From Paul Marquess.
17373      Branch: perl
17374            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
17375            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
17376            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17377 ____________________________________________________________________________
17378 [  6465] By: jhi                                   on 2000/07/29  22:39:56
17379         Log: Do not upgrade SVs into utf8 just because they participate
17380              in eq or cmp.  Reported and fix suggested in
17381              
17382              Subject: [ID 20000720.009] sv_eq UTF8 bug
17383              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17384              Date: 21 Jul 2000 04:37:29 -0000
17385              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
17386              
17387              Exercise for the kind reader: should we or should we not
17388              cache the utf8 conversion alonside the SV? (as magic,
17389              as thestrxfrm()ed version is cached under use locale)
17390              Argue both for and against.
17391      Branch: perl
17392            ! sv.c
17393 ____________________________________________________________________________
17394 [  6464] By: jhi                                   on 2000/07/29  22:36:22
17395         Log: Subject: UTF8 concat
17396              From: simon@brecon.co.uk (Simon Cozens) 
17397              Date: 30 Jun 2000 06:13:25 GMT
17398              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
17399              
17400              (with a memory leak fixed, plus a few casts added)
17401              
17402              This also seems to help for
17403              
17404              Subject: [ID 20000716.015] join UTF8 weirdness
17405              From: root <root@ak-71.mind.de> 
17406              Date: Sat, 15 Jul 2000 15:29:54 +0200
17407              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
17408              
17409              (from Andreas König)
17410      Branch: perl
17411            ! pp_hot.c
17412 ____________________________________________________________________________
17413 [  6463] By: jhi                                   on 2000/07/29  00:55:39
17414         Log: Tune the comments and hopefully stop a memory leak.
17415      Branch: perl
17416            ! toke.c utf8.c
17417 ____________________________________________________________________________
17418 [  6462] By: jhi                                   on 2000/07/29  00:16:53
17419         Log: The problem described in this
17420              
17421              Subject: [ID 20000322.018] named chars aren't magical enough
17422              From: root <root@dixie.cscaper.com>     
17423              Date: Wed, 22 Mar 2000 18:37:42 -0700
17424              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
17425              
17426              has been fixed in perl 5.6.0 but just in case added a test
17427              to keep it away.  (The report from Joseph Hall.)
17428      Branch: perl
17429            ! t/lib/charnames.t
17430 ____________________________________________________________________________
17431 [  6461] By: jhi                                   on 2000/07/28  23:56:36
17432         Log: Tiny fixes for #6460.
17433      Branch: metaconfig/U/perl
17434            ! gccvers.U
17435      Branch: perl
17436            ! Configure config_h.SH
17437 ____________________________________________________________________________
17438 [  6460] By: jhi                                   on 2000/07/28  23:24:41
17439         Log: Warn if the version of the operating system used to compile gcc
17440              differs from the current version of the operating system.
17441              Also display the gcc compilation os and version in myconfig.
17442              Inspiration from
17443              
17444              Subject: Re: [ID 20000710.003] ERRORS!!         
17445              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17446              Date: Mon, 10 Jul 2000 15:54:16 -0400
17447              Message-ID: <20000710155416.A1384@O2.chapin.edu>
17448      Branch: metaconfig/U/perl
17449            ! gccvers.U
17450      Branch: perl
17451            ! Configure config_h.SH myconfig.SH
17452 ____________________________________________________________________________
17453 [  6459] By: jhi                                   on 2000/07/28  22:00:32
17454         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
17455              letter to $Config{osvers}.
17456      Branch: metaconfig
17457            ! U/modified/Oldconfig.U
17458      Branch: perl
17459            ! Configure config_h.SH
17460 ____________________________________________________________________________
17461 [  6458] By: jhi                                   on 2000/07/28  04:15:39
17462         Log: Back out #6454, doesn't seem to work.
17463              (Reason: that patch was for perl 5.6.0, not perl-current)
17464              (A version of the patch for perl-current came in later as #6466)
17465      Branch: perl
17466            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17467            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17468            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17469 ____________________________________________________________________________
17470 [  6457] By: jhi                                   on 2000/07/27  23:31:49
17471         Log: Use setproctitle() if available to modify $0.
17472              
17473              Subject: setting $* on BSD4 broken
17474              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17475              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
17476              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
17477      Branch: metaconfig
17478            ! U/modified/Myinit.U
17479      Branch: perl
17480            ! Configure config_h.SH mg.c
17481 ____________________________________________________________________________
17482 [  6456] By: jhi                                   on 2000/07/27  14:50:47
17483         Log: Allow "no AutoLoader;", based on change #6444,
17484              suggested by Graham Barr.
17485      Branch: perl
17486            ! lib/AutoLoader.pm
17487 ____________________________________________________________________________
17488 [  6455] By: jhi                                   on 2000/07/27  14:19:10
17489         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17490              From: rspier@pobox.com (Robert Spier)
17491              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
17492              Message-ID: <14720.15855.787664.424783@rls.cx>
17493      Branch: perl
17494            ! pod/perldiag.pod
17495 ____________________________________________________________________________
17496 [  6454] By: jhi                                   on 2000/07/27  14:03:02
17497         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
17498              for a long time).
17499              
17500              Reported in
17501              
17502              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
17503              From: Ryan Herbert <rherbert@sycamorehq.com>
17504              Date: Mon, 17 Jul 2000 11:40:42 -0400
17505              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
17506              
17507              Patched in
17508              
17509              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
17510              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17511              Date: Wed, 26 Jul 2000 23:40:18 +0100
17512              Message-ID: <000001bff752$79511880$0a17073e@tiny>
17513              
17514              based on an earlier patch from Stephen P. Potter.
17515              
17516              (Removed later by change #6458 because this patch was for
17517              perl 5.6.0, not perl-current)
17518      Branch: perl
17519            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17520            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17521            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17522 ____________________________________________________________________________
17523 [  6453] By: jhi                                   on 2000/07/27  13:48:02
17524         Log: Subject: [PATCH] fixes bug 20000508.004
17525              From: Michael Stevens <mstevens@globnix.org>
17526              Date: Thu, 27 Jul 2000 13:49:04 +0100
17527              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
17528      Branch: perl
17529            ! pod/perldata.pod
17530 ____________________________________________________________________________
17531 [  6452] By: jhi                                   on 2000/07/26  23:51:26
17532         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
17533              and Craig A. Berry.
17534      Branch: perl
17535            ! lib/File/Temp.pm pod/perlport.pod
17536 ____________________________________________________________________________
17537 [  6451] By: jhi                                   on 2000/07/26  19:43:30
17538         Log: Be wary of close()s, too.
17539              
17540              Subject: Re: [PATCH] perlbug cleanup
17541              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17542              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
17543              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
17544      Branch: perl
17545            ! utils/perlbug.PL
17546 ____________________________________________________________________________
17547 [  6450] By: jhi                                   on 2000/07/26  18:41:40
17548         Log: Subject: Minor doc patch: handy.h
17549              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
17550              Date: Wed, 26 Jul 2000 15:34:25 -0300
17551              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
17552      Branch: perl
17553            ! handy.h pod/perlapi.pod
17554 ____________________________________________________________________________
17555 [  6449] By: jhi                                   on 2000/07/26  18:23:55
17556         Log: Subject: [PATCH] minor doc change - perlguts
17557              From: Michael Stevens <mstevens@globnix.org>
17558              Date: Thu, 13 Jul 2000 12:39:18 +0100
17559              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
17560      Branch: perl
17561            ! pod/perlguts.pod
17562 ____________________________________________________________________________
17563 [  6448] By: jhi                                   on 2000/07/26  18:20:30
17564         Log: open() wariness in perlbug.
17565              
17566              Subject: [PATCH] perlbug cleanup
17567              From: Michael Stevens <mstevens@globnix.org>
17568              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
17569              Date: Thu, 13 Jul 2000 15:52:23 +0100
17570      Branch: perl
17571            ! utils/perlbug.PL
17572 ____________________________________________________________________________
17573 [  6447] By: jhi                                   on 2000/07/26  18:13:04
17574         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
17575      Branch: perl
17576            ! lib/File/Temp.pm t/lib/ftmp-security.t
17577 ____________________________________________________________________________
17578 [  6446] By: jhi                                   on 2000/07/26  18:06:32
17579         Log: docfix from Peter Scott <Peter@PSDT.com>.
17580      Branch: perl
17581            ! pod/perlfunc.pod
17582 ____________________________________________________________________________
17583 [  6445] By: jhi                                   on 2000/07/26  17:53:31
17584         Log: Fix *foo{FORMAT}.
17585              
17586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17587              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17588              Date: Wed, 26 Jul 2000 19:51:02 +0200
17589              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
17590              
17591              From: Graham Barr <gbarr@pobox.com>
17592              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17593              Date: Wed, 26 Jul 2000 17:38:36 +0100
17594              Message-ID: <20000726173836.L472@pobox.com>
17595      Branch: perl
17596            ! pp.c sv.c t/op/gv.t
17597 ____________________________________________________________________________
17598 [  6444] By: jhi                                   on 2000/07/26  17:49:14
17599         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17600              from Graham Barr in the module list.
17601      Branch: perl
17602            ! gv.c pod/perlobj.pod
17603 ____________________________________________________________________________
17604 [  6443] By: jhi                                   on 2000/07/26  16:06:56
17605         Log: More split() doc and test patches from Mike Guy.
17606      Branch: perl
17607            ! pod/perlfunc.pod t/op/split.t
17608 ____________________________________________________________________________
17609 [  6442] By: jhi                                   on 2000/07/26  16:05:30
17610         Log: MacOS nits from Matthias Neeracher.
17611      Branch: perl
17612            ! perl.c pp_ctl.c
17613 ____________________________________________________________________________
17614 [  6441] By: jhi                                   on 2000/07/26  04:39:57
17615         Log: Subject: [PATCH] split /^/
17616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17617              Date: Tue, 25 Jul 2000 14:18:57 +0100
17618              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
17619              
17620              (with notes from tchrist and gbarr)
17621      Branch: perl
17622            ! pod/perlfunc.pod t/op/split.t
17623 ____________________________________________________________________________
17624 [  6440] By: jhi                                   on 2000/07/26  04:32:32
17625         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17626              From: Peter Prymmer <pvhp@forte.com>
17627              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
17628              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
17629      Branch: perl
17630            ! vms/munchconfig.c
17631 ____________________________________________________________________________
17632 [  6439] By: jhi                                   on 2000/07/26  04:31:01
17633         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17634              to be fatal errors (instead of by default ignoring them, and
17635              ignoring with a bug: even though -w gave an error, the opening [
17636              was left in)  Reported in:
17637              
17638              Subject: [ID 20000716.024] [=cc=] / [:blank:]
17639              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
17640              Date: Sun, 16 Jul 2000 17:55:29 -0700
17641              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
17642      Branch: perl
17643            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
17644 ____________________________________________________________________________
17645 [  6438] By: jhi                                   on 2000/07/25  15:41:15
17646         Log: Subject: [PATCH] av.c apidoc
17647              From: simon@brecon.co.uk (Simon Cozens)
17648              Date: 24 Jul 2000 06:40:52 GMT
17649              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
17650      Branch: perl
17651            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
17652            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
17653 ____________________________________________________________________________
17654 [  6437] By: jhi                                   on 2000/07/25  14:05:36
17655         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17656              From: "Stephen P. Potter" <spp@ds.net>
17657              Date: Mon, 24 Jul 2000 14:22:23 -0400
17658              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
17659      Branch: perl
17660            ! pod/perllocale.pod
17661 ____________________________________________________________________________
17662 [  6436] By: jhi                                   on 2000/07/25  14:02:03
17663         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
17664              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17665              Date: Mon, 24 Jul 2000 18:04:28 +0100
17666              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
17667      Branch: perl
17668            ! t/lib/syslfs.t t/op/lfs.t
17669 ____________________________________________________________________________
17670 [  6435] By: jhi                                   on 2000/07/25  13:59:28
17671         Log: Get UTF16 BOMs working.  Patch from
17672              
17673              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17674              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17675              Date: Tue, 25 Jul 2000 12:52:45 +0100
17676              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
17677              
17678              and notes from
17679              
17680              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17682              Date: Tue, 25 Jul 2000 11:43:25 +0100
17683              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
17684      Branch: perl
17685            ! t/comp/require.t toke.c utf8.c
17686 ____________________________________________________________________________
17687 [  6434] By: jhi                                   on 2000/07/25  02:39:54
17688         Log: Make the "uninit variable" warning to say "concat or string"
17689              or "join or string" when in concat or join .
17690              
17691              Subject: Re: [ID 20000403.009] uninitialised concatenation???
17692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17693              Date: Tue, 04 Apr 2000 18:22:58 +0100
17694              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
17695              
17696              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
17697              From: William R Ward <hermit@BayView.COM>
17698              Date: Thu, 30 Mar 2000 19:50:03 -0800
17699              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
17700      Branch: perl
17701            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
17702            ! t/pragma/warn/op t/pragma/warn/sv
17703 ____________________________________________________________________________
17704 [  6433] By: jhi                                   on 2000/07/24  17:52:56
17705         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
17706      Branch: perl
17707            ! lib/File/Spec/VMS.pm
17708 ____________________________________________________________________________
17709 [  6432] By: jhi                                   on 2000/07/24  17:44:44
17710         Log: Test cases for #6431.
17711              
17712              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17714              Date: Mon, 24 Jul 2000 15:32:29 +0100
17715              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
17716      Branch: perl
17717            ! t/op/pat.t t/op/split.t
17718 ____________________________________________________________________________
17719 [  6431] By: jhi                                   on 2000/07/24  17:43:17
17720         Log: Bind op fix.
17721              
17722              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17724              Date: Mon, 17 Jul 2000 20:04:56 +0100
17725              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
17726      Branch: perl
17727            ! op.c
17728 ____________________________________________________________________________
17729 [  6430] By: jhi                                   on 2000/07/24  03:42:42
17730         Log: Subject: [ID 20000716.023] syslog test fails without sockets
17731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17732              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
17733              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
17734      Branch: metaconfig/U/perl
17735            ! Extensions.U
17736      Branch: perl
17737            ! Configure config_h.SH
17738 ____________________________________________________________________________
17739 [  6429] By: jhi                                   on 2000/07/24  03:11:52
17740         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
17741              case, but add also notes explaining the relationship of this
17742              patch and the earlier notes by Sarathy.
17743              
17744              Subject: Map is still slow
17745              From: "Ben Tilly" <ben_tilly@hotmail.com>
17746              Date: Sat, 15 Jul 2000 17:23:27 EDT
17747              Message-ID: <20000715212327.21656.qmail@hotmail.com>
17748      Branch: perl
17749            ! pp_ctl.c
17750 ____________________________________________________________________________
17751 [  6428] By: jhi                                   on 2000/07/24  02:58:52
17752         Log: Documentation to explain the behaviour of map().
17753              
17754              Subject: Re: Map is still slow 
17755              From: Gurusamy Sarathy <gsar@ActiveState.com>
17756              Date: Sat, 15 Jul 2000 16:05:09 -0700
17757              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
17758      Branch: perl
17759            ! pp_ctl.c
17760 ____________________________________________________________________________
17761 [  6427] By: jhi                                   on 2000/07/24  02:50:03
17762         Log: Add tests for
17763              [ID 19991110.003] another matching finding by pcre author
17764              which has already been fixed by some patch, as verified in
17765              
17766              Subject: Re: two regex bugs from the mists of time (well, last November)
17767              From: Hugo <hv@crypt.compulink.co.uk>
17768              Date: Sat, 22 Jul 2000 18:12:58 +0100
17769              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
17770      Branch: perl
17771            ! t/op/re_tests
17772 ____________________________________________________________________________
17773 [  6426] By: jhi                                   on 2000/07/24  02:11:20
17774         Log: A missing 'break' after the [[:space:]] switch case.
17775              
17776              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
17777              From: "Stephen P. Potter" <spp@ds.net>
17778              Date: Tue, 18 Jul 2000 16:25:17 -0400
17779              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
17780      Branch: perl
17781            ! regcomp.c
17782 ____________________________________________________________________________
17783 [  6425] By: jhi                                   on 2000/07/24  02:06:12
17784         Log: The output might have been produced in the wrong order.
17785              
17786              Subject: [ID 20000720.003] [PATCH] t/op/write.t
17787              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17788              Date: Thu, 20 Jul 2000 18:49:18 +0100
17789              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
17790      Branch: perl
17791            ! t/op/write.t
17792 ____________________________________________________________________________
17793 [  6424] By: jhi                                   on 2000/07/24  02:00:07
17794         Log: Use STDOUT consistently.
17795              
17796              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
17797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17798              Date: Thu, 20 Jul 2000 18:04:01 +0100
17799              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
17800      Branch: perl
17801            ! lib/Test/Harness.pm
17802 ____________________________________________________________________________
17803 [  6423] By: jhi                                   on 2000/07/24  01:54:54
17804         Log: Protect against "wild next"s, that is, callbacks doing "next"
17805              instead of "return".
17806              
17807              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
17808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17809              Date: Tue, 18 Jul 2000 11:30:16 +0100
17810              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
17811      Branch: perl
17812            ! lib/File/Find.pm
17813 ____________________________________________________________________________
17814 [  6422] By: jhi                                   on 2000/07/24  01:35:47
17815         Log: Out-of-date note removed.
17816              
17817              Subject: [PATCH] documentation perlipc
17818              From: rspier@pobox.com (Robert Spier)
17819              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
17820              Message-ID: <14711.35178.572612.502654@rls.cx>
17821      Branch: perl
17822            ! pod/perlipc.pod
17823 ____________________________________________________________________________
17824 [  6421] By: jhi                                   on 2000/07/24  00:09:18
17825         Log: Send all installperl messages to STDERR and be -w clean.
17826              
17827              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
17828              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17829              Date: Sat, 22 Jul 2000 14:02:11 +0100
17830              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
17831      Branch: perl
17832            ! installperl
17833 ____________________________________________________________________________
17834 [  6420] By: jhi                                   on 2000/07/24  00:04:19
17835         Log: Decutandpasto.
17836              
17837              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
17838              From: "Richard Soderberg" <rs@crystalflame.net>
17839              Date: Sun, 23 Jul 2000 01:37:23 -0700
17840              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
17841      Branch: perl
17842            ! pod/perlipc.pod
17843 ____________________________________________________________________________
17844 [  6419] By: jhi                                   on 2000/07/24  00:01:12
17845         Log: A cleaner abs_path().
17846              Subject: Re: unix alternative to Cwd.pm
17847              From: Jeff Pinyan <jeffp@crusoe.net>
17848              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
17849              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
17850      Branch: perl
17851            ! lib/Cwd.pm
17852 ____________________________________________________________________________
17853 [  6418] By: jhi                                   on 2000/07/23  23:48:56
17854         Log: Detypo.
17855              
17856              Subject: [PATCH perl-current] Typo in hints/powerux.sh
17857              From: "Richard Soderberg" <rs@crystalflame.net>
17858              Date: Sun, 23 Jul 2000 01:27:33 -0700
17859              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
17860      Branch: perl
17861            ! hints/powerux.sh
17862 ____________________________________________________________________________
17863 [  6417] By: jhi                                   on 2000/07/17  22:13:31
17864         Log: Subject: SDBM_File documentation
17865              From: mjd@plover.com
17866              Date: 16 Jul 2000 17:41:17 -0000
17867              Message-ID: <20000716174117.18515.qmail@plover.com>
17868      Branch: perl
17869            ! ext/SDBM_File/SDBM_File.pm
17870 ____________________________________________________________________________
17871 [  6416] By: jhi                                   on 2000/07/17  19:13:26
17872         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
17873      Branch: perl
17874            ! hints/mpeix.sh mpeix/relink
17875 ____________________________________________________________________________
17876 [  6415] By: jhi                                   on 2000/07/15  14:11:02
17877         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
17878              the utf8 'characters' can be more than one octet).
17879              
17880              Date: Sat, 15 Jul 2000 00:21:56 +0100
17881              From: Tom Hughes <tom@compton.nu>
17882              Subject: Re: [ID 20000714.002]
17883              Message-ID: <db2334de49.tom@compton.compton.nu>
17884              
17885              Reported in
17886              
17887              Subject: [ID 20000714.002]
17888              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17889              Date: 14 Jul 2000 15:13:09 -0000
17890              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
17891      Branch: perl
17892            ! doop.c
17893 ____________________________________________________________________________
17894 [  6414] By: jhi                                   on 2000/07/15  03:13:41
17895         Log: another VMS build tweak from Peter Prymmer
17896      Branch: perl
17897            ! vms/descrip_mms.template
17898 ____________________________________________________________________________
17899 [  6413] By: jhi                                   on 2000/07/15  03:10:40
17900         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
17901      Branch: perl
17902            ! vms/perlvms.pod
17903 ____________________________________________________________________________
17904 [  6412] By: jhi                                   on 2000/07/15  00:31:05
17905         Log: More docs for sv functions.
17906              
17907              Subject: [PATCH cfgperl] sv.c apidoc
17908              From: simon@brecon.co.uk (Simon Cozens)
17909              Date: 13 Jul 2000 09:00:20 GMT
17910              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
17911              
17912              Subject: Re: [PATCH cfgperl] sv.c apidoc
17913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17914              Date: Thu, 13 Jul 2000 12:27:41 +0100
17915              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
17916              
17917              Subject: Re: [PATCH cfgperl] sv.c apidoc
17918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17919              Date: Thu, 13 Jul 2000 13:23:09 +0100
17920              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
17921              
17922              Subject: Re: [PATCH cfgperl] sv.c apidoc
17923              From: simon@brecon.co.uk (Simon Cozens)
17924              Date: 14 Jul 2000 06:51:02 GMT
17925              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
17926      Branch: perl
17927            ! embed.pl pod/perlapi.pod sv.c
17928 ____________________________________________________________________________
17929 [  6411] By: jhi                                   on 2000/07/15  00:10:41
17930         Log: lib/b test fixes from Peter Prymmer.
17931      Branch: perl
17932            ! t/lib/b.t
17933 ____________________________________________________________________________
17934 [  6410] By: jhi                                   on 2000/07/15  00:02:09
17935         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17936              From: Hugo <hv@crypt.compulink.co.uk>
17937              Date: Fri, 14 Jul 2000 23:05:20 +0100
17938              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17939              
17940              Didn't anymore apply, but that point still could use another fix.
17941      Branch: perl
17942            ! pod/perlfunc.pod
17943 ____________________________________________________________________________
17944 [  6409] By: jhi                                   on 2000/07/14  23:15:15
17945         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17946              not in pod, from Peter Prymmer
17947      Branch: perl
17948            ! vms/descrip_mms.template
17949 ____________________________________________________________________________
17950 [  6408] By: jhi                                   on 2000/07/14  20:35:05
17951         Log: The bug report
17952              [ID 19991110.002] minimal matching discrepancy found by pcre author
17953              seems to have been fixed (though differently from what was suggested
17954              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17955      Branch: perl
17956            ! t/op/re_tests
17957 ____________________________________________________________________________
17958 [  6407] By: jhi                                   on 2000/07/14  17:38:08
17959         Log: Fix AutoSplit to use File::Spec the right way in VMS,
17960              from Peter Prymmer.
17961      Branch: perl
17962            ! lib/AutoSplit.pm
17963 ____________________________________________________________________________
17964 [  6406] By: jhi                                   on 2000/07/14  14:13:22
17965         Log: Merge perlhacktut into perlhack, update perlguts.
17966              
17967              Subject: Re: Perlhacktut
17968              From: simon@brecon.co.uk (Simon Cozens)
17969              Date: 14 Jul 2000 06:49:21 GMT
17970              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
17971              
17972              Subject: Re: Perlhacktut
17973              From: simon@brecon.co.uk (Simon Cozens)
17974              Date: 14 Jul 2000 07:09:45 GMT
17975              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
17976      Branch: perl
17977            ! pod/perlguts.pod pod/perlhack.pod
17978 ____________________________________________________________________________
17979 [  6405] By: jhi                                   on 2000/07/14  14:02:31
17980         Log: Integrate with Sarathy.
17981      Branch: cfgperl
17982           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
17983           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
17984           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
17985 ____________________________________________________________________________
17986 [  6404] By: gsar                                  on 2000/07/14  12:15:02
17987         Log: PERL_OBJECT build tweaks
17988      Branch: perl
17989            ! toke.c
17990 ____________________________________________________________________________
17991 [  6403] By: gsar                                  on 2000/07/14  11:23:41
17992         Log: inconsistent types needs casts
17993      Branch: perl
17994            ! toke.c
17995 ____________________________________________________________________________
17996 [  6402] By: gsar                                  on 2000/07/14  11:12:04
17997         Log: typos in change#6399, regen headers
17998      Branch: perl
17999            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
18000 ____________________________________________________________________________
18001 [  6401] By: gsar                                  on 2000/07/14  10:59:12
18002         Log: typecasts needed for change#6394
18003      Branch: perl
18004            ! toke.c
18005 ____________________________________________________________________________
18006 [  6400] By: gsar                                  on 2000/07/14  10:49:37
18007         Log: integrate cfgperl contents into mainline
18008      Branch: perl
18009           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
18010           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
18011 ____________________________________________________________________________
18012 [  6399] By: gsar                                  on 2000/07/14  10:38:35
18013         Log: enable UTF-16 filter by default if relevant BOM is seen; various
18014              cleanups (typos, misformatted code, and small bugs)
18015      Branch: perl
18016            ! doop.c embed.pl mg.c op.c pp.c toke.c
18017 ____________________________________________________________________________
18018 [  6398] By: gsar                                  on 2000/07/14  08:55:38
18019         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
18020              name suggests anyway)
18021      Branch: perl
18022            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
18023 ____________________________________________________________________________
18024 [  6397] By: gsar                                  on 2000/07/14  08:44:33
18025         Log: move new variables to the end of the interpreter structure (for
18026              bincompat in code that doesn't #include XSUB.h)
18027      Branch: perl
18028            ! intrpvar.h
18029 ____________________________________________________________________________
18030 [  6396] By: gsar                                  on 2000/07/14  08:13:58
18031         Log: MakeMaker should not remove editor backups (*~) on `make clean`
18032              by default (completes change#6383)
18033      Branch: perl
18034            ! lib/ExtUtils/MM_Unix.pm
18035 ____________________________________________________________________________
18036 [  6395] By: jhi                                   on 2000/07/14  05:20:33
18037         Log: Replace change #6337 with a better one.
18038              
18039              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18040              From: Hugo <hv@crypt.compulink.co.uk>
18041              Date: Fri, 14 Jul 2000 04:16:20 +0100
18042              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18043      Branch: cfgperl
18044            ! regexec.c t/op/re_tests
18045 ____________________________________________________________________________
18046 [  6394] By: jhi                                   on 2000/07/14  01:33:59
18047         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
18048      Branch: cfgperl
18049            ! embed.pl global.sym proto.h toke.c
18050 ____________________________________________________________________________
18051 [  6393] By: jhi                                   on 2000/07/13  23:41:23
18052         Log: remove discarded test
18053      Branch: cfgperl
18054            ! MANIFEST
18055 ____________________________________________________________________________
18056 [  6392] By: jhi                                   on 2000/07/13  23:32:25
18057         Log: The {multiplier} of a fixed substring was overlooked which
18058              caused a wrong initial search offset for that substring.
18059              
18060              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18061              From: Hugo <hv@crypt.compulink.co.uk>
18062              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18063              Date: Thu, 13 Jul 2000 19:27:13 +0100
18064      Branch: cfgperl
18065            ! regcomp.c t/op/re_tests
18066 ____________________________________________________________________________
18067 [  6391] By: jhi                                   on 2000/07/13  16:37:42
18068         Log: typo fix from Craig Berry
18069      Branch: cfgperl
18070            ! vms/subconfigure.com
18071 ____________________________________________________________________________
18072 [  6390] By: jhi                                   on 2000/07/13  13:20:12
18073         Log: Integrate with Sarathy.
18074      Branch: cfgperl
18075            - t/op/method2entersub.t
18076           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
18077           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
18078           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
18079           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
18080 ____________________________________________________________________________
18081 [  6389] By: jhi                                   on 2000/07/13  13:18:48
18082         Log: Detypo from Peter Prymmer, part of #6388.
18083      Branch: cfgperl
18084            ! Configure config_h.SH
18085      Branch: metaconfig
18086            ! U/modified/d_longlong.U
18087 ____________________________________________________________________________
18088 [  6388] By: gsar                                  on 2000/07/13  06:33:40
18089         Log: typos (spotted by Peter Prymmer)
18090      Branch: perl
18091            ! Configure t/lib/english.t
18092 ____________________________________________________________________________
18093 [  6387] By: gsar                                  on 2000/07/13  05:35:28
18094         Log: new selfloader.t in change#6183 doesn't close DATA handles,
18095              and thus fails to clean up tmp files on dosish platforms
18096      Branch: perl
18097            ! t/lib/selfloader.t
18098 ____________________________________________________________________________
18099 [  6386] By: gsar                                  on 2000/07/12  21:42:39
18100         Log: sprintf test tweaks (from Dominic Dunlop)
18101      Branch: perl
18102            ! t/op/sprintf.t
18103 ____________________________________________________________________________
18104 [  6385] By: gsar                                  on 2000/07/12  21:33:46
18105         Log: fix bugs in processing %v-*d and similar format specs (from
18106              Avi Finkel <avi@finkel.org>)
18107      Branch: perl
18108            ! sv.c t/op/sprintf.t
18109 ____________________________________________________________________________
18110 [  6384] By: gsar                                  on 2000/07/12  16:04:19
18111         Log: readd missing perldelta.pod changes from changes#6339,6376
18112      Branch: perl
18113            ! pod/perldelta.pod
18114 ____________________________________________________________________________
18115 [  6383] By: gsar                                  on 2000/07/12  16:00:51
18116         Log: don't clobber *.orig files on *clean targets
18117      Branch: perl
18118            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
18119 ____________________________________________________________________________
18120 [  6382] By: gsar                                  on 2000/07/12  07:59:12
18121         Log: fix broken integrations in cfgperl
18122      Branch: cfgperl
18123           !> Changes pod/perldelta.pod
18124 ____________________________________________________________________________
18125 [  6381] By: gsar                                  on 2000/07/12  07:42:17
18126         Log: integrate cfgperl changes into mainline
18127      Branch: perl
18128            ! Changes
18129           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
18130           !> pod/perlre.pod
18131 ____________________________________________________________________________
18132 [  6380] By: gsar                                  on 2000/07/12  07:31:00
18133         Log: get sprintf.t to adjust properly for 3-digit exponents
18134      Branch: perl
18135            ! t/op/sprintf.t
18136 ____________________________________________________________________________
18137 [  6379] By: gsar                                  on 2000/07/12  06:40:04
18138         Log: change#6174 needs corresponding change in win32/config_h.PL,
18139              which grovels through config_h.SH to find the config.h name
18140      Branch: perl
18141            ! win32/config_h.PL
18142 ____________________________________________________________________________
18143 [  6378] By: jhi                                   on 2000/07/12  05:03:59
18144         Log: Do the cc sanity check both before the hints and
18145              after the cc selction.
18146      Branch: cfgperl
18147            ! Configure config_h.SH
18148      Branch: metaconfig
18149            ! U/modified/Oldconfig.U U/modified/cc.U
18150      Branch: metaconfig/U/perl
18151            + Checkcc.U
18152 ____________________________________________________________________________
18153 [  6377] By: jhi                                   on 2000/07/12  02:49:22
18154         Log: Fix nits noticed by Boston.pm.
18155      Branch: cfgperl
18156            ! pod/perlre.pod
18157 ____________________________________________________________________________
18158 [  6376] By: jhi                                   on 2000/07/11  21:22:13
18159         Log: Configure cosmetics and perldelta.
18160      Branch: cfgperl
18161            ! Configure config_h.SH pod/perldelta.pod
18162      Branch: metaconfig
18163            ! U/modified/cc.U
18164 ____________________________________________________________________________
18165 [  6375] By: gsar                                  on 2000/07/11  21:17:35
18166         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18167      Branch: perl
18168            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
18169            ! win32/win32sck.c
18170 ____________________________________________________________________________
18171 [  6374] By: gsar                                  on 2000/07/11  20:48:50
18172         Log: tweak for build failure under multiplicity
18173      Branch: perl
18174            ! toke.c
18175 ____________________________________________________________________________
18176 [  6373] By: gsar                                  on 2000/07/11  20:37:23
18177         Log: integrate cfgperl changes#6325..6373 into mainline
18178              (NOTE: today's batch of integrations still untested)
18179      Branch: perl
18180           +> ext/DynaLoader/hints/netbsd.pl
18181            ! Changes
18182           !> (integrate 26 files)
18183 ____________________________________________________________________________
18184 [  6372] By: jhi                                   on 2000/07/11  20:30:36
18185         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18186              regen perltoc.
18187      Branch: cfgperl
18188            + pod/perlbook.pod
18189            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
18190            ! pod/perltoc.pod
18191 ____________________________________________________________________________
18192 [  6371] By: jhi                                   on 2000/07/11  20:08:56
18193         Log: Minor cleanups on the booklist.
18194      Branch: cfgperl
18195            ! pod/perlfaq2.pod
18196 ____________________________________________________________________________
18197 [  6370] By: jhi                                   on 2000/07/11  19:31:13
18198         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
18199      Branch: cfgperl
18200            ! t/pragma/overload.t
18201 ____________________________________________________________________________
18202 [  6369] By: gsar                                  on 2000/07/11  19:27:48
18203         Log: integrate cfgperl changes#6293..6324 into mainline
18204      Branch: perl
18205           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
18206            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
18207           !> (integrate 30 files)
18208 ____________________________________________________________________________
18209 [  6368] By: gsar                                  on 2000/07/11  19:18:57
18210         Log: skip integrate of problematic change#6292 from cfgperl into mainline
18211      Branch: perl
18212           !> pp_hot.c
18213 ____________________________________________________________________________
18214 [  6367] By: gsar                                  on 2000/07/11  19:17:21
18215         Log: integrate cfgperl changes#6288..6290 into mainline
18216      Branch: perl
18217           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
18218 ____________________________________________________________________________
18219 [  6366] By: gsar                                  on 2000/07/11  19:11:18
18220         Log: integrate cfgperl changes#6268..6282 into mainline
18221      Branch: perl
18222           !> (integrate 30 files)
18223 ____________________________________________________________________________
18224 [  6365] By: gsar                                  on 2000/07/11  18:57:00
18225         Log: delete new accidentally branched file
18226      Branch: perl
18227            - t/op/method2entersub.t
18228 ____________________________________________________________________________
18229 [  6364] By: gsar                                  on 2000/07/11  18:55:13
18230         Log: skip integrate of change#6267 from cfgperl into mainline (the
18231              method call optimization is flawed without additional hints
18232              from user about immutableness of @ISA and no runtime method
18233              definitions)
18234      Branch: perl
18235           +> t/op/method2entersub.t
18236           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
18237           !> perl.h t/op/sprintf.t xsutils.c
18238 ____________________________________________________________________________
18239 [  6363] By: gsar                                  on 2000/07/11  18:49:43
18240         Log: integrate cfgperl changes#6261..6266 into mainline
18241      Branch: perl
18242           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18243           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18244           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18245           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18246 ____________________________________________________________________________
18247 [  6362] By: gsar                                  on 2000/07/11  18:43:26
18248         Log: integrate cfgperl changes#6252..6260 into mainline
18249      Branch: perl
18250           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
18251           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
18252           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
18253           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
18254 ____________________________________________________________________________
18255 [  6361] By: gsar                                  on 2000/07/11  18:37:12
18256         Log: skip integrate of problematic change#6251 from cfgperl into mainline
18257      Branch: perl
18258           !> lib/Exporter.pm
18259 ____________________________________________________________________________
18260 [  6360] By: gsar                                  on 2000/07/11  18:34:56
18261         Log: integrate cfgperl change#6250 into mainline
18262      Branch: perl
18263           +> t/op/my_stash.t
18264           !> MANIFEST embed.pl proto.h toke.c
18265 ____________________________________________________________________________
18266 [  6359] By: gsar                                  on 2000/07/11  18:21:19
18267         Log: integrate cfgperl changes#6242..6249 into mainline
18268      Branch: perl
18269           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18270           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
18271           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
18272           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
18273           !> t/lib/peek.t utf8.c
18274 ____________________________________________________________________________
18275 [  6358] By: gsar                                  on 2000/07/11  18:15:45
18276         Log: skip integrate of problematic change#6241 from cfgperl into mainline
18277      Branch: perl
18278           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18279 ____________________________________________________________________________
18280 [  6357] By: jhi                                   on 2000/07/11  18:15:16
18281         Log: Fix for
18282              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18283              From: Roderick Schertler <roderick@argon.org> 
18284              Date: Tue, 11 Jul 2000 13:55:05 -0400 
18285              Message-Id: <200007111755.NAA05077@jones.argon.org> 
18286      Branch: cfgperl
18287            ! doio.c
18288 ____________________________________________________________________________
18289 [  6356] By: jhi                                   on 2000/07/11  18:12:51
18290         Log: Typo in #6341.
18291      Branch: cfgperl
18292            ! pp_hot.c
18293 ____________________________________________________________________________
18294 [  6355] By: gsar                                  on 2000/07/11  18:12:10
18295         Log: integrate cfgperl changes#6231..6240 into mainline
18296      Branch: perl
18297           +> pod/perlutil.pod
18298           !> (integrate 35 files)
18299 ____________________________________________________________________________
18300 [  6354] By: jhi                                   on 2000/07/11  18:04:34
18301         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
18302              From: Dominic Dunlop <domo@computer.org> 
18303              Date: Tue, 11 Jul 2000 12:27:33 +0200 
18304              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
18305              
18306              Replaces change #6268.
18307      Branch: cfgperl
18308            ! t/op/sprintf.t
18309 ____________________________________________________________________________
18310 [  6353] By: gsar                                  on 2000/07/11  17:59:51
18311         Log: skip integrate of problematic change#6230 from cfgperl into mainline
18312              (a later version of File::Spec is already in mainline)
18313      Branch: perl
18314           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
18315           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
18316 ____________________________________________________________________________
18317 [  6352] By: gsar                                  on 2000/07/11  17:57:48
18318         Log: integrate cfgperl changes#6224..6229 into mainline
18319      Branch: perl
18320           +> lib/lib.pm.PL
18321            - lib/lib.pm
18322           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
18323           !> lib/English.pm op.c t/lib/english.t
18324 ____________________________________________________________________________
18325 [  6351] By: gsar                                  on 2000/07/11  17:50:10
18326         Log: skip integrate of problematic change#6223 from cfgperl into mainline
18327      Branch: perl
18328           !> doio.c
18329 ____________________________________________________________________________
18330 [  6350] By: gsar                                  on 2000/07/11  17:48:28
18331         Log: integrate cfgperl changes#6220..6222 into mainline
18332      Branch: perl
18333           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
18334           !> toke.c utf8.c win32/win32.h
18335 ____________________________________________________________________________
18336 [  6349] By: gsar                                  on 2000/07/11  17:46:13
18337         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
18338              mainline
18339      Branch: perl
18340           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18341           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18342           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18343 ____________________________________________________________________________
18344 [  6348] By: jhi                                   on 2000/07/11  17:45:49
18345         Log: README.posix-bc podified from Thomas Dorner.
18346      Branch: cfgperl
18347            ! README.posix-bc
18348 ____________________________________________________________________________
18349 [  6347] By: gsar                                  on 2000/07/11  17:42:04
18350         Log: integrate cfgperl change#6217 into mainline
18351      Branch: perl
18352           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
18353           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
18354           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
18355 ____________________________________________________________________________
18356 [  6346] By: gsar                                  on 2000/07/11  17:39:37
18357         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
18358              mainline
18359      Branch: perl
18360           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
18361           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18362           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18363           !> perlapi.h pod/perlapi.pod
18364 ____________________________________________________________________________
18365 [  6345] By: gsar                                  on 2000/07/11  17:36:42
18366         Log: integrate cfgperl changes#6207..6210 into mainline
18367      Branch: perl
18368           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
18369           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
18370 ____________________________________________________________________________
18371 [  6344] By: gsar                                  on 2000/07/11  17:31:20
18372         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
18373              mainline
18374      Branch: perl
18375           !> (integrate 40 files)
18376 ____________________________________________________________________________
18377 [  6343] By: gsar                                  on 2000/07/11  17:19:08
18378         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
18379      Branch: perl
18380           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
18381            ! Changes
18382           !> (integrate 34 files)
18383 ____________________________________________________________________________
18384 [  6342] By: jhi                                   on 2000/07/11  16:05:48
18385         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18386              To: perl5-porters@perl.org
18387              From: Karsten Sperling <spiff@phreax.net>
18388              Date: Mon, 10 Jul 2000 15:12:52 +0200
18389              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18390      Branch: cfgperl
18391            ! lib/Symbol.pm
18392 ____________________________________________________________________________
18393 [  6341] By: jhi                                   on 2000/07/11  15:59:23
18394         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18396              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18397              Date: Fri, 07 Jul 2000 17:57:16 +0100
18398      Branch: cfgperl
18399            ! pp_hot.c
18400 ____________________________________________________________________________
18401 [  6340] By: jhi                                   on 2000/07/11  15:55:47
18402         Log: Subject: Re: format bug report  [Patch]
18403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18404              Date: Wed, 05 Jul 2000 13:12:52 +0200
18405              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18406              
18407              Subject: Re: format bug report  [Patch]
18408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18409              Date: Wed, 05 Jul 2000 14:10:01 +0200
18410              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18411      Branch: cfgperl
18412            ! t/op/write.t toke.c
18413 ____________________________________________________________________________
18414 [  6339] By: jhi                                   on 2000/07/11  13:54:09
18415         Log: Be less forgiving about ambiguous and illegal tr ranges.
18416              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18417              From: Mark-Jason Dominus <mjd@plover.com>
18418              Date: Tue, 04 Jul 2000 10:00:12 -0400
18419              Message-ID: <20000704140012.17772.qmail@plover.com>
18420              
18421              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18422              From: Mark-Jason Dominus <mjd@plover.com>
18423              Date: Wed, 05 Jul 2000 09:37:36 -0400
18424              Message-ID: <20000705133736.27293.qmail@plover.com>
18425      Branch: cfgperl
18426            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
18427 ____________________________________________________________________________
18428 [  6338] By: jhi                                   on 2000/07/11  13:31:24
18429         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18430              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18431              Date: Tue, 11 Jul 2000 13:50:51 +0100
18432              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18433      Branch: cfgperl
18434            ! sv.c
18435 ____________________________________________________________________________
18436 [  6337] By: jhi                                   on 2000/07/11  13:29:14
18437         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18438              From: Hugo <hv@crypt.compulink.co.uk>
18439              Date: Tue, 11 Jul 2000 12:44:50 +0100
18440              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18441      Branch: cfgperl
18442            ! regexec.c t/op/re_tests
18443 ____________________________________________________________________________
18444 [  6336] By: jhi                                   on 2000/07/11  13:26:47
18445         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
18446              From: simon@brecon.co.uk (Simon Cozens)
18447              Date: 7 Jul 2000 11:26:09 GMT
18448              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18449      Branch: cfgperl
18450            ! mg.c
18451 ____________________________________________________________________________
18452 [  6335] By: jhi                                   on 2000/07/11  13:23:37
18453         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18454              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18455              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18456              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18457      Branch: cfgperl
18458            + ext/DynaLoader/hints/netbsd.pl
18459            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
18460 ____________________________________________________________________________
18461 [  6334] By: jhi                                   on 2000/07/11  13:20:38
18462         Log: Subject: PATCH perlguts.pod: Document D and d magic types
18463              From: mjd@plover.com
18464              Date: 5 Jul 2000 18:01:51 -0000
18465              Message-ID: <20000705180151.29413.qmail@plover.com>
18466      Branch: cfgperl
18467            ! pod/perlguts.pod
18468 ____________________________________________________________________________
18469 [  6333] By: jhi                                   on 2000/07/11  13:15:51
18470         Log: Precedence goof, fix based on
18471              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18472              From: Hugo <hv@crypt.compulink.co.uk>
18473              Date: Tue, 11 Jul 2000 12:52:38 +0100
18474              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18475      Branch: cfgperl
18476            ! t/op/taint.t
18477 ____________________________________________________________________________
18478 [  6332] By: jhi                                   on 2000/07/11  12:40:17
18479         Log: Integrate with Sarathy.
18480      Branch: cfgperl
18481           !> win32/win32sck.c
18482 ____________________________________________________________________________
18483 [  6331] By: jhi                                   on 2000/07/10  20:14:16
18484         Log: Sprinkle ldlibpath.
18485      Branch: cfgperl
18486            ! pod/Makefile.SH
18487 ____________________________________________________________________________
18488 [  6330] By: jhi                                   on 2000/07/10  17:54:49
18489         Log: More POSIX.pod tweaks.
18490      Branch: cfgperl
18491            ! ext/POSIX/POSIX.pod
18492 ____________________________________________________________________________
18493 [  6329] By: jhi                                   on 2000/07/10  14:02:12
18494         Log: Reorder perl.pod once more.
18495      Branch: cfgperl
18496            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18497 ____________________________________________________________________________
18498 [  6328] By: gsar                                  on 2000/07/10  07:06:00
18499         Log: accept() leaks memory on windows due to incorrect ordering of
18500              closesocket() and fclose() calls
18501      Branch: perl
18502            ! win32/win32sck.c
18503 ____________________________________________________________________________
18504 [  6327] By: gsar                                  on 2000/07/10  06:49:17
18505         Log: winsock options weren't being set in all threads under ithreads
18506              (caused send()s from second and subsequent threads to fail)
18507      Branch: perl
18508            ! win32/win32sck.c
18509 ____________________________________________________________________________
18510 [  6326] By: jhi                                   on 2000/07/08  02:45:40
18511         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18512              was cast to an unsigned (32-bit) integer with wild abandon.
18513      Branch: cfgperl
18514            ! ext/Devel/DProf/DProf.xs
18515 ____________________________________________________________________________
18516 [  6325] By: jhi                                   on 2000/07/07  18:50:33
18517         Log: Remove perlbook, update perlfaq book listing,
18518              rearrange perl.pod, regenerate perltoc.
18519      Branch: cfgperl
18520            - pod/perlbook.pod
18521            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
18522            ! pod/perlfaq2.pod pod/perltoc.pod
18523 ____________________________________________________________________________
18524 [  6324] By: jhi                                   on 2000/07/07  14:03:40
18525         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
18526      Branch: cfgperl
18527            ! sv.h toke.c
18528 ____________________________________________________________________________
18529 [  6323] By: jhi                                   on 2000/07/06  16:03:55
18530         Log: Fix complaints of buildtoc.
18531      Branch: cfgperl
18532            + lib/Win32.pod
18533            - pod/Win32.pod
18534            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18535 ____________________________________________________________________________
18536 [  6322] By: jhi                                   on 2000/07/06  15:15:52
18537         Log: Add =head1 NAMEs so that buildtoc is happy.
18538              (The CGI::Util nit reported to Lincoln.)
18539      Branch: cfgperl
18540            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
18541            ! pod/perltoc.pod
18542 ____________________________________________________________________________
18543 [  6321] By: jhi                                   on 2000/07/06  03:16:04
18544         Log: Config is being used.
18545      Branch: cfgperl
18546            ! t/op/method.t
18547 ____________________________________________________________________________
18548 [  6320] By: jhi                                   on 2000/07/06  03:13:13
18549         Log: Integrate with Sarathy.
18550      Branch: cfgperl
18551           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
18552 ____________________________________________________________________________
18553 [  6319] By: jhi                                   on 2000/07/06  03:11:46
18554         Log: Autogenerate pod/Makefile and pod/buildtoc.
18555              buildtoc also checks whether the existin pods are
18556              mentioned in MANIFEST and perl.pod, and vice versa.
18557              (None of the thusly found discrepancies fixed yet.)
18558              roffitall also needs to be autogenerated similarly but it
18559              seems so badly out of date that I didn't touch it yet.
18560      Branch: cfgperl
18561            + pod/Makefile.SH pod/buildtoc.PL
18562            - pod/Makefile pod/buildtoc
18563            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
18564 ____________________________________________________________________________
18565 [  6318] By: gsar                                  on 2000/07/05  22:10:54
18566         Log: fix UNC path handling on Windows under ithreads, and chdir()
18567              return value when given a non-existent directory
18568      Branch: perl
18569            ! win32/vdir.h
18570 ____________________________________________________________________________
18571 [  6317] By: gsar                                  on 2000/07/05  22:08:19
18572         Log: winsock cleanup never done on Windows (leads to handle leaks)
18573      Branch: perl
18574            ! win32/perllib.c win32/win32sck.c
18575 ____________________________________________________________________________
18576 [  6316] By: gsar                                  on 2000/07/05  22:06:19
18577         Log: some debugger output does not go to the socket when RemotePort is set
18578      Branch: perl
18579            ! lib/perl5db.pl
18580 ____________________________________________________________________________
18581 [  6315] By: jhi                                   on 2000/07/05  00:25:21
18582         Log: Integrate with Sarathy, preliminary fix for unicos
18583              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18584      Branch: cfgperl
18585            ! sv.h
18586           !> pp_hot.c
18587 ____________________________________________________________________________
18588 [  6314] By: gsar                                  on 2000/07/04  23:34:02
18589         Log: tyop in change#6306
18590      Branch: perl
18591            ! pp_hot.c
18592 ____________________________________________________________________________
18593 [  6313] By: jhi                                   on 2000/07/04  22:14:38
18594         Log: Multiline string literals ENONPORTABLE.
18595      Branch: cfgperl
18596            ! pp_hot.c
18597 ____________________________________________________________________________
18598 [  6312] By: jhi                                   on 2000/07/04  20:34:44
18599         Log: Integrate with Sarathy.
18600      Branch: cfgperl
18601           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
18602           !> t/op/method.t
18603 ____________________________________________________________________________
18604 [  6311] By: jhi                                   on 2000/07/04  20:30:56
18605         Log: More POSIX.pod embellishment.
18606      Branch: cfgperl
18607            ! ext/POSIX/POSIX.pod
18608 ____________________________________________________________________________
18609 [  6310] By: gsar                                  on 2000/07/04  17:28:48
18610         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18611      Branch: perl
18612            ! t/lib/b.t
18613 ____________________________________________________________________________
18614 [  6309] By: jhi                                   on 2000/07/04  17:22:18
18615         Log: The #6308 required a little bit more.
18616      Branch: cfgperl
18617            ! Makefile.SH win32/Makefile
18618 ____________________________________________________________________________
18619 [  6308] By: jhi                                   on 2000/07/04  16:35:24
18620         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
18621      Branch: cfgperl
18622            + lib/lib_pm.PL
18623            - lib/lib.pm.PL
18624            ! MANIFEST Makefile.SH
18625 ____________________________________________________________________________
18626 [  6307] By: jhi                                   on 2000/07/04  16:28:58
18627         Log: Win32 patches for cfgperl from Sarathy.
18628      Branch: cfgperl
18629            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
18630            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
18631            ! thread.h toke.c util.c win32/Makefile win32/win32.c
18632 ____________________________________________________________________________
18633 [  6306] By: gsar                                  on 2000/07/04  16:28:40
18634         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
18635              (from Richard Soderberg <rs@oregonnet.com>)
18636      Branch: perl
18637            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
18638 ____________________________________________________________________________
18639 [  6305] By: jhi                                   on 2000/07/04  16:24:24
18640         Log: Integrate with Sarathy.
18641      Branch: cfgperl
18642           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
18643           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18644           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
18645           !> proto.h win32/win32.c
18646 ____________________________________________________________________________
18647 [  6304] By: gsar                                  on 2000/07/04  16:17:24
18648         Log: missing perldiag entry for unpack("w",...) diagnostic (from
18649              Andreas Koenig)
18650      Branch: perl
18651            ! pod/perldiag.pod
18652 ____________________________________________________________________________
18653 [  6303] By: gsar                                  on 2000/07/04  16:14:44
18654         Log: remove rel2abs prototypes (from Barrie Slaymaker)
18655      Branch: perl
18656            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18657            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18658 ____________________________________________________________________________
18659 [  6302] By: gsar                                  on 2000/07/04  04:59:35
18660         Log: adjust change#6299
18661      Branch: perl
18662            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18663            ! win32/win32.c
18664 ____________________________________________________________________________
18665 [  6301] By: jhi                                   on 2000/07/04  04:50:07
18666         Log: Integrate with Sarathy.
18667      Branch: cfgperl
18668           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
18669           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
18670           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
18671 ____________________________________________________________________________
18672 [  6300] By: gsar                                  on 2000/07/04  04:42:09
18673         Log: PERL_OBJECT build tweak
18674      Branch: perl
18675            ! perl.h
18676 ____________________________________________________________________________
18677 [  6299] By: gsar                                  on 2000/07/04  04:37:00
18678         Log: fix memory leak on Windows (PL_sys_intern contents were never
18679              freed)
18680      Branch: perl
18681            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18682            ! perlapi.c proto.h win32/win32.c
18683 ____________________________________________________________________________
18684 [  6298] By: gsar                                  on 2000/07/04  04:15:59
18685         Log: fix large memory leak that has been around for ever, masked by
18686              -DPURIFY (most of the arenas were never freed!)
18687      Branch: perl
18688            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
18689 ____________________________________________________________________________
18690 [  6297] By: gsar                                  on 2000/07/04  04:07:46
18691         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18692      Branch: perl
18693            ! perl.c
18694 ____________________________________________________________________________
18695 [  6296] By: jhi                                   on 2000/06/30  18:28:37
18696         Log: Elaborate POSIX.pod.  Still needs work.
18697      Branch: cfgperl
18698            ! ext/POSIX/POSIX.pod
18699 ____________________________________________________________________________
18700 [  6295] By: jhi                                   on 2000/06/30  14:58:18
18701         Log: Point to perlipc for more SysV IPC examples.
18702      Branch: cfgperl
18703            ! pod/perlfunc.pod
18704 ____________________________________________________________________________
18705 [  6294] By: gsar                                  on 2000/06/30  14:47:45
18706         Log: slurp mode fix in change#4736 still not quite right
18707      Branch: perl
18708            ! pp_hot.c t/io/argv.t
18709 ____________________________________________________________________________
18710 [  6293] By: jhi                                   on 2000/06/30  12:02:55
18711         Log: Integrate with Sarathy.
18712      Branch: cfgperl
18713           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
18714 ____________________________________________________________________________
18715 [  6292] By: jhi                                   on 2000/06/30  12:01:11
18716         Log: From: simon@brecon.co.uk (Simon Cozens)
18717              Subject: UTF8 concat
18718              Date: 30 Jun 2000 06:13:25 GMT
18719              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
18720      Branch: cfgperl
18721            ! pp_hot.c
18722 ____________________________________________________________________________
18723 [  6291] By: gsar                                  on 2000/06/30  04:37:33
18724         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18725              when @_ is modified, causing coredumps
18726      Branch: perl
18727            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
18728 ____________________________________________________________________________
18729 [  6290] By: jhi                                   on 2000/06/30  02:21:44
18730         Log: Integrate with Sarathy.
18731      Branch: cfgperl
18732           !> vms/vms.c vms/vmsish.h
18733 ____________________________________________________________________________
18734 [  6289] By: jhi                                   on 2000/06/30  02:21:02
18735         Log: Check VERSIONs.
18736      Branch: cfgperl
18737            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18738            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18739            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18740 ____________________________________________________________________________
18741 [  6288] By: jhi                                   on 2000/06/30  02:18:52
18742         Log: Integrate with Sarathy.
18743      Branch: cfgperl
18744           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
18745           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18746           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18747           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
18748 ____________________________________________________________________________
18749 [  6287] By: gsar                                  on 2000/06/30  02:17:08
18750         Log: integrate vmsperl changes into mainline
18751      Branch: perl
18752           !> vms/vms.c vms/vmsish.h
18753 ____________________________________________________________________________
18754 [  6285] By: gsar                                  on 2000/06/30  02:05:28
18755         Log: localize %INC in a Safe compartment so that use/require work
18756              (many other magic globals probably need similar treatment)
18757      Branch: perl
18758            ! ext/Opcode/Opcode.xs
18759 ____________________________________________________________________________
18760 [  6284] By: gsar                                  on 2000/06/30  01:54:54
18761         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
18762              about Windows
18763      Branch: perl
18764            ! pod/perlembed.pod
18765 ____________________________________________________________________________
18766 [  6283] By: jhi                                   on 2000/06/30  01:50:10
18767         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
18768              From: Barrie Slaymaker <barries@jester.slaysys.com>
18769              Date: Wed, 28 Jun 2000 11:35:29 -0400
18770              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
18771      Branch: perl
18772            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
18773            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18774            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18775            ! lib/File/Spec/Win32.pm
18776 ____________________________________________________________________________
18777 [  6282] By: jhi                                   on 2000/06/29  22:57:22
18778         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
18779              From: Dan Sugalski <dan@sidhe.org>
18780              Date: Tue, 06 Jun 2000 11:59:50 -0400
18781              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
18782      Branch: cfgperl
18783            ! vms/vms.c
18784 ____________________________________________________________________________
18785 [  6281] By: jhi                                   on 2000/06/29  22:52:50
18786         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
18787              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18788              Date: Wed, 7 Jun 2000 04:02:04 -0500
18789              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
18790      Branch: cfgperl
18791            ! utils/h2xs.PL
18792 ____________________________________________________________________________
18793 [  6280] By: jhi                                   on 2000/06/29  22:45:47
18794         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
18795              From: rspier@pobox.com (Robert Spier)
18796              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
18797              Message-ID: <14654.31913.845602.610277@rls.cx>
18798      Branch: cfgperl
18799            ! utils/h2xs.PL
18800 ____________________________________________________________________________
18801 [  6279] By: jhi                                   on 2000/06/29  22:38:16
18802         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
18803              From: Tim Ayers <tayers@bridge.com>
18804              Date: Thu, 08 Jun 2000 08:11:06 +0200
18805              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
18806              [resent by Richard Foley, Message-Id probably wrong]
18807      Branch: cfgperl
18808            ! pod/perlsub.pod
18809 ____________________________________________________________________________
18810 [  6278] By: jhi                                   on 2000/06/29  22:21:45
18811         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
18812              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
18813              Date: Fri, 09 Jun 2000 12:39:27 -0400
18814              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
18815              (plus update the version "number" of Text::Wrap)
18816      Branch: cfgperl
18817            ! lib/Text/Wrap.pm
18818 ____________________________________________________________________________
18819 [  6277] By: jhi                                   on 2000/06/29  22:13:10
18820         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
18821              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18822              Date: Mon, 12 Jun 2000 14:55:59 +0100
18823              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
18824      Branch: cfgperl
18825            ! pod/perlfunc.pod
18826 ____________________________________________________________________________
18827 [  6276] By: jhi                                   on 2000/06/29  22:11:06
18828         Log: Subject: [PATCH] Re: eval documentation: context
18829              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18830              Date: Mon, 12 Jun 2000 15:07:29 +0100
18831              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
18832      Branch: cfgperl
18833            ! pod/perlfunc.pod
18834 ____________________________________________________________________________
18835 [  6275] By: jhi                                   on 2000/06/29  21:59:46
18836         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
18837              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18838              Date: Tue, 13 Jun 2000 02:43:48 -0500
18839              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18840      Branch: cfgperl
18841            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
18842 ____________________________________________________________________________
18843 [  6274] By: jhi                                   on 2000/06/29  21:56:14
18844         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18845              From: Andy Dougherty <doughera@lafayette.edu>
18846              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18847              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18848      Branch: cfgperl
18849            ! ext/File/Glob/Glob.pm
18850 ____________________________________________________________________________
18851 [  6273] By: jhi                                   on 2000/06/29  21:49:09
18852         Log: Subject: [PATCH] xsub attributes
18853              From: Doug MacEachern <dougm@covalent.net>
18854              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18855              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18856      Branch: cfgperl
18857            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
18858            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
18859 ____________________________________________________________________________
18860 [  6272] By: jhi                                   on 2000/06/29  21:41:28
18861         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18862              From: Tom Phoenix <rootbeer@redcat.com>
18863              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18864              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18865      Branch: cfgperl
18866            ! lib/Net/Ping.pm
18867 ____________________________________________________________________________
18868 [  6271] By: jhi                                   on 2000/06/29  21:36:55
18869         Log: Subject: PATCH pod/perltie.pod
18870              From: Ian Phillipps <Ian.Phillipps@iname.com>
18871              Date: Fri, 16 Jun 2000 00:17:19 +0100
18872              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18873              (only the first hunk, the second hunk had already been done
18874              by some other patch)
18875      Branch: cfgperl
18876            ! pod/perltie.pod
18877 ____________________________________________________________________________
18878 [  6270] By: jhi                                   on 2000/06/29  21:24:51
18879         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18880              From: Nicholas Clark <nick@talking.bollo.cx>
18881              Date: Fri, 23 Jun 2000 16:21:15 +0100
18882              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18883      Branch: cfgperl
18884            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
18885            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
18886 ____________________________________________________________________________
18887 [  6269] By: jhi                                   on 2000/06/29  19:38:15
18888         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
18889              silence few compiler warnings.
18890      Branch: cfgperl
18891            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
18892 ____________________________________________________________________________
18893 [  6268] By: jhi                                   on 2000/06/29  18:21:50
18894         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18895              From: Dominic Dunlop <domo@computer.org> 
18896              Date: Thu, 29 Jun 2000 12:32:39 +0200 
18897              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
18898      Branch: cfgperl
18899            ! t/op/sprintf.t
18900 ____________________________________________________________________________
18901 [  6267] By: jhi                                   on 2000/06/29  18:16:07
18902         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
18903              From: Doug MacEachern <dougm@covalent.net>
18904              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
18905              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
18906      Branch: cfgperl
18907            + t/op/method2entersub.t
18908            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
18909            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18910            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
18911            ! xsutils.c
18912 ____________________________________________________________________________
18913 [  6266] By: jhi                                   on 2000/06/29  15:11:15
18914         Log: Subject: [PATCH 5.6.0] cygwin port
18915              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18916              From: "Fifer, Eric" <EFifer@sanwaint.com>
18917              Date: Thu, 29 Jun 2000 12:58:29 +0100
18918      Branch: cfgperl
18919            ! cygwin/Makefile.SHs
18920 ____________________________________________________________________________
18921 [  6265] By: jhi                                   on 2000/06/29  15:04:05
18922         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18924              Date: Wed, 28 Jun 2000 17:50:12 -0700
18925              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18926      Branch: cfgperl
18927            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18928 ____________________________________________________________________________
18929 [  6264] By: jhi                                   on 2000/06/29  15:00:57
18930         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18931              From: Marty Lucich <marty@netcom.com>
18932              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18933              Message-Id: <200006282116.OAA11148@netcom.com>
18934              ccdlflags update (the BSD/OS 4.1 part had already been taken
18935              care of by #6141).
18936      Branch: cfgperl
18937            ! hints/bsdos.sh
18938 ____________________________________________________________________________
18939 [  6263] By: jhi                                   on 2000/06/29  13:47:44
18940         Log: tr fixes from Simon Cozens
18941      Branch: cfgperl
18942            ! doop.c
18943 ____________________________________________________________________________
18944 [  6262] By: jhi                                   on 2000/06/28  18:46:01
18945         Log: Subject: 5.6.0 Patch for EPOC
18946              From: Olaf Flebbe <o.flebbe@gmx.de>
18947              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18948              Message-ID: <23449.960929969@www11.gmx.net>
18949      Branch: cfgperl
18950            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
18951            ! epoc/epocish.h
18952 ____________________________________________________________________________
18953 [  6261] By: jhi                                   on 2000/06/28  18:29:07
18954         Log: Subject: Re: [PATCH cfgperl] BOMs away!
18955              From: simon@brecon.co.uk (Simon Cozens)
18956              Date: 17 Jun 2000 11:49:57 GMT
18957              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18958      Branch: cfgperl
18959            ! pod/perldiag.pod t/comp/require.t toke.c
18960 ____________________________________________________________________________
18961 [  6260] By: jhi                                   on 2000/06/28  17:47:16
18962         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18963              From: simon@brecon.co.uk (Simon Cozens) 
18964              Date: 17 Jun 2000 11:56:44 GMT 
18965              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
18966              pack U0, pack C0
18967      Branch: cfgperl
18968            ! pod/perlfunc.pod pp.c t/op/pack.t
18969 ____________________________________________________________________________
18970 [  6259] By: jhi                                   on 2000/06/28  16:43:17
18971         Log: perlnewmod was missing from MANIFEST.
18972      Branch: cfgperl
18973            ! MANIFEST
18974 ____________________________________________________________________________
18975 [  6258] By: jhi                                   on 2000/06/28  15:54:30
18976         Log: linenumber tweak
18977      Branch: cfgperl
18978            ! t/pragma/warn/regcomp
18979 ____________________________________________________________________________
18980 [  6257] By: jhi                                   on 2000/06/28  15:50:44
18981         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
18982              From: Doug MacEachern <dougm@covalent.net>
18983              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
18984              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
18985              (one part of the patch had been applied earlier)
18986      Branch: cfgperl
18987            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
18988 ____________________________________________________________________________
18989 [  6256] By: jhi                                   on 2000/06/28  15:40:22
18990         Log: tweaks from Simon Cozens to further fix tr/// under utf8
18991      Branch: cfgperl
18992            ! doop.c
18993 ____________________________________________________________________________
18994 [  6255] By: jhi                                   on 2000/06/28  15:33:45
18995         Log: small thinko tweaks
18996      Branch: cfgperl
18997            ! lib/IPC/Open3.pm t/op/my_stash.t
18998 ____________________________________________________________________________
18999 [  6254] By: jhi                                   on 2000/06/28  15:33:25
19000         Log: Subject: tr///, help wanted.
19001              From: simon@brecon.co.uk (Simon Cozens)
19002              Date: 28 Jun 2000 11:29:04 GMT
19003              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19004      Branch: cfgperl
19005            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
19006            ! pp_proto.h proto.h t/op/tr.t
19007 ____________________________________________________________________________
19008 [  6253] By: jhi                                   on 2000/06/28  15:09:17
19009         Log: Paranoia tweak on #6249.
19010              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19011              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19012              Date: Sun, 25 Jun 2000 23:43:12 -0400
19013              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19014      Branch: cfgperl
19015            ! lib/IPC/Open3.pm
19016 ____________________________________________________________________________
19017 [  6252] By: jhi                                   on 2000/06/28  15:01:38
19018         Log: Document #6249 and #6251.
19019      Branch: cfgperl
19020            ! lib/Exporter.pm lib/IPC/Open3.pm
19021 ____________________________________________________________________________
19022 [  6251] By: jhi                                   on 2000/06/28  14:50:43
19023         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
19024              From: Doug MacEachern <dougm@covalent.net>
19025              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
19026              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
19027      Branch: cfgperl
19028            ! lib/Exporter.pm
19029 ____________________________________________________________________________
19030 [  6250] By: jhi                                   on 2000/06/28  14:45:23
19031         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19032              From: Doug MacEachern <dougm@covalent.net>
19033              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19034              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19035      Branch: cfgperl
19036            + t/op/my_stash.t
19037            ! MANIFEST embed.pl global.sym proto.h toke.c
19038 ____________________________________________________________________________
19039 [  6249] By: jhi                                   on 2000/06/28  14:36:34
19040         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
19041              From: Frank Tobin <ftobin@uiuc.edu>
19042              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19043              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19044      Branch: cfgperl
19045            ! lib/IPC/Open3.pm
19046 ____________________________________________________________________________
19047 [  6248] By: jhi                                   on 2000/06/28  14:11:25
19048         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19049              From: Mark-Jason Dominus <mjd@plover.com>
19050              Date: Tue, 27 Jun 2000 22:36:42 -0400
19051              Message-ID: <20000628023642.12166.qmail@plover.com>
19052      Branch: cfgperl
19053            ! pod/perlfunc.pod
19054 ____________________________________________________________________________
19055 [  6247] By: jhi                                   on 2000/06/27  12:46:37
19056         Log: Tweak $VERSION, patch from Doug MacEachern.
19057      Branch: cfgperl
19058            ! lib/File/Spec.pm
19059 ____________________________________________________________________________
19060 [  6246] By: jhi                                   on 2000/06/27  03:34:46
19061         Log: Allow for standalone testing.
19062      Branch: cfgperl
19063            ! t/lib/filefunc.t t/lib/filespec.t
19064 ____________________________________________________________________________
19065 [  6245] By: jhi                                   on 2000/06/27  02:50:02
19066         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19067              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19068              Date: Sat, 24 Jun 2000 13:06:20 +0100
19069              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19070      Branch: cfgperl
19071            ! ext/DynaLoader/DynaLoader_pm.PL
19072 ____________________________________________________________________________
19073 [  6244] By: jhi                                   on 2000/06/27  02:46:10
19074         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
19075              From: Doug MacEachern <dougm@covalent.net>
19076              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
19077              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
19078      Branch: cfgperl
19079            ! gv.c sv.c t/lib/peek.t
19080 ____________________________________________________________________________
19081 [  6243] By: jhi                                   on 2000/06/27  02:38:07
19082         Log: Subject: [PATCH] is_utf8_string
19083              From: simon@brecon.co.uk (Simon Cozens)
19084              Date: 26 Jun 2000 02:25:59 GMT
19085              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
19086      Branch: cfgperl
19087            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
19088            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
19089            ! proto.h utf8.c
19090 ____________________________________________________________________________
19091 [  6242] By: jhi                                   on 2000/06/27  02:24:00
19092         Log: Subject: [PATCH] bytes<->utf8 fixes
19093              From: simon@brecon.co.uk (Simon Cozens)
19094              Date: 26 Jun 2000 04:55:45 GMT
19095              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
19096      Branch: cfgperl
19097            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
19098 ____________________________________________________________________________
19099 [  6241] By: jhi                                   on 2000/06/27  02:12:42
19100         Log: Do no -warn on \_, only on \alpha.
19101              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
19102              From: David Dyck <dcd@tc.fluke.com>
19103              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
19104              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
19105      Branch: cfgperl
19106            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
19107 ____________________________________________________________________________
19108 [  6240] By: jhi                                   on 2000/06/27  02:00:01
19109         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
19110              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19111              Date: Mon, 26 Jun 2000 18:40:14 +0100
19112              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
19113      Branch: cfgperl
19114            ! utils/h2xs.PL
19115 ____________________________________________________________________________
19116 [  6239] By: jhi                                   on 2000/06/27  01:53:40
19117         Log: Configure maintenance.  Sever some dependency cycles,
19118              separate gccversion from the cc unit,
19119              address [ID 20000623.006] Configure script patch for using gcc on AIX
19120              (but solve it a little bit differently),
19121              unduplex some accidentally duplicated units,
19122              suggest using gcc if no cc available
19123              (p5p thread: "Solaris configure: counterproposal", 1999-09)
19124      Branch: cfgperl
19125            ! Configure Todo-5.6 config_h.SH
19126      Branch: metaconfig
19127            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
19128            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
19129      Branch: metaconfig/U/perl
19130            + gccvers.U
19131            ! d_getespwnam.U d_getprpwnam.U i_prot.U
19132 ____________________________________________________________________________
19133 [  6238] By: jhi                                   on 2000/06/25  18:04:56
19134         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
19135              From: Dan Sugalski <dan@sidhe.org>
19136              Date: Fri, 23 Jun 2000 17:00:00 -0400
19137              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
19138      Branch: cfgperl
19139            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
19140 ____________________________________________________________________________
19141 [  6237] By: jhi                                   on 2000/06/25  16:36:45
19142         Log: Tweak embed.pl, regen headers.
19143      Branch: cfgperl
19144            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
19145            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
19146            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
19147            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
19148            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
19149 ____________________________________________________________________________
19150 [  6236] By: jhi                                   on 2000/06/25  15:26:42
19151         Log: Regen headers.
19152      Branch: cfgperl
19153            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19154            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
19155            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
19156            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
19157            ! regnodes.h warnings.h
19158 ____________________________________________________________________________
19159 [  6235] By: jhi                                   on 2000/06/23  19:39:35
19160         Log: The thread begun by
19161              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
19162              From: Kevin.Ruscoe@ubsw.com
19163              Date: Fri, 16 Jun 2000 16:38:51 +0100
19164              Message-Id: <H000019b03c300d6@MHS>
19165      Branch: cfgperl
19166            ! hints/solaris_2.sh
19167 ____________________________________________________________________________
19168 [  6234] By: jhi                                   on 2000/06/23  19:23:36
19169         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
19170              because when run as services (Win32ese for daemons)
19171              no environment variables are set and tmpdir ends up as /tmp,
19172              which is ambiguous.
19173              
19174              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
19175              From: matt@sergeant.org
19176              Date: 16 Jun 2000 16:30:43 -0000
19177              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
19178      Branch: cfgperl
19179            ! lib/File/Spec/Win32.pm
19180 ____________________________________________________________________________
19181 [  6233] By: jhi                                   on 2000/06/23  19:18:58
19182         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
19183              From: Mark-Jason Dominus <mjd@plover.com>
19184              Date: Fri, 16 Jun 2000 20:53:04 -0400
19185              Message-ID: <20000617005304.8008.qmail@plover.com>
19186      Branch: cfgperl
19187            ! op.h
19188 ____________________________________________________________________________
19189 [  6232] By: jhi                                   on 2000/06/23  16:10:02
19190         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
19191              From: simon@brecon.co.uk (Simon Cozens)
19192              Date: 19 Jun 2000 15:18:27 GMT
19193              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19194              
19195              plus update pod/Makefile and regenerate perltoc
19196      Branch: cfgperl
19197            + pod/perlutil.pod
19198            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
19199 ____________________________________________________________________________
19200 [  6231] By: jhi                                   on 2000/06/23  15:19:18
19201         Log: Subject: [PATCH 5.6.0] cygwin port
19202              From: "Fifer, Eric" <EFifer@sanwaint.com>
19203              Date: Tue, 20 Jun 2000 14:30:58 +0100
19204              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19205      Branch: cfgperl
19206            ! README.cygwin lib/File/Find.pm
19207 ____________________________________________________________________________
19208 [  6230] By: jhi                                   on 2000/06/23  14:25:21
19209         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
19210      Branch: cfgperl
19211            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19212            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19213            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19214            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
19215 ____________________________________________________________________________
19216 [  6229] By: jhi                                   on 2000/06/23  14:13:34
19217         Log: Subject: README.hpux version 0.6.1
19218              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19219              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19220              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19221      Branch: cfgperl
19222            ! README.hpux
19223 ____________________________________________________________________________
19224 [  6228] By: jhi                                   on 2000/06/23  14:07:20
19225         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
19226              From: Doug MacEachern <dougm@covalent.net>
19227              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
19228              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
19229      Branch: cfgperl
19230            ! op.c
19231 ____________________________________________________________________________
19232 [  6227] By: jhi                                   on 2000/06/23  14:01:06
19233         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
19234              From: Doug MacEachern <dougm@covalent.net>
19235              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
19236              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
19237      Branch: cfgperl
19238            + lib/lib.pm.PL
19239            - lib/lib.pm
19240            ! MANIFEST Makefile.SH
19241 ____________________________________________________________________________
19242 [  6226] By: jhi                                   on 2000/06/23  13:53:07
19243         Log: Subject: [PATCH] remove forward declarations in Socket.pm
19244              From: Doug MacEachern <dougm@covalent.net>
19245              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
19246              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
19247              
19248              From: Doug MacEachern <dougm@covalent.net>
19249              Subject: Re: [PATCH] remove forward declarations in Socket.pm
19250              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
19251              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
19252      Branch: cfgperl
19253            ! ext/Socket/Socket.pm op.c
19254 ____________________________________________________________________________
19255 [  6225] By: jhi                                   on 2000/06/23  13:41:52
19256         Log: Add source code filenames to apidoc.
19257              From: simon@brecon.co.uk (Simon Cozens)
19258              Subject: [PATCH embed.pl] Source X-ref
19259              Date: 22 Jun 2000 02:18:49 GMT
19260              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19261      Branch: cfgperl
19262            ! embed.pl
19263 ____________________________________________________________________________
19264 [  6224] By: jhi                                   on 2000/06/23  13:32:33
19265         Log: A way to avoid English.pm performance hit.
19266              From: root <root@jester.slaysys.com>
19267              Subject: [YAPATCH English.pm] My turn to putt again
19268              Date: Thu, 22 Jun 2000 20:33:58 -0400
19269              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
19270      Branch: cfgperl
19271            ! lib/English.pm t/lib/english.t
19272 ____________________________________________________________________________
19273 [  6223] By: jhi                                   on 2000/06/23  13:27:06
19274         Log: Avoid double close().
19275              Subject: [PATCH] avoid double close()
19276              From: Doug MacEachern <dougm@covalent.net>
19277              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
19278              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
19279      Branch: cfgperl
19280            ! doio.c
19281 ____________________________________________________________________________
19282 [  6222] By: jhi                                   on 2000/06/23  13:25:54
19283         Log: doc typo fix
19284              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19285              From: Ian Phillipps <Ian.Phillipps@iname.com>
19286              Date: Fri, 23 Jun 2000 10:40:58 +0100
19287              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19288      Branch: cfgperl
19289            ! lib/Pod/Usage.pm
19290 ____________________________________________________________________________
19291 [  6221] By: jhi                                   on 2000/06/23  13:24:15
19292         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
19293              From: simon@brecon.co.uk (Simon Cozens)
19294              Subject: [PATCH] Eliminate tr///[CU][CU]
19295              Date: 23 Jun 2000 11:05:40 GMT
19296              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19297      Branch: cfgperl
19298            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
19299 ____________________________________________________________________________
19300 [  6220] By: jhi                                   on 2000/06/22  16:07:51
19301         Log: Win32 patches from Benjamin Stuhl.
19302      Branch: cfgperl
19303            ! makedef.pl win32/win32.h
19304 ____________________________________________________________________________
19305 [  6219] By: jhi                                   on 2000/06/22  16:06:34
19306         Log: Bytecode patches from Benjamin Stuhl.
19307      Branch: cfgperl
19308            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19309            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19310            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19311 ____________________________________________________________________________
19312 [  6218] By: jhi                                   on 2000/06/15  23:54:16
19313         Log: Bytecode patches from Benjamin Stuhl.
19314      Branch: cfgperl
19315            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19316 ____________________________________________________________________________
19317 [  6217] By: jhi                                   on 2000/06/09  13:38:29
19318         Log: Rename the fdpid locking and integrate with Sarathy.
19319      Branch: cfgperl
19320            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19321            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19322            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19323            ! win32/win32.c
19324           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
19325 ____________________________________________________________________________
19326 [  6216] By: gsar                                  on 2000/06/08  14:54:21
19327         Log: be more optimal about clearing @_
19328      Branch: perl
19329            ! cop.h
19330 ____________________________________________________________________________
19331 [  6215] By: gsar                                  on 2000/06/08  14:33:04
19332         Log: tweak comment about @DB::args
19333      Branch: perl
19334            ! av.h pp_ctl.c
19335 ____________________________________________________________________________
19336 [  6214] By: gsar                                  on 2000/06/08  13:57:54
19337         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
19338              caller() wants to populate @DB::args with it (causes a coredump
19339              in Carp::confess())
19340      Branch: perl
19341            ! cop.h t/op/runlevel.t
19342 ____________________________________________________________________________
19343 [  6213] By: gsar                                  on 2000/06/08  07:06:35
19344         Log: back out change#6106 (seems problematic)
19345      Branch: perl
19346            ! hints/solaris_2.sh
19347 ____________________________________________________________________________
19348 [  6212] By: jhi                                   on 2000/06/07  03:10:36
19349         Log: Continuing mopup for #6204.
19350      Branch: cfgperl
19351            ! ext/B/defsubs_h.PL
19352 ____________________________________________________________________________
19353 [  6211] By: jhi                                   on 2000/06/07  02:41:50
19354         Log: Mopup for #6204.
19355              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
19356              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
19357              This is comes from const() where POK isn't on when expected.
19358      Branch: cfgperl
19359            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
19360            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19361            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19362            ! perlapi.h pod/perlapi.pod
19363 ____________________________________________________________________________
19364 [  6210] By: jhi                                   on 2000/06/07  01:56:29
19365         Log: Mopup for #6207 and #6209.
19366      Branch: cfgperl
19367            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
19368 ____________________________________________________________________________
19369 [  6209] By: jhi                                   on 2000/06/07  01:33:12
19370         Log: Lock PL_fdpid against race conditions, based on:
19371              Subject: [PATCH 5.6.0]subprocess fixup for threads
19372              From: Dan Sugalski <dan@sidhe.org>
19373              To: perl5-porters@perl.org
19374              Date: Tue, 11 Apr 2000 17:02:32 -0400
19375              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19376      Branch: cfgperl
19377            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
19378            ! win32/win32.c
19379 ____________________________________________________________________________
19380 [  6208] By: jhi                                   on 2000/06/07  01:05:23
19381         Log: Regen headers for #6207.
19382      Branch: cfgperl
19383            ! embed.h global.sym objXSUB.h proto.h
19384 ____________________________________________________________________________
19385 [  6207] By: jhi                                   on 2000/06/06  23:43:13
19386         Log: Subject: [PATCH 5.6.0] Threadsafe patches
19387              From: Dan Sugalski <dan@sidhe.org>
19388              To: perl5-porters@perl.org
19389              Date: Mon, 08 May 2000 18:08:13 -0400
19390              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19391      Branch: cfgperl
19392            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
19393            ! proto.h sv.h util.c
19394 ____________________________________________________________________________
19395 [  6206] By: jhi                                   on 2000/06/06  23:21:23
19396         Log: Subject: [PATCH] Eliminate $a/$b in pod
19397              From: David Glasser <me@davidglasser.net>
19398              To: perl5-porters@perl.org
19399              Date: Mon, 29 May 2000 21:15:59 -0400
19400              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
19401      Branch: cfgperl
19402            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
19403            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
19404            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
19405            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
19406            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
19407            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
19408            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
19409            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
19410            ! pod/perlvar.pod pod/perlxs.pod
19411 ____________________________________________________________________________
19412 [  6205] By: jhi                                   on 2000/06/06  23:12:14
19413         Log: Subject: [PATCH] Win32 improvements
19414              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19415              To: gsar@activestate.com, perl5-porters@perl.org
19416              Date: Mon, 29 May 2000 17:22:24 PDT
19417              Message-ID: <20000530002224.91142.qmail@hotmail.com>
19418              (MUA had mangled many lines by wordwrapping)
19419      Branch: cfgperl
19420            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
19421 ____________________________________________________________________________
19422 [  6204] By: jhi                                   on 2000/06/06  23:01:50
19423         Log: Subject: [PATCH] B::Bytecode patches
19424              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19425              To: gsar@activestate.com, jhi@iki.fi
19426              Cc: perl5-porters@perl.org
19427              Message-ID: <20000602202526.48694.qmail@hotmail.com>
19428              (MUA had mangled many lines by wordwrapping)
19429      Branch: cfgperl
19430            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
19431            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
19432            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19433            ! intrpvar.h perl.c
19434 ____________________________________________________________________________
19435 [  6203] By: jhi                                   on 2000/06/06  22:32:43
19436         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
19437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19438              Date: Tue, 06 Jun 2000 13:07:45 -0700
19439              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
19440      Branch: cfgperl
19441            ! pod/perldiag.pod
19442 ____________________________________________________________________________
19443 [  6202] By: jhi                                   on 2000/06/06  19:38:35
19444         Log: Integrate with Sarathy.
19445      Branch: cfgperl
19446           !> perl.c
19447 ____________________________________________________________________________
19448 [  6201] By: gsar                                  on 2000/06/06  00:42:59
19449         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
19450              does a PUSHMARK that's never ever POPMARKed; in general, only
19451              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19452              Perl_eval_[sp]v() don't because they don't take any incoming
19453              arguments (this leak has been around since the original version
19454              of perl_eval_pv() in 5.003_97e)
19455      Branch: perl
19456            ! perl.c
19457 ____________________________________________________________________________
19458 [  6200] By: jhi                                   on 2000/06/04  03:44:52
19459         Log: Update to cperl-mode.el 4.31 from
19460              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19461              Subject: A couple of notes
19462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19463              To: Mailing list Perl5 <perl5-porters@perl.org>
19464              Date: Sat, 3 Jun 2000 23:33:32 -0400
19465              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19466      Branch: cfgperl
19467            ! emacs/cperl-mode.el
19468 ____________________________________________________________________________
19469 [  6199] By: jhi                                   on 2000/06/03  15:11:05
19470         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19471              From: Dan Sugalski <dan@sidhe.org>
19472              To: perl5-porters@perl.org, vmsperl@perl.org
19473              Date: Fri, 02 Jun 2000 17:30:51 -0400
19474              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19475      Branch: cfgperl
19476            ! vms/descrip_mms.template vms/gen_shrfls.pl
19477 ____________________________________________________________________________
19478 [  6198] By: jhi                                   on 2000/06/03  14:59:15
19479         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19480              From: Dan Sugalski <dan@sidhe.org>
19481              To: vmsperl@perl.org, perl5-porters@perl.org
19482              Date: Fri, 02 Jun 2000 16:00:41 -0400
19483              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19484              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19485      Branch: cfgperl
19486            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
19487            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
19488            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
19489 ____________________________________________________________________________
19490 [  6197] By: jhi                                   on 2000/06/03  14:41:30
19491         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19492              From: John Borwick <jhborwic@unity.ncsu.edu>
19493              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19494              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19495      Branch: cfgperl
19496            ! pod/perlsyn.pod
19497 ____________________________________________________________________________
19498 [  6196] By: jhi                                   on 2000/06/03  14:38:09
19499         Log: Integrate with Sarathy.
19500      Branch: cfgperl
19501           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19502           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19503           !> vms/perly_c.vms
19504 ____________________________________________________________________________
19505 [  6195] By: gsar                                  on 2000/06/02  22:43:13
19506         Log: fix yet another eval"" leak under USE_ITHREADS
19507      Branch: perl
19508            ! op.c
19509 ____________________________________________________________________________
19510 [  6194] By: gsar                                  on 2000/06/02  18:22:06
19511         Log: fix small eval"" memory leaks under USE_ITHREADS
19512      Branch: perl
19513            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19514            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19515            ! vms/perly_c.vms
19516 ____________________________________________________________________________
19517 [  6193] By: jhi                                   on 2000/06/01  13:03:56
19518         Log: Signals-be-gone for microperl.
19519      Branch: cfgperl
19520            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
19521 ____________________________________________________________________________
19522 [  6192] By: jhi                                   on 2000/06/01  12:52:02
19523         Log: Integrate with Sarathy.
19524      Branch: cfgperl
19525           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19526           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
19527           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
19528           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19529           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
19530           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
19531           !> t/op/vec.t utils/h2xs.PL
19532 ____________________________________________________________________________
19533 [  6191] By: gsar                                  on 2000/06/01  09:38:21
19534         Log: vec() loses numericalness (modified version of patch suggested
19535              by Robin Barker)
19536      Branch: perl
19537            ! doop.c t/op/vec.t
19538 ____________________________________________________________________________
19539 [  6190] By: gsar                                  on 2000/06/01  09:26:15
19540         Log: submit missing embed.pl change
19541      Branch: perl
19542            ! embed.pl
19543 ____________________________________________________________________________
19544 [  6189] By: gsar                                  on 2000/06/01  09:05:34
19545         Log: counting tr/// corrupts later operation (from M.J.T Guy)
19546      Branch: perl
19547            ! doop.c t/op/tr.t
19548 ____________________________________________________________________________
19549 [  6188] By: gsar                                  on 2000/06/01  08:58:39
19550         Log: h2xs tweaks
19551      Branch: perl
19552            ! utils/h2xs.PL
19553 ____________________________________________________________________________
19554 [  6187] By: gsar                                  on 2000/06/01  08:50:07
19555         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19556              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19557      Branch: perl
19558            + lib/Pod/LaTeX.pm
19559            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
19560            ! pod/pod2latex.PL
19561 ____________________________________________________________________________
19562 [  6186] By: gsar                                  on 2000/06/01  08:24:40
19563         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
19564              <wolfgang.laun@alcatel.at>)
19565      Branch: perl
19566            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19567            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
19568 ____________________________________________________________________________
19569 [  6185] By: gsar                                  on 2000/06/01  08:12:00
19570         Log: remove incorrect documentation about implicit split to @_ in
19571              list context, which never really worked in perl 5 (from
19572              M.J.T. Guy)
19573      Branch: perl
19574            ! pod/perlfunc.pod pod/perltrap.pod
19575 ____________________________________________________________________________
19576 [  6184] By: gsar                                  on 2000/06/01  07:52:27
19577         Log: tweak for change#6127
19578      Branch: perl
19579            ! perl.c
19580 ____________________________________________________________________________
19581 [  6183] By: gsar                                  on 2000/06/01  07:41:02
19582         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19583              <nick@ccl4.org>)
19584      Branch: perl
19585            + t/lib/selfloader.t
19586            ! MANIFEST lib/SelfLoader.pm
19587 ____________________________________________________________________________
19588 [  6182] By: jhi                                   on 2000/06/01  00:34:42
19589         Log: Be Cleaner Part Deux.
19590      Branch: cfgperl
19591            ! Makefile.SH
19592 ____________________________________________________________________________
19593 [  6181] By: jhi                                   on 2000/06/01  00:32:09
19594         Log: Integrate with Sarathy.
19595      Branch: cfgperl
19596           !> pp.c t/op/arith.t
19597 ____________________________________________________________________________
19598 [  6180] By: jhi                                   on 2000/06/01  00:31:13
19599         Log: microperl nits from Simon Cozens.
19600      Branch: cfgperl
19601            + uconfig.h
19602            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
19603            ! unixish.h
19604 ____________________________________________________________________________
19605 [  6179] By: gsar                                  on 2000/05/31  22:37:51
19606         Log: buggy modulus on UVs introduced by change#3378 (resulted in
19607              4063328477 % 65535 amounting to 27406, instead of 27407)
19608      Branch: perl
19609            ! pp.c t/op/arith.t
19610 ____________________________________________________________________________
19611 [  6178] By: jhi                                   on 2000/05/31  21:52:41
19612         Log: Be cleaner.
19613      Branch: cfgperl
19614            ! Makefile.SH
19615 ____________________________________________________________________________
19616 [  6177] By: jhi                                   on 2000/05/31  21:47:33
19617         Log: Substitution utf8 patch from Simon Cozens.
19618      Branch: cfgperl
19619            ! pp_hot.c
19620 ____________________________________________________________________________
19621 [  6176] By: jhi                                   on 2000/05/31  21:45:34
19622         Log: Single-quoted utf8 patch from Simon Cozens.
19623      Branch: cfgperl
19624            ! toke.c
19625 ____________________________________________________________________________
19626 [  6175] By: jhi                                   on 2000/05/31  21:40:18
19627         Log: Integrate with Sarathy.
19628      Branch: cfgperl
19629           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
19630 ____________________________________________________________________________
19631 [  6174] By: jhi                                   on 2000/05/31  21:37:31
19632         Log: microperl changes from Simon Cozens; Makefile for microperl
19633              written from scratch; few casts added as microperl compilation
19634              doesn't have all prototypes available.
19635      Branch: cfgperl
19636            + Makefile.micro README.micro Todo.micro uconfig.sh
19637            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
19638            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
19639      Branch: metaconfig
19640            + U/modified/Config_h.U
19641 ____________________________________________________________________________
19642 [  6173] By: jhi                                   on 2000/05/31  20:00:24
19643         Log: metaconfig maintenance.
19644      Branch: metaconfig
19645            + U/modified/Inhdr.U U/typedefs/inotype.U
19646      Branch: metaconfig/U/perl
19647            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
19648            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
19649 ____________________________________________________________________________
19650 [  6172] By: gsar                                  on 2000/05/31  05:05:42
19651         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19652              (from Ilya Zakharevich)
19653      Branch: perl
19654            ! regexec.c t/op/re_tests
19655 ____________________________________________________________________________
19656 [  6171] By: gsar                                  on 2000/05/31  05:01:47
19657         Log: scalar() doesn't force scalar context when used in void context
19658              (from Simon Cozens)
19659      Branch: perl
19660            ! op.c t/op/wantarray.t
19661 ____________________________________________________________________________
19662 [  6170] By: gsar                                  on 2000/05/31  04:41:33
19663         Log: change#6142 needs tweaks to tests to work where there's no symlink()
19664              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19665      Branch: perl
19666            ! t/lib/filefind.t
19667 ____________________________________________________________________________
19668 [  6169] By: gsar                                  on 2000/05/31  04:29:49
19669         Log: integrate cfgperl contents into mainline
19670      Branch: perl
19671           +> pod/perlmodlib.PL pod/perlnewmod.pod
19672           !> (integrate 42 files)
19673 ____________________________________________________________________________
19674 [  6168] By: jhi                                   on 2000/05/30  22:53:37
19675         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19676      Branch: cfgperl
19677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19678            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
19679            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
19680            ! win32/config.bc win32/config.gc win32/config.vc
19681            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19682            ! win32/config_h.PL win32/config_sh.PL
19683      Branch: metaconfig/U/perl
19684            ! perlxv.U
19685 ____________________________________________________________________________
19686 [  6167] By: jhi                                   on 2000/05/30  22:20:21
19687         Log: tweak todo 
19688      Branch: cfgperl
19689            ! Todo-5.6
19690 ____________________________________________________________________________
19691 [  6166] By: jhi                                   on 2000/05/30  22:11:51
19692         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19693              in case somebody wants to write an extension for more
19694              shadow database interfaces.
19695      Branch: cfgperl
19696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19697            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
19698            ! vos/config.def vos/config.h vos/config_h.SH_orig
19699            ! win32/config.bc win32/config.gc win32/config.vc
19700            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19701      Branch: metaconfig
19702            ! U/modified/Myinit.U
19703      Branch: metaconfig/U/perl
19704            + d_getespwnam.U d_getprpwnam.U i_prot.U
19705 ____________________________________________________________________________
19706 [  6165] By: jhi                                   on 2000/05/30  18:35:34
19707         Log: Integrate with Sarathy.
19708      Branch: cfgperl
19709           !> op.c
19710 ____________________________________________________________________________
19711 [  6164] By: jhi                                   on 2000/05/30  18:30:16
19712         Log: detypo
19713      Branch: cfgperl
19714            ! Configure config_h.SH
19715      Branch: metaconfig/U/perl
19716            ! perlxv.U
19717 ____________________________________________________________________________
19718 [  6163] By: gsar                                  on 2000/05/30  03:24:03
19719         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
19720      Branch: perl
19721            ! op.c
19722 ____________________________________________________________________________
19723 [  6162] By: gsar                                  on 2000/05/30  03:09:38
19724         Log: fix memory leak in method call optimization (change#3768);
19725              made C<eval "$x->foo()"> leak
19726      Branch: perl
19727            ! op.c
19728 ____________________________________________________________________________
19729 [  6161] By: jhi                                   on 2000/05/29  17:56:26
19730         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
19731              both from Simon Cozens.
19732      Branch: cfgperl
19733            + pod/perlmodlib.PL pod/perlnewmod.pod
19734            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
19735            ! pod/perlmodlib.pod pod/perltoc.pod
19736 ____________________________________________________________________________
19737 [  6160] By: jhi                                   on 2000/05/29  17:23:55
19738         Log: Changes for the File::Temp 0.08 (change #6159) test suite
19739              to fit better into the Perl distribution test framework.
19740      Branch: cfgperl
19741            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
19742            ! t/lib/ftmp-tempfile.t
19743 ____________________________________________________________________________
19744 [  6159] By: jhi                                   on 2000/05/29  16:55:36
19745         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19746      Branch: cfgperl
19747            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19748            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19749 ____________________________________________________________________________
19750 [  6158] By: bailey                                on 2000/05/29  16:22:08
19751         Log: Add fallback to tmpfile for use in cases where user's relying on
19752              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
19753              Lane's patch)
19754      Branch: vmsperl
19755            ! vms/vms.c vms/vmsish.h
19756 ____________________________________________________________________________
19757 [  6157] By: jhi                                   on 2000/05/29  03:10:36
19758         Log: Regen Configure to jive with #6149.
19759      Branch: cfgperl
19760            ! Configure
19761      Branch: metaconfig
19762            ! U/modified/Getfile.U
19763 ____________________________________________________________________________
19764 [  6156] By: jhi                                   on 2000/05/29  03:01:38
19765         Log: Integrate with Sarathy.
19766      Branch: cfgperl
19767           +> ext/DynaLoader/dl_mac.xs
19768           !> (integrate 38 files)
19769 ____________________________________________________________________________
19770 [  6155] By: gsar                                  on 2000/05/28  21:15:58
19771         Log: small bug in change#6144; remove random \xA0 character that snuck
19772              in via change#6145
19773      Branch: perl
19774            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
19775 ____________________________________________________________________________
19776 [  6154] By: gsar                                  on 2000/05/28  21:04:19
19777         Log: avoid type mismatch warning
19778      Branch: perl
19779            ! perl.c
19780 ____________________________________________________________________________
19781 [  6153] By: gsar                                  on 2000/05/28  20:58:31
19782         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
19783              <nick@Bagpuss.uk.boo.com>)
19784      Branch: perl
19785            ! lib/Test/Harness.pm
19786 ____________________________________________________________________________
19787 [  6152] By: gsar                                  on 2000/05/28  20:53:42
19788         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
19789      Branch: perl
19790            ! regexec.c
19791 ____________________________________________________________________________
19792 [  6151] By: gsar                                  on 2000/05/28  20:50:28
19793         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
19794      Branch: perl
19795            ! regexec.c
19796 ____________________________________________________________________________
19797 [  6150] By: gsar                                  on 2000/05/28  20:39:58
19798         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
19799      Branch: perl
19800            ! pod/perlrequick.pod
19801 ____________________________________________________________________________
19802 [  6149] By: gsar                                  on 2000/05/28  20:35:16
19803         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
19804              <troc@netrus.net>)
19805      Branch: perl
19806            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
19807            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
19808            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
19809            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
19810 ____________________________________________________________________________
19811 [  6148] By: gsar                                  on 2000/05/28  20:21:07
19812         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
19813      Branch: perl
19814            ! lib/ExtUtils/MM_Unix.pm
19815 ____________________________________________________________________________
19816 [  6147] By: gsar                                  on 2000/05/28  20:12:41
19817         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
19818              (from Peter Prymmer)
19819      Branch: perl
19820            ! vms/subconfigure.com
19821 ____________________________________________________________________________
19822 [  6146] By: gsar                                  on 2000/05/28  20:06:15
19823         Log: doc typo
19824      Branch: perl
19825            ! lib/warnings.pm warnings.h warnings.pl
19826 ____________________________________________________________________________
19827 [  6145] By: gsar                                  on 2000/05/28  18:44:33
19828         Log: make xsubpp skip embedded pod (from Matthias Neeracher
19829              <neeri@iis.ee.ethz.ch>)
19830      Branch: perl
19831            ! lib/ExtUtils/xsubpp
19832 ____________________________________________________________________________
19833 [  6144] By: gsar                                  on 2000/05/28  18:42:49
19834         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
19835              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
19836              <neeri@iis.ee.ethz.ch>)
19837      Branch: perl
19838            ! lib/AutoSplit.pm
19839 ____________________________________________________________________________
19840 [  6143] By: gsar                                  on 2000/05/28  18:41:12
19841         Log: MacOS support, part 1 (from Matthias Neeracher
19842              <neeri@iis.ee.ethz.ch>)
19843      Branch: perl
19844            + ext/DynaLoader/dl_mac.xs
19845            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
19846            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
19847            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
19848            ! util.h
19849 ____________________________________________________________________________
19850 [  6142] By: gsar                                  on 2000/05/28  18:21:51
19851         Log: File::Find fails to chdir when chasing symlinks (from
19852              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19853      Branch: perl
19854            ! lib/File/Find.pm t/lib/filefind.t
19855 ____________________________________________________________________________
19856 [  6141] By: jhi                                   on 2000/05/28  14:25:15
19857         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
19858              forwarded by Peter Seebach from the bsdi-users mailing list.
19859              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
19860      Branch: perl
19861            ! hints/bsdos.sh
19862 ____________________________________________________________________________
19863 [  6140] By: jhi                                   on 2000/05/28  14:11:57
19864         Log: Integrate with Sarathy.
19865      Branch: cfgperl
19866           +> (branch 30 files)
19867           !> (integrate 93 files)
19868 ____________________________________________________________________________
19869 [  6139] By: gsar                                  on 2000/05/28  10:01:48
19870         Log: revise mktables.PL for bugs and newness in Unicode 3.0
19871              (from James Bence <jbence@amgen.com>)
19872      Branch: perl
19873            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
19874            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
19875            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
19876            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
19877            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
19878            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
19879            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
19880            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
19881            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
19882            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
19883            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
19884            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
19885            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
19886            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
19887            + lib/unicode/Is/SylWU.pl
19888            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
19889            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
19890            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
19891            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
19892            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
19893            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
19894            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
19895            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
19896            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
19897            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
19898            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
19899            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
19900            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
19901            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
19902            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
19903            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
19904            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
19905            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
19906            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
19907            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
19908            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
19909            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
19910            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
19911            ! lib/unicode/Makefile lib/unicode/mktables.PL
19912 ____________________________________________________________________________
19913 [  6138] By: gsar                                  on 2000/05/28  08:50:32
19914         Log: add note about the handling of negative indices to tied arrays
19915              (from Michael G Schwern <schwern@pobox.com>)
19916      Branch: perl
19917            ! pod/perltie.pod
19918 ____________________________________________________________________________
19919 [  6137] By: gsar                                  on 2000/05/28  08:46:10
19920         Log: fix bogus redeclaration warning for "our" variables in different
19921              scopes
19922      Branch: perl
19923            ! op.c t/pragma/strict-vars
19924 ____________________________________________________________________________
19925 [  6136] By: gsar                                  on 2000/05/28  08:31:20
19926         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
19927      Branch: perl
19928            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
19929 ____________________________________________________________________________
19930 [  6135] By: gsar                                  on 2000/05/28  08:17:50
19931         Log: enable Test::Harness to dynamically determine column width etc.
19932              (from Rob Napier <rnapier@employees.org>)
19933      Branch: perl
19934            ! lib/Test/Harness.pm
19935 ____________________________________________________________________________
19936 [  6134] By: gsar                                  on 2000/05/28  08:13:39
19937         Log: make Test::Harness use wait.h/WCOREDUMP if available
19938              (from Ben Tilly <ben_tilly@hotmail.com>)
19939      Branch: perl
19940            ! lib/Test/Harness.pm
19941 ____________________________________________________________________________
19942 [  6133] By: gsar                                  on 2000/05/28  08:08:05
19943         Log: elide bogus test in change#6132
19944      Branch: perl
19945            ! t/pragma/warn/9enabled
19946 ____________________________________________________________________________
19947 [  6132] By: gsar                                  on 2000/05/28  08:03:14
19948         Log: warnings::enabled() doesn't fall back to looking at $^W if
19949              caller isn't using lexical warnings (from Paul Marquess)
19950      Branch: perl
19951            ! pp_ctl.c t/pragma/warn/9enabled
19952 ____________________________________________________________________________
19953 [  6131] By: gsar                                  on 2000/05/28  07:57:47
19954         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
19955      Branch: perl
19956            ! ext/POSIX/POSIX.pm
19957 ____________________________________________________________________________
19958 [  6130] By: gsar                                  on 2000/05/28  07:29:12
19959         Log: fix places that mean C<"word" character> but say C<alphanumeric
19960              character>
19961      Branch: perl
19962            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19963 ____________________________________________________________________________
19964 [  6129] By: gsar                                  on 2000/05/28  07:18:41
19965         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
19966      Branch: perl
19967            ! vms/test.com
19968 ____________________________________________________________________________
19969 [  6128] By: gsar                                  on 2000/05/28  07:12:55
19970         Log: new perlxstut example for passing/returning refs to arrays
19971              (from David Lowe <dlowe@pootpoot.com>)
19972      Branch: perl
19973            ! pod/perlxstut.pod
19974 ____________________________________________________________________________
19975 [  6127] By: gsar                                  on 2000/05/28  07:02:50
19976         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
19977              failed (from Gisle Aas)
19978      Branch: perl
19979            ! cop.h perl.c
19980 ____________________________________________________________________________
19981 [  6126] By: gsar                                  on 2000/05/28  06:39:53
19982         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
19983              (reworked variant of patch suggested by Simon Cozens)
19984      Branch: perl
19985            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19986            ! pp_hot.c proto.h t/op/gv.t
19987 ____________________________________________________________________________
19988 [  6125] By: gsar                                  on 2000/05/28  05:14:55
19989         Log: enable propagating exception objects via Perl_croak() in XS code
19990              (from Gisle Aas)
19991      Branch: perl
19992            ! util.c
19993 ____________________________________________________________________________
19994 [  6124] By: gsar                                  on 2000/05/28  05:07:28
19995         Log: integrate vmsperl contents into mainline
19996      Branch: perl
19997           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19998           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19999           !> vms/vmsish.h
20000 ____________________________________________________________________________
20001 [  6123] By: gsar                                  on 2000/05/28  05:03:53
20002         Log: clarify gotcha with #line directives (from Rocco Caputo
20003              <troc@netrus.net>)
20004      Branch: perl
20005            ! pod/perldebug.pod pod/perlsyn.pod
20006 ____________________________________________________________________________
20007 [  6122] By: gsar                                  on 2000/05/28  04:58:29
20008         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
20009              (from Mark-Jason Dominus)
20010      Branch: perl
20011            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
20012            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20013            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20014            ! toke.c
20015 ____________________________________________________________________________
20016 [  6121] By: bailey                                on 2000/05/25  04:46:54
20017         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
20018              lists (based on fixes by Craig Berry)
20019      Branch: vmsperl
20020            ! lib/File/Spec/VMS.pm
20021 ____________________________________________________________________________
20022 [  6120] By: bailey                                on 2000/05/25  04:25:38
20023         Log: Add missing escape (Charles Lane)
20024      Branch: vmsperl
20025            ! t/op/lex_assign.t
20026 ____________________________________________________________________________
20027 [  6119] By: bailey                                on 2000/05/25  04:21:25
20028         Log: Quiet error messages in vmsish.t (Charles Lane)
20029      Branch: vmsperl
20030            ! vms/ext/vmsish.t
20031 ____________________________________________________________________________
20032 [  6118] By: bailey                                on 2000/05/25  04:17:57
20033         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20034              Flatten case labels in switch statements uniformly (Charles Bailey)
20035      Branch: vmsperl
20036            ! vms/vms.c
20037 ____________________________________________________________________________
20038 [  6117] By: bailey                                on 2000/05/25  03:58:09
20039         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
20040      Branch: vmsperl
20041            ! vms/vmsish.h
20042 ____________________________________________________________________________
20043 [  6116] By: bailey                                on 2000/05/25  03:11:15
20044         Log: Miscellaneous cosmetic fixes (Charles Lane)
20045      Branch: vmsperl
20046            ! lib/ExtUtils/MM_VMS.pm
20047 ____________________________________________________________________________
20048 [  6115] By: bailey                                on 2000/05/25  03:10:36
20049         Log: Add bounds checking for several strings (Charles Lane)
20050      Branch: vmsperl
20051            ! vms/vms.c
20052 ____________________________________________________________________________
20053 [  6114] By: bailey                                on 2000/05/25  02:25:34
20054         Log: Urk -- undo previous removal of vmsish 'exit' change
20055      Branch: vmsperl
20056            ! vms/ext/vmsish.pm vms/vmsish.h
20057 ____________________________________________________________________________
20058 [  6113] By: bailey                                on 2000/05/24  02:24:40
20059         Log: Ugly workaround for version-specific RTL error
20060      Branch: vmsperl
20061            ! vms/vms.c
20062 ____________________________________________________________________________
20063 [  6112] By: bailey                                on 2000/05/24  02:19:55
20064         Log: Check for existence of file before trying to delete
20065      Branch: vmsperl
20066            ! vms/test.com
20067 ____________________________________________________________________________
20068 [  6111] By: bailey                                on 2000/05/23  23:35:13
20069         Log: Resync with mainline prior to post-5.6.0 updates
20070      Branch: vmsperl
20071           +> (branch 49 files)
20072            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
20073            ! vms/ext/vmsish.pm
20074           !> (integrate 334 files)
20075 ____________________________________________________________________________
20076 [  6110] By: jhi                                   on 2000/05/23  19:28:32
20077         Log: todo tweak
20078      Branch: cfgperl
20079            ! Todo-5.6
20080 ____________________________________________________________________________
20081 [  6109] By: jhi                                   on 2000/05/18  17:38:54
20082         Log: Integrate with Sarathy.
20083      Branch: cfgperl
20084           !> mg.c perl.h win32/perlhost.h
20085 ____________________________________________________________________________
20086 [  6108] By: gsar                                  on 2000/05/17  02:24:56
20087         Log: reenable fake signal handling on Windows, bugs and all
20088      Branch: perl
20089            ! mg.c perl.h win32/perlhost.h
20090 ____________________________________________________________________________
20091 [  6107] By: jhi                                   on 2000/05/15  18:01:41
20092         Log: Tweak the todo list.
20093      Branch: cfgperl
20094            ! Todo-5.6
20095 ____________________________________________________________________________
20096 [  6106] By: jhi                                   on 2000/05/15  13:41:48
20097         Log: The (Configure) script refuses to go on, after asking for
20098              'You may also choose to try maximal 64-bitness....'.
20099              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
20100              -- Patrick Zima
20101              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
20102      Branch: cfgperl
20103            ! hints/solaris_2.sh
20104 ____________________________________________________________________________
20105 [  6105] By: jhi                                   on 2000/05/11  14:37:43
20106         Log: Integrate with Sarathy.
20107      Branch: cfgperl
20108           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20109           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
20110 ____________________________________________________________________________
20111 [  6104] By: gsar                                  on 2000/05/11  03:39:07
20112         Log: PL_sys_intern was being initialized too late on windows
20113      Branch: perl
20114            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20115            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
20116 ____________________________________________________________________________
20117 [  6103] By: jhi                                   on 2000/05/09  19:42:20
20118         Log: Test tweaking for Unicos continues.
20119      Branch: cfgperl
20120            ! t/op/64bitint.t
20121 ____________________________________________________________________________
20122 [  6102] By: jhi                                   on 2000/05/09  16:47:27
20123         Log: The test suite tweak in #6101 wasn't quite right.
20124      Branch: cfgperl
20125            ! t/lib/complex.t
20126 ____________________________________________________________________________
20127 [  6101] By: jhi                                   on 2000/05/09  15:35:34
20128         Log: Hints and test tweaks for Unicos.
20129      Branch: cfgperl
20130            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
20131 ____________________________________________________________________________
20132 [  6100] By: jhi                                   on 2000/05/08  21:15:06
20133         Log: More compilation tweakery from Allen Smith.
20134      Branch: cfgperl
20135            ! hints/irix_6.sh
20136 ____________________________________________________________________________
20137 [  6099] By: jhi                                   on 2000/05/08  19:21:18
20138         Log: Tweaks for the cc bugs from Allen Smith.
20139      Branch: cfgperl
20140            ! hints/irix_6.sh
20141 ____________________________________________________________________________
20142 [  6098] By: jhi                                   on 2000/05/08  19:13:37
20143         Log: Add a note about other, yet unsupported, shadow password APIs.
20144      Branch: cfgperl
20145            ! pp_sys.c
20146 ____________________________________________________________________________
20147 [  6097] By: jhi                                   on 2000/05/08  18:46:34
20148         Log: Add a note about possible compilation problems from Allen Smith.
20149      Branch: cfgperl
20150            ! hints/irix_6.sh
20151 ____________________________________________________________________________
20152 [  6096] By: jhi                                   on 2000/05/08  17:33:10
20153         Log: Integrate with Sarathy.
20154      Branch: cfgperl
20155           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20156           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20157 ____________________________________________________________________________
20158 [  6095] By: jhi                                   on 2000/05/08  16:21:33
20159         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20160              might be useful in future.
20161      Branch: cfgperl
20162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20163            ! config_h.SH
20164      Branch: metaconfig
20165            ! U/installdirs/inc_version_list.U
20166      Branch: metaconfig/U/perl
20167            ! perlxv.U
20168 ____________________________________________________________________________
20169 [  6094] By: gsar                                  on 2000/05/08  14:22:22
20170         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20171      Branch: perl
20172            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20173            ! hints/cygwin.sh pp_sys.c
20174 ____________________________________________________________________________
20175 [  6093] By: gsar                                  on 2000/05/08  12:52:28
20176         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
20177              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20178      Branch: perl
20179            ! pp_sys.c sv.c win32/perlhost.h
20180 ____________________________________________________________________________
20181 [  6092] By: jhi                                   on 2000/05/07  22:40:34
20182         Log: Regen perltoc with the fixed buildtoc.
20183      Branch: cfgperl
20184            ! pod/perltoc.pod
20185 ____________________________________________________________________________
20186 [  6091] By: jhi                                   on 2000/05/07  22:24:16
20187         Log: Integrate with Sarathy.
20188      Branch: cfgperl
20189           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
20190           !> t/op/substr.t toke.c
20191 ____________________________________________________________________________
20192 [  6090] By: gsar                                  on 2000/05/07  19:47:07
20193         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
20194              [NI]OK; added tests for both
20195      Branch: perl
20196            ! perl.c pp_hot.c sv.c t/op/substr.t
20197 ____________________________________________________________________________
20198 [  6089] By: gsar                                  on 2000/05/07  18:18:38
20199         Log: buildtoc tweak to fix newline lossage
20200      Branch: perl
20201            ! pod/buildtoc
20202 ____________________________________________________________________________
20203 [  6088] By: jhi                                   on 2000/05/07  16:35:36
20204         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20205              because we do not use those.  The HAS_GETSPNAM remains,
20206              though, because we still do use that.
20207      Branch: cfgperl
20208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20209            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20210            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20211            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20212            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20213            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20214 ____________________________________________________________________________
20215 [  6087] By: gsar                                  on 2000/05/07  16:05:16
20216         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
20217      Branch: perl
20218            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20219 ____________________________________________________________________________
20220 [  6086] By: jhi                                   on 2000/05/07  15:27:07
20221         Log: Integrate with Sarathy.
20222      Branch: cfgperl
20223           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20224           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20225           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20226           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20227           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
20228           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
20229 ____________________________________________________________________________
20230 [  6085] By: gsar                                  on 2000/05/07  05:52:02
20231         Log: repeat operator (x) doesn't preserve utf8-ness
20232      Branch: perl
20233            ! pp.c t/op/substr.t
20234 ____________________________________________________________________________
20235 [  6084] By: gsar                                  on 2000/05/07  05:39:55
20236         Log: substr() does not preserve utf8-ness (from Stefan Eissing
20237              <Eissing@medicaldataservice.de>); added tests
20238      Branch: perl
20239            ! pp.c t/op/substr.t
20240 ____________________________________________________________________________
20241 [  6083] By: gsar                                  on 2000/05/07  05:24:46
20242         Log: note about undocumented caller() return value (from M.J.T. Guy);
20243              yet another peek.t tweak
20244      Branch: perl
20245            ! pod/perlfunc.pod t/lib/peek.t
20246 ____________________________________________________________________________
20247 [  6082] By: gsar                                  on 2000/05/07  05:08:40
20248         Log: peek.t non-portable to ithreads
20249      Branch: perl
20250            ! t/lib/peek.t
20251 ____________________________________________________________________________
20252 [  6081] By: gsar                                  on 2000/05/07  04:17:04
20253         Log: better default perlbug categories for ok reports (from Richard Foley)
20254      Branch: perl
20255            ! utils/perlbug.PL
20256 ____________________________________________________________________________
20257 [  6080] By: gsar                                  on 2000/05/07  04:08:07
20258         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20259              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20260      Branch: perl
20261            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20262            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20263            ! AUTHORS MAINTAIN MANIFEST
20264 ____________________________________________________________________________
20265 [  6079] By: gsar                                  on 2000/05/07  04:01:38
20266         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
20267      Branch: perl
20268            ! lib/Carp/Heavy.pm
20269 ____________________________________________________________________________
20270 [  6078] By: gsar                                  on 2000/05/07  01:24:19
20271         Log: workaround for CRT bug in chdir() (from Charles Lane, via
20272              Peter Prymmer)
20273      Branch: perl
20274            ! iperlsys.h vms/vms.c vms/vmsish.h
20275 ____________________________________________________________________________
20276 [  6077] By: gsar                                  on 2000/05/07  01:22:23
20277         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20278              and Tom Phoenix)
20279      Branch: perl
20280            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
20281 ____________________________________________________________________________
20282 [  6076] By: gsar                                  on 2000/05/06  17:36:29
20283         Log: integrate cfgperl contents into mainline
20284      Branch: perl
20285           +> t/lib/peek.t
20286           !> Configure MANIFEST Porting/Glossary Porting/config.sh
20287           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
20288           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
20289           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
20290 ____________________________________________________________________________
20291 [  6075] By: jhi                                   on 2000/05/05  18:56:10
20292         Log: Make the test more portable.
20293      Branch: cfgperl
20294            ! t/lib/peek.t
20295 ____________________________________________________________________________
20296 [  6074] By: jhi                                   on 2000/05/05  18:49:20
20297         Log: Introduce t/lib/peek.t.
20298      Branch: cfgperl
20299            + t/lib/peek.t
20300            ! MANIFEST
20301 ____________________________________________________________________________
20302 [  6073] By: jhi                                   on 2000/05/05  14:30:45
20303         Log: Complex tweaks.
20304      Branch: cfgperl
20305            ! lib/Math/Complex.pm t/lib/complex.t
20306 ____________________________________________________________________________
20307 [  6072] By: jhi                                   on 2000/05/05  12:27:13
20308         Log: Integrate with Sarathy.
20309      Branch: cfgperl
20310           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20311           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20312           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20313           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20314 ____________________________________________________________________________
20315 [  6071] By: gsar                                  on 2000/05/05  02:24:46
20316         Log: misformatted perllocal.pod (from Tim Jenness
20317              <t.jenness@jach.hawaii.edu>)
20318      Branch: perl
20319            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20320 ____________________________________________________________________________
20321 [  6070] By: gsar                                  on 2000/05/05  02:16:52
20322         Log: remove misleading comment (from M.J.T. Guy)
20323      Branch: perl
20324            ! t/lib/anydbm.t
20325 ____________________________________________________________________________
20326 [  6069] By: gsar                                  on 2000/05/05  02:15:13
20327         Log: File::Spec compatibility update (from Barrie Slaymaker
20328              <barries@slaysys.com>)
20329      Branch: perl
20330            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20331            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20332 ____________________________________________________________________________
20333 [  6068] By: gsar                                  on 2000/05/05  02:01:50
20334         Log: note about values()
20335      Branch: perl
20336            ! pod/perlfunc.pod
20337 ____________________________________________________________________________
20338 [  6067] By: gsar                                  on 2000/05/05  01:33:09
20339         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
20340      Branch: perl
20341            ! win32/win32.c
20342 ____________________________________________________________________________
20343 [  6066] By: gsar                                  on 2000/05/05  01:23:43
20344         Log: s/END/CHECK/
20345      Branch: perl
20346            ! perl.c
20347 ____________________________________________________________________________
20348 [  6065] By: jhi                                   on 2000/05/04  17:30:22
20349         Log: Integrate with Sarathy.
20350      Branch: cfgperl
20351           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
20352 ____________________________________________________________________________
20353 [  6064] By: gsar                                  on 2000/05/04  17:26:14
20354         Log: change#5905 wasn't quite right--it's intent only applies when arguments
20355              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
20356      Branch: perl
20357            ! pp_sys.c sv.c
20358 ____________________________________________________________________________
20359 [  6063] By: gsar                                  on 2000/05/04  16:52:29
20360         Log: tokeq() could read unallocated field in argument
20361      Branch: perl
20362            ! toke.c
20363 ____________________________________________________________________________
20364 [  6062] By: gsar                                  on 2000/05/04  16:34:51
20365         Log: additional tests for utf8.t
20366      Branch: perl
20367            ! t/pragma/utf8.t
20368 ____________________________________________________________________________
20369 [  6061] By: gsar                                  on 2000/05/04  16:09:28
20370         Log: change#5921 neglected to make eq honor "use bytes"
20371      Branch: perl
20372            ! sv.c
20373 ____________________________________________________________________________
20374 [  6060] By: jhi                                   on 2000/05/04  15:30:16
20375         Log: Integrate with Sarathy.
20376      Branch: cfgperl
20377           !> perl.c regcomp.c t/pragma/utf8.t
20378 ____________________________________________________________________________
20379 [  6059] By: jhi                                   on 2000/05/04  15:26:37
20380         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20381              in natively 64-bit platforms where a long is a quad (no need
20382              for long longs).  Also added bias for IVs.
20383      Branch: cfgperl
20384            ! toke.c
20385 ____________________________________________________________________________
20386 [  6058] By: gsar                                  on 2000/05/04  00:19:14
20387         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20388              (spotted by Donald Kinzer <dkinzer@premia.com>)
20389      Branch: perl
20390            ! perl.c
20391 ____________________________________________________________________________
20392 [  6057] By: gsar                                  on 2000/05/03  18:34:01
20393         Log: fix broken parsing of /\x{ab}/
20394      Branch: perl
20395            ! regcomp.c t/pragma/utf8.t
20396 ____________________________________________________________________________
20397 [  6056] By: jhi                                   on 2000/05/03  17:57:16
20398         Log: The search of infinity continues, this time simplified.
20399      Branch: cfgperl
20400            ! lib/Math/Complex.pm
20401 ____________________________________________________________________________
20402 [  6055] By: jhi                                   on 2000/05/03  17:45:30
20403         Log: Detypo.
20404      Branch: cfgperl
20405            ! hints/unicos.sh
20406 ____________________________________________________________________________
20407 [  6054] By: jhi                                   on 2000/05/02  22:28:27
20408         Log: Be more forgiving in POSIX about HUGE_VALL.
20409      Branch: cfgperl
20410            ! ext/POSIX/POSIX.xs
20411 ____________________________________________________________________________
20412 [  6053] By: jhi                                   on 2000/05/02  22:25:05
20413         Log: Integrate with Sarathy.
20414      Branch: cfgperl
20415           !> hints/irix_6.sh pod/perlop.pod
20416 ____________________________________________________________________________
20417 [  6052] By: jhi                                   on 2000/05/02  22:24:31
20418         Log: Unicos hint tweak.
20419      Branch: cfgperl
20420            ! hints/unicos.sh
20421 ____________________________________________________________________________
20422 [  6051] By: jhi                                   on 2000/05/02  22:21:26
20423         Log: Complex tweakery.
20424      Branch: cfgperl
20425            ! lib/Math/Complex.pm t/lib/complex.t
20426 ____________________________________________________________________________
20427 [  6050] By: jhi                                   on 2000/05/02  19:26:22
20428         Log: Use setxxent()/endxxent().
20429      Branch: cfgperl
20430            ! t/op/grent.t t/op/pwent.t
20431 ____________________________________________________________________________
20432 [  6049] By: jhi                                   on 2000/05/02  19:06:02
20433         Log: Test both the scalar and list contexts.
20434      Branch: cfgperl
20435            ! t/op/grent.t t/op/pwent.t
20436 ____________________________________________________________________________
20437 [  6048] By: gsar                                  on 2000/05/02  18:29:10
20438         Log: add note about how $( doesn't interpolate in REs (from
20439              Philip Newton <newton@ficus.frogspace.net>)
20440      Branch: perl
20441            ! pod/perlop.pod
20442 ____________________________________________________________________________
20443 [  6047] By: jhi                                   on 2000/05/02  17:41:24
20444         Log: Call getspnam() only iff needd.
20445      Branch: cfgperl
20446            ! pp_sys.c
20447 ____________________________________________________________________________
20448 [  6046] By: gsar                                  on 2000/05/02  17:07:25
20449         Log: libscheck has insufficient checks for n32 libs (from
20450              Albert Chin-A-Young <china@thewrittenword.com>)
20451      Branch: perl
20452            ! hints/irix_6.sh
20453 ____________________________________________________________________________
20454 [  6045] By: jhi                                   on 2000/05/02  13:57:17
20455         Log: Integrate with Sarathy.
20456      Branch: cfgperl
20457           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
20458           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
20459 ____________________________________________________________________________
20460 [  6044] By: gsar                                  on 2000/05/02  06:48:19
20461         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20462              such that underscores are only ignored in literal numbers,
20463              "\x{...}", and hex/oct argument
20464      Branch: perl
20465            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20466 ____________________________________________________________________________
20467 [  6043] By: gsar                                  on 2000/05/02  02:22:29
20468         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20469      Branch: perl
20470            ! pod/perlretut.pod
20471 ____________________________________________________________________________
20472 [  6042] By: gsar                                  on 2000/05/02  02:17:51
20473         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20474      Branch: perl
20475            ! pod/perltrap.pod
20476 ____________________________________________________________________________
20477 [  6041] By: gsar                                  on 2000/05/02  01:53:51
20478         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20479              to compensate
20480      Branch: perl
20481            ! Porting/makerel
20482 ____________________________________________________________________________
20483 [  6040] By: gsar                                  on 2000/05/02  01:51:57
20484         Log: missing files in MANIFEST
20485      Branch: perl
20486            ! MANIFEST
20487 ____________________________________________________________________________
20488 [  6039] By: jhi                                   on 2000/05/02  00:36:46
20489         Log: Infinite problems.
20490      Branch: cfgperl
20491            ! lib/Math/Complex.pm
20492 ____________________________________________________________________________
20493 [  6038] By: jhi                                   on 2000/05/02  00:06:38
20494         Log: pwent/spent #ifdef imbalance.
20495      Branch: cfgperl
20496            ! pp_sys.c
20497 ____________________________________________________________________________
20498 [  6037] By: jhi                                   on 2000/05/01  22:50:11
20499         Log: Use HUGE_VALL if applicable.
20500      Branch: cfgperl
20501            ! ext/POSIX/POSIX.xs util.c
20502 ____________________________________________________________________________
20503 [  6036] By: jhi                                   on 2000/05/01  22:20:53
20504         Log: Correct Freudian slip.
20505      Branch: cfgperl
20506            ! pp_sys.c
20507 ____________________________________________________________________________
20508 [  6035] By: jhi                                   on 2000/05/01  21:07:38
20509         Log: Continue on the pwent/spent case.
20510      Branch: cfgperl
20511            ! pp_sys.c
20512 ____________________________________________________________________________
20513 [  6034] By: jhi                                   on 2000/05/01  17:45:14
20514         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
20515              adjustments in 6032 conflicted badly with this, will have
20516              to revisit them later.
20517      Branch: cfgperl
20518           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20519           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20520           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
20521           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
20522           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20523           !> t/lib/cgi-html.t t/lib/cgi-request.t
20524 ____________________________________________________________________________
20525 [  6033] By: jhi                                   on 2000/05/01  17:40:49
20526         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
20527      Branch: cfgperl
20528            ! pp_sys.c
20529 ____________________________________________________________________________
20530 [  6032] By: gsar                                  on 2000/05/01  15:56:32
20531         Log: whitespace adjustments
20532      Branch: perl
20533            ! pp_sys.c
20534 ____________________________________________________________________________
20535 [  6031] By: gsar                                  on 2000/05/01  15:19:41
20536         Log: small nits in diagnostics.pm (from Robin Barker)
20537      Branch: perl
20538            ! lib/diagnostics.pm pod/perldiag.pod
20539 ____________________________________________________________________________
20540 [  6030] By: gsar                                  on 2000/05/01  08:39:18
20541         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20542              for @- and @+ (from Johan Vromans)
20543      Branch: perl
20544            ! lib/English.pm pod/perlvar.pod
20545 ____________________________________________________________________________
20546 [  6029] By: gsar                                  on 2000/05/01  08:16:10
20547         Log: add CGI.pm v2.66 (from Lincoln Stein)
20548      Branch: perl
20549            + lib/CGI/Util.pm t/lib/cgi-pretty.t
20550            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20551            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
20552            ! t/lib/cgi-html.t t/lib/cgi-request.t
20553 ____________________________________________________________________________
20554 [  6028] By: gsar                                  on 2000/05/01  06:34:41
20555         Log: Pod::Man generates groff-incompatible macro definition (from
20556              Tom Christiansen)
20557      Branch: perl
20558            ! lib/Pod/Man.pm
20559 ____________________________________________________________________________
20560 [  6027] By: gsar                                  on 2000/05/01  06:31:36
20561         Log: podlators-1.02 update (from Russ Allbery)
20562      Branch: perl
20563            ! lib/Pod/Man.pm lib/Pod/Text.pm
20564 ____________________________________________________________________________
20565 [  6026] By: jhi                                   on 2000/04/30  23:24:23
20566         Log: Integrate with Sarathy.
20567      Branch: cfgperl
20568           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20569           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
20570           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20571           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20572           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
20573           !> t/lib/syslog.t toke.c win32/win32.h
20574 ____________________________________________________________________________
20575 [  6025] By: gsar                                  on 2000/04/30  18:17:47
20576         Log: Is{Alnum,Alpha,Word} don't match titlecase
20577              
20578              TODO: IsSpace is defined recursively!
20579              
20580              (both spotted by Larry)
20581      Branch: perl
20582            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20583            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20584 ____________________________________________________________________________
20585 [  6024] By: gsar                                  on 2000/04/30  17:50:19
20586         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
20587              (from Hugo van der Sanden)
20588      Branch: perl
20589            ! toke.c
20590 ____________________________________________________________________________
20591 [  6023] By: gsar                                  on 2000/04/30  17:14:43
20592         Log: debugger stomps on $. (from M.J.T. Guy)
20593      Branch: perl
20594            ! lib/perl5db.pl
20595 ____________________________________________________________________________
20596 [  6022] By: gsar                                  on 2000/04/30  16:59:22
20597         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20598      Branch: perl
20599            ! sv.c
20600 ____________________________________________________________________________
20601 [  6021] By: gsar                                  on 2000/04/29  21:00:08
20602         Log: remove Win2K issue in pod (fixed by change#6020)
20603      Branch: perl
20604            ! README.win32 pod/perl56delta.pod
20605 ____________________________________________________________________________
20606 [  6020] By: gsar                                  on 2000/04/29  20:51:49
20607         Log: test tweak
20608      Branch: perl
20609            ! t/lib/open3.t
20610 ____________________________________________________________________________
20611 [  6019] By: gsar                                  on 2000/04/29  20:34:27
20612         Log: windows portability tweaks
20613      Branch: perl
20614            ! t/lib/b.t win32/win32.h
20615 ____________________________________________________________________________
20616 [  6018] By: gsar                                  on 2000/04/29  19:55:24
20617         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
20618              make _PATH_LOG() return "" if unavailable
20619      Branch: perl
20620            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20621            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
20622 ____________________________________________________________________________
20623 [  6017] By: jhi                                   on 2000/04/28  22:49:46
20624         Log: Integrate with Sarathy.
20625      Branch: cfgperl
20626           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20627 ____________________________________________________________________________
20628 [  6016] By: jhi                                   on 2000/04/28  22:46:14
20629         Log: Do not warn that an infinity does not look like a number.
20630      Branch: cfgperl
20631            ! sv.c
20632 ____________________________________________________________________________
20633 [  6015] By: gsar                                  on 2000/04/28  22:35:49
20634         Log: tweak test for portability
20635      Branch: perl
20636            ! t/lib/b.t
20637 ____________________________________________________________________________
20638 [  6014] By: gsar                                  on 2000/04/28  22:05:31
20639         Log: glob() loading File::Glob behind the scenes may cause syntax errors
20640      Branch: perl
20641            ! op.c
20642 ____________________________________________________________________________
20643 [  6013] By: gsar                                  on 2000/04/28  21:25:22
20644         Log: tweak change#5945 to display correct switch name in diagnostic
20645      Branch: perl
20646            ! perl.c pod/perldiag.pod
20647 ____________________________________________________________________________
20648 [  6012] By: jhi                                   on 2000/04/28  21:08:12
20649         Log: Integrate with Sarathy.
20650      Branch: cfgperl
20651           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
20652           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
20653           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
20654 ____________________________________________________________________________
20655 [  6011] By: jhi                                   on 2000/04/28  21:04:46
20656         Log: &HUGE_VAL is not defined, it exists.
20657      Branch: cfgperl
20658            ! lib/Math/Complex.pm
20659 ____________________________________________________________________________
20660 [  6010] By: gsar                                  on 2000/04/28  21:02:58
20661         Log: clarify note about shadow password support (from
20662              gellyfish@gellyfish.com)
20663      Branch: perl
20664            ! pod/perlfunc.pod
20665 ____________________________________________________________________________
20666 [  6009] By: gsar                                  on 2000/04/28  21:00:00
20667         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20668      Branch: perl
20669            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20670 ____________________________________________________________________________
20671 [  6008] By: gsar                                  on 2000/04/28  20:56:33
20672         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20673      Branch: perl
20674            ! installperl vms/subconfigure.com
20675 ____________________________________________________________________________
20676 [  6007] By: gsar                                  on 2000/04/28  20:51:21
20677         Log: note about compile failures and END blocks (from M.J.T. Guy)
20678      Branch: perl
20679            ! pod/perl56delta.pod pod/perlmod.pod
20680 ____________________________________________________________________________
20681 [  6006] By: jhi                                   on 2000/04/28  20:42:14
20682         Log: Regen Configure.
20683      Branch: cfgperl
20684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20685            ! config_h.SH
20686 ____________________________________________________________________________
20687 [  6005] By: gsar                                  on 2000/04/28  20:41:16
20688         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
20689      Branch: perl
20690            ! utils/perldoc.PL
20691 ____________________________________________________________________________
20692 [  6004] By: jhi                                   on 2000/04/28  20:28:21
20693         Log: Integrate with Sarathy.
20694      Branch: cfgperl
20695           !> Configure INSTALL Porting/Glossary Porting/config.sh
20696           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
20697           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
20698           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20699           !> win32/config.vc win32/win32.c
20700 ____________________________________________________________________________
20701 [  6003] By: gsar                                  on 2000/04/28  20:11:20
20702         Log: allow REG_EXPAND_SZ keys in Windows registry (from
20703              John Clayton <John.Clayton@barclayscapital.com>)
20704      Branch: perl
20705            ! win32/win32.c
20706 ____________________________________________________________________________
20707 [  6002] By: gsar                                  on 2000/04/28  19:34:16
20708         Log: destructive sv_setsv() can lose UV-ness from source, causing
20709              numeric promotions/comparisons to fail to do the right thing
20710      Branch: perl
20711            ! sv.c
20712 ____________________________________________________________________________
20713 [  6001] By: gsar                                  on 2000/04/28  18:44:15
20714         Log: support additional library locations via $Config{otherlibdirs}
20715              (from Andy Dougherty)
20716      Branch: perl
20717            ! Configure INSTALL Porting/Glossary Porting/config.sh
20718            ! Porting/config_H config_h.SH epoc/config.sh perl.c
20719            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20720            ! win32/config.bc win32/config.gc win32/config.vc
20721 ____________________________________________________________________________
20722 [  6000] By: gsar                                  on 2000/04/28  18:26:58
20723         Log: reworked otherlibdirs.U (from Andy Dougherty)
20724      Branch: metaconfig
20725            ! U/installdirs/otherlibdirs.U
20726 ____________________________________________________________________________
20727 [  5999] By: gsar                                  on 2000/04/28  18:17:07
20728         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20729      Branch: perl
20730            ! t/pragma/warn/toke toke.c
20731 ____________________________________________________________________________
20732 [  5998] By: jhi                                   on 2000/04/28  13:32:17
20733         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20734      Branch: cfgperl
20735            ! lib/Math/Complex.pm
20736 ____________________________________________________________________________
20737 [  5997] By: jhi                                   on 2000/04/28  13:14:04
20738         Log: Preserve $!.
20739      Branch: cfgperl
20740            ! lib/Math/Complex.pm
20741 ____________________________________________________________________________
20742 [  5996] By: jhi                                   on 2000/04/28  12:59:23
20743         Log: Integrate with Sarathy.
20744      Branch: cfgperl
20745           +> pod/perlrequick.pod pod/perlretut.pod
20746           !> (integrate 51 files)
20747 ____________________________________________________________________________
20748 [  5995] By: gsar                                  on 2000/04/28  09:37:36
20749         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20750      Branch: perl
20751            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20752 ____________________________________________________________________________
20753 [  5994] By: gsar                                  on 2000/04/28  09:33:26
20754         Log: fix for missed accounting for null byte in pack("Z",...) (from
20755              M.J.T. Guy)
20756      Branch: perl
20757            ! pp.c t/op/pack.t
20758 ____________________________________________________________________________
20759 [  5993] By: gsar                                  on 2000/04/28  09:30:05
20760         Log: various minor tweaks seen on p5p
20761      Branch: perl
20762            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
20763 ____________________________________________________________________________
20764 [  5992] By: gsar                                  on 2000/04/28  09:08:19
20765         Log: pod nit (from Simon Cozens)
20766      Branch: perl
20767            ! pod/perlop.pod
20768 ____________________________________________________________________________
20769 [  5991] By: gsar                                  on 2000/04/28  09:06:36
20770         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
20771      Branch: perl
20772            ! README.posix-bc hints/posix-bc.sh
20773 ____________________________________________________________________________
20774 [  5990] By: gsar                                  on 2000/04/28  08:54:52
20775         Log: use $ENV{LIB} to search for libs under Visual C compiler
20776              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
20777      Branch: perl
20778            ! lib/ExtUtils/Liblist.pm
20779 ____________________________________________________________________________
20780 [  5989] By: gsar                                  on 2000/04/28  08:27:12
20781         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
20782              itself and no other (from Tom Hughes)
20783      Branch: perl
20784            ! t/op/array.t toke.c
20785 ____________________________________________________________________________
20786 [  5988] By: gsar                                  on 2000/04/28  08:01:38
20787         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
20788              <paul@miraclefish.com>)
20789      Branch: perl
20790            ! lib/ExtUtils/MakeMaker.pm
20791 ____________________________________________________________________________
20792 [  5987] By: gsar                                  on 2000/04/28  07:53:09
20793         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
20794      Branch: perl
20795            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
20796 ____________________________________________________________________________
20797 [  5986] By: gsar                                  on 2000/04/28  07:44:17
20798         Log: add regular expressions tutorial and quick-start guide (from
20799              Mark Kvale <kvale@phy.ucsf.edu>)
20800      Branch: perl
20801            + pod/perlrequick.pod pod/perlretut.pod
20802            ! AUTHORS MAINTAIN MANIFEST
20803 ____________________________________________________________________________
20804 [  5985] By: gsar                                  on 2000/04/28  07:30:28
20805         Log: forked child may not exit correctly if it failed to open
20806              /dev/console (from Graham Barr)
20807      Branch: perl
20808            ! ext/Sys/Syslog/Syslog.pm
20809 ____________________________________________________________________________
20810 [  5984] By: gsar                                  on 2000/04/28  07:27:20
20811         Log: attributes::reftype() doesn't work on tied argument
20812      Branch: perl
20813            ! xsutils.c
20814 ____________________________________________________________________________
20815 [  5983] By: gsar                                  on 2000/04/28  07:15:04
20816         Log: numeric conversion of non-number in change#3378 tramples on
20817              OOK offset, causing segfaults
20818      Branch: perl
20819            ! sv.c
20820 ____________________________________________________________________________
20821 [  5982] By: gsar                                  on 2000/04/28  04:48:25
20822         Log: avoid error in IO::Socket::INET when given an unknown service name
20823              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
20824      Branch: perl
20825            ! ext/IO/lib/IO/Socket/INET.pm
20826 ____________________________________________________________________________
20827 [  5981] By: gsar                                  on 2000/04/28  04:31:31
20828         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
20829              prototype mismatch with CORE::glob(); update pod and tests to
20830              suit (File::Glob::glob() is still available for backward
20831              compatibility, but should be considered deprecated)
20832      Branch: perl
20833            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
20834            ! t/lib/glob-taint.t
20835 ____________________________________________________________________________
20836 [  5980] By: gsar                                  on 2000/04/28  03:47:29
20837         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
20838              <ghudson@mit.edu>)
20839      Branch: metaconfig
20840            ! U/modified/Options.U
20841      Branch: perl
20842            ! Configure
20843 ____________________________________________________________________________
20844 [  5979] By: gsar                                  on 2000/04/28  03:07:54
20845         Log: under useithreads, constant pad entries could inadvertantly be
20846              shared across threads (from Eric Blood <eblood@xmission.com>);
20847              added Eric's test case to testsuite
20848      Branch: perl
20849            ! op.c t/op/misc.t
20850 ____________________________________________________________________________
20851 [  5978] By: gsar                                  on 2000/04/27  21:13:00
20852         Log: sync version numbers in File::Spec with the ones on CPAN
20853              (from Barrie Slaymaker)
20854      Branch: perl
20855            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20856            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20857            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20858 ____________________________________________________________________________
20859 [  5977] By: gsar                                  on 2000/04/27  21:07:29
20860         Log: autoquote barewords followed by newline and arrow properly
20861              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20862      Branch: perl
20863            ! t/pragma/warn/toke toke.c
20864 ____________________________________________________________________________
20865 [  5976] By: gsar                                  on 2000/04/27  20:41:20
20866         Log: DB_File v1.73 update (from Paul Marquess)
20867      Branch: perl
20868            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20869            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20870 ____________________________________________________________________________
20871 [  5975] By: gsar                                  on 2000/04/27  20:34:24
20872         Log: allow sort() reentrancy (variant of patch suggested by
20873              Hugo van der Sanden)
20874      Branch: perl
20875            ! pp_ctl.c t/op/sort.t
20876 ____________________________________________________________________________
20877 [  5974] By: gsar                                  on 2000/04/27  19:46:57
20878         Log: change#4197 somehow missed initializing PL_errors, meaning
20879              sytax error queueing wasn't working outside eval"" at all;
20880              also fixed eval"" to localize PL_error_count, so that compile-time
20881              eval's don't clobber the error state of the outer context
20882      Branch: perl
20883            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20884            ! t/pragma/warn/toke
20885 ____________________________________________________________________________
20886 [  5973] By: gsar                                  on 2000/04/27  18:29:05
20887         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20888      Branch: perl
20889            ! regcomp.c regexec.c t/op/re_tests
20890 ____________________________________________________________________________
20891 [  5972] By: jhi                                   on 2000/04/27  18:22:41
20892         Log: Integrate with Sarathy.
20893      Branch: cfgperl
20894           +> t/lib/b.t t/lib/syslog.t
20895           !> (integrate 31 files)
20896 ____________________________________________________________________________
20897 [  5971] By: jhi                                   on 2000/04/27  18:18:46
20898         Log: Unicos tweaks from Mark P. Lutz.
20899      Branch: cfgperl
20900            ! hints/unicos.sh lib/Math/Complex.pm
20901 ____________________________________________________________________________
20902 [  5970] By: gsar                                  on 2000/04/27  18:05:11
20903         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
20904              IV is >32bits
20905      Branch: perl
20906            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
20907 ____________________________________________________________________________
20908 [  5969] By: gsar                                  on 2000/04/27  17:50:56
20909         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20910      Branch: perl
20911            + t/lib/syslog.t
20912            ! MANIFEST ext/Sys/Syslog/Syslog.pm
20913 ____________________________________________________________________________
20914 [  5968] By: gsar                                  on 2000/04/27  17:44:49
20915         Log: tolerate spaces in group names in test on solaris (from David Boyce
20916              <dsb@boyski.com>)
20917      Branch: perl
20918            ! t/op/groups.t
20919 ____________________________________________________________________________
20920 [  5967] By: gsar                                  on 2000/04/27  17:41:22
20921         Log: improved docs on the warn_uninit diagnostic (from David Glasser
20922              and Simon Cozens)
20923      Branch: perl
20924            ! pod/perldiag.pod
20925 ____________________________________________________________________________
20926 [  5966] By: gsar                                  on 2000/04/27  16:54:58
20927         Log: add testsuite for B backends, fix bug in B::Deparse (from
20928              Simon Cozens <simon@brecon.co.uk>)
20929      Branch: perl
20930            + t/lib/b.t
20931            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20932 ____________________________________________________________________________
20933 [  5965] By: gsar                                  on 2000/04/27  16:10:37
20934         Log: avoid "will not stay shared" warnings for our variables (from
20935              Robin Barker)
20936      Branch: perl
20937            ! op.c t/pragma/warn/op
20938 ____________________________________________________________________________
20939 [  5964] By: gsar                                  on 2000/04/27  07:05:05
20940         Log: reformat to 72 columns (again)
20941      Branch: perl
20942            ! pod/perldiag.pod
20943 ____________________________________________________________________________
20944 [  5963] By: gsar                                  on 2000/04/27  06:28:31
20945         Log: patch from Larry to make (\&) prototype work; added tests for
20946              the same
20947      Branch: perl
20948            ! op.c t/comp/proto.t
20949 ____________________________________________________________________________
20950 [  5962] By: gsar                                  on 2000/04/27  06:15:47
20951         Log: updated README.hpux (from Jeff Okamoto)
20952      Branch: perl
20953            ! README.hpux
20954 ____________________________________________________________________________
20955 [  5961] By: gsar                                  on 2000/04/27  05:55:03
20956         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20957      Branch: perl
20958            ! emacs/cperl-mode.el
20959 ____________________________________________________________________________
20960 [  5960] By: gsar                                  on 2000/04/27  05:49:26
20961         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
20962      Branch: perl
20963            ! INSTALL
20964 ____________________________________________________________________________
20965 [  5959] By: gsar                                  on 2000/04/27  05:33:41
20966         Log: doubled words in pods (from Simon Cozens
20967              <simon.p.cozens@jp.pwcglobal.com>)
20968      Branch: perl
20969            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
20970            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
20971            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
20972            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
20973            ! pod/perltootc.pod
20974 ____________________________________________________________________________
20975 [  5958] By: gsar                                  on 2000/04/27  05:11:39
20976         Log: change#3569 deleted some essential code, revert; avoid use of
20977              atexit() to make DynaLoader work properly on AIX under mod_perl
20978              (from Jens-Uwe Mager <jum@helios.de>)
20979      Branch: perl
20980            ! ext/DynaLoader/dl_aix.xs
20981 ____________________________________________________________________________
20982 [  5957] By: gsar                                  on 2000/04/27  04:54:51
20983         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
20984      Branch: perl
20985            ! pod/perlmod.pod
20986 ____________________________________________________________________________
20987 [  5956] By: gsar                                  on 2000/04/27  04:51:47
20988         Log: better diagnostics on failed tests (from Ilya Zakharevich)
20989      Branch: perl
20990            ! t/op/lex_assign.t
20991 ____________________________________________________________________________
20992 [  5955] By: gsar                                  on 2000/04/27  04:26:44
20993         Log: longstanding bug exposed by change#3307: sort arguments weren't
20994              compiled with the right wantarray context (ensuing runtime lookup
20995              via block_gimme() was getting the incidental context of the
20996              sort() itself)
20997      Branch: perl
20998            ! op.c t/op/sort.t
20999 ____________________________________________________________________________
21000 [  5954] By: gsar                                  on 2000/04/26  23:42:12
21001         Log: integrate cfgperl contents into mainline
21002      Branch: perl
21003           !> (integrate 30 files)
21004 ____________________________________________________________________________
21005 [  5953] By: jhi                                   on 2000/04/26  23:06:42
21006         Log: Integrate with Sarathy.
21007      Branch: cfgperl
21008           !> README.win32 ext/B/B/Deparse.pm
21009           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21010           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
21011           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
21012           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
21013           !> utils/perldoc.PL vms/perlvms.pod
21014 ____________________________________________________________________________
21015 [  5952] By: jhi                                   on 2000/04/26  23:03:46
21016         Log: Undo "use integer" addition from 64bitint as it seems
21017              to break most of the subtests in Digital UNIX;
21018              Unicos needs to find another way.
21019      Branch: cfgperl
21020            ! t/op/64bitint.t
21021 ____________________________________________________________________________
21022 [  5951] By: jhi                                   on 2000/04/26  22:57:53
21023         Log: Be more robust on "extreme" (large absolute value)
21024              arguments.  Originally reported by Daniel Connelly
21025              as a problem with asinh() on large negative arguments,
21026              asinh() used to bail out because an argument to log()
21027              ended up being zero.  Ilya Zakharevich proposed using
21028              Taylor's series in such cases, which for such large
21029              arguments is a very good approximation.
21030      Branch: cfgperl
21031            ! lib/Math/Complex.pm t/lib/complex.t
21032 ____________________________________________________________________________
21033 [  5950] By: gsar                                  on 2000/04/25  19:13:12
21034         Log: reformat perldiag to avoid long lines
21035      Branch: perl
21036            ! pod/perldiag.pod
21037 ____________________________________________________________________________
21038 [  5949] By: gsar                                  on 2000/04/25  18:41:11
21039         Log: make perldoc use the pod2man from the same version (from
21040              M.J.T. Guy)
21041      Branch: perl
21042            ! utils/perldoc.PL
21043 ____________________________________________________________________________
21044 [  5948] By: gsar                                  on 2000/04/25  18:21:57
21045         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
21046              <kompas@kompas.usr.onet.pl>)
21047      Branch: perl
21048            ! lib/vars.pm
21049 ____________________________________________________________________________
21050 [  5947] By: gsar                                  on 2000/04/25  18:11:53
21051         Log: use &dl_error rather than &dl_load_file as the guard for calling
21052              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21053              statically built perl)
21054      Branch: perl
21055            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21056 ____________________________________________________________________________
21057 [  5946] By: jhi                                   on 2000/04/25  17:37:54
21058         Log: Document that tr() is not tr(1).
21059      Branch: cfgperl
21060            ! pod/perlop.pod
21061 ____________________________________________________________________________
21062 [  5945] By: gsar                                  on 2000/04/25  16:34:33
21063         Log: make module name mandatory after -M switch; reorder perldiag
21064              alphabetically (from Mark-Jason Dominus)
21065      Branch: perl
21066            ! perl.c pod/perldiag.pod
21067 ____________________________________________________________________________
21068 [  5944] By: jhi                                   on 2000/04/25  01:15:18
21069         Log: On second thoughts frexp() does have two arguments.
21070      Branch: cfgperl
21071            ! perl.h
21072 ____________________________________________________________________________
21073 [  5943] By: jhi                                   on 2000/04/24  22:56:32
21074         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21075              Now pp_ncmp() returns undef is either operand is a NaN.
21076      Branch: cfgperl
21077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21078            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
21079            ! vms/subconfigure.com vos/config.def vos/config.h
21080            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
21081            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21082            ! win32/config_H.vc
21083      Branch: metaconfig/U/perl
21084            + d_modfl.U
21085 ____________________________________________________________________________
21086 [  5942] By: jhi                                   on 2000/04/24  19:45:17
21087         Log: Regen Configure to match #5937.
21088      Branch: cfgperl
21089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21090            ! config_h.SH
21091      Branch: metaconfig
21092            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
21093 ____________________________________________________________________________
21094 [  5941] By: jhi                                   on 2000/04/24  19:24:11
21095         Log: Further Unicos fixes for Mark Lutz.
21096      Branch: cfgperl
21097            ! hints/unicos.sh pp_ctl.c
21098 ____________________________________________________________________________
21099 [  5940] By: jhi                                   on 2000/04/24  19:09:06
21100         Log: Various Unicos 10.0.0.6 fixes.
21101              
21102              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
21103              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
21104              Reply-To: tecmpl1@triton.ca.boeing.com 
21105              To: perl5-porters@perl.org 
21106              Date: Fri, 14 Apr 2000 20:21:00 GMT 
21107              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
21108      Branch: cfgperl
21109            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
21110 ____________________________________________________________________________
21111 [  5939] By: gsar                                  on 2000/04/24  19:01:24
21112         Log: more pod nits (from Larry Virden)
21113      Branch: perl
21114            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
21115            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21116            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21117 ____________________________________________________________________________
21118 [  5938] By: gsar                                  on 2000/04/24  18:54:01
21119         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
21120      Branch: perl
21121            ! ext/B/B/Deparse.pm
21122 ____________________________________________________________________________
21123 [  5937] By: jhi                                   on 2000/04/24  17:39:00
21124         Log: Integrate with Sarathy.
21125      Branch: cfgperl
21126           +> (branch 31 files)
21127           !> (integrate 73 files)
21128 ____________________________________________________________________________
21129 [  5936] By: gsar                                  on 2000/04/24  17:30:06
21130         Log: additional tests for change#5934 (from Paul Marquess, who also
21131              sent in the same fix)
21132      Branch: perl
21133            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21134            ! t/pragma/warn/5nolint t/pragma/warn/6default
21135 ____________________________________________________________________________
21136 [  5935] By: jhi                                   on 2000/04/24  17:26:05
21137         Log: Do not assume sign propagation.
21138              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
21139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
21140              To: payner@ncifcrf.gov, perl5-porters@perl.org 
21141              Date: Tue, 18 Apr 2000 18:24:49 +0100 
21142              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
21143      Branch: cfgperl
21144            ! t/op/bop.t t/op/misc.t
21145 ____________________________________________________________________________
21146 [  5934] By: gsar                                  on 2000/04/24  17:16:54
21147         Log: propagate lexical warnings from surrounding scope correctly
21148              within string eval()
21149      Branch: perl
21150            ! pp_ctl.c t/pragma/warn/pp_ctl
21151 ____________________________________________________________________________
21152 [  5933] By: jhi                                   on 2000/04/24  17:01:07
21153         Log: Flatten the cpp jungle doing the nosuid checking.
21154      Branch: cfgperl
21155            ! perl.c
21156 ____________________________________________________________________________
21157 [  5932] By: gsar                                  on 2000/04/24  09:08:14
21158         Log: add rsignal(), whichsig() and do_join() to public API list
21159              (mod_perl uses them to good advantage)
21160      Branch: perl
21161            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
21162 ____________________________________________________________________________
21163 [  5931] By: gsar                                  on 2000/04/24  09:01:40
21164         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21165      Branch: perl
21166            ! pp_hot.c regexec.c t/op/pat.t
21167 ____________________________________________________________________________
21168 [  5930] By: gsar                                  on 2000/04/24  08:58:33
21169         Log: small os390 tweaks (from Peter Prymmer)
21170      Branch: perl
21171            ! config_h.SH makedepend.SH
21172 ____________________________________________________________________________
21173 [  5929] By: gsar                                  on 2000/04/24  08:55:25
21174         Log: pod nits
21175      Branch: perl
21176            ! pod/perlguts.pod
21177 ____________________________________________________________________________
21178 [  5928] By: gsar                                  on 2000/04/24  08:50:13
21179         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
21180      Branch: perl
21181            ! ext/IO/lib/IO/Poll.pm
21182 ____________________________________________________________________________
21183 [  5927] By: gsar                                  on 2000/04/24  08:43:24
21184         Log: arrange for next() to resume at the unstack op rather than the
21185              loop conditional, so that scope cleanup happens correctly
21186              (from Stephen McCamant)
21187      Branch: perl
21188            ! op.c pp_ctl.c t/op/misc.t
21189 ____________________________________________________________________________
21190 [  5926] By: gsar                                  on 2000/04/24  08:18:40
21191         Log: on windows, reserve 16M of stack rather than 128M (allows more
21192              threads to run concurrently)
21193      Branch: perl
21194            ! win32/Makefile win32/makefile.mk
21195 ____________________________________________________________________________
21196 [  5925] By: gsar                                  on 2000/04/24  08:13:52
21197         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21198      Branch: perl
21199            ! toke.c
21200 ____________________________________________________________________________
21201 [  5924] By: gsar                                  on 2000/04/24  08:08:59
21202         Log: avoid using uninitialized memory in require version check
21203      Branch: perl
21204            ! pp_ctl.c universal.c
21205 ____________________________________________________________________________
21206 [  5923] By: gsar                                  on 2000/04/24  07:20:14
21207         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
21208      Branch: perl
21209            ! ext/IO/lib/IO/Poll.pm
21210 ____________________________________________________________________________
21211 [  5922] By: gsar                                  on 2000/04/24  07:08:42
21212         Log: commentary about IoTYPE() (from Nathan Torkington)
21213      Branch: perl
21214            ! sv.h
21215 ____________________________________________________________________________
21216 [  5921] By: gsar                                  on 2000/04/24  06:58:26
21217         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21218              by fix
21219      Branch: perl
21220            ! sv.c t/lib/charnames.t t/pragma/utf8.t
21221 ____________________________________________________________________________
21222 [  5920] By: gsar                                  on 2000/04/24  06:37:59
21223         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
21224      Branch: perl
21225            ! doop.c t/op/ver.t
21226 ____________________________________________________________________________
21227 [  5919] By: gsar                                  on 2000/04/24  06:21:58
21228         Log: Configure might miss old directories when prefix must be
21229              expanded (from Robin Barker)
21230      Branch: metaconfig
21231            ! U/installdirs/inc_version_list.U
21232      Branch: perl
21233            ! Configure
21234 ____________________________________________________________________________
21235 [  5918] By: gsar                                  on 2000/04/24  06:16:11
21236         Log: VMS nits in glob() test (from Charles Lane)
21237      Branch: perl
21238            ! t/lib/glob-basic.t
21239 ____________________________________________________________________________
21240 [  5917] By: gsar                                  on 2000/04/24  06:11:56
21241         Log: various pod nits (from Larry Virden and others)
21242      Branch: perl
21243            ! README.amiga README.hpux README.machten README.os2
21244            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
21245            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
21246            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
21247            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
21248            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
21249            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
21250            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
21251            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
21252 ____________________________________________________________________________
21253 [  5916] By: gsar                                  on 2000/04/24  05:52:43
21254         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
21255              <wjones@tc.fluke.com>)
21256      Branch: perl
21257            ! t/lib/glob-basic.t
21258 ____________________________________________________________________________
21259 [  5915] By: gsar                                  on 2000/04/24  05:07:01
21260         Log: supported platforms mixed up
21261      Branch: perl
21262            ! pod/perl56delta.pod pod/perlport.pod
21263 ____________________________________________________________________________
21264 [  5914] By: gsar                                  on 2000/04/24  04:56:08
21265         Log: caller() wasn't returning the right number of elements for
21266              eval {...}
21267      Branch: perl
21268            ! pp_ctl.c t/pragma/warn/9enabled
21269 ____________________________________________________________________________
21270 [  5913] By: gsar                                  on 2000/04/24  04:35:41
21271         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
21272              Mark-Jason Dominus)
21273      Branch: perl
21274            ! pod/perlfunc.pod
21275 ____________________________________________________________________________
21276 [  5912] By: gsar                                  on 2000/04/24  04:17:15
21277         Log: fix totally broken caching in UNIVERSAL::isa() (from
21278              Nick Ing-Simmons)
21279      Branch: perl
21280            ! t/op/universal.t universal.c
21281 ____________________________________________________________________________
21282 [  5911] By: gsar                                  on 2000/04/24  03:39:47
21283         Log: add linebreak properties from unicode/LineBrk.txt (from
21284              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21285      Branch: perl
21286            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21287            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21288            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21289            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21290            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21291            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21292            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21293            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21294            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21295            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21296            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21297            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21298            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21299            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
21300            + lib/unicode/Is/LbrkZW.pl
21301            ! lib/unicode/mktables.PL
21302 ____________________________________________________________________________
21303 [  5910] By: gsar                                  on 2000/04/24  03:23:10
21304         Log: typo in pod
21305      Branch: perl
21306            ! ext/Thread/Thread.pm
21307 ____________________________________________________________________________
21308 [  5909] By: gsar                                  on 2000/04/24  03:22:03
21309         Log: mode argument to do_binmode() should be file mode, not boolean
21310      Branch: perl
21311            ! pp_sys.c
21312 ____________________________________________________________________________
21313 [  5908] By: gsar                                  on 2000/04/16  16:51:08
21314         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
21315              always returns a valid GV even when the symbol is trapped by strictures
21316              (avoids coredumps)
21317              
21318              TODO: the C<package;> hack needs similar treatment
21319      Branch: perl
21320            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
21321            ! t/pragma/strict-vars
21322 ____________________________________________________________________________
21323 [  5907] By: jhi                                   on 2000/03/31  23:42:56
21324         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
21325              an assumption which #5905 demolished.
21326      Branch: cfgperl
21327            ! pp_sys.c
21328 ____________________________________________________________________________
21329 [  5906] By: jhi                                   on 2000/03/31  18:54:37
21330         Log: Typo in #5905.
21331      Branch: cfgperl
21332            ! t/op/64bitint.t
21333 ____________________________________________________________________________
21334 [  5905] By: jhi                                   on 2000/03/31  18:50:54
21335         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
21336              reported by Joseph N. Hall.  The bug was that even with use64bitint
21337              one had to use the prefixes q, L, or ll with printf/sprintf,
21338              contrary to the documentation and common sense.
21339      Branch: cfgperl
21340            ! sv.c t/op/64bitint.t
21341 ____________________________________________________________________________
21342 [  5904] By: gsar                                  on 2000/03/28  02:31:32
21343         Log: add Changes, perldelta.pod
21344      Branch: perl
21345            + Changes pod/perldelta.pod
21346 ____________________________________________________________________________
21347 [  5903] By: gsar                                  on 2000/03/28  02:03:55
21348         Log: rename Changes and perldelta.pod
21349      Branch: perl
21350           +> Changes5.6 pod/perl56delta.pod
21351            - Changes pod/perldelta.pod
21352            ! MANIFEST
21353 ____________________________________________________________________________
21354 [  5902] By: gsar                                  on 2000/03/28  01:59:14
21355         Log: create maint-5.6 branch
21356      Branch: maint-5.6/perl
21357           +> (branch 1611 files)
21358 ____________________________________________________________________________
21359 [  5901] By: jhi                                   on 2000/03/23  05:48:43
21360         Log: Integrate with Sarathy.
21361      Branch: cfgperl
21362           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
21363 ____________________________________________________________________________
21364 [  5900] By: gsar                                  on 2000/03/23  05:42:43
21365         Log: three guesses on what this is :-)
21366      Branch: perl
21367            ! Changes