This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make VMS use IEEE math by default; reorder Tru64 hints
[perl5.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.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
35         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
36      Branch: perl
37            ! pod/perlfaq5.pod
38 ____________________________________________________________________________
39 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
40         Log: The #11593 wasn't right.
41      Branch: perl
42            ! lib/Math/BigInt/t/bigintpm.t
43 ____________________________________________________________________________
44 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
45         Log: Subject: [PATCH: perl@11564] introducing perlivp
46              From: Prymmer/Kahn <pvhp@best.com>
47              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
48              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
49              
50              Subject: Re: [PATCH: perl@11564] introducing perlivp
51              From: Prymmer/Kahn <pvhp@best.com>
52              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
53              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
54      Branch: perl
55            + utils/perlivp.PL
56            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
57            ! win32/Makefile win32/makefile.mk
58 ____________________________________________________________________________
59 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
60         Log: libcs are confused what to call Infinity.
61      Branch: perl
62            ! lib/Math/BigInt/t/bigintpm.t
63 ____________________________________________________________________________
64 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
65         Log: Avoid SIGFPE in Tru64.
66      Branch: perl
67            ! numeric.c
68 ____________________________________________________________________________
69 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
70         Log: Upgrade to Math::BigInt 1.40.
71              
72              NOTE: this patch necessitates doing something about
73              infinity handling since the new bigintpm.t tests use
74              infinity, which causes SIGFPEs at least in Tru64.
75      Branch: perl
76            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
77            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
78            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
79            ! lib/Math/BigInt/t/mbimbf.t
80 ____________________________________________________________________________
81 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
82         Log: remove hardcoded cmd shell in testsuite
83      Branch: perl
84            ! t/op/glob.t t/op/magic.t t/op/stat.t
85 ____________________________________________________________________________
86 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
87         Log: 4-arg select() was busted on windows because change#8178 didn't
88              make it into mainline
89      Branch: perl
90            ! perl.h win32/include/sys/socket.h
91 ____________________________________________________________________________
92 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
93         Log: Rename the Getopt::Long tests to be as they are
94              in the Getopt::Long official distribution.
95      Branch: perl
96            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
97            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
98            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
99            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
100            ! MANIFEST
101 ____________________________________________________________________________
102 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
103         Log: Upgrade to Getopt::Long 2.26.
104      Branch: perl
105            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
106            ! MANIFEST lib/Getopt/Long.pm
107 ____________________________________________________________________________
108 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
109         Log: Retract #10874 (the hack should be unnecessary by now)
110      Branch: perl
111            ! lib/Test/Harness.pm
112 ____________________________________________________________________________
113 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
114         Log: avoid temp file littering in tests
115      Branch: perl
116            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
117 ____________________________________________________________________________
118 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
119         Log: Subject: warning in sv.c: double format, NV arg
120              From: "Philip Newton" <Philip.Newton@gmx.net>
121              Date: Sun, 5 Aug 2001 19:41:07 +0200
122              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
123      Branch: perl
124            ! sv.c
125 ____________________________________________________________________________
126 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
127         Log: fix POSIX.t#13 for windos
128      Branch: perl
129            ! ext/POSIX/POSIX.t
130 ____________________________________________________________________________
131 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
132         Log: Add a test for PerlIO::Via.
133      Branch: perl
134            + ext/PerlIO/t/via.t
135            ! MANIFEST ext/PerlIO/Via/Via.pm
136 ____________________________________________________________________________
137 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
138         Log: flock() and link() are not available on Windows 9x
139      Branch: perl
140            ! win32/config_sh.PL
141 ____________________________________________________________________________
142 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
143         Log: Some Tru64 C compilers have C++ components that confuse
144              the ccversion parsing.
145      Branch: perl
146            ! hints/dec_osf.sh
147 ____________________________________________________________________________
148 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
149         Log: (Reintroduce #11125)
150              
151              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
152              From: Alan Burlison <Alan.Burlison@sun.com> 
153              Date: Tue, 03 Jul 2001 15:20:13 +0100   
154              Message-ID: <3B41D49D.A923D4F9@sun.com> 
155      Branch: perl
156            ! lib/ExtUtils/MM_Unix.pm
157 ____________________________________________________________________________
158 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
159         Log: Little pointer juggling for HP-UX cc to avoid
160              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
161              followed by
162              "error 1549: Modifiable lvalue required for assignment operator."
163      Branch: perl
164            ! hv.c
165 ____________________________________________________________________________
166 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
167         Log: Continuation of #11575: SANY_SEEN completely deprecated,
168              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
169              plus a fix for the bug.
170      Branch: perl
171            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
172 ____________________________________________________________________________
173 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
174         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
175              From: Doug MacEachern <dougm@covalent.net>
176              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
177              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
178      Branch: perl
179            ! sv.c
180 ____________________________________________________________________________
181 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
182         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
183              the new CANY is the \C.  The problem reported and the
184              test case supplied in
185              
186              Subject: UTF-8 bugs in string length & single line regex matches
187              From: "Daniel P. Berrange" <dan@berrange.com>
188              Date: Fri, 3 Aug 2001 11:39:33 +0100
189              Message-ID: <20010803113932.A19318@berrange.com>
190      Branch: perl
191            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
192            ! t/op/pat.t
193 ____________________________________________________________________________
194 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
195         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
196              From: Doug MacEachern <dougm@covalent.net>
197              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
198              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
199      Branch: perl
200            ! perl.c regexec.c
201 ____________________________________________________________________________
202 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
203         Log: The #11572 didn't up the test count.
204      Branch: perl
205            ! t/op/length.t
206 ____________________________________________________________________________
207 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
208         Log: Subject: UTF-8 bugs in string length & single line regex matches
209              From: "Daniel P. Berrange" <dan@berrange.com>
210              Date: Fri, 3 Aug 2001 11:39:33 +0100         
211              Message-ID: <20010803113932.A19318@berrange.com>
212              
213              (the mg_length() fix)
214      Branch: perl
215            ! mg.c t/op/length.t
216 ____________________________________________________________________________
217 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
218         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
219              From: Abhijit Menon-Sen <ams@wiw.org>
220              Date: Sat, 4 Aug 2001 16:56:35 +0530
221              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
222      Branch: perl
223            ! hv.c
224 ____________________________________________________________________________
225 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
226         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
227              From: Abhijit Menon-Sen <ams@wiw.org>
228              Date: Sat, 4 Aug 2001 16:16:03 +0530
229              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
230      Branch: perl
231            ! hv.c
232 ____________________________________________________________________________
233 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
234         Log: Subject: Re: [patch] refcount re ops
235              From: Abhijit Menon-Sen <ams@wiw.org>
236              Date: Sat, 4 Aug 2001 08:54:55 +0530
237              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
238      Branch: perl
239            ! sv.c
240 ____________________________________________________________________________
241 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
242         Log: Subject: [patch] refcount re ops
243              From: Doug MacEachern <dougm@covalent.net>
244              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
245              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
246      Branch: perl
247            ! regcomp.c sv.c
248 ____________________________________________________________________________
249 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
250         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
251              From: Doug MacEachern <dougm@covalent.net>
252              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
253              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
254      Branch: perl
255            ! perl.c regexec.c
256 ____________________________________________________________________________
257 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
258         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
259              From: "Craig A. Berry" <craigberry@mac.com> 
260              Date: Fri, 03 Aug 2001 16:16:16 -0500
261              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
262      Branch: perl
263            ! t/op/misc.t
264 ____________________________________________________________________________
265 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
266         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
267              From: John Kristian <jmk2001@engineer.com>
268              Date: Fri, 03 Aug 2001 00:59:08 -0700
269              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
270      Branch: perl
271            ! win32/win32.c
272 ____________________________________________________________________________
273 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
274         Log: Update Changes.
275      Branch: perl
276            ! Changes patchlevel.h
277 ____________________________________________________________________________
278 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
279         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
280              From: "Craig A. Berry" <craigberry@mac.com>
281              Date: Thu, 02 Aug 2001 23:15:24 -0500
282              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
283      Branch: perl
284            ! ext/B/Stash.t
285 ____________________________________________________________________________
286 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
287         Log: Subject: [patch] plug PL_cshname leak
288              From: Doug MacEachern <dougm@covalent.net>
289              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
290              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
291      Branch: perl
292            ! sv.c
293 ____________________________________________________________________________
294 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
295         Log: Subject: [patch] plug PL_sh_path leak
296              From: Doug MacEachern <dougm@covalent.net>
297              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
298              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
299      Branch: perl
300            ! sv.c
301 ____________________________________________________________________________
302 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
303         Log: Subject: [patch] plug PL_regex_padav leaks
304              From: Doug MacEachern <dougm@covalent.net>
305              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
306              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
307      Branch: perl
308            ! op.c op.h perl.c
309 ____________________________________________________________________________
310 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
311         Log: Subject: [patch] plug PL_origargv leak
312              From: Doug MacEachern <dougm@covalent.net>
313              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
314              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
315      Branch: perl
316            ! perl.c
317 ____________________________________________________________________________
318 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
319         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
320              From: Abhijit Menon-Sen <ams@wiw.org>
321              Date: Fri, 3 Aug 2001 06:38:11 +0530
322              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
323      Branch: perl
324            ! hv.c
325 ____________________________________________________________________________
326 [ 11557] By: nick                                  on 2001/08/03  08:17:38
327         Log: Integrate mainline
328      Branch: perlio
329           +> (branch 47 files)
330            - lib/Switch/test.pl
331           !> (integrate 49 files)
332 ____________________________________________________________________________
333 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
334         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
335              From: "Craig A. Berry" <craigberry@mac.com>
336              Date: Thu, 02 Aug 2001 12:56:19 -0500
337              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
338      Branch: perl
339            ! ext/B/Showlex.t
340 ____________________________________________________________________________
341 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
342         Log: Be more careful about non-existent files.
343      Branch: perl
344            ! lib/File/Copy.pm
345 ____________________________________________________________________________
346 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
347         Log: Subject: [PATCH resend] deparse empty formats
348              From: Robin Houston <robin@kitsite.com> 
349              Date: Thu, 2 Aug 2001 14:32:36 +0100
350              Message-ID: <20010802143236.A894@robin.kitsite.com>
351      Branch: perl
352            ! ext/B/B/Deparse.pm
353 ____________________________________________________________________________
354 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
355         Log: Subject: [patch] ithreads + refto fix improvement
356              From: Doug MacEachern <dougm@covalent.net>
357              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
358              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
359      Branch: perl
360            ! pp.c
361 ____________________________________________________________________________
362 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
363         Log: Readability nit from Abhijit.
364      Branch: perl
365            ! op.c
366 ____________________________________________________________________________
367 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
368         Log: setproctitle() API version nit from Anton Berezin.
369      Branch: perl
370            ! mg.c
371 ____________________________________________________________________________
372 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
373         Log: Add PerlCE to the docs.
374      Branch: perl
375            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
376            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
377 ____________________________________________________________________________
378 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
379         Log: Integrate the PerlCE (WinCE Perl) port;
380              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
381      Branch: perl
382            + README.ce wince/FindExt.pm wince/Makefile.ce
383            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
384            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
385            + wince/bin/search.pl wince/config.ce wince/config.h
386            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
387            + wince/dl_win32.xs wince/include/arpa/inet.h
388            + wince/include/cectype.h wince/include/errno.h
389            + wince/include/netdb.h wince/include/sys/socket.h
390            + wince/include/sys/stat.h wince/include/sys/types.h
391            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
392            + wince/perl.rc wince/perldll.def wince/perllib.c
393            + wince/perlmain.c wince/registry.bat wince/runperl.c
394            + wince/splittree.pl wince/win32.h wince/win32iop.h
395            + wince/win32thread.c wince/win32thread.h wince/wince.c
396            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
397            + wince/xdistclean.ksh wince/xmakediffs.ksh
398            ! MANIFEST perl.c perl.h perlio.c
399 ____________________________________________________________________________
400 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
401         Log: setproctitle() made simpler.  (This assumes the string is
402              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
403              should be used.  Note len, not len + 1.)  BSD-fu from Anton
404              Berezin.
405      Branch: perl
406            ! mg.c
407 ____________________________________________________________________________
408 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
409         Log: Subject: [PATCH] -Wall cleanup: op.c
410              From: Richard Soderberg <rs@oregonnet.com>
411              Date: Thu, 2 Aug 2001 00:17:09 -0700
412              Message-Id: <200108020717.AAA26895@oregonnet.com>
413              
414              Subject: [PATCH] -Wall cleanup: sv.c
415              From: Richard Soderberg <rs@oregonnet.com>
416              Date: Thu, 2 Aug 2001 00:49:21 -0700
417              Message-Id: <200108020749.AAA27492@oregonnet.com>
418      Branch: perl
419            ! op.c sv.c
420 ____________________________________________________________________________
421 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
422         Log: Update Changes.
423      Branch: perl
424            ! Changes patchlevel.h
425 ____________________________________________________________________________
426 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
427         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
428              From: Doug MacEachern <dougm@covalent.net>
429              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
430              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
431      Branch: perl
432            ! op.c
433 ____________________________________________________________________________
434 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
435         Log: The #11541 didn't work under threads.
436      Branch: perl
437            ! op.c
438 ____________________________________________________________________________
439 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
440         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
441              From: Hugo <hv@crypt.compulink.co.uk>
442              Date: Fri, 22 Jun 2001 01:19:08 +0100 
443              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
444              
445              (Skip tests if accept() failed)
446      Branch: perl
447            ! ext/IO/lib/IO/t/io_unix.t
448 ____________________________________________________________________________
449 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
450         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
451              From: "Stian Seeberg" <sseeberg@nimsoft.no>
452              Date: Mon, 30 Jul 2001 12:28:07 +0200
453              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
454      Branch: perl
455            ! perl.h
456 ____________________________________________________________________________
457 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
458         Log: Subject: Pluggable optimizer
459              From: Simon Cozens <simon@netthink.co.uk>
460              Date: Wed, 1 Aug 2001 13:57:02 -0700
461              Message-ID: <20010801135702.I10442@netthink.co.uk>
462      Branch: perl
463            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
464 ____________________________________________________________________________
465 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
466         Log: Subject: [ID 20010801.039] perlre.pod message typo
467              From: Autrijus Tang <autrijus@geb.elixus.org>
468              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
469              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
470      Branch: perl
471            ! pod/perlre.pod
472 ____________________________________________________________________________
473 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
474         Log: Test for change #11536.
475      Branch: perl
476            ! t/op/tiehandle.t
477 ____________________________________________________________________________
478 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
479         Log: More test fixups for #11537.
480      Branch: perl
481            ! t/lib/warnings/4lint t/lib/warnings/9enabled
482 ____________________________________________________________________________
483 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
484         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
485              From: Doug MacEachern <dougm@covalent.net>
486              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
487              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
488      Branch: perl
489            ! op.c t/TestInit.pm
490 ____________________________________________________________________________
491 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
492         Log: Subject: [patch] ithreads + refto bug
493              From: Doug MacEachern <dougm@covalent.net>
494              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
495              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
496              
497              (Test in change #11539)
498      Branch: perl
499            ! pp.c
500 ____________________________________________________________________________
501 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
502         Log: Subject: [PATCH: perl@11523] fixups for t/harness
503              From: Prymmer/Kahn <pvhp@best.com>
504              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
505              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
506      Branch: perl
507            ! t/harness
508 ____________________________________________________________________________
509 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
510         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
511              From: Prymmer/Kahn <pvhp@best.com>
512              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
513              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
514      Branch: perl
515            ! win32/Makefile win32/makefile.mk
516 ____________________________________________________________________________
517 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
518         Log: Need to know the number of tests.
519      Branch: perl
520            ! t/run/exit.t
521 ____________________________________________________________________________
522 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
523         Log: Subject: Re: new exit tests on VMS
524              From: "Craig A. Berry" <craigberry@mac.com>
525              Date: Tue, 31 Jul 2001 12:19:29 -0500
526              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
527      Branch: perl
528            ! t/run/exit.t
529 ____________________________________________________________________________
530 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
531         Log: Retract #11530 (the dTHX is needed under threads)
532      Branch: perl
533            ! perlio.c
534 ____________________________________________________________________________
535 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
536         Log: (Retracted by #11531)
537      Branch: perl
538            ! perlio.c
539 ____________________________________________________________________________
540 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
541         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
542              From: Richard Soderberg <rs@crystalflame.net>
543              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
544              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
545      Branch: perl
546            ! unixish.h
547 ____________________________________________________________________________
548 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
549         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
551              Date: Tue, 31 Jul 2001 05:39:09 -0400
552              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
553              
554              (with a note about the case of UV being equal to long long)
555      Branch: perl
556            ! utils/h2xs.PL
557 ____________________________________________________________________________
558 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
559         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
560              From: "Craig A. Berry" <craigberry@mac.com>
561              Date: Tue, 31 Jul 2001 14:57:43 -0500
562              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
563      Branch: perl
564            ! t/io/fs.t
565 ____________________________________________________________________________
566 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
567         Log: Fix for
568              
569              Subject: [ID 20010116.001] File::Copy truncates orig file 
570              From: arbor@al37al08.telecel.pt
571              Date: Tue, 16 Jan 2001 11:43:02 GMT
572              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
573              
574              (copy($foo, $foo) would truncate $foo)
575      Branch: perl
576            ! lib/File/Copy.pm lib/File/Copy.t
577 ____________________________________________________________________________
578 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
579         Log: Metaconfig unit change for #11524.
580      Branch: metaconfig/U/perl
581            ! Extras.U
582 ____________________________________________________________________________
583 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
584         Log: Multiple modules didn't work; plus typo fixes.
585      Branch: perl
586            ! Configure
587 ____________________________________________________________________________
588 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
589         Log: Update Changes.
590      Branch: perl
591            ! Changes patchlevel.h
592 ____________________________________________________________________________
593 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
594         Log: Regen perlapi.
595      Branch: perl
596            ! pod/perlapi.pod
597 ____________________________________________________________________________
598 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
599         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
600              From: Dave Mitchell <davem@fdgroup.co.uk>
601              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
602              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
603      Branch: perl
604            ! sv.c
605 ____________________________________________________________________________
606 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
607         Log: Regen toc.
608      Branch: perl
609            ! pod/perltoc.pod
610 ____________________________________________________________________________
611 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
612         Log: Regen Porting stuff.
613      Branch: perl
614            ! Porting/Glossary Porting/config.sh Porting/config_H
615 ____________________________________________________________________________
616 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
617         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
619              Date: Tue, 31 Jul 2001 05:34:38 -0400
620              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
621      Branch: perl
622            ! utils/h2xs.PL
623 ____________________________________________________________________________
624 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
625         Log: Metaconfig unit change for #11516. 
626      Branch: metaconfig/U/perl
627            ! gccvers.U
628 ____________________________________________________________________________
629 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
630         Log: Add -Wall in cflags, not in Configure.
631              (This way -Wall affects only the core and the core XS,
632              not user modules' XS.  Concern from Paul Marquess,
633              implementation idea from Andy Dougherty.)
634      Branch: perl
635            ! Configure cflags.SH
636 ____________________________________________________________________________
637 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
638         Log: Metaconfig unit changes for #11514.
639      Branch: metaconfig
640            + U/modified/sysman.U
641            ! U/installdirs/man1dir.U
642 ____________________________________________________________________________
643 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
644         Log: Subject: Configure's detection of system manual
645              From: Sean Dague <sean@dague.net> 
646              Date: Sun, 13 May 2001 15:53:15 -0400
647              Message-ID: <20010513155315.A15833@underhill.dague.net>
648      Branch: perl
649            ! Configure
650 ____________________________________________________________________________
651 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
652         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
653              From: Autrijus Tang <autrijus@autrijus.org> 
654              Date: Thu, 21 Jun 2001 23:56:48 +0800
655              Message-Id: <20010621235648.A57340@not.autrijus.org>
656      Branch: perl
657            ! pod/perlobj.pod
658 ____________________________________________________________________________
659 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
660         Log: Subject: Typo in DB_File.pm
661              From: "Philip Newton" <Philip.Newton@gmx.net>
662              Date: Tue, 31 Jul 2001 06:19:35 +0200
663              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
664      Branch: perl
665            ! ext/DB_File/DB_File.pm
666 ____________________________________________________________________________
667 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
668         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
669              From: "Stephen P. Potter" <spp@spotter.yi.org>
670              Date: Wed, 30 May 2001 13:59:34 -0400
671              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
672      Branch: perl
673            ! pod/perlre.pod
674 ____________________________________________________________________________
675 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
676         Log: eval "format foo=" would loop indefinitely; reported in
677              
678              Subject: A load of old rubbish
679              From: Mike Guy <mjtg@cam.ac.uk>
680              Date: Mon, 14 May 2001 16:12:22 +0100
681              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
682              
683              (The core dumps reported in there already fixed.)
684      Branch: perl
685            ! toke.c
686 ____________________________________________________________________________
687 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
688         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
689      Branch: perl
690            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
691            + lib/Switch/t/switch_case.t
692            - lib/Switch/test.pl
693            ! MANIFEST lib/Switch.pm
694 ____________________________________________________________________________
695 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
696         Log: Subject: [PATCH @11505] DB_File-1.78
697              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
698              Date: Mon, 30 Jul 2001 22:54:37 +0100
699              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
700      Branch: perl
701            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
702            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
703 ____________________________________________________________________________
704 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
705         Log: Explain in more detail why -pipe and -fno-common are good.
706      Branch: perl
707            ! hints/darwin.sh
708 ____________________________________________________________________________
709 [ 11506] By: nick                                  on 2001/07/30  14:32:23
710         Log: Integrate mainline
711      Branch: perlio
712           !> INSTALL Makefile.SH doio.c hints/darwin.sh
713 ____________________________________________________________________________
714 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
715         Log: Perl hasn't been putting man pages into $prefix/lib for
716              a long time now; pointed out by Andy Dougherty. 
717      Branch: perl
718            ! hints/darwin.sh
719 ____________________________________________________________________________
720 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
721         Log: Document the extras Configure option.
722      Branch: perl
723            ! INSTALL
724 ____________________________________________________________________________
725 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
726         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
727              everywhere.
728      Branch: perl
729           !> doio.c
730 ____________________________________________________________________________
731 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
732         Log: Doubly guard against invoking CPAN if no extras defined,
733              pointed out by H. Merijn Brand.
734      Branch: perl
735            ! Makefile.SH
736 ____________________________________________________________________________
737 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
738         Log: Fix O_RDONLY check to check for O_RDONLY.
739      Branch: maint-5.6/macperl
740            ! doio.c
741 ____________________________________________________________________________
742 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
743         Log: Integrate miscellaneous changes from maint-5.6/perl.
744      Branch: maint-5.6/macperl
745           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
746 ____________________________________________________________________________
747 [ 11499] By: nick                                  on 2001/07/30  06:52:42
748         Log: Integrate mainline
749      Branch: perlio
750           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
751           +> win32/sync_ext.pl
752            - win32/sncfnmcs.pl
753           !> (integrate 71 files)
754 ____________________________________________________________________________
755 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
756         Log: Update Changes.
757      Branch: perl
758            ! Changes patchlevel.h
759 ____________________________________________________________________________
760 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
761         Log: Now Configure -Dextras=Foo::Bar and "make install" will
762              fetch and install Foo::Bar.
763      Branch: perl
764            ! Makefile.SH
765 ____________________________________________________________________________
766 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
767         Log: Metaconfig unit change for #11495.
768      Branch: metaconfig/U/perl
769            ! Extras.U
770 ____________________________________________________________________________
771 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
772         Log: extras.make, extras.test, and extras.install make targets.
773      Branch: perl
774            ! Configure Makefile.SH
775 ____________________________________________________________________________
776 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
777         Log: Metaconfig unit change for #11493.
778      Branch: metaconfig/U/perl
779            ! Extras.U
780 ____________________________________________________________________________
781 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
782         Log: Better to have the list of extras in $extras than 'define'.
783      Branch: perl
784            ! Configure
785 ____________________________________________________________________________
786 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
787         Log: The metaconfig unit change for #11490.
788      Branch: metaconfig/U/perl
789            + Extras.U
790 ____________________________________________________________________________
791 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
792         Log: Missed from #11490 (the required dependency).
793      Branch: perl
794            ! Makefile.SH
795 ____________________________________________________________________________
796 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
797         Log: Add the support of asking for extra modules or bundles of modules
798              to be fetched from the CPAN and installed as a part of the Perl
799              build process.  None of this installation is yet really done;
800              only the list is asked, and saved away in extras.lst for
801              the build and installation process to worry about later.
802      Branch: perl
803            ! Configure
804 ____________________________________________________________________________
805 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
806         Log: Beginnings of better Inf and NaN support.
807              At least toke.c and sv.c still need quite a bit of work.
808      Branch: perl
809            ! numeric.c perl.h
810 ____________________________________________________________________________
811 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
812         Log: Top-level Makefile didn't honour OPTIMIZE.
813      Branch: perl
814            ! Makefile.SH
815 ____________________________________________________________________________
816 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
817         Log: Update Changes.
818      Branch: perl
819            ! Changes patchlevel.h
820 ____________________________________________________________________________
821 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
822         Log: Use Search::Dict 1.02 interface for charinfo().
823      Branch: perl
824            ! lib/UnicodeCD.pm
825 ____________________________________________________________________________
826 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
827         Log: Now also allow transforming the read lines before comparing them.
828              (This will help UnicodeCD.) 
829      Branch: perl
830            ! lib/Search/Dict.pm
831 ____________________________________________________________________________
832 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
833         Log: Remove tiehandle code.
834      Branch: perl
835            ! lib/UnicodeCD.pm
836 ____________________________________________________________________________
837 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
838         Log: Allow specifying a comparison function for Search::Dict::look().
839      Branch: perl
840            ! lib/Search/Dict.pm
841 ____________________________________________________________________________
842 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
843         Log: Small UnicodeCD tweaks.
844      Branch: perl
845            ! lib/UnicodeCD.pm lib/UnicodeCD.t
846 ____________________________________________________________________________
847 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
848         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
849              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
850              Date: Tue, 24 Jul 2001 01:51:32 +0900
851              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
852      Branch: perl
853            ! lib/UnicodeCD.pm lib/UnicodeCD.t
854 ____________________________________________________________________________
855 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
856         Log: Subject: [PATCH] installperl
857              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
858              Date: Fri, 27 Jul 2001 19:05:04 -0700
859              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
860      Branch: perl
861            ! installperl
862 ____________________________________________________________________________
863 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
864         Log: Subject: [PATCH] Set proper compatibility versions in core
865              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
866              Date: Fri, 27 Jul 2001 20:01:49 -0700
867              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
868      Branch: perl
869            ! Makefile.SH
870 ____________________________________________________________________________
871 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
872         Log: Metaconfig unit change for #11477.
873      Branch: metaconfig/U/perl
874            ! dlsrc.U
875 ____________________________________________________________________________
876 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
877         Log: Subject: [PATCH] Darwin: -fpic not so good
878              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
879              Date: Fri, 27 Jul 2001 18:57:38 -0700
880              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
881      Branch: perl
882            ! Configure
883 ____________________________________________________________________________
884 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
885         Log: Subject: [PATCH] Clean up Darwin hints
886              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
887              Date: Fri, 27 Jul 2001 19:13:15 -0700
888              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
889      Branch: perl
890            ! hints/darwin.sh
891 ____________________________________________________________________________
892 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
893         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
894              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
895              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
896              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
897      Branch: perl
898            ! pod/perlfunc.pod pp.c t/op/split.t
899 ____________________________________________________________________________
900 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
901         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
902              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
903              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
904              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
905      Branch: perl
906            ! pod/perlvar.pod
907 ____________________________________________________________________________
908 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
909         Log: Subject: [PATCH] fixes to constant.pm documentation
910              From: Ilmari Karonen <iltzu@sci.fi>
911              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
912              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
913      Branch: perl
914            ! lib/constant.pm
915 ____________________________________________________________________________
916 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
917         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
918              From: "Philip Newton" <Philip.Newton@gmx.net>
919              Date: Fri, 27 Jul 2001 07:51:10 +0200
920              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
921      Branch: perl
922            ! pod/perlport.pod
923 ____________________________________________________________________________
924 [ 11471] By: nick                                  on 2001/07/26  06:23:32
925         Log: Subject:  [PATCH] Doc fix for perlguts / threading
926              From:  Arthur Bergman <arthur@contiller.se>
927              Date:  Wed, 25 Jul 2001 11:28:23 +0200
928              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
929      Branch: perl
930            ! pod/perlguts.pod
931 ____________________________________________________________________________
932 [ 11470] By: nick                                  on 2001/07/26  06:21:06
933         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
934              From:  Philip Newton <Philip.Newton@gmx.net>
935              Date:  Wed, 25 Jul 2001 08:19:47 +0200
936              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
937      Branch: perl
938            ! INSTALL
939 ____________________________________________________________________________
940 [ 11469] By: nick                                  on 2001/07/26  06:20:25
941         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
942              From:  Philip Newton <Philip.Newton@gmx.net>
943              Date:  Wed, 25 Jul 2001 08:12:48 +0200
944              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
945      Branch: perl
946            ! INSTALL
947 ____________________________________________________________________________
948 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
949         Log: More +x.
950      Branch: perl
951            ! Porting/makerel
952 ____________________________________________________________________________
953 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
954         Log: Update Changes.
955      Branch: perl
956            ! Changes patchlevel.h
957 ____________________________________________________________________________
958 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
959         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
960              From: "Philip Newton" <Philip.Newton@gmx.net>
961              Date: Tue, 24 Jul 2001 06:45:55 +0200
962              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
963      Branch: perl
964            ! os2/perlrexx.c
965 ____________________________________________________________________________
966 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
967         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
968              From: Peter Prymmer <pvhp@forte.com>
969              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
970              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
971      Branch: perl
972            ! pod/perlport.pod t/io/fs.t vms/test.com
973 ____________________________________________________________________________
974 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
975         Log: Workaround on Cwd bootstrap problem.
976      Branch: perl
977            ! lib/ExtUtils/MakeMaker.pm
978 ____________________________________________________________________________
979 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
980         Log: When in Rome, quote like the Romans do.
981      Branch: perl
982            ! cflags.SH
983 ____________________________________________________________________________
984 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
985         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
987              Date: Mon, 23 Jul 2001 19:29:49 -0400
988              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
989      Branch: perl
990            + os2/perlrexx.c
991            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
992            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
993            ! t/op/write.t
994 ____________________________________________________________________________
995 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
996         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
998              Date: Mon, 23 Jul 2001 18:43:42 -0400
999              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
1000      Branch: perl
1001            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1002 ____________________________________________________________________________
1003 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
1004         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
1005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1006              Date: Mon, 23 Jul 2001 18:33:16 -0400
1007              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
1008      Branch: perl
1009            ! lib/ExtUtils/MakeMaker.pm
1010 ____________________________________________________________________________
1011 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
1012         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
1013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1014              Date: Mon, 23 Jul 2001 18:20:35 -0400
1015              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
1016      Branch: perl
1017            ! Makefile.SH cflags.SH
1018 ____________________________________________________________________________
1019 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
1020         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
1021              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
1022              Date: Mon, 23 Jul 2001 11:32:17 -0500
1023              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
1024      Branch: perl
1025            ! lib/ExtUtils/MakeMaker.pm
1026 ____________________________________________________________________________
1027 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
1028         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
1029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1030              Date: Mon, 23 Jul 2001 18:13:20 -0400
1031              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
1032      Branch: perl
1033            ! lib/perl5db.pl
1034 ____________________________________________________________________________
1035 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
1036         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
1037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1038              Date: Mon, 23 Jul 2001 18:07:40 -0400
1039              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
1040      Branch: perl
1041            ! op.c
1042 ____________________________________________________________________________
1043 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
1044         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
1045              From: "Craig A. Berry" <craigberry@mac.com>
1046              Date: Mon, 23 Jul 2001 15:35:06 -0500
1047              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
1048      Branch: perl
1049            ! util.c
1050 ____________________________________________________________________________
1051 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
1052         Log: Subject: [PATCH perlfaq9.pod typo]
1053              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
1054              Date: Mon, 23 Jul 2001 07:49:05 -0700
1055              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
1056      Branch: perl
1057            ! pod/perlfaq9.pod
1058 ____________________________________________________________________________
1059 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
1060         Log: Subject: win32\sncfnmcs.pl corrections
1061              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1062              Date: Mon, 23 Jul 2001 12:56:54 +0200
1063              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
1064              
1065              Rename the script a little bit more sensibly.
1066      Branch: perl
1067            + win32/sync_ext.pl
1068            - win32/sncfnmcs.pl
1069            ! MANIFEST README.win32
1070 ____________________________________________________________________________
1071 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
1072         Log: Test tweak.
1073      Branch: perl
1074            ! ext/B/Deparse.t
1075 ____________________________________________________________________________
1076 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
1077         Log: Metaconfig unit tweak for #11450.
1078      Branch: metaconfig/U/perl
1079            ! Mksymlinks.U
1080 ____________________________________________________________________________
1081 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
1082         Log: Too volatile failsafe check.
1083      Branch: perl
1084            ! Configure
1085 ____________________________________________________________________________
1086 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
1087         Log: Further doc tweaks.
1088      Branch: perl
1089            ! lib/UnicodeCD.pm
1090 ____________________________________________________________________________
1091 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
1092         Log: Doc tweaks.
1093      Branch: perl
1094            ! lib/UnicodeCD.pm
1095 ____________________________________________________________________________
1096 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
1097         Log: Doc tweakery from Abhijit.
1098      Branch: perl
1099            ! Porting/repository.pod
1100 ____________________________________________________________________________
1101 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
1102         Log: An accidental empty line.
1103      Branch: perl
1104            ! MANIFEST
1105 ____________________________________________________________________________
1106 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
1107         Log: Missing MANIFESTations.
1108      Branch: perl
1109            ! MANIFEST
1110 ____________________________________________________________________________
1111 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
1112         Log: Update Changes.
1113      Branch: perl
1114            ! Changes patchlevel.h
1115 ____________________________________________________________________________
1116 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
1117         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
1118              From: Mike Guy <mjtg@cam.ac.uk>
1119              Date: Fri, 20 Jul 2001 16:12:49 +0100
1120              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
1121      Branch: perl
1122            ! Porting/pumpkin.pod
1123 ____________________________________________________________________________
1124 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
1125         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1126              From: Peter Prymmer <pvhp@forte.com>
1127              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
1128              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
1129      Branch: perl
1130            ! pod/perlhack.pod
1131 ____________________________________________________________________________
1132 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
1133         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
1134              From: Michael G Schwern <schwern@pobox.com>
1135              Date: Fri, 20 Jul 2001 20:22:35 -0400
1136              Message-ID: <20010720202235.O4498@blackrider>
1137      Branch: perl
1138            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
1139            ! lib/Test/t/todo.t
1140 ____________________________________________________________________________
1141 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
1142         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
1143              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1144              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
1145              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
1146      Branch: perl
1147            ! ext/POSIX/POSIX.pod
1148 ____________________________________________________________________________
1149 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
1150         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
1151              From: Mark-Jason Dominus <mjd@plover.com>
1152              Date: Fri, 20 Jul 2001 23:16:54 -0400
1153              Message-ID: <20010721031654.21877.qmail@plover.com>
1154      Branch: perl
1155            ! ext/POSIX/POSIX.pod
1156 ____________________________________________________________________________
1157 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
1158         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
1159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1160              Date: Sun, 22 Jul 2001 14:56:09 +0200
1161              Message-ID: <20010722145609.A766@rafael>
1162      Branch: perl
1163            ! ext/B/O.pm
1164 ____________________________________________________________________________
1165 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
1166         Log: Subject: regexec.c #define cleanup
1167              From: Mark-Jason Dominus <mjd@plover.com>
1168              Date: Sat, 21 Jul 2001 18:33:25 -0400
1169              Message-ID: <20010721223325.3069.qmail@plover.com>
1170      Branch: perl
1171            ! regexec.c
1172 ____________________________________________________________________________
1173 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
1174         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
1175              From: Prymmer/Kahn <pvhp@best.com>
1176              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
1177              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
1178      Branch: perl
1179            ! t/io/fs.t
1180 ____________________________________________________________________________
1181 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
1182         Log: Typo in #11432.
1183      Branch: perl
1184            ! ext/POSIX/POSIX.t
1185 ____________________________________________________________________________
1186 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
1187         Log: Integrate (manually) change #11424 from macperl.
1188      Branch: perl
1189            ! ext/Filter/t/call.t
1190 ____________________________________________________________________________
1191 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
1192         Log: Integrate change #11408 from macperl.
1193      Branch: perl
1194           !> README.macos pod/perlport.pod
1195 ____________________________________________________________________________
1196 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
1197         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
1198      Branch: perl
1199           +> macos/MacPerlTests.cmd macos/xsubpp.patch
1200            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1201            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
1202            ! ext/POSIX/POSIX.t
1203 ____________________________________________________________________________
1204 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
1205         Log: pod/*.t tests not picked up by t/TEST either
1206      Branch: maint-5.6/perl
1207            ! t/TEST
1208 ____________________________________________________________________________
1209 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
1210         Log: better tweak for change#11429 (windows has both / and \ separated
1211              paths in @INC at that point)
1212      Branch: maint-5.6/perl
1213            ! t/pod/testp2pt.pl
1214 ____________________________________________________________________________
1215 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
1216         Log: MacOS pod test tweak needs \Escape
1217      Branch: maint-5.6/perl
1218            ! t/pod/testp2pt.pl
1219 ____________________________________________________________________________
1220 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
1221         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
1222              resulting duplicate output, but t/harness isn't)
1223      Branch: maint-5.6/perl
1224            ! t/run/runenv.t
1225 ____________________________________________________________________________
1226 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
1227         Log: t/harness wasn't picking up all the tests
1228      Branch: maint-5.6/perl
1229            ! t/harness
1230 ____________________________________________________________________________
1231 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
1232         Log: update MANIFEST for new file
1233      Branch: maint-5.6/perl
1234            ! MANIFEST
1235 ____________________________________________________________________________
1236 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
1237         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
1238              the exception of the macperl/macos/... tree
1239      Branch: maint-5.6/perl
1240           +> t/lib/filefind-taint.t
1241           !> (integrate 72 files)
1242 ____________________________________________________________________________
1243 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
1244         Log: Fix test.
1245      Branch: maint-5.6/macperl
1246            ! macos/bundled_ext/Filter/t/call.t
1247 ____________________________________________________________________________
1248 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
1249         Log: Make perl fork()-safe (in a slightly limited way) even on
1250              platforms that don't have pthread_atfork() (extension of
1251              the fix in change#11151).
1252              
1253              Note that this will not help extensions that call fork()
1254              directly in C, or that link to libraries that call fork()
1255              directly.  Such cases must be fixed to either call
1256              PerlProc_fork(), or call atfork_lock() in parent before the
1257              calling the function that forks and call atfork_unlock()
1258              in both parent and child immediately after the fork().
1259              (There are no worries if C code calls exec() in the child
1260              immediately after a fork().  Only cases where the child
1261              calls perl's API functions (including New()) after the
1262              fork() are problematic.)
1263              
1264              This change also eliminates the use of vfork() from perl,
1265              since all such uses were violating the severe restrictions
1266              on modifying the state of the process between the vfork()
1267              and the exec().
1268              
1269              This is a modified version of patches suggested by Abhijit
1270              Menon-Sen and Richard Soderberg.
1271      Branch: perl
1272            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
1273            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
1274 ____________________________________________________________________________
1275 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
1276         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
1277              Switch, and Text::Balanced.
1278      Branch: maint-5.6/macperl
1279            + macos/bundled_ext/Filter/Util/Call/Call.pm
1280            + macos/bundled_ext/Filter/Util/Call/Call.xs
1281            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
1282            + macos/bundled_ext/Filter/t/MyFilter.pm
1283            + macos/bundled_ext/Filter/t/call.t
1284            + macos/bundled_ext/Filter/t/filter-util.pl
1285            + macos/bundled_lib/blib/lib/Class/ISA.pm
1286            + macos/bundled_lib/blib/lib/Digest.pm
1287            + macos/bundled_lib/blib/lib/Filter/Simple.pm
1288            + macos/bundled_lib/blib/lib/Switch.pm
1289            + macos/bundled_lib/blib/lib/Text/Balanced.pm
1290            + macos/bundled_lib/blib/lib/Text/Balanced.pod
1291            + macos/bundled_lib/t/Class/ISA/test.pl
1292            + macos/bundled_lib/t/Digest/Digest.t
1293            + macos/bundled_lib/t/Filter/Simple/test.pl
1294            + macos/bundled_lib/t/Switch/test.pl
1295            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
1296            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1297            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
1298            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1299            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
1300            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
1301            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1302            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
1303 ____________________________________________________________________________
1304 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
1305         Log: Add Filter::Util::Call to config/make files; edit utils
1306              to recognize the module (it was descended too far down).
1307              Bump version to 5.6.1a4.
1308      Branch: maint-5.6/macperl
1309            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
1310            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
1311            ! macos/macperl/Makefile.mk macos/xsubpp.patch
1312 ____________________________________________________________________________
1313 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
1314         Log: Make DB_File the default for MLDBM on MacOS.
1315      Branch: maint-5.6/macperl
1316            ! macos/bundled_lib/blib/lib/MLDBM.pm
1317 ____________________________________________________________________________
1318 [ 11419] By: nick                                  on 2001/07/20  14:51:03
1319         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
1320              From:  Simon Cozens <simon@netthink.co.uk>
1321              Date:  Fri, 20 Jul 2001 11:42:35 -0400
1322              Message-Id:  <20010720114235.A5235@netthink.co.uk>
1323      Branch: perl
1324            ! lib/UnicodeCD.pm
1325 ____________________________________________________________________________
1326 [ 11418] By: nick                                  on 2001/07/20  14:48:12
1327         Log: Subject:  [PATCH regcomp.h] adds a comment
1328              From:  Abhijit Menon-Sen <ams@wiw.org>
1329              Date:  Fri, 20 Jul 2001 21:05:37 +0530
1330              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
1331      Branch: perl
1332            ! regcomp.h
1333 ____________________________________________________________________________
1334 [ 11417] By: nick                                  on 2001/07/20  14:16:38
1335         Log: Subject:  [PATCH 5.7.2] INSTALL updates
1336              From:  Andy Dougherty <doughera@lafayette.edu>
1337              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
1338              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
1339      Branch: perl
1340            ! INSTALL
1341 ____________________________________________________________________________
1342 [ 11416] By: nick                                  on 2001/07/20  06:44:44
1343         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
1344              From:  Russ Allbery <rra@stanford.edu>
1345              Date:  19 Jul 2001 15:52:37 -0700
1346              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
1347      Branch: perl
1348            ! lib/Pod/Man.pm
1349 ____________________________________________________________________________
1350 [ 11415] By: nick                                  on 2001/07/20  06:35:11
1351         Log: Subject:  [PATCH] defer op_seq allocation
1352              From:  Abhijit Menon-Sen <ams@wiw.org>
1353              Date:  Thu, 19 Jul 2001 22:12:24 +0530
1354              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
1355      Branch: perl
1356            ! op.c
1357 ____________________________________________________________________________
1358 [ 11414] By: nick                                  on 2001/07/20  06:23:36
1359         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
1360              From:  Abhijit Menon-Sen <ams@wiw.org>
1361              Date:  Fri, 20 Jul 2001 01:18:50 +0530
1362              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
1363              (Private e-mail)
1364      Branch: perl
1365            ! ext/Time/HiRes/HiRes.xs
1366 ____________________________________________________________________________
1367 [ 11413] By: nick                                  on 2001/07/20  06:18:53
1368         Log: Integrate mainline
1369      Branch: perlio
1370           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
1371            - t/base/commonsense.t
1372           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
1373           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
1374           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
1375           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
1376           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
1377           !> win32/win32.c
1378 ____________________________________________________________________________
1379 [ 11412] By: nick                                  on 2001/07/19  06:44:27
1380         Log: Integrate win32/perlhost.h from maintenance branch.
1381              (Rest of $ENV{PATH} / system() fix.)
1382      Branch: perl
1383           !> win32/perlhost.h
1384 ____________________________________________________________________________
1385 [ 11411] By: nick                                  on 2001/07/19  06:41:34
1386         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
1387              From:  Philip Newton <Philip.Newton@gmx.net>
1388              Date:  Wed, 18 Jul 2001 21:43:57 +0200
1389              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
1390      Branch: perl
1391            ! pod/perlhack.pod
1392 ____________________________________________________________________________
1393 [ 11410] By: nick                                  on 2001/07/19  06:39:35
1394         Log: Subject:  Security hole in taint checking in open()
1395              From:  deekoo@tentacle.net
1396              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
1397              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
1398      Branch: perl
1399            ! doio.c
1400 ____________________________________________________________________________
1401 [ 11409] By: nick                                  on 2001/07/19  06:28:08
1402         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
1403              From:  Abhijit Menon-Sen <ams@wiw.org>
1404              Date:  Thu, 19 Jul 2001 04:30:43 +0530
1405              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
1406      Branch: perl
1407            ! ext/Time/HiRes/HiRes.xs
1408 ____________________________________________________________________________
1409 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
1410         Log: Update docs with latest implementation information and new URLs.
1411      Branch: maint-5.6/macperl
1412            ! README.macos pod/perlport.pod
1413 ____________________________________________________________________________
1414 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
1415         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
1416              Fix BuildRules to accept optimization variables.
1417      Branch: maint-5.6/macperl
1418            + macos/bundled_ext/Digest/MD5/Makefile.mk
1419            ! macos/BuildRules.mk macos/Makefile.mk
1420            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
1421            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
1422 ____________________________________________________________________________
1423 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
1424         Log: Integrate changes 11399,11401
1425      Branch: maint-5.6/macperl
1426           !> win32/perlhost.h win32/win32.c
1427 ____________________________________________________________________________
1428 [ 11405] By: nick                                  on 2001/07/18  06:50:33
1429         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
1430              from perl5.6*
1431      Branch: perl
1432           !> win32/perlhost.h win32/win32.c
1433 ____________________________________________________________________________
1434 [ 11404] By: nick                                  on 2001/07/18  06:43:59
1435         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
1436              From:  hv@crypt0.demon.co.uk
1437              Date:  Wed, 18 Jul 2001 05:58:46 +0100
1438              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
1439      Branch: perl
1440            ! ext/POSIX/POSIX.t
1441 ____________________________________________________________________________
1442 [ 11403] By: nick                                  on 2001/07/18  06:38:57
1443         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
1444              From:  hv@crypt0.demon.co.uk
1445              Date:  Wed, 18 Jul 2001 05:21:54 +0100
1446              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
1447      Branch: perl
1448            ! numeric.c t/op/arith.t
1449 ____________________________________________________________________________
1450 [ 11402] By: nick                                  on 2001/07/18  06:19:17
1451         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
1452              From:  mjd@plover.com
1453              Date:  17 Jul 2001 17:59:20 -0000
1454              Message-Id:  <20010717175920.8177.qmail@plover.com>
1455      Branch: perl
1456            ! pod/perlre.pod
1457 ____________________________________________________________________________
1458 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
1459         Log: thinko in change#11400 (duh)
1460      Branch: maint-5.6/perl
1461            ! win32/perlhost.h
1462 ____________________________________________________________________________
1463 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
1464         Log: change#11399 revealed another unrelated bug; this is just a temporary
1465              bandaid
1466      Branch: maint-5.6/perl
1467            ! win32/perlhost.h
1468 ____________________________________________________________________________
1469 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
1470         Log: fix bugs in handling of the virtualized environment under windows;
1471              there were bugs in propagating any changes to %ENV down to the real
1472              environment when such changes happened in the toplevel process
1473              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
1474              problem identification, and for a part of the fix)
1475      Branch: maint-5.6/perl
1476            ! win32/perlhost.h win32/win32.c
1477 ____________________________________________________________________________
1478 [ 11398] By: nick                                  on 2001/07/17  08:26:35
1479         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
1480              From: Peter Prymmer <pvhp@forte.com>
1481              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
1482              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
1483              
1484              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
1485              should not depend on existance of Config.pm
1486      Branch: perl
1487           +> t/lib/commonsense.t
1488            - t/base/commonsense.t
1489            ! MANIFEST t/README
1490 ____________________________________________________________________________
1491 [ 11397] By: nick                                  on 2001/07/17  08:09:58
1492         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
1493              From:  Michael G Schwern <schwern@pobox.com>
1494              Date:  Mon, 16 Jul 2001 18:20:31 -0400
1495              Message-Id:  <20010716182031.A1128@blackrider>
1496      Branch: perl
1497            ! pod/perlhack.pod
1498 ____________________________________________________________________________
1499 [ 11396] By: nick                                  on 2001/07/17  08:04:11
1500         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
1501              From:  Gwyn Judd <b.judd@xtra.co.nz>
1502              Date:  Tue, 17 Jul 2001 20:55:58 +1200
1503              Message-Id:  <20010717205558.A3107@thislove>
1504      Branch: perl
1505            ! pod/perlfunc.pod
1506 ____________________________________________________________________________
1507 [ 11395] By: nick                                  on 2001/07/17  08:02:22
1508         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
1509              From:  Peter Prymmer <pvhp@forte.com>
1510              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
1511              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
1512      Branch: perl
1513            ! t/op/sprintf.t
1514 ____________________________________________________________________________
1515 [ 11394] By: nick                                  on 2001/07/17  07:57:06
1516         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
1517              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
1518              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
1519              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
1520      Branch: perl
1521            ! gv.c
1522 ____________________________________________________________________________
1523 [ 11392] By: nick                                  on 2001/07/17  07:50:12
1524         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
1525              From:  Coral <coral@moonlight.crystalflame.net>
1526              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
1527              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
1528      Branch: perl
1529            ! pp_sys.c thread.h
1530 ____________________________________________________________________________
1531 [ 11391] By: nick                                  on 2001/07/17  07:34:28
1532         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
1533              From:  Jonathan Stowe <gellyfish@gellyfish.com>
1534              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
1535              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
1536      Branch: perl
1537            ! utils/h2xs.PL
1538 ____________________________________________________________________________
1539 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
1540         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
1541              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
1542              and Mac::Apps::Launch, which don't work, and Time::HiRes and
1543              Time::Piece, which don't yet work.
1544      Branch: maint-5.6/macperl
1545            + (add 154 files)
1546 ____________________________________________________________________________
1547 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
1548         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
1549              Also add hack to get around missing setenv for PERL5DB.
1550      Branch: maint-5.6/macperl
1551            ! macos/macish.c macos/macish.h
1552 ____________________________________________________________________________
1553 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
1554         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
1555      Branch: maint-5.6/macperl
1556            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
1557            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
1558 ____________________________________________________________________________
1559 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
1560         Log: Fix up some configuration and make options, add extra
1561              extensions.
1562      Branch: maint-5.6/macperl
1563            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
1564            ! macos/macperl/Makefile.mk
1565 ____________________________________________________________________________
1566 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
1567         Log: From Change 11374 in maintperl.
1568      Branch: maint-5.6/macperl
1569           !> utils/h2ph.PL
1570 ____________________________________________________________________________
1571 [ 11385] By: nick                                  on 2001/07/16  14:12:58
1572         Log: Back out change to h2xs till it passes its test.
1573      Branch: perl
1574            ! utils/h2xs.PL
1575 ____________________________________________________________________________
1576 [ 11384] By: nick                                  on 2001/07/16  14:00:10
1577         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
1578              From:  Jonathan Stowe <gellyfish@gellyfish.com>
1579              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
1580              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
1581      Branch: perl
1582            ! utils/h2xs.PL
1583 ____________________________________________________________________________
1584 [ 11383] By: nick                                  on 2001/07/16  13:53:12
1585         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
1586              From:  Robin Houston <robin@kitsite.com>
1587              Date:  Sun, 15 Jul 2001 18:22:31 +0100
1588              Message-Id:  <20010715182230.A11174@robin>
1589      Branch: perl
1590            ! hints/darwin.sh
1591 ____________________________________________________________________________
1592 [ 11382] By: nick                                  on 2001/07/16  13:52:49
1593         Log: Subject:  [PATCH perl@11372] re_dup
1594              From:  Radu Greab <radu@netsoft.ro>
1595              Date:  Sun, 15 Jul 2001 04:50:06 +0300
1596              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
1597      Branch: perl
1598            ! sv.c
1599 ____________________________________________________________________________
1600 [ 11379] By: nick                                  on 2001/07/16  13:35:39
1601         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
1602              From:  Robin Houston <robin@kitsite.com>
1603              Date:  Sat, 14 Jul 2001 14:28:50 +0100
1604              Message-Id:  <20010714142850.A10205@robin>
1605      Branch: perl
1606            ! ext/B/B/Deparse.pm
1607 ____________________________________________________________________________
1608 [ 11378] By: nick                                  on 2001/07/16  13:30:36
1609         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
1610              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
1611              Date:  Sat, 14 Jul 2001 22:17:42 +0900
1612              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
1613      Branch: perl
1614            + ext/Encode/Encode/euc-jp-0212.enc
1615            ! ext/Encode/Encode/Tcl.pm
1616 ____________________________________________________________________________
1617 [ 11377] By: nick                                  on 2001/07/16  13:17:28
1618         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
1619              From:  Andy Dougherty <doughera@lafayette.edu>
1620              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
1621              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
1622      Branch: perl
1623            ! hints/darwin.sh hints/rhapsody.sh
1624 ____________________________________________________________________________
1625 [ 11376] By: nick                                  on 2001/07/16  09:05:00
1626         Log: Integrate mainline
1627      Branch: perlio
1628           +> ext/Encode/Encode/7bit-greek.enc
1629           +> ext/Encode/Encode/7bit-latin1.enc
1630           +> ext/Encode/Encode/cns11643-1.enc
1631           +> ext/Encode/Encode/cns11643-2.enc
1632           +> ext/Encode/Encode/iso2022-cn.enc
1633           +> ext/Encode/Encode/iso2022-jp1.enc
1634           +> ext/Encode/Encode/iso2022-jp2.enc
1635           !> Changes Configure MANIFEST Makefile.SH
1636           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
1637           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
1638           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
1639           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
1640           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
1641 ____________________________________________________________________________
1642 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
1643         Log: integrate change#11374 from maint-5.6
1644              
1645              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
1646      Branch: perl
1647           !> utils/h2ph.PL
1648 ____________________________________________________________________________
1649 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
1650         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
1651      Branch: maint-5.6/perl
1652            ! utils/h2ph.PL
1653 ____________________________________________________________________________
1654 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
1655         Log: Update Changes.
1656      Branch: perl
1657            ! Changes patchlevel.h
1658 ____________________________________________________________________________
1659 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
1660         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
1661              From: Jonathan Stowe <gellyfish@gellyfish.com>
1662              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
1663              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
1664      Branch: perl
1665            ! utils/h2xs.PL
1666 ____________________________________________________________________________
1667 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
1668         Log: Subject: patch to add DEL to [:cntrl:]
1669              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1670              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
1671              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
1672      Branch: perl
1673            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
1674 ____________________________________________________________________________
1675 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
1676         Log: Metaconfig unit change for #11369; plus a dependency nit.
1677      Branch: metaconfig
1678            ! U/compline/nblock_io.U
1679      Branch: metaconfig/U/perl
1680            ! Extensions.U
1681 ____________________________________________________________________________
1682 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
1683         Log: #include <stdlib.h> so that exit() is prototyped,
1684              noticed by Hugo.
1685      Branch: perl
1686            ! Configure
1687 ____________________________________________________________________________
1688 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
1689         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
1690              From: Peter Prymmer <pvhp@forte.com>
1691              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
1692              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
1693      Branch: perl
1694            ! t/op/sprintf.t
1695 ____________________________________________________________________________
1696 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
1697         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
1698              From: Peter Prymmer <pvhp@forte.com>
1699              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
1700              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
1701      Branch: perl
1702            ! ext/Encode/Encode/Tcl.t
1703 ____________________________________________________________________________
1704 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
1705         Log: Add information about gcc 3.0 basic block profiling.
1706      Branch: perl
1707            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
1708 ____________________________________________________________________________
1709 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
1710         Log: Subject: Error in lib/PerlIO/Via.pm ?
1711              From: Mark-Jason Dominus <mjd@plover.com>
1712              Date: Fri, 13 Jul 2001 15:55:41 -0400
1713              Message-ID: <20010713195541.26751.qmail@plover.com>
1714      Branch: perl
1715            ! ext/PerlIO/Via/Via.pm
1716 ____________________________________________________________________________
1717 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
1718         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
1719              section from the Compiler section.
1720      Branch: perl
1721            ! myconfig.SH
1722 ____________________________________________________________________________
1723 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
1724         Log: Handle glibc style of constant definitions using enum
1725              with intervening #defines; from Brendan O'Dea.
1726      Branch: perl
1727            ! utils/h2ph.PL
1728 ____________________________________________________________________________
1729 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
1730         Log: Add LC_MESSAGES to the locale_h export tag (it already is
1731              in the Makefile.PL and thusly eligible for an XS constant)
1732              (see also maintperl #10543)
1733      Branch: perl
1734            ! ext/POSIX/POSIX.pm
1735 ____________________________________________________________________________
1736 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
1737         Log: Subject: Re: [patch] re_dup
1738              From: Abhijit Menon-Sen <ams@wiw.org>
1739              Date: Fri, 13 Jul 2001 21:41:09 +0530
1740              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
1741      Branch: perl
1742            ! sv.c
1743 ____________________________________________________________________________
1744 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
1745         Log: Subject: [patch] re_dup
1746              From: Doug MacEachern <dougm@covalent.net>
1747              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
1748              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
1749      Branch: perl
1750            ! sv.c
1751 ____________________________________________________________________________
1752 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
1753         Log: Update Changes.
1754      Branch: perl
1755            ! Changes patchlevel.h
1756 ____________________________________________________________________________
1757 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
1758         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
1759              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
1760              Date: Sat, 14 Jul 2001 00:06:30 +0900
1761              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
1762      Branch: perl
1763            + ext/Encode/Encode/7bit-greek.enc
1764            + ext/Encode/Encode/7bit-latin1.enc
1765            + ext/Encode/Encode/cns11643-1.enc
1766            + ext/Encode/Encode/cns11643-2.enc
1767            + ext/Encode/Encode/iso2022-cn.enc
1768            + ext/Encode/Encode/iso2022-jp1.enc
1769            + ext/Encode/Encode/iso2022-jp2.enc
1770            ! MANIFEST ext/Encode/Encode/Tcl.pm
1771            ! ext/Encode/Encode/iso2022-kr.enc
1772 ____________________________________________________________________________
1773 [ 11357] By: nick                                  on 2001/07/13  14:24:06
1774         Log: Blind integrate mainline (as of 5.7.2?)
1775      Branch: perlio
1776           !> AUTHORS Changes Porting/config.sh Porting/config_H
1777           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
1778           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
1779           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1780           !> win32/makefile.mk
1781 ____________________________________________________________________________
1782 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
1783         Log: Snip away the devel patchlevel.
1784      Branch: perl
1785            ! patchlevel.h
1786 ____________________________________________________________________________
1787 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
1788         Log: Bump the version to 5.7.2.
1789      Branch: perl
1790            ! Porting/config.sh Porting/config_H patchlevel.h
1791            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
1792            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1793            ! win32/makefile.mk
1794 ____________________________________________________________________________
1795 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
1796         Log: Update Changes.
1797      Branch: perl
1798            ! Changes
1799 ____________________________________________________________________________
1800 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
1801         Log: Reword.
1802      Branch: perl
1803            ! AUTHORS
1804 ____________________________________________________________________________
1805 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
1806         Log: AUTHORS update.
1807      Branch: perl
1808            ! AUTHORS
1809 ____________________________________________________________________________
1810 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
1811         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
1812              unless ithreads.
1813      Branch: perl
1814            ! makedef.pl
1815 ____________________________________________________________________________
1816 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
1817         Log: Integrate perlio.
1818      Branch: perl
1819           !> win32/distclean.bat
1820 ____________________________________________________________________________
1821 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
1822         Log: Test the encoding transform only iff we have PerlIO,
1823              noticed by H. Merijn Brand.
1824      Branch: perl
1825            ! ext/PerlIO/t/encoding.t
1826 ____________________________________________________________________________
1827 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
1828         Log: README.netware tweaks from Ananth Kesari.
1829      Branch: perl
1830            ! README.netware
1831 ____________________________________________________________________________
1832 [ 11346] By: nick                                  on 2001/07/13  09:18:51
1833         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
1834              to avoid /unicode vs /Unicode issues.
1835      Branch: perlio
1836            ! win32/distclean.bat
1837 ____________________________________________________________________________
1838 [ 11345] By: nick                                  on 2001/07/13  06:24:18
1839         Log: Integrate mainline
1840      Branch: perlio
1841           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
1842            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
1843           !> (integrate 63 files)
1844 ____________________________________________________________________________
1845 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
1846         Log: Add d_bincompat5005 information to perl -V.
1847      Branch: perl
1848            ! myconfig.SH
1849 ____________________________________________________________________________
1850 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
1851         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
1852              From: Abhijit Menon-Sen <ams@wiw.org>
1853              Date: Fri, 13 Jul 2001 07:12:36 +0530
1854              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
1855      Branch: perl
1856            ! sv.c
1857 ____________________________________________________________________________
1858 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
1859         Log: Remove unicode::distinct, as per Inaba Hiroto.
1860      Branch: perl
1861            - lib/unicode/distinct.pm
1862            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
1863            ! t/lib/1_compile.t
1864 ____________________________________________________________________________
1865 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
1866         Log: Paging for Dr Octothorpe.
1867      Branch: perl
1868            ! pod/perlfaq4.pod
1869 ____________________________________________________________________________
1870 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
1871         Log: cut-n-paste error noticed by mjd.
1872      Branch: perl
1873            ! pod/perlfaq4.pod
1874 ____________________________________________________________________________
1875 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
1876         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
1877              From: Peter Prymmer <pvhp@forte.com>
1878              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
1879              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
1880      Branch: perl
1881            ! pod/perlfaq4.pod
1882 ____________________________________________________________________________
1883 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
1884         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
1885              From: Randall Gellens <randy@qualcomm.com>
1886              Date: Thu, 12 Jul 2001 16:56:23 -0700
1887              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
1888      Branch: perl
1889            ! Porting/repository.pod
1890 ____________________________________________________________________________
1891 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
1892         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
1893      Branch: perl
1894            ! thread.h
1895 ____________________________________________________________________________
1896 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
1897         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
1898              From: coral <coral@moonlight.crystalflame.net>
1899              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
1900              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
1901      Branch: perl
1902            ! thread.h
1903 ____________________________________________________________________________
1904 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
1905         Log: Metaconfig unit change for #11134.
1906      Branch: metaconfig
1907            + U/threads/d_pthread_atfork.U
1908 ____________________________________________________________________________
1909 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
1910         Log: Add HAS_PTHREAD_ATFORK.
1911      Branch: perl
1912            ! Configure NetWare/config.wc NetWare/config_H.wc
1913            ! Porting/Glossary Porting/config.sh Porting/config_H
1914            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
1915            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
1916            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1917            ! win32/config.gc win32/config.vc win32/config_H.bc
1918            ! win32/config_H.gc win32/config_H.vc
1919 ____________________________________________________________________________
1920 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
1921         Log: Subject: [PATCH] File::Copy fails on tied handles
1922              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
1923              Date: Thu, 12 Jul 2001 15:18:51 -0700
1924              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
1925      Branch: perl
1926            ! lib/File/Copy.pm
1927 ____________________________________________________________________________
1928 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
1929         Log: Subject: [PATCH] Langinfo.t
1930              From: Nicholas Clark <nick@ccl4.org>
1931              Date: Thu, 12 Jul 2001 23:55:38 +0100
1932              Message-ID: <20010712235538.M5827@plum.flirble.org>
1933      Branch: perl
1934            ! ext/I18N/Langinfo/Langinfo.t
1935 ____________________________________________________________________________
1936 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
1937         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
1938              From: Peter Prymmer <pvhp@forte.com>
1939              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
1940              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
1941      Branch: perl
1942            ! pod/perl572delta.pod
1943 ____________________________________________________________________________
1944 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
1945         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
1946              From: Abhijit Menon-Sen <ams@wiw.org>
1947              Date: Fri, 13 Jul 2001 05:21:16 +0530
1948              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
1949      Branch: perl
1950            ! sv.c
1951 ____________________________________________________________________________
1952 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
1953         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
1954              From: Abhijit Menon-Sen <ams@wiw.org>
1955              Date: Fri, 13 Jul 2001 03:04:25 +0530
1956              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
1957      Branch: perl
1958            ! av.c
1959 ____________________________________________________________________________
1960 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
1961         Log: s/^M$//g
1962      Branch: perl
1963            ! win32/Makefile win32/makefile.mk
1964 ____________________________________________________________________________
1965 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
1966         Log: Update Changes.
1967      Branch: perl
1968            ! Changes patchlevel.h
1969 ____________________________________________________________________________
1970 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
1971         Log: Typo spotted by Philip Newton.
1972      Branch: perl
1973            ! pod/perl572delta.pod
1974 ____________________________________________________________________________
1975 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
1976         Log: Subject: [PATCH] fixes perl_clone of perl_clone
1977              From: Artur Bergman <artur@contiller.se>
1978              Date: Thu, 12 Jul 2001 20:57:09 +0200
1979              Message-ID: <B773BFA4.236B%artur@contiller.se>
1980      Branch: perl
1981            ! sv.c
1982 ____________________________________________________________________________
1983 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
1984         Log: Add README.uts from Hal Morris.
1985      Branch: perl
1986            + README.uts
1987            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
1988            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
1989 ____________________________________________________________________________
1990 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
1991         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
1992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1993              Date: Thu, 12 Jul 2001 20:32:37 +0200
1994              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
1995      Branch: perl
1996            ! hints/aix.sh
1997 ____________________________________________________________________________
1998 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
1999         Log: Subject: Patch: document reg_data.what member
2000              From: Mark-Jason Dominus <mjd@plover.com>
2001              Message-ID: <20010712182532.14821.qmail@plover.com>
2002              Date: Thu, 12 Jul 2001 14:25:32 -0400
2003      Branch: perl
2004            ! regcomp.c regcomp.h
2005 ____________________________________________________________________________
2006 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
2007         Log: Subject: [PATCH] Perl_re_dup()
2008              From: Abhijit Menon-Sen <ams@wiw.org>
2009              Date: Thu, 12 Jul 2001 23:54:32 +0530
2010              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
2011      Branch: perl
2012            ! embed.h embed.pl perlapi.c proto.h sv.c
2013 ____________________________________________________________________________
2014 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
2015         Log: Regen Configure, modlib, toc.
2016      Branch: perl
2017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2018            ! pod/perlmodlib.pod pod/perltoc.pod
2019 ____________________________________________________________________________
2020 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
2021         Log: The problem seems to be in PerlIO::Layer::->find() not
2022              accepting the ":encoding(blurflur)" arguments.
2023      Branch: perl
2024            ! lib/PerlIO.pm lib/open.pm
2025 ____________________________________________________________________________
2026 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
2027         Log: AIX doc update.
2028      Branch: perl
2029            ! README.aix pod/perl572delta.pod
2030 ____________________________________________________________________________
2031 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
2032         Log: Subject: AIX README update
2033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2034              Date: Thu, 12 Jul 2001 19:28:30 +0200
2035              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
2036      Branch: perl
2037            ! README.aix
2038 ____________________________________________________________________________
2039 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
2040         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
2041              From: Norton Allen <allen@huarp.harvard.edu>
2042              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
2043              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
2044      Branch: perl
2045            ! ext/IO/lib/IO/t/io_unix.t
2046 ____________________________________________________________________________
2047 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
2048         Log: Subject: [PATCH README.qnx hints/qnx.sh]
2049              From: Norton Allen <allen@huarp.harvard.edu>
2050              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
2051              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
2052      Branch: perl
2053            ! README.qnx hints/qnx.sh
2054 ____________________________________________________________________________
2055 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
2056         Log: Subject: [patch] faster PM_GETRE
2057              From: Doug MacEachern <dougm@covalent.net>
2058              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
2059              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
2060      Branch: perl
2061            ! op.h
2062 ____________________________________________________________________________
2063 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
2064         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
2065              From: Doug MacEachern <dougm@covalent.net>
2066              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
2067              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
2068      Branch: perl
2069            ! op.c
2070 ____________________________________________________________________________
2071 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
2072         Log: Tell where the nice Estonian database is.
2073      Branch: perl
2074            ! lib/open.pm
2075 ____________________________________________________________________________
2076 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
2077         Log: Retract #11309 since #11310 is a better fix.
2078      Branch: perl
2079            ! t/lib/1_compile.t
2080 ____________________________________________________________________________
2081 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
2082         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
2083              change#11300 needs to return the status of failed win32_spawnvp())
2084              
2085              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
2086              splitting correctly; remove unused variables; 'require' at run time
2087              rather than 'use' at compile time for I18N::Langinfo, since it
2088              isn't everyware
2089      Branch: perl
2090            ! lib/open.pm win32/win32.c
2091 ____________________________________________________________________________
2092 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
2093         Log: Temporary workaround.
2094      Branch: perl
2095            ! t/lib/1_compile.t
2096 ____________________________________________________________________________
2097 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
2098         Log: UCD typo in #11306 and add also more known-to-be-tested
2099              modules to the skip list.
2100      Branch: perl
2101            ! t/lib/1_compile.t
2102 ____________________________________________________________________________
2103 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
2104         Log: Rename Unicode::UCD to UnicodeCD to avoid
2105              messups with case-insensitive filesystems.
2106      Branch: perl
2107            + lib/UnicodeCD.pm lib/UnicodeCD.t
2108            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
2109            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
2110 ____________________________________________________________________________
2111 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
2112         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
2113              From: daniel@biz.bitpusher.com
2114              Date: Wed, 11 Jul 2001 23:25:47 -0700
2115              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
2116      Branch: perl
2117            ! lib/Tie/Array.pm t/op/splice.t
2118 ____________________________________________________________________________
2119 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
2120         Log: Subject: [PATCH] More accurate line numbers in messages
2121              From: Paul Johnson <paul@pjcj.net>
2122              Date: Thu, 12 Jul 2001 04:14:11 +0200
2123              Message-ID: <20010712041411.A3467@pjcj.net>
2124              
2125              (With prototyping and multiplicity tweaks.)
2126      Branch: perl
2127            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
2128 ____________________________________________________________________________
2129 [ 11304] By: nick                                  on 2001/07/12  12:53:40
2130         Log: Integrate mainline
2131      Branch: perlio
2132           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
2133           !> regexec.c thread.h
2134 ____________________________________________________________________________
2135 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
2136         Log: Cut-and-pasto in #11298.
2137      Branch: perl
2138            ! ext/ByteLoader/bytecode.h
2139 ____________________________________________________________________________
2140 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
2141         Log: Update the AIX known problems section.
2142      Branch: perl
2143            ! pod/perl572delta.pod
2144 ____________________________________________________________________________
2145 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
2146         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
2147              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2148              Date: Thu, 12 Jul 2001 12:16:16 +0200
2149              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
2150      Branch: perl
2151            ! hints/aix.sh
2152 ____________________________________________________________________________
2153 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
2154         Log: Integrate perlio.
2155      Branch: perl
2156           !> makedef.pl win32/win32.c
2157 ____________________________________________________________________________
2158 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
2159         Log: Subject: [PATCH] fix for PMOP threadness failures
2160              From: Artur Bergman <artur@contiller.se>
2161              Date: Thu, 12 Jul 2001 09:48:06 +0200
2162              Message-ID: <B77322D6.22DD%artur@contiller.se>
2163      Branch: perl
2164            ! regexec.c
2165 ____________________________________________________________________________
2166 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
2167         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
2168              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2169              Date: Thu, 12 Jul 2001 09:09:48 +0200
2170              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
2171              
2172              More parentheses to keep bcc happy.
2173      Branch: perl
2174            ! ext/ByteLoader/bytecode.h
2175 ____________________________________________________________________________
2176 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
2177         Log: Subject: Re: [patch] pthread_atfork bandaid
2178              From: Doug MacEachern <dougm@covalent.net>
2179              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
2180              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
2181      Branch: perl
2182            ! thread.h
2183 ____________________________________________________________________________
2184 [ 11296] By: nick                                  on 2001/07/12  11:55:48
2185         Log: Exclude reentrant_buffer from .def file
2186      Branch: perlio
2187            ! makedef.pl
2188 ____________________________________________________________________________
2189 [ 11295] By: nick                                  on 2001/07/12  11:11:44
2190         Log: Honour void-ness of my_exit()
2191      Branch: perlio
2192            ! win32/win32.c
2193 ____________________________________________________________________________
2194 [ 11294] By: nick                                  on 2001/07/12  07:51:04
2195         Log: Integrate mainline
2196      Branch: perlio
2197           +> uts/sprintf_wrap.c
2198           !> (integrate 35 files)
2199 ____________________________________________________________________________
2200 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
2201         Log: Retract #11289.
2202      Branch: perl
2203            ! embed.h embed.pl perl.c proto.h thread.h
2204 ____________________________________________________________________________
2205 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
2206         Log: Now the :locale pseudolayer *almost* works...
2207      Branch: perl
2208            ! lib/open.pm
2209 ____________________________________________________________________________
2210 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
2211         Log: Locale encoding tweaks.
2212      Branch: perl
2213            ! lib/open.pm
2214 ____________________________________________________________________________
2215 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
2216         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2217              From: Mark-Jason Dominus <mjd@plover.com>
2218              Date: Thu, 12 Jul 2001 00:59:31 -0400
2219              Message-ID: <20010712045931.8543.qmail@plover.com>
2220              
2221              Remove the chmod/umask leading zero warning.
2222      Branch: perl
2223            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
2224            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2225 ____________________________________________________________________________
2226 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
2227         Log: (Retracted by #11289.)
2228      Branch: perl
2229            ! embed.h embed.pl perl.c proto.h thread.h
2230 ____________________________________________________________________________
2231 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
2232         Log: Needed by #11283.
2233      Branch: perl
2234            ! intrpvar.h
2235 ____________________________________________________________________________
2236 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
2237         Log: Metaconfig unit change for #11286.
2238      Branch: metaconfig/U/perl
2239            ! patchlevel.U
2240 ____________________________________________________________________________
2241 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
2242         Log: Subject: Re: [PATCH Configure] perl -V broken
2243              From: Andy Dougherty <doughera@lafayette.edu>
2244              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
2245              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
2246      Branch: perl
2247            ! Configure myconfig.SH
2248 ____________________________________________________________________________
2249 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
2250         Log: Retract #11166 (and #11237).
2251      Branch: perl
2252            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
2253            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
2254            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
2255 ____________________________________________________________________________
2256 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
2257         Log: UTS tweaks for Hal Morris.
2258      Branch: perl
2259            + uts/sprintf_wrap.c
2260            ! MANIFEST hints/uts.sh perl.h
2261 ____________________________________________________________________________
2262 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
2263         Log: Subject: [PATCH] Use reentrant API glibc
2264              From: Artur Bergman <artur@contiller.se>
2265              Date: Thu, 12 Jul 2001 00:58:21 +0200
2266              Message-ID: <B772A6AD.2288%artur@contiller.se>
2267      Branch: perl
2268            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
2269            ! sv.c
2270 ____________________________________________________________________________
2271 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
2272         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
2273              From: barries <barries@slaysys.com>
2274              Date: Wed, 11 Jul 2001 15:11:46 -0400
2275              Message-ID: <20010711151146.G24560@jester.slaysys.com>
2276      Branch: perl
2277            ! pp_sys.c t/lib/warnings/doio win32/win32.c
2278 ____________________________________________________________________________
2279 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
2280         Log: Subject: [patch] pthread_atfork bandaid
2281              From: Doug MacEachern <dougm@covalent.net>
2282              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
2283              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
2284      Branch: perl
2285            ! miniperlmain.c perl.c
2286 ____________________________________________________________________________
2287 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
2288         Log: Subject: [patch] perl_clone leaks
2289              From: Doug MacEachern <dougm@covalent.net>
2290              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
2291              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
2292      Branch: perl
2293            ! sv.c
2294 ____________________________________________________________________________
2295 [ 11279] By: nick                                  on 2001/07/11  15:49:38
2296         Log: Integrate mainline
2297      Branch: perlio
2298           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
2299           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
2300           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
2301           +> lib/Term/ANSIColor/README
2302           !> (integrate 54 files)
2303 ____________________________________________________________________________
2304 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
2305         Log: Update Changes.
2306      Branch: perl
2307            ! Changes patchlevel.h
2308 ____________________________________________________________________________
2309 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
2310         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
2311              From: Peter Prymmer <pvhp@forte.com>
2312              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
2313              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
2314              
2315              Backport of embed.pl to 5.003.
2316      Branch: perl
2317            ! embed.pl
2318 ____________________________________________________________________________
2319 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
2320         Log: Subject: Re: POSIX test #14 on UTS 
2321              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2322              Date: Wed, 11 Jul 2001 03:02:14 +0100
2323              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
2324      Branch: perl
2325            ! ext/POSIX/POSIX.t
2326 ____________________________________________________________________________
2327 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
2328         Log: Make the I32 an IV to preserve structure alignment and size.
2329      Branch: perl
2330            ! op.h
2331 ____________________________________________________________________________
2332 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
2333         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
2334              From: "Artur Bergman" <artur@contiller.se>
2335              Date: Wed, 11 Jul 2001 14:23:37 +0200
2336              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
2337              
2338              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
2339      Branch: perl
2340            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
2341            ! pod/perlapi.pod sv.c
2342 ____________________________________________________________________________
2343 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
2344         Log: Tweak until Pod::Parser gets updated.
2345      Branch: perl
2346            ! t/pod/special_seqs.xr
2347 ____________________________________________________________________________
2348 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
2349         Log: File::Spec usage tweak.
2350      Branch: perl
2351            ! lib/ExtUtils.t
2352 ____________________________________________________________________________
2353 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
2354         Log: Integrate #11263 from macperl; macos and macosx updates.
2355      Branch: perl
2356           !> pod/perlport.pod
2357 ____________________________________________________________________________
2358 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
2359         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
2360              From: Peter Prymmer <pvhp@forte.com>
2361              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
2362              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
2363      Branch: perl
2364            + ext/Time/HiRes/hints/dynixptx.pl
2365            ! MANIFEST hints/dynixptx.sh
2366 ____________________________________________________________________________
2367 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
2368         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
2369              From: Nicholas Clark <nick@ccl4.org>
2370              Date: Tue, 10 Jul 2001 23:17:43 +0100
2371              Message-ID: <20010710231742.B59620@plum.flirble.org>
2372      Branch: perl
2373            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
2374 ____________________________________________________________________________
2375 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
2376         Log: Subject: [DOC PATCH] Pluggable runops
2377              From: Paul Johnson <paul@pjcj.net>
2378              Date: Tue, 10 Jul 2001 21:53:28 +0200
2379              Message-ID: <20010710215328.B26577@pjcj.net>
2380      Branch: perl
2381            ! pod/perlguts.pod
2382 ____________________________________________________________________________
2383 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
2384         Log: Subject: [PATCH] Authors
2385              From: Artur Bergman <artur@contiller.se>
2386              Date: Tue, 10 Jul 2001 20:39:12 +0200
2387              Message-ID: <B771186F.21CD%artur@contiller.se>
2388      Branch: perl
2389            ! AUTHORS
2390 ____________________________________________________________________________
2391 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
2392         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
2393              From: Doug MacEachern <dougm@covalent.net>
2394              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
2395              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
2396      Branch: perl
2397            ! pp_ctl.c
2398 ____________________________________________________________________________
2399 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
2400         Log: Subject: doc patch; times() in scalar context
2401              From: mjd@plover.com
2402              Date: 10 Jul 2001 18:01:17 -0000
2403              Message-ID: <20010710180117.12477.qmail@plover.com>
2404      Branch: perl
2405            ! pod/perlfunc.pod
2406 ____________________________________________________________________________
2407 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
2408         Log: Subject: [PATCH] Small fix to pp_gmtime
2409              From: Artur Bergman <artur@contiller.se>
2410              Date: Tue, 10 Jul 2001 19:54:52 +0200
2411              Message-ID: <B7710E0B.21C5%artur@contiller.se>
2412      Branch: perl
2413            ! pp_sys.c
2414 ____________________________________________________________________________
2415 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
2416         Log: Integrate changes from mainline perl, add notes about
2417              Mac OS X and Mac OS.
2418      Branch: maint-5.6/macperl
2419            ! pod/perlport.pod
2420 ____________________________________________________________________________
2421 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
2422         Log: A proof of the dangers of package; ?
2423      Branch: perl
2424            ! t/lib/warnings/op
2425 ____________________________________________________________________________
2426 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
2427         Log: Regen toc and modlib.
2428      Branch: perl
2429            ! pod/perlmodlib.pod pod/perltoc.pod
2430 ____________________________________________________________________________
2431 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
2432         Log: Add compexcl(), casefold(), and casespec() interfaces;
2433              and make all interfaces to return hash references instead
2434              of hashes. 
2435      Branch: perl
2436            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2437 ____________________________________________________________________________
2438 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
2439         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
2440              From: "Philip Newton" <Philip.Newton@gmx.net>
2441              Date: Tue, 10 Jul 2001 09:55:59 +0200
2442              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
2443              
2444              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
2445              From: "Philip Newton" <Philip.Newton@gmx.net>
2446              Date: Tue, 10 Jul 2001 09:56:37 +0200
2447              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
2448      Branch: perl
2449            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2450            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
2451 ____________________________________________________________________________
2452 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
2453         Log: Subject: [patch] undef &xsub for 1,2
2454              From: Doug MacEachern <dougm@covalent.net>
2455              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
2456              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
2457              
2458              (This version of the patch with a comment from Gisle.)
2459      Branch: perl
2460            ! op.c
2461 ____________________________________________________________________________
2462 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
2463         Log: Mention package; deprecation and the Win32 problems.
2464      Branch: perl
2465            ! pod/perl572delta.pod
2466 ____________________________________________________________________________
2467 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
2468         Log: Subject: [PATCH] deprecate package with no arguments
2469              From: Robin Houston <robin@kitsite.com>
2470              Date: Tue, 10 Jul 2001 13:33:40 +0100
2471              Message-ID: <20010710133340.A13452@robin.kitsite.com>
2472      Branch: perl
2473            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
2474 ____________________________________________________________________________
2475 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
2476         Log: Upgrade to podlators 1.10.
2477      Branch: perl
2478            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
2479            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2480            ! pod/pod2man.PL pod/pod2text.PL
2481 ____________________________________________________________________________
2482 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
2483         Log: Upgrade to Term::ANSIColor 1.04.
2484      Branch: perl
2485            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
2486            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
2487 ____________________________________________________________________________
2488 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
2489         Log: Integrate perlio (the right fix for the ":layer(args)")
2490      Branch: perl
2491           !> perlio.c
2492 ____________________________________________________________________________
2493 [ 11252] By: nick                                  on 2001/07/10  06:58:14
2494         Log: Fix open(...,"...:layer(xxx)",...)
2495              - use memEQ not strEQ as there is '(' not '\0'
2496      Branch: perlio
2497            ! perlio.c
2498 ____________________________________________________________________________
2499 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
2500         Log: Telling the number of tests helps.
2501      Branch: perl
2502            ! ext/PerlIO/t/encoding.t
2503 ____________________________________________________________________________
2504 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
2505         Log: Require I18N::Langinfo, not use.
2506      Branch: perl
2507            ! lib/open.pm
2508 ____________________________________________________________________________
2509 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
2510         Log: Add a test for for PerlIO ":encoding(...)" layer.
2511      Branch: perl
2512            + ext/PerlIO/t/encoding.t
2513            ! MANIFEST ext/Encode/Encode.pm
2514 ____________________________________________________________________________
2515 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
2516         Log: PerlIO ":encoding(foobar)" temporary fix.
2517              Not really correct, I think, since the change means
2518              that prefixes match.
2519      Branch: perl
2520            ! perlio.c
2521 ____________________________________________________________________________
2522 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
2523         Log: Update to Math::BigInt 1.36.  The biggest news is
2524              the separation of the backend; now the pure Perl
2525              implementation is in Math::BigInt::Calc, but one
2526              can plugin, say, Math::BigInt::BitVect, and get
2527              considerable speedup.
2528      Branch: perl
2529            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
2530            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2531            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
2532            ! lib/Math/BigInt/t/mbimbf.t
2533 ____________________________________________________________________________
2534 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
2535         Log: Subject: Re: compatibility question
2536              From: Peter Prymmer <pvhp@forte.com>
2537              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
2538              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
2539      Branch: perl
2540            ! lib/ExtUtils/MM_VMS.pm
2541 ____________________________________________________________________________
2542 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
2543         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
2544              From: Norton Allen <allen@huarp.harvard.edu>
2545              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
2546              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
2547      Branch: perl
2548            ! ext/File/Glob/t/basic.t
2549 ____________________________________________________________________________
2550 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
2551         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
2552              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2553              Date: Tue, 10 Jul 2001 00:29:55 +0900
2554              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
2555      Branch: perl
2556            + ext/Encode/Encode/HZ.enc
2557            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
2558            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
2559            ! ext/Encode/Encode/iso2022-jp.enc
2560            ! ext/Encode/Encode/iso2022-kr.enc
2561 ____________________________________________________________________________
2562 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
2563         Log: Add in all them there macos/ files.
2564      Branch: maint-5.6/macperl
2565            + (add 577 files)
2566 ____________________________________________________________________________
2567 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
2568         Log: Add the new modules to the list of having those own tests.
2569      Branch: perl
2570            ! t/lib/1_compile.t
2571 ____________________________________________________________________________
2572 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
2573         Log: Add INOUT to control both ways at the same time.
2574      Branch: perl
2575            ! lib/open.pm
2576 ____________________________________________________________________________
2577 [ 11240] By: nick                                  on 2001/07/09  16:33:50
2578         Log: Integrate mainline
2579      Branch: perlio
2580           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2581           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
2582           !> (integrate 41 files)
2583 ____________________________________________________________________________
2584 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
2585         Log: More encoding mapping magic.
2586      Branch: perl
2587            ! lib/open.pm
2588 ____________________________________________________________________________
2589 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
2590         Log: Update Changes.
2591      Branch: perl
2592            ! Changes patchlevel.h
2593 ____________________________________________________________________________
2594 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
2595         Log: (Retracted by #11285).
2596              
2597              Subject: [PATCH] OPpCONST_OCTAL fixes
2598              From: Abhijit Menon-Sen <ams@wiw.org>
2599              Date: Mon, 9 Jul 2001 07:38:45 +0530
2600              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
2601      Branch: perl
2602            ! op.c
2603 ____________________________________________________________________________
2604 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
2605         Log: Add a pseudolayer ":locale" to the open pragma which
2606              will get the encoding from the locale.  Yet undocumented
2607              because I can't get the PerlIO :encoding(foobar) to work.
2608      Branch: perl
2609            ! ext/Encode/Encode.pm lib/open.pm
2610 ____________________________________________________________________________
2611 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
2612         Log: Add more encoding mappings.
2613      Branch: perl
2614            ! ext/Encode/Encode.pm
2615 ____________________________________________________________________________
2616 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
2617         Log: Document that using :encoding layer requires using Encode.
2618      Branch: perl
2619            ! ext/Encode/Encode.pm lib/PerlIO.pm
2620 ____________________________________________________________________________
2621 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
2622         Log: Netware tweak from Ananth Kesari.
2623      Branch: perl
2624            ! NetWare/netware.h
2625 ____________________________________________________________________________
2626 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
2627         Log: t/harness doesn't know about run/*.t
2628      Branch: perl
2629            ! t/harness
2630 ____________________________________________________________________________
2631 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
2632         Log: run/exit.t busted on windows
2633      Branch: perl
2634            ! t/run/exit.t
2635 ____________________________________________________________________________
2636 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
2637         Log: fix a couple of UCD.t tests that fail due to bad case
2638      Branch: perl
2639            ! lib/Unicode/UCD.t
2640 ____________________________________________________________________________
2641 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
2642         Log: test skip logic was broken
2643      Branch: perl
2644            ! ext/I18N/Langinfo/Langinfo.t
2645 ____________________________________________________________________________
2646 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
2647         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
2648              failure of ExtUtils.t#27 when built in debug mode)
2649      Branch: perl
2650            ! lib/ExtUtils/MM_Win32.pm
2651 ____________________________________________________________________________
2652 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
2653         Log: I18N::Langinfo is not available on windows
2654      Branch: perl
2655            ! win32/FindExt.pm
2656 ____________________________________________________________________________
2657 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
2658         Log: save a dTHX
2659      Branch: perl
2660            ! ext/POSIX/POSIX.xs
2661 ____________________________________________________________________________
2662 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
2663         Log: Update Changes.
2664      Branch: perl
2665            ! Changes patchlevel.h
2666 ____________________________________________________________________________
2667 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
2668         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
2669              as pointed out by Sarathy.
2670      Branch: perl
2671            ! ext/I18N/Langinfo/Langinfo.xs
2672 ____________________________________________________________________________
2673 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
2674         Log: Retract #11212.
2675      Branch: perl
2676            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
2677 ____________________________________________________________________________
2678 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
2679         Log: Bump up the VERSION of Cwd.xs.
2680      Branch: perl
2681            ! ext/Cwd/Makefile.PL
2682 ____________________________________________________________________________
2683 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
2684         Log: Retract #11220, the problem wasn't the missing leading zero.
2685              Here's the problem:
2686              $ ./perl -we 'chmod(oct("755"), ".")'
2687              Non-octal literal mode (493) specified at -e line 1.
2688              (Did you mean 0493 instead?)
2689      Branch: perl
2690            ! lib/ExtUtils/MM_Unix.pm
2691 ____________________________________________________________________________
2692 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
2693         Log: (Retracted by #11221)
2694              Change the PERM_RW and PERM_RWX to 0644 and 0755
2695              (add the leading zero).
2696      Branch: perl
2697            ! lib/ExtUtils/MM_Unix.pm
2698 ____________________________________________________________________________
2699 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
2700         Log: Integrate changes #11193, 11205, 11209 from macperl.
2701              
2702              Fix up AutoLoader to fudge for Mac paths in import().
2703              
2704              Allow symbols in try_symbol() to begin with "_".
2705              
2706              Small portability fix for Mac OS.
2707      Branch: perl
2708           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
2709 ____________________________________________________________________________
2710 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
2711         Log: Metaconfig unit change for #11217.
2712      Branch: metaconfig/U/perl
2713            ! Extensions.U
2714 ____________________________________________________________________________
2715 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
2716         Log: Detypo, problem noticed by Gerrit P. Haase.
2717      Branch: perl
2718            ! Configure config_h.SH
2719 ____________________________________________________________________________
2720 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
2721         Log: Cwd cleanups.
2722      Branch: perl
2723            ! ext/Cwd/Cwd.xs
2724 ____________________________________________________________________________
2725 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
2726         Log: Slight tweaks on #11213.
2727      Branch: perl
2728            ! toke.c
2729 ____________________________________________________________________________
2730 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
2731         Log: A missing dTHX noticed by Gerrit P. Haase.
2732      Branch: perl
2733            ! ext/POSIX/POSIX.xs
2734 ____________________________________________________________________________
2735 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
2736         Log: Subject: [PATCH toke.c] Simplify yytoke()
2737              From: Simon Cozens <simon@netthink.co.uk>
2738              Date: Sun, 8 Jul 2001 13:24:34 +0100
2739              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
2740              
2741              Split out pending_ident().
2742      Branch: perl
2743            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
2744 ____________________________________________________________________________
2745 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
2746         Log: (Retracted by #11223.)
2747              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
2748              Date: Wed, 05 Nov 1997 17:22:34 -0600
2749              From: Graham Barr <gbarr@ti.com>
2750              Message-Id: <3460FFBA.6DA51F46@ti.com>
2751      Branch: perl
2752            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
2753 ____________________________________________________________________________
2754 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
2755         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
2756      Branch: perl
2757            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2758            ! pod/perllocale.pod
2759 ____________________________________________________________________________
2760 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
2761         Log: Really do the test under the C locale.
2762      Branch: perl
2763            ! ext/I18N/Langinfo/Langinfo.t
2764 ____________________________________________________________________________
2765 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
2766         Log: Small portability fix for Mac OS.
2767      Branch: maint-5.6/macperl
2768            ! lib/Cwd.pm
2769 ____________________________________________________________________________
2770 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
2771         Log: Metaconfig unit change for #11207.
2772      Branch: metaconfig/U/perl
2773            ! Extensions.U
2774 ____________________________________________________________________________
2775 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
2776         Log: Add I18N::Langinfo, which is basically a wrapper around
2777              nl_langinfo(), which is an additional way to query locale
2778              specific information.
2779      Branch: perl
2780            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
2781            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
2782            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
2783 ____________________________________________________________________________
2784 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
2785         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
2786              used in File::Find tests; replace with if.t.
2787      Branch: maint-5.6/macperl
2788            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
2789            ! t/pragma/warn/op
2790 ____________________________________________________________________________
2791 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
2792         Log: Allow symbols in try_symbol() to begin with "_".
2793      Branch: maint-5.6/macperl
2794            ! makedef.pl
2795 ____________________________________________________________________________
2796 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
2797         Log: Sync up the File::Find changes from the rewrite by
2798              Thomas Wegner, et al.
2799      Branch: maint-5.6/macperl
2800            + t/lib/filefind-taint.t
2801            ! lib/File/Find.pm t/lib/filefind.t
2802 ____________________________________________________________________________
2803 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
2804         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
2805              From: Thomas Wegner <wegner_thomas@yahoo.com>
2806              Date: Thu, 5 Jul 2001 20:31:25 +0200
2807              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
2808      Branch: maint-5.6/macperl
2809            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
2810 ____________________________________________________________________________
2811 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
2812         Log: Some more test portability fixes.
2813      Branch: maint-5.6/macperl
2814            ! t/lib/filecopy.t t/pragma/warn/pp_sys
2815 ____________________________________________________________________________
2816 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
2817         Log: The #11200 removed wrong (non-existent) target.  Duh.
2818      Branch: perl
2819            ! Makefile.SH
2820 ____________________________________________________________________________
2821 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
2822         Log: Zap the lib/re.pm before creating it.
2823      Branch: perl
2824            ! Makefile.SH
2825 ____________________________________________________________________________
2826 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
2827         Log: Another test.  Please ignore.
2828      Branch: maint-5.6/macperl
2829            ! README.macos
2830 ____________________________________________________________________________
2831 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
2832         Log: Portability fixes for a lot of tests, especially IO-related
2833              tests, and warnings, and the harness script.
2834      Branch: maint-5.6/macperl
2835            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
2836            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
2837            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
2838            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
2839            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
2840            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
2841            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
2842            ! t/pragma/warnings.t
2843 ____________________________________________________________________________
2844 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
2845         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
2846              From: Nicholas Clark <nick@ccl4.org>
2847              Date: Sat, 7 Jul 2001 21:00:17 +0100
2848              Message-ID: <20010707210017.H59620@plum.flirble.org>
2849      Branch: perl
2850            ! lib/h2xs.t
2851 ____________________________________________________________________________
2852 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
2853         Log: The UNICOS/mk SysV IPC problem has been fixed.
2854      Branch: perl
2855            ! pod/perl572delta.pod
2856 ____________________________________________________________________________
2857 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
2858         Log: Slight update tweaks on perlunicode.pod.
2859      Branch: perl
2860            ! pod/perlunicode.pod
2861 ____________________________________________________________________________
2862 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
2863         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
2864              From: Mark-Jason Dominus <mjd@plover.com>
2865              Date: Sat, 07 Jul 2001 13:04:04 -0400
2866              Message-ID: <20010707170404.32694.qmail@plover.com>
2867      Branch: perl
2868            ! ext/DB_File/DB_File.pm
2869 ____________________________________________________________________________
2870 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
2871         Log: Fix up AutoLoader to fudge for Mac paths in import().
2872      Branch: maint-5.6/macperl
2873            ! lib/AutoLoader.pm
2874 ____________________________________________________________________________
2875 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
2876         Log: Try to force the lib/re.pm to be there before entering
2877              the extensions builds, should help for parallel makes.
2878      Branch: perl
2879            ! Makefile.SH
2880 ____________________________________________________________________________
2881 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
2882         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2883              From: Norton Allen <allen@huarp.harvard.edu>
2884              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
2885              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
2886      Branch: perl
2887            ! ext/POSIX/POSIX.xs
2888 ____________________________________________________________________________
2889 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
2890         Log: Subject: [PATCH] Re: op/arith.t
2891              From: Nicholas Clark <nick@ccl4.org>
2892              Date: Sat, 7 Jul 2001 13:04:54 +0100
2893              Message-ID: <20010707130454.D59620@plum.flirble.org>
2894      Branch: perl
2895            ! numeric.c toke.c
2896 ____________________________________________________________________________
2897 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
2898         Log: Subject: [PATCH] h2xs
2899              From: Nicholas Clark <nick@ccl4.org>
2900              Date: Fri, 6 Jul 2001 23:25:14 +0100
2901              Message-ID: <20010706232514.X59620@plum.flirble.org>
2902      Branch: perl
2903            ! utils/h2xs.PL
2904 ____________________________________________________________________________
2905 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
2906         Log: Subject: Re: bleedperl perl_alloc..free leakage
2907              From: Radu Greab <radu@netsoft.ro>
2908              Date: Fri, 6 Jul 2001 19:48:54 +0300
2909              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
2910              
2911              Leak-be-gone.
2912      Branch: perl
2913            ! op.c
2914 ____________________________________________________________________________
2915 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
2916         Log: Test again.  Please ignore.
2917      Branch: maint-5.6/macperl
2918            ! README.macos
2919 ____________________________________________________________________________
2920 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
2921         Log: Test.  Please ignore.
2922      Branch: maint-5.6/macperl
2923            ! README.macos
2924 ____________________________________________________________________________
2925 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
2926         Log: Include changes already sent in separately as patches,
2927              before branch was created.
2928      Branch: maint-5.6/macperl
2929            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
2930            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
2931            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
2932            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
2933            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
2934            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
2935            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
2936            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
2937            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
2938            ! t/pragma/strict.t
2939 ____________________________________________________________________________
2940 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
2941         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
2942              From: Norton Allen <allen@huarp.harvard.edu>
2943              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
2944              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
2945      Branch: perl
2946            ! utf8.h
2947 ____________________________________________________________________________
2948 [ 11183] By: nick                                  on 2001/07/06  16:27:40
2949         Log: Integrate mainline
2950      Branch: perlio
2951           +> (branch 42 files)
2952            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
2953            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
2954            - win32/bin/mdelete.bat
2955           !> (integrate 215 files)
2956 ____________________________________________________________________________
2957 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
2958         Log: The #11166 needed also these updated.
2959      Branch: perl
2960            ! lib/warnings.pm warnings.h
2961 ____________________________________________________________________________
2962 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
2963         Log: Update Changes.
2964      Branch: perl
2965            ! Changes patchlevel.h
2966 ____________________________________________________________________________
2967 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
2968         Log: Regen toc.
2969      Branch: perl
2970            ! pod/perltoc.pod
2971 ____________________________________________________________________________
2972 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
2973         Log: Nit from Abhijit.
2974      Branch: perl
2975            ! lib/CPAN.pm
2976 ____________________________________________________________________________
2977 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
2978         Log: Retract #11172.
2979      Branch: perl
2980            ! t/op/method.t
2981 ____________________________________________________________________________
2982 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
2983         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
2984              From: Norton Allen <allen@huarp.harvard.edu>
2985              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
2986              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
2987      Branch: perl
2988            ! lib/Cwd.pm
2989 ____________________________________________________________________________
2990 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
2991         Log: (Accidentally empty check-in.)
2992      Branch: perl
2993            ! utf8.h
2994 ____________________________________________________________________________
2995 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
2996         Log: Retract #11165 since Sarathy pointed out it'll not
2997              work properly under threads, the problem should be
2998              solved using "the savestack, either via SSNEW() or
2999              using a newSVpv()+SAVEFREESV() combo."
3000      Branch: perl
3001            ! ext/POSIX/POSIX.xs
3002 ____________________________________________________________________________
3003 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
3004         Log: Retract #11125 since NI-S pointed out it'll not work in
3005              cases where the extension has their own handcrafted INC
3006              et alia.
3007      Branch: perl
3008            ! lib/ExtUtils/MM_Unix.pm
3009 ____________________________________________________________________________
3010 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
3011         Log: Subject: RE: [PATCH] -I and MakeMaker again
3012              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3013              Date: Fri, 6 Jul 2001 09:18:29 +0200
3014              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
3015      Branch: perl
3016            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
3017            ! lib/ExtUtils/MM_Win32.pm
3018 ____________________________________________________________________________
3019 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
3020         Log: (Retracted by #11178)
3021              Subject: [PATCH t/op/method.t] SUPER:: strangeness
3022              From: Piers Cawley <pdcawley@iterative-software.com>
3023              Date: 06 Jul 2001 10:49:01 +0100
3024              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
3025      Branch: perl
3026            ! t/op/method.t
3027 ____________________________________________________________________________
3028 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
3029         Log: VOS README update from Paul Green.
3030      Branch: perl
3031            ! README.vos
3032 ____________________________________________________________________________
3033 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
3034         Log: Subject: [PATCH README.qnx hints/qnx.sh]
3035              From: Norton Allen <allen@huarp.harvard.edu>
3036              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
3037              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
3038      Branch: perl
3039            ! README.qnx hints/qnx.sh
3040 ____________________________________________________________________________
3041 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
3042         Log: Subject: [PATCH] Doc patch for Tie::Hash
3043              From: Artur Bergman <artur@contiller.se>
3044              Date: Thu, 05 Jul 2001 22:51:18 +0200
3045              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
3046      Branch: perl
3047            ! lib/Tie/Hash.pm
3048 ____________________________________________________________________________
3049 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
3050         Log: Subject: [PATCH] perlfaq4.pod
3051              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
3052              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
3053              Date: Thu, 5 Jul 2001 18:44:10 +0100 
3054      Branch: perl
3055            ! pod/perlfaq4.pod
3056 ____________________________________________________________________________
3057 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
3058         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
3059              From: Robin Houston <robin@kitsite.com>
3060              Date: Thu, 5 Jul 2001 18:33:21 +0100
3061              Message-ID: <20010705183321.A27345@robin.kitsite.com>
3062      Branch: perl
3063            ! ext/B/B/Deparse.pm
3064 ____________________________________________________________________________
3065 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
3066         Log: (Retracted by #11285.)
3067              
3068              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
3069              From: Abhijit Menon-Sen <ams@wiw.org>
3070              Date: Fri, 6 Jul 2001 01:26:32 +0530
3071              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
3072      Branch: perl
3073            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
3074            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
3075            ! warnings.pl
3076 ____________________________________________________________________________
3077 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
3078         Log: (Retracted by #11175)
3079              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
3080              From: Norton Allen <allen@huarp.harvard.edu>
3081              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
3082              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
3083      Branch: perl
3084            ! ext/POSIX/POSIX.xs
3085 ____________________________________________________________________________
3086 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
3087         Log: Unterminated C< (noticed by Richard Hatch), and few other
3088              small Unicode doc tweaks.
3089      Branch: perl
3090            ! pod/perlretut.pod
3091 ____________________________________________________________________________
3092 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
3093         Log: More flexible argument understanding; add charblocks() and
3094              charscripts(); make charblock() and charscript() two-way;
3095              add charinrange(); separate the $Unicode::UCD::VERSION and
3096              the version of the Unicode by adding UnicodeVersion().
3097      Branch: perl
3098            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3099 ____________________________________________________________________________
3100 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
3101         Log: Update Unicode::UCD on \p{In...}.
3102      Branch: perl
3103            ! lib/Unicode/UCD.pm
3104 ____________________________________________________________________________
3105 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
3106         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
3107              From: Norton Allen <allen@huarp.harvard.edu>
3108              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
3109              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
3110      Branch: perl
3111            ! lib/ExtUtils/MM_Unix.pm
3112 ____________________________________________________________________________
3113 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
3114         Log: POSIX-BC tweaks from Thomas Dorner.
3115      Branch: perl
3116            ! hints/posix-bc.sh perlio.h
3117 ____________________________________________________________________________
3118 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
3119         Log: Module updates for the delta.
3120      Branch: perl
3121            ! pod/perl572delta.pod
3122 ____________________________________________________________________________
3123 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
3124         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
3125              From: Norton Allen <allen@huarp.harvard.edu>
3126              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
3127              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
3128      Branch: perl
3129            ! ext/IO/lib/IO/t/io_sock.t
3130 ____________________________________________________________________________
3131 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
3132         Log: Subject: [PATCH perldiag.pod] Quick fixes
3133              From: Simon Cozens <simon@netthink.co.uk>
3134              Date: Wed, 4 Jul 2001 20:22:12 +0100
3135              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
3136      Branch: perl
3137            ! pod/perldiag.pod
3138 ____________________________________________________________________________
3139 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
3140         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
3141              From: Radu Greab <radu@netsoft.ro>
3142              Date: Wed, 4 Jul 2001 22:13:31 +0300
3143              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
3144      Branch: perl
3145            ! op.c sv.c t/op/pos.t
3146 ____________________________________________________________________________
3147 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
3148         Log: Subject: [PATCH] -I and MakeMaker again
3149              From: Michael G Schwern <schwern@pobox.com>
3150              Date: Wed, 4 Jul 2001 15:03:07 -0400
3151              Message-ID: <20010704150307.I20340@blackrider>
3152              
3153              (and retract #11145)
3154      Branch: perl
3155            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
3156            ! lib/ExtUtils/MakeMaker.pm
3157 ____________________________________________________________________________
3158 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
3159         Log: Subject: Re: PERFORCE change 11142 for review
3160              From: "Philip Newton" <Philip.Newton@gmx.net>
3161              Date: Wed, 4 Jul 2001 20:46:26 +0200
3162              Message-Id: <200107041841.VAA25380@taas.iki.fi>
3163      Branch: perl
3164            ! lib/ExtUtils/MakeMaker.pm
3165 ____________________________________________________________________________
3166 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
3167         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
3168              From: Jonathan Stowe <gellyfish@gellyfish.com>
3169              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
3170              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
3171      Branch: perl
3172            ! utils/pl2pm.PL
3173 ____________________________________________________________________________
3174 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
3175         Log: fix the binary compatibility issue when building with/without
3176              usemymalloc by exporting Perl_malloc() et al as simple wrappers
3177              around the system functions (this allows most extensions built
3178              using one mode to coexist with perls built in the other mode)
3179              
3180              XXX the Perl_mfree() wrapper might need to do return(free()) on
3181              platforms where Free_t isn't "void"
3182      Branch: perl
3183            ! embed.h embed.pl makedef.pl proto.h util.c
3184 ____________________________________________________________________________
3185 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
3186         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
3187              since it doesn't ensure threads other than the one calling fork()
3188              aren't holding any locks; the fix is to use pthread_atfork() to
3189              hold global locks
3190              
3191              building perl with -Dusemymalloc exacerbates the problem since
3192              Perl_malloc() holds a mutex, and perl's exec() calls New()
3193              
3194              XXX the code in win32thread.h may be needed on platforms that have
3195              no pthread_atfork()
3196      Branch: perl
3197            ! perl.c thread.h win32/win32thread.h
3198 ____________________________________________________________________________
3199 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
3200         Log: Integrate #11009 from maintperl.
3201      Branch: maint-5.6/macperl
3202           !> lib/ExtUtils/Manifest.pm
3203 ____________________________________________________________________________
3204 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
3205         Log: Flexing my Perforce muscles.
3206      Branch: maint-5.6/macperl
3207            ! README.macos
3208 ____________________________________________________________________________
3209 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
3210         Log: Update Changes.
3211      Branch: perl
3212            ! Changes patchlevel.h
3213 ____________________________________________________________________________
3214 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
3215         Log: Metaconfig unit change for #11146.
3216      Branch: metaconfig/U/perl
3217            ! d_fcntl_can_lock.U
3218 ____________________________________________________________________________
3219 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
3220         Log: Somehow the #ifdefs of the added code (in #11093) made
3221              HP-UX to fail the fcntl locking test, without the ifdefs
3222              the test seems to be working again.  Reason unknown:
3223              HP-UX cc doesn't complain either way.
3224      Branch: perl
3225            ! Configure
3226 ____________________________________________________________________________
3227 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
3228         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
3229      Branch: perl
3230            ! lib/ExtUtils/MM_Unix.pm
3231 ____________________________________________________________________________
3232 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
3233         Log: gcc -Wall nit.
3234      Branch: perl
3235            ! pp_hot.c
3236 ____________________________________________________________________________
3237 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
3238         Log: When removing tests updating the test count is a good idea, too.
3239      Branch: perl
3240            ! lib/Net/t/require.t
3241 ____________________________________________________________________________
3242 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
3243         Log: Document #11134 and add the new symbols to the list of
3244              of MakeMaker known ones.
3245      Branch: perl
3246            ! lib/ExtUtils/MakeMaker.pm
3247 ____________________________________________________________________________
3248 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
3249         Log: Microperl update.
3250      Branch: perl
3251            ! uconfig.h
3252 ____________________________________________________________________________
3253 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
3254         Log: Update the libnet tests as per #11138.
3255      Branch: perl
3256            - lib/Net/t/ph.t
3257            ! MANIFEST lib/Net/t/require.t
3258 ____________________________________________________________________________
3259 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
3260         Log: Regen toc and modlib.
3261      Branch: perl
3262            ! pod/perlmodlib.pod pod/perltoc.pod
3263 ____________________________________________________________________________
3264 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
3265         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
3266              Graham's request.
3267      Branch: perl
3268            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
3269            ! MANIFEST
3270 ____________________________________________________________________________
3271 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
3272         Log: Add the OS/390 harness results to the delta.
3273      Branch: perl
3274            ! pod/perl572delta.pod
3275 ____________________________________________________________________________
3276 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
3277         Log: Avoid the two study tests in OS/390 until the bug has been solved.
3278      Branch: perl
3279            ! t/op/study.t
3280 ____________________________________________________________________________
3281 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
3282         Log: DOS/DJGPP tweaks from Laszlo Molnar.
3283      Branch: perl
3284            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
3285 ____________________________________________________________________________
3286 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
3287         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
3288              From: Michael G Schwern <schwern@pobox.com>
3289              Date: Wed, 4 Jul 2001 00:01:16 -0400
3290              Message-ID: <20010704000116.C591@blackrider>
3291      Branch: perl
3292            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
3293 ____________________________________________________________________________
3294 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
3295         Log: The #11132 missed singleton characters (not part
3296              of a unilo..unihi range) in Unicode scripts.
3297      Branch: perl
3298            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
3299            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
3300            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3301            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
3302            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
3303            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
3304            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
3305            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
3306            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
3307            ! lib/unicode/mktables.PL t/op/pat.t
3308 ____________________________________________________________________________
3309 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
3310         Log: Support preferentially the Unicode 'scripts' definition
3311              in the \p{In...} notation since according to Unicode the
3312              scripts concept is more natural for matching than using
3313              the somewhat artificial block names.  The block names are
3314              still available, though, and if there's a name conflict,
3315              the scripts one wins and the blocks one has to do with
3316              'Block' appended to its name.  For more information see
3317              
3318              http://www.unicode.org/unicode/reports/tr24/
3319      Branch: perl
3320            + lib/unicode/In/100.pl lib/unicode/In/101.pl
3321            + lib/unicode/In/102.pl lib/unicode/In/103.pl
3322            + lib/unicode/In/104.pl lib/unicode/In/105.pl
3323            + lib/unicode/In/106.pl lib/unicode/In/107.pl
3324            + lib/unicode/In/108.pl lib/unicode/In/109.pl
3325            + lib/unicode/In/110.pl lib/unicode/In/111.pl
3326            + lib/unicode/In/112.pl lib/unicode/In/113.pl
3327            + lib/unicode/In/114.pl lib/unicode/In/115.pl
3328            + lib/unicode/In/116.pl lib/unicode/In/117.pl
3329            + lib/unicode/In/118.pl lib/unicode/In/119.pl
3330            + lib/unicode/In/120.pl lib/unicode/In/121.pl
3331            + lib/unicode/In/122.pl lib/unicode/In/123.pl
3332            + lib/unicode/In/124.pl lib/unicode/In/125.pl
3333            + lib/unicode/In/126.pl lib/unicode/In/127.pl
3334            + lib/unicode/In/128.pl lib/unicode/In/129.pl
3335            + lib/unicode/In/130.pl lib/unicode/In/131.pl
3336            + lib/unicode/In/132.pl lib/unicode/In/133.pl
3337            + lib/unicode/In/134.pl lib/unicode/In/135.pl
3338            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
3339            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
3340            ! (edit 106 files)
3341 ____________________________________________________________________________
3342 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
3343         Log: Better document the difference between a block and a script.
3344      Branch: perl
3345            ! lib/Unicode/UCD.pm
3346 ____________________________________________________________________________
3347 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
3348         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
3349              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3350              Date: Tue, 3 Jul 2001 15:04:23 -0500
3351              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
3352      Branch: perl
3353            ! lib/CPAN.pm
3354 ____________________________________________________________________________
3355 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
3356         Log: Add tests for charscript().
3357      Branch: perl
3358            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3359 ____________________________________________________________________________
3360 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
3361         Log: Add charscript() to get the UTR#24 script names of characters.
3362      Branch: perl
3363            ! lib/Unicode/UCD.pm
3364 ____________________________________________________________________________
3365 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
3366         Log: Todo updates.
3367      Branch: perl
3368            ! pod/perltodo.pod
3369 ____________________________________________________________________________
3370 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
3371         Log: Unicode::UCD updates.
3372      Branch: perl
3373            ! lib/Unicode/UCD.pm
3374 ____________________________________________________________________________
3375 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
3376         Log: (Retracted by #11174)
3377              Subject: MakeMaker should pass through DEFINE and INC to subdirs
3378              From: Alan Burlison <Alan.Burlison@sun.com>
3379              Date: Tue, 03 Jul 2001 15:20:13 +0100
3380              Message-ID: <3B41D49D.A923D4F9@sun.com>
3381      Branch: perl
3382            ! lib/ExtUtils/MM_Unix.pm
3383 ____________________________________________________________________________
3384 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
3385         Log: Subject: Patch needed for UTS
3386              From: hom00@utsglobal.com (Hal Morris)
3387              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
3388              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
3389              
3390              Replace #11113 with a better version.
3391      Branch: perl
3392            ! perl.h
3393 ____________________________________________________________________________
3394 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
3395         Log: Subject: Re: POINTERRIGOR
3396              From: Andy Dougherty <doughera@lafayette.edu>
3397              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
3398              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
3399      Branch: perl
3400            ! util.c
3401 ____________________________________________________________________________
3402 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
3403         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
3404              From: "Philip Newton" <pnewton@gmx.de>
3405              Date: Tue, 3 Jul 2001 17:03:34 +0200
3406              Message-ID: <3B41FAE6.29564.660E117@localhost>
3407      Branch: perl
3408            ! pp_hot.c
3409 ____________________________________________________________________________
3410 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
3411         Log: Typos.
3412      Branch: perl
3413            ! INSTALL
3414 ____________________________________________________________________________
3415 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
3416         Log: Subject: [PATCH 5.6.1] debugger fixes
3417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3418              Date: Tue, 3 Jul 2001 03:38:18 -0400
3419              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
3420              
3421              The $^S is working again.
3422      Branch: perl
3423            ! lib/perl5db.pl
3424 ____________________________________________________________________________
3425 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
3426         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
3427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3428              Date: Tue, 3 Jul 2001 03:34:06 -0400
3429              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
3430      Branch: perl
3431            ! os2/OS2/Process/Process.pm
3432 ____________________________________________________________________________
3433 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
3434         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
3435              From: "Philip Newton" <Philip.Newton@gmx.net>
3436              Date: Tue, 3 Jul 2001 09:11:27 +0200
3437              Message-Id: <200107030706.KAA04596@taas.iki.fi>
3438      Branch: perl
3439            ! lib/FindBin.pm
3440 ____________________________________________________________________________
3441 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
3442         Log: Delta delta.
3443      Branch: perl
3444            ! pod/perl572delta.pod
3445 ____________________________________________________________________________
3446 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
3447         Log: Metaconfig unit change for 11115.
3448      Branch: metaconfig
3449            ! U/modified/libc.U
3450 ____________________________________________________________________________
3451 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
3452         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
3453              (from Richard Hatch) (this was the cause of pipes() and
3454              times() myeteriously not being found)
3455      Branch: perl
3456            ! Configure
3457 ____________________________________________________________________________
3458 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
3459         Log: Retract #10142, the real culprit found by Richard Hatch,
3460              coming soon to Configure near you.
3461      Branch: perl
3462            ! hints/aix.sh
3463 ____________________________________________________________________________
3464 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
3465         Log: (Replaced by #11124) UTS workaround from Hal Morris.
3466      Branch: perl
3467            ! perl.h
3468 ____________________________________________________________________________
3469 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
3470         Log: Subject: [PATCH] grok not grocking correctly
3471              From: Nicholas Clark <nick@ccl4.org>
3472              Date: Tue, 3 Jul 2001 00:19:08 +0100
3473              Message-ID: <20010703001908.H59620@plum.flirble.org>
3474      Branch: perl
3475            ! numeric.c
3476 ____________________________________________________________________________
3477 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
3478         Log: Subject: [PATCH Deparse.t] test just-posted patches
3479              From: Robin Houston <robin@kitsite.com>
3480              Date: Mon, 2 Jul 2001 23:46:15 +0100
3481              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
3482      Branch: perl
3483            ! ext/B/Deparse.t
3484 ____________________________________________________________________________
3485 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
3486         Log: Subject: [PATCH toke.c] autosplit into @F
3487              From: Robin Houston <robin@kitsite.com>
3488              Date: Mon, 2 Jul 2001 23:18:20 +0100
3489              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
3490      Branch: perl
3491            ! perl.c toke.c
3492 ____________________________________________________________________________
3493 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
3494         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
3495              From: Robin Houston <robin@kitsite.com>
3496              Date: Mon, 2 Jul 2001 23:00:48 +0100
3497              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
3498      Branch: perl
3499            ! ext/B/B/Deparse.pm
3500 ____________________________________________________________________________
3501 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
3502         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
3503              From: "Philip Newton" <Philip.Newton@gmx.net>
3504              Date: Mon, 2 Jul 2001 22:06:22 +0200
3505              (no Message-Id)
3506      Branch: perl
3507            ! ext/NDBM_File/hints/linux.pl
3508 ____________________________________________________________________________
3509 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
3510         Log: Subject: Re: Fixed pack problem - sort of
3511              From: Nicholas Clark <nick@ccl4.org>
3512              Date: Mon, 2 Jul 2001 20:59:20 +0100
3513              Message-ID: <20010702205919.F59620@plum.flirble.org>
3514      Branch: perl
3515            ! pp_pack.c t/op/pack.t
3516 ____________________________________________________________________________
3517 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
3518         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
3519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3520              Date: Mon, 2 Jul 2001 15:45:41 -0400
3521              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
3522      Branch: perl
3523            ! os2/os2.c
3524 ____________________________________________________________________________
3525 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
3526         Log: (Mistaken retraction)
3527      Branch: perl
3528            ! utils/pl2pm.PL
3529 ____________________________________________________________________________
3530 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
3531         Log: Detypo in #11103.
3532      Branch: perl
3533            ! utils/pl2pm.PL
3534 ____________________________________________________________________________
3535 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
3536         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
3537              From: Jonathan Stowe <gellyfish@gellyfish.com>
3538              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
3539              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
3540      Branch: perl
3541            ! utils/pl2pm.PL
3542 ____________________________________________________________________________
3543 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
3544         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
3545              From: "Craig A. Berry" <craigberry@mac.com>
3546              Date: Mon, 02 Jul 2001 14:11:23 -0500
3547              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
3548      Branch: perl
3549            ! lib/Unicode/UCD.pm
3550 ____________________________________________________________________________
3551 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
3552         Log: Subject: [PATCH] Re: op/numconvert.t failures
3553              From: Nicholas Clark <nick@ccl4.org>
3554              Date: Mon, 2 Jul 2001 20:10:48 +0100
3555              Message-ID: <20010702201048.E59620@plum.flirble.org>
3556      Branch: perl
3557            ! t/op/numconvert.t
3558 ____________________________________________________________________________
3559 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
3560         Log: Update Changes.
3561      Branch: perl
3562            ! Changes patchlevel.h
3563 ____________________________________________________________________________
3564 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
3565         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
3566              The real fix must be more involved.  The line of code all the leaky
3567              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
3568              line of Perl_newPMOP().
3569      Branch: perl
3570            ! op.h
3571 ____________________________________________________________________________
3572 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
3573         Log: Based on
3574              
3575              Subject: Re: sizeof(struct sembuf)
3576              From: Nicholas Clark <nick@ccl4.org>
3577              Date: Sun, 1 Jul 2001 22:26:48 +0100
3578              Message-ID: <20010701222648.W59620@plum.flirble.org>
3579              
3580              but do semop() always the slow way.
3581      Branch: perl
3582            ! doio.c
3583 ____________________________________________________________________________
3584 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
3585         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
3586              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3587              Date: Tue, 03 Jul 2001 00:56:30 +0900
3588              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
3589      Branch: perl
3590            ! ext/Encode/Encode/Tcl.t
3591 ____________________________________________________________________________
3592 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
3593         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
3594              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3595              Date: Tue, 03 Jul 2001 00:55:46 +0900
3596              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
3597      Branch: perl
3598            ! ext/Encode/Encode/Tcl.pm
3599 ____________________________________________________________________________
3600 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
3601         Log: Regen api and toc.
3602      Branch: perl
3603            ! pod/perlapi.pod pod/perltoc.pod
3604 ____________________________________________________________________________
3605 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
3606         Log: Metaconfig unit change for #11093.
3607      Branch: metaconfig/U/perl
3608            ! d_fcntl_can_lock.U
3609 ____________________________________________________________________________
3610 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
3611         Log: The fcntl locking test may hang if NFS locking messed up;
3612              break out with alarm(10).
3613      Branch: perl
3614            ! Configure
3615 ____________________________________________________________________________
3616 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
3617         Log: Move the mdelete.bat from win32/bin to win32.
3618      Branch: perl
3619            ! MANIFEST
3620 ____________________________________________________________________________
3621 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
3622         Log: Typo in #11083.
3623      Branch: perl
3624            ! ext/Time/Piece/Piece.t
3625 ____________________________________________________________________________
3626 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
3627         Log: Netware tweaks from Guruprasad.
3628      Branch: perl
3629            - NetWare/perlsdio.h
3630            ! MANIFEST NetWare/Makefile NetWare/interface.c
3631            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
3632            ! perlsdio.h
3633 ____________________________________________________________________________
3634 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
3635         Log: Subject: Re: [PATH] shared -> unique;
3636              From: Abhijit Menon-Sen <ams@wiw.org>
3637              Date: Wed, 27 Jun 2001 03:51:27 +0530
3638              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
3639      Branch: perl
3640            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
3641 ____________________________________________________________________________
3642 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
3643         Log: Subject: Re: AIX / gcc-3.0
3644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3645              Date: Mon, 02 Jul 2001 15:20:21 +0200
3646              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
3647      Branch: perl
3648            ! hints/aix.sh
3649 ____________________________________________________________________________
3650 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
3651         Log: Subject: Re: Bug report: split splits on wrong pattern
3652              From: Abhijit Menon-Sen <ams@wiw.org>
3653              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
3654              Date: Mon, 2 Jul 2001 16:31:33 +0530
3655      Branch: perl
3656            ! pp_ctl.c
3657 ____________________________________________________________________________
3658 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
3659         Log: Subject: [PATCH 5.6.1] test harness
3660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3661              Date: Mon, 2 Jul 2001 06:29:21 -0400
3662              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
3663      Branch: perl
3664            ! lib/Test/Harness.pm
3665 ____________________________________________________________________________
3666 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
3667         Log: Subject: [PATCH 5.6.1] debugger goof
3668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3669              Date: Mon, 2 Jul 2001 06:27:22 -0400
3670              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
3671      Branch: perl
3672            ! lib/perl5db.pl
3673 ____________________________________________________________________________
3674 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
3675         Log: Subject: [PATCH 5.6.1] OS/2 cwd
3676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3677              Date: Mon, 2 Jul 2001 06:21:17 -0400
3678              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
3679      Branch: perl
3680            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
3681 ____________________________________________________________________________
3682 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
3683         Log: Make #11082 more OS/2-specific.
3684      Branch: perl
3685            ! ext/Time/Piece/Piece.t
3686 ____________________________________________________________________________
3687 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
3688         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
3689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3690              Date: Mon, 2 Jul 2001 06:06:34 -0400
3691              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
3692      Branch: perl
3693            ! ext/Time/Piece/Piece.t
3694 ____________________________________________________________________________
3695 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
3696         Log: Subject: [PATCH B::Deparse] version number & changes
3697              From: Robin Houston <robin@kitsite.com>  
3698              Date: Sun, 1 Jul 2001 17:17:29 +0100
3699              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
3700      Branch: perl
3701            ! ext/B/B/Deparse.pm
3702 ____________________________________________________________________________
3703 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
3704         Log: Subject: a small fix.
3705              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3706              Date: Mon, 2 Jul 2001 12:17:53 +0200
3707              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
3708      Branch: perl
3709            ! ext/Thread/Thread.xs
3710 ____________________________________________________________________________
3711 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
3712         Log: Subject: RE: perl@10907
3713              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3714              Date: Mon, 2 Jul 2001 12:06:16 +0200
3715              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
3716              
3717              Borland C vs PerlIO.
3718      Branch: perl
3719            ! win32/config.bc win32/config_H.bc
3720 ____________________________________________________________________________
3721 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
3722         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
3723              From: "H.M. Brand" <merijn@l1.procura.nl>
3724              Date: Mon, 02 Jul 2001 11:18:57 +0200
3725              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
3726      Branch: perl
3727            ! t/op/write.t
3728 ____________________________________________________________________________
3729 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
3730         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
3731              From: Michael G Schwern <schwern@pobox.com>
3732              Date: Mon, 2 Jul 2001 00:26:24 -0400
3733              Message-ID: <20010702002624.A18302@blackrider>
3734      Branch: perl
3735            - ext/util/mkbootstrap
3736 ____________________________________________________________________________
3737 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
3738         Log: Subject: [PATCH op.h] v minor comment tweak
3739              From: Robin Houston <robin@puffinry.freeserve.co.uk>
3740              Date: Mon, 2 Jul 2001 00:42:01 +0100
3741              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
3742      Branch: perl
3743            ! op.h
3744 ____________________________________________________________________________
3745 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
3746         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
3747      Branch: perl
3748            ! pod/perlfunc.pod
3749 ____________________________________________________________________________
3750 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
3751         Log: Subject: Re: sizeof(struct sembuf)
3752              From: Nicholas Clark <nick@ccl4.org>
3753              Date: Sun, 1 Jul 2001 19:23:16 +0100
3754              Message-ID: <20010701192316.V59620@plum.flirble.org>
3755              
3756              s/signaling/signalling/
3757      Branch: perl
3758            ! pod/perlfunc.pod
3759 ____________________________________________________________________________
3760 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
3761         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
3762              From: "Philip Newton" <Philip.Newton@gmx.net>
3763              Date: Sun, 1 Jul 2001 09:37:56 +0200
3764              Message-Id: <200107010733.KAA03920@taas.iki.fi>
3765      Branch: perl
3766            ! pod/perlvar.pod
3767 ____________________________________________________________________________
3768 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
3769         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
3770              From: "Philip Newton" <Philip.Newton@gmx.net>
3771              Date: Sun, 1 Jul 2001 09:37:56 +0200
3772              Message-Id: <200107010733.KAA03925@taas.iki.fi>
3773      Branch: perl
3774            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
3775 ____________________________________________________________________________
3776 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
3777         Log: Metaconfig unit change for #11070.
3778      Branch: metaconfig
3779            ! U/compline/randfunc.U
3780 ____________________________________________________________________________
3781 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
3782         Log: Subject: [PATCH perlsnap] its --> it's --> its
3783              From: "Philip Newton" <Philip.Newton@gmx.net>
3784              Date: Sun, 1 Jul 2001 09:37:56 +0200
3785              Message-Id: <200107010733.KAA03914@taas.iki.fi>
3786      Branch: perl
3787            ! Porting/config_H
3788 ____________________________________________________________________________
3789 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
3790         Log: Sync with Sarathy; integrate with perlio.
3791      Branch: perl
3792           !> gv.c
3793 ____________________________________________________________________________
3794 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
3795         Log: regenerate win32/config_H.?c files
3796      Branch: perl
3797            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3798 ____________________________________________________________________________
3799 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
3800         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
3801              naming discipline
3802              
3803              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
3804              because of this)
3805              
3806              fix a warning about "fd" being used without being set in Cwd.xs
3807      Branch: perl
3808            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
3809            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
3810            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
3811            ! win32/config.vc
3812 ____________________________________________________________________________
3813 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
3814         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
3815              within macro arguments") and warnings ("unary minus applied to
3816              unsigned type", among others)
3817      Branch: perl
3818            ! gv.c hv.c op.c pp.c sv.c toke.c
3819 ____________________________________________________________________________
3820 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
3821         Log: win32 fixes: more spurious CRs
3822      Branch: perl
3823            ! win32/mdelete.bat
3824 ____________________________________________________________________________
3825 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
3826         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
3827              from win32/bin (or it gets deleted by distclean); don't delete
3828              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
3829              NT (should be made Win9x specific, and added to makefile.mk)
3830      Branch: perl
3831           +> win32/mdelete.bat
3832            - win32/bin/mdelete.bat
3833            ! win32/Makefile win32/makefile.mk
3834 ____________________________________________________________________________
3835 [ 11063] By: nick                                  on 2001/07/01  18:54:09
3836         Log: Quick for for #ifdef mess
3837      Branch: perlio
3838            ! gv.c
3839 ____________________________________________________________________________
3840 [ 11062] By: nick                                  on 2001/07/01  18:47:42
3841         Log: Raw integrate - does not build #if mess in gv.c
3842      Branch: perlio
3843           !> (integrate 29 files)
3844 ____________________________________________________________________________
3845 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
3846         Log: Make 'compile' target a little less broken.
3847              Still very broken, though: -Wall warnings from
3848              the generated code, boot_Foo prototypes missing,
3849              can't autoload Fcntl::SEEK_CUR et alia, ...
3850      Branch: perl
3851            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
3852            ! utils/perlcc.PL x2p/Makefile.SH
3853 ____________________________________________________________________________
3854 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
3855         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
3856      Branch: perl
3857            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3858            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
3859 ____________________________________________________________________________
3860 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
3861         Log: Update Changes.
3862      Branch: perl
3863            ! Changes patchlevel.h
3864 ____________________________________________________________________________
3865 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
3866         Log: Still one typo, regen toc.
3867      Branch: perl
3868            ! lib/Unicode/UCD.pm pod/perltoc.pod
3869 ____________________________________________________________________________
3870 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
3871         Log: Detypos and regen toc.
3872      Branch: perl
3873            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
3874 ____________________________________________________________________________
3875 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
3876         Log: VERSION tweak.
3877      Branch: perl
3878            ! ext/List/Util/lib/List/Util.pm
3879 ____________________________________________________________________________
3880 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
3881         Log: Attempt at plugging the leak under ithreads detected by Doug.
3882      Branch: perl
3883            ! op.h
3884 ____________________________________________________________________________
3885 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
3886         Log: gcc -Wall lint after #11051.
3887      Branch: perl
3888            ! pp_sys.c
3889 ____________________________________________________________________________
3890 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
3891         Log: Integrate perlio.
3892      Branch: perl
3893           !> lib/File/Find/taint.t
3894 ____________________________________________________________________________
3895 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
3896         Log: Don't use the v-strings for module VERSIONs.
3897      Branch: perl
3898            ! lib/Unicode/UCD.pm
3899 ____________________________________________________________________________
3900 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
3901         Log: Code cleanup based on turning off the -woffs in IRIX.
3902              Not all of the gripes cleaned up (hairy code in hv.c and
3903              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
3904              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
3905              to the IRIX hints)
3906      Branch: perl
3907            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
3908            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
3909            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
3910            ! regcomp.c sv.c
3911 ____________________________________________________________________________
3912 [ 11050] By: nick                                  on 2001/06/30  20:46:46
3913         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
3914      Branch: perlio
3915            ! lib/File/Find/taint.t
3916 ____________________________________________________________________________
3917 [ 11049] By: nick                                  on 2001/06/30  18:13:33
3918         Log: Integrate mainline
3919      Branch: perlio
3920           +> NetWare/nwstdio.h NetWare/perlsdio.h
3921           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
3922           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
3923           +> lib/Unicode/UCD.t t/run/exit.t
3924           !> (integrate 60 files)
3925 ____________________________________________________________________________
3926 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
3927         Log: Delta delta.
3928      Branch: perl
3929            ! pod/perl572delta.pod
3930 ____________________________________________________________________________
3931 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
3932         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
3933              by CPAN.pm, use rather _00.
3934      Branch: perl
3935            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
3936            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3937            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
3938            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
3939            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
3940            ! lib/ExtUtils/Embed.pm lib/Test.pm
3941 ____________________________________________________________________________
3942 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
3943         Log: Add a simple Unicode character database interface, Unicode::UCD.
3944      Branch: perl
3945            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
3946            ! MANIFEST
3947 ____________________________________________________________________________
3948 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
3949         Log: Subject: [PATCH] op/numconver.t
3950              From: Nicholas Clark <nick@ccl4.org>
3951              Date: Sat, 30 Jun 2001 15:40:10 +0100
3952              Message-ID: <20010630154010.I59620@plum.flirble.org>
3953      Branch: perl
3954            ! t/op/numconvert.t
3955 ____________________________________________________________________________
3956 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
3957         Log: The $^N is now taken (by #11038).
3958      Branch: perl
3959            ! t/base/lex.t
3960 ____________________________________________________________________________
3961 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
3962         Log: The #11040 had slipped to a wrong function...
3963      Branch: perl
3964            ! sv.c
3965 ____________________________________________________________________________
3966 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
3967         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
3968              the Configure library symbol probe mysteriously finds all
3969              symbols but those of pipe() and times().
3970      Branch: perl
3971            ! hints/aix.sh
3972 ____________________________________________________________________________
3973 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
3974         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
3975              From: Nicholas Clark <nick@ccl4.org>
3976              Date: Fri, 29 Jun 2001 23:49:07 +0100
3977              Message-ID: <20010629234907.D59620@plum.flirble.org>
3978      Branch: perl
3979            ! lib/ExtUtils.t
3980 ____________________________________________________________________________
3981 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
3982         Log: Subject: [PATCH] weakref fix 2, not yet there
3983              From: Artur Bergman <artur@contiller.se>
3984              Date: Sat, 30 Jun 2001 01:18:16 +0200
3985              Message-ID: <B762D957.1CC9%artur@contiller.se>
3986      Branch: perl
3987            ! sv.c
3988 ____________________________________________________________________________
3989 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
3990         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
3991              From: Michael G Schwern <schwern@pobox.com>
3992              Date: Fri, 29 Jun 2001 19:39:11 -0400
3993              Message-ID: <20010629193910.D25304@blackrider>
3994      Branch: perl
3995            + t/run/exit.t
3996            ! MANIFEST
3997 ____________________________________________________________________________
3998 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
3999         Log: Add support for $^N, the most-recently closed group.
4000      Branch: perl
4001            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
4002            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
4003            ! thrdvar.h
4004 ____________________________________________________________________________
4005 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
4006         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
4007              From: lvirden@cas.org
4008              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
4009              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
4010              
4011              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
4012              From: lvirden@cas.org
4013              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
4014              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
4015      Branch: perl
4016            ! README.solaris
4017 ____________________________________________________________________________
4018 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
4019         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
4020              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4021              Date: Sat, 30 Jun 2001 07:33:37 +0900
4022              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
4023              
4024              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
4025              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4026              Date: Sat, 30 Jun 2001 21:38:14 +0900
4027              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
4028      Branch: perl
4029            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
4030            + ext/Encode/Encode/7bit-kr.enc
4031            ! MANIFEST ext/Encode/Encode/Tcl.pm
4032 ____________________________________________________________________________
4033 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
4034         Log: NetWare tweaks from Guruprasad.
4035      Branch: perl
4036            + NetWare/nwstdio.h NetWare/perlsdio.h
4037            ! MANIFEST NetWare/Makefile NetWare/config.wc
4038            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
4039            ! NetWare/t/Readme.txt
4040 ____________________________________________________________________________
4041 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
4042         Log: More module $VERSION bump-ups.
4043      Branch: perl
4044            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
4045            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
4046            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
4047 ____________________________________________________________________________
4048 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
4049         Log: Doc update due to #11032.
4050      Branch: perl
4051            ! pod/perl572delta.pod
4052 ____________________________________________________________________________
4053 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
4054         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
4055              From: Peter Prymmer <pvhp@forte.com>
4056              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
4057              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
4058      Branch: perl
4059            ! ext/Time/HiRes/HiRes.xs
4060 ____________________________________________________________________________
4061 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
4062         Log: -lpthreads missing in AIX.
4063      Branch: perl
4064            ! hints/aix.sh
4065 ____________________________________________________________________________
4066 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
4067         Log: Subject: [PATCH] CLONE && weakrefs
4068              From: Artur Bergman <artur@contiller.se>
4069              Date: Fri, 29 Jun 2001 17:02:00 +0200
4070              Message-ID: <B7626508.1CA0%artur@contiller.se>
4071      Branch: perl
4072            ! sv.c
4073 ____________________________________________________________________________
4074 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
4075         Log: Subject: Re: Bug report: split splits on wrong pattern
4076              From: Radu Greab <radu@netsoft.ro>
4077              Date: Wed, 27 Jun 2001 21:50:52 +0300
4078              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
4079      Branch: perl
4080            ! pp_ctl.c t/op/split.t
4081 ____________________________________________________________________________
4082 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
4083         Log: Metaconfig unit change for #11027.
4084      Branch: metaconfig/U/perl
4085            ! d_modfl.U
4086 ____________________________________________________________________________
4087 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
4088         Log: I thought this Configure glitch for AIX was just recently fixed?
4089      Branch: perl
4090            ! Configure
4091 ____________________________________________________________________________
4092 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
4093         Log: Update Changes.
4094      Branch: perl
4095            ! Changes patchlevel.h
4096 ____________________________________________________________________________
4097 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
4098         Log: Subject: Re: perl@10967, File::Find, and Cwd
4099              From: Mike Guy <mjtg@cam.ac.uk>
4100              Date: Fri, 29 Jun 2001 14:56:49 +0100
4101              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
4102      Branch: perl
4103            ! lib/File/Find/taint.t
4104 ____________________________________________________________________________
4105 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
4106         Log: Update the sv_pvprintify() spec.
4107      Branch: perl
4108            ! pod/perltodo.pod
4109 ____________________________________________________________________________
4110 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
4111         Log: Known test failures update.
4112      Branch: perl
4113            ! pod/perl572delta.pod
4114 ____________________________________________________________________________
4115 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
4116         Log: Based on
4117              
4118              Subject: [PATCH @11016] More );) fixes
4119              From: Richard Soderberg <rs@crystalflame.net>
4120              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
4121              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
4122      Branch: perl
4123            ! ext/Thread/Thread.xs ext/Thread/typemap
4124 ____________________________________________________________________________
4125 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
4126         Log: Subject: [PATCH @11016] Fixes compile errors in four files
4127              From: Richard Soderberg <rs@crystalflame.net>
4128              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
4129              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
4130      Branch: perl
4131            ! mg.c pp.c pp_hot.c util.c
4132 ____________________________________________________________________________
4133 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
4134         Log: AIX hints tweaking continues, from Merijn Brand.
4135      Branch: perl
4136            ! hints/aix.sh
4137 ____________________________________________________________________________
4138 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
4139         Log: HP-UX needs gccversion sooner, from Merijn Brand.
4140      Branch: perl
4141            ! hints/hpux.sh
4142 ____________________________________________________________________________
4143 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
4144         Log: Subject: [PATCH 5.6.1] OS/2 docs
4145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4146              Date: Fri, 29 Jun 2001 02:34:12 -0400
4147              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
4148      Branch: perl
4149            ! README.os2 os2/Changes
4150 ____________________________________________________________________________
4151 [ 11017] By: nick                                  on 2001/06/29  10:20:30
4152         Log: Integrate mainline
4153      Branch: perlio
4154           +> (branch 37 files)
4155            - ext/ODBM_File/sdbm.t
4156           !> (integrate 211 files)
4157 ____________________________________________________________________________
4158 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
4159         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
4160              the modules found using a script written by Larry Schatzer Jr.
4161      Branch: perl
4162            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4163            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
4164            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4165            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4166            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
4167            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
4168            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
4169            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
4170            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
4171            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
4172            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
4173            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
4174            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
4175            ! lib/constant.pm lib/fields.pm lib/strict.pm
4176 ____________________________________________________________________________
4177 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
4178         Log: The latest JPL from the anoncvs.
4179      Branch: perl
4180            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4181 ____________________________________________________________________________
4182 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
4183         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
4184      Branch: perl
4185            ! t/op/pat.t
4186 ____________________________________________________________________________
4187 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
4188         Log: Worrying about insecure directories now is a bit too late.
4189      Branch: perl
4190            ! lib/File/Find/taint.t
4191 ____________________________________________________________________________
4192 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
4193         Log: Cannot DIE() in a void function,
4194              from Richard Hatch <rhatch@austin.ibm.com>.
4195      Branch: perl
4196            ! ext/IPC/SysV/SysV.xs
4197 ____________________________________________________________________________
4198 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
4199         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
4200              From: Peter Prymmer <pvhp@forte.com>
4201              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
4202              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
4203              
4204              (unfinished: time/hires tests 3, 5, 14 failing, but better
4205              than wholesale failure)
4206      Branch: perl
4207            ! ext/Time/HiRes/HiRes.xs
4208 ____________________________________________________________________________
4209 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
4210         Log: Subject: [PATCH 5.6.1] OS/2 improvements
4211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4212              Date: Thu, 28 Jun 2001 16:03:14 -0400
4213              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
4214      Branch: perl
4215            + os2/os2_base.t
4216            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
4217            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
4218            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
4219            ! os2/os2ish.h
4220 ____________________________________________________________________________
4221 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
4222         Log: Subject: Incrementing Extutils::Manifest's $VERSION
4223              From: Michael G Schwern <schwern@pobox.com>
4224              Date: Thu, 28 Jun 2001 13:13:49 -0400
4225              Message-ID: <20010628131349.A14738@blackrider>
4226      Branch: maint-5.6/perl
4227            ! lib/ExtUtils/Manifest.pm
4228 ____________________________________________________________________________
4229 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
4230         Log: AIX tweak from Merijn Brand.
4231      Branch: perl
4232            ! hints/aix.sh
4233 ____________________________________________________________________________
4234 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
4235         Log: Create the macperl branch.
4236      Branch: maint-5.6/macperl
4237           +> (branch 1728 files)
4238 ____________________________________________________________________________
4239 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
4240         Log: Update Changes.
4241      Branch: perl
4242            ! Changes patchlevel.h
4243 ____________________________________________________________________________
4244 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
4245         Log: More Perforce lore.
4246      Branch: perl
4247            ! Porting/repository.pod
4248 ____________________________________________________________________________
4249 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
4250         Log: Metaconfig unit changes for #11003.
4251      Branch: metaconfig/U/perl
4252            + d_nl_langinfo.U i_langinfo.U
4253 ____________________________________________________________________________
4254 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
4255         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
4256              Expected not to exist in non-UNIX excepting in VMS, where
4257              according to a quick web survey they just might.
4258      Branch: perl
4259            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4260            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4261            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
4262            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4263            ! win32/config.bc win32/config.gc win32/config.vc
4264 ____________________________________________________________________________
4265 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
4266         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
4267              in AIX is one is doing a 64-bit build.
4268      Branch: perl
4269            ! hints/aix.sh
4270 ____________________________________________________________________________
4271 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
4272         Log: Metaconfig unit changes for #11000.
4273      Branch: metaconfig/U/perl
4274            ! use64bits.U uselfs.U
4275 ____________________________________________________________________________
4276 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
4277         Log: Move use64bitint and use64bitall before uselargefiles.
4278      Branch: perl
4279            ! Configure
4280 ____________________________________________________________________________
4281 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
4282         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
4283              From: Robert Spier <rspier@pobox.com>
4284              Message-ID: <15162.41164.618712.841415@rls.cx>
4285              Date: Wed, 27 Jun 2001 23:13:16 -0400
4286      Branch: perl
4287            ! doio.c
4288 ____________________________________________________________________________
4289 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
4290         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
4291              From: Peter Prymmer <pvhp@forte.com>
4292              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
4293              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
4294      Branch: perl
4295            ! numeric.c
4296 ____________________________________________________________________________
4297 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
4298         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
4299              From: Peter Prymmer <pvhp@forte.com>
4300              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
4301              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
4302      Branch: perl
4303            ! configure.com ext/Digest/MD5/Makefile.PL
4304 ____________________________________________________________________________
4305 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
4306         Log: Update Changes.
4307      Branch: perl
4308            ! Changes patchlevel.h
4309 ____________________________________________________________________________
4310 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
4311         Log: Tiny EPOC updates.
4312      Branch: perl
4313            ! epoc/config.sh
4314 ____________________________________________________________________________
4315 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
4316         Log: The Test::More and Test::Simple tests required help
4317              thanks to our schizophrenic test scheme.
4318      Branch: perl
4319            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4320            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4321            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4322            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4323            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4324 ____________________________________________________________________________
4325 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
4326         Log: Upgrade to Test::Simple 0.09.
4327      Branch: perl
4328            + lib/Test/Simple/Changes
4329            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
4330            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4331            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4332            ! lib/Test/Simple/t/plan_is_noplan.t
4333 ____________________________________________________________________________
4334 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
4335         Log: Upgrade to Test::More 0.07.
4336      Branch: perl
4337            + lib/Test/More/Changes
4338            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
4339            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
4340            ! lib/Test/More/t/skipall.t
4341 ____________________________________________________________________________
4342 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
4343         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
4344              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4345              Date: Wed, 27 Jun 2001 18:40:04 +0200
4346              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
4347      Branch: perl
4348            ! hints/hpux.sh
4349 ____________________________________________________________________________
4350 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
4351         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4352              From: Norton Allen <allen@huarp.harvard.edu>
4353              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
4354              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
4355      Branch: perl
4356            ! README.qnx hints/qnx.sh
4357 ____________________________________________________________________________
4358 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
4359         Log: Subject: [PATCH] two little documentation nits
4360              From: Abhijit Menon-Sen <ams@wiw.org>
4361              Date: Wed, 27 Jun 2001 20:07:50 +0530
4362              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
4363      Branch: perl
4364            ! sv.c sv.h
4365 ____________________________________________________________________________
4366 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
4367         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
4368              From: Norton Allen <allen@huarp.harvard.edu>
4369              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
4370              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
4371      Branch: perl
4372            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
4373 ____________________________________________________________________________
4374 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
4375         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
4376              From: Michael G Schwern <schwern@pobox.com>
4377              Date: Wed, 27 Jun 2001 02:34:58 -0400
4378              Message-ID: <20010627023458.K23874@blackrider>
4379      Branch: perl
4380            ! vms/test.com
4381 ____________________________________________________________________________
4382 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
4383         Log: Add perl_clone_host() for Netware.
4384      Branch: perl
4385            ! NetWare/nw5.c
4386 ____________________________________________________________________________
4387 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
4388         Log: GCC 3.0 hints for HP-UX.
4389      Branch: perl
4390            ! hints/hpux.sh
4391 ____________________________________________________________________________
4392 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
4393         Log: In some Linux distributions the libndbm is broken
4394              (no null key support), therefore link with libgdbm
4395              (if available), since it has a working ndbm emulation,
4396              from Jonathan Stowe.
4397      Branch: perl
4398            + ext/NDBM_File/hints/linux.pl
4399            ! MANIFEST
4400 ____________________________________________________________________________
4401 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
4402         Log: Subject: [PATCH perl@10930] find.t hack for VMS
4403              From: "Craig A. Berry" <craigberry@mac.com>
4404              Date: Tue, 26 Jun 2001 23:40:25 -0500
4405              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
4406      Branch: perl
4407            ! lib/File/Find/find.t
4408 ____________________________________________________________________________
4409 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
4410         Log: AUTHORS updates.
4411      Branch: perl
4412            ! AUTHORS
4413 ____________________________________________________________________________
4414 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
4415         Log: Metaconfig unit change like #10980.
4416      Branch: metaconfig
4417            ! U/compline/d_stdstdio.U
4418 ____________________________________________________________________________
4419 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
4420         Log: "lose the it's", from Abhijit Menon-Sen.
4421              ("It's" not searched, pods not searched.)
4422      Branch: perl
4423            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
4424            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
4425            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
4426            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
4427            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4428            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
4429 ____________________________________________________________________________
4430 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
4431         Log: "lose the looses", from Abhijit Menon-Sen.
4432      Branch: perl
4433            ! ext/B/B/Assembler.pm gv.c
4434 ____________________________________________________________________________
4435 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
4436         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
4437      Branch: perl
4438            ! hints/os390.sh
4439 ____________________________________________________________________________
4440 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
4441         Log: DEC C 5.3 on the VAX simply doesn't seem to like
4442              compiling the MD5 extension, disable it there for now,
4443              from Peter Prymmer.
4444      Branch: perl
4445            ! configure.com
4446 ____________________________________________________________________________
4447 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
4448         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
4449              From: Jonathan Stowe <gellyfish@gellyfish.com>
4450              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
4451              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
4452      Branch: perl
4453            ! pod/perlfaq3.pod
4454 ____________________________________________________________________________
4455 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
4456         Log: Subject: [PATCH 5.6.1] perlxs misprints
4457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4458              Date: Tue, 26 Jun 2001 17:20:00 -0400
4459              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
4460      Branch: perl
4461            ! pod/perlxs.pod
4462 ____________________________________________________________________________
4463 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
4464         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
4465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4466              Date: Tue, 26 Jun 2001 17:27:07 -0400
4467              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
4468      Branch: perl
4469            ! lib/ExtUtils/MM_Unix.pm
4470 ____________________________________________________________________________
4471 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
4472         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
4473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4474              Date: Tue, 26 Jun 2001 17:23:24 -0400
4475              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
4476      Branch: perl
4477            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
4478 ____________________________________________________________________________
4479 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
4480         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
4481              by Olaf Flebbe.
4482      Branch: perl
4483            ! perl.h
4484 ____________________________________________________________________________
4485 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
4486         Log: Detypo.
4487      Branch: perl
4488            ! lib/Memoize/t/tie_sdbm.t
4489 ____________________________________________________________________________
4490 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
4491         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
4492      Branch: perl
4493            ! win32/perllib.c
4494 ____________________________________________________________________________
4495 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
4496         Log: Subject: [patch] perl_clone+CvFILE
4497              From: Doug MacEachern <dougm@covalent.net>
4498              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
4499              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
4500      Branch: perl
4501            ! sv.c
4502 ____________________________________________________________________________
4503 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
4504         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
4505              From: Mark-Jason Dominus <mjd@plover.com>
4506              Date: Tue, 26 Jun 2001 12:33:01 -0400
4507              Message-ID: <20010626163301.31298.qmail@plover.com>
4508      Branch: perl
4509            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4510 ____________________________________________________________________________
4511 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
4512         Log: Update Changes.
4513      Branch: perl
4514            ! Changes patchlevel.h
4515 ____________________________________________________________________________
4516 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
4517         Log: Also catfile() needs now to explicitly exported.
4518      Branch: perl
4519            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4520 ____________________________________________________________________________
4521 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
4522         Log: Regen toc.
4523      Branch: perl
4524            ! pod/perltoc.pod
4525 ____________________________________________________________________________
4526 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
4527         Log: Nonexistent pod command.
4528      Branch: perl
4529            ! pod/perl572delta.pod
4530 ____________________________________________________________________________
4531 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
4532         Log: Be more portable in the quest for tmpdir.
4533      Branch: perl
4534            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
4535 ____________________________________________________________________________
4536 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
4537         Log: Be more portable in finding out the home directory,
4538              and use File::Spec to do the concat.
4539              (Come to think of it, couldn't File::Spec provide
4540              for a ->homedir method?)
4541      Branch: perl
4542            ! lib/Net/Config.pm
4543 ____________________________________________________________________________
4544 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
4545         Log: Doc patch for #10959.
4546      Branch: perl
4547            ! pod/perlfunc.pod
4548 ____________________________________________________________________________
4549 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
4550         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
4551              From: "Philip Newton" <pnewton@gmx.de>
4552              Date: Tue, 26 Jun 2001 16:26:47 +0200
4553              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
4554      Branch: perl
4555            ! pod/perldata.pod
4556 ____________________________________________________________________________
4557 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
4558         Log: Subject: [PATH] shared -> unique;
4559              From: "Artur Bergman" <artur@contiller.se>
4560              Date: Tue, 26 Jun 2001 16:18:40 +0200
4561              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
4562              
4563              Because "shared" isn't: it's read-only.
4564      Branch: perl
4565            ! toke.c xsutils.c
4566 ____________________________________________________________________________
4567 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
4568         Log: Escape multiline croak messages.
4569      Branch: perl
4570            ! t/op/ver.t
4571 ____________________________________________________________________________
4572 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
4573         Log: No more pragma/*.t for minitest.
4574      Branch: perl
4575            ! Makefile.SH
4576 ____________________________________________________________________________
4577 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
4578         Log: AUTHORS updates.
4579      Branch: perl
4580            ! AUTHORS
4581 ____________________________________________________________________________
4582 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
4583         Log: delta updates.
4584      Branch: perl
4585            ! pod/perl572delta.pod
4586 ____________________________________________________________________________
4587 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
4588         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
4589              From: Artur Bergman <artur@contiller.se> 
4590              Date: Tue, 26 Jun 2001 15:32:53 +0200
4591              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
4592      Branch: perl
4593            ! makedef.pl sv.c sv.h win32/perllib.c
4594 ____________________________________________________________________________
4595 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
4596         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
4597              From: Jonathan Stowe <gellyfish@gellyfish.com>
4598              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
4599              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
4600              
4601              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
4602      Branch: perl
4603            + ext/Time/HiRes/hints/sco.pl
4604            ! MANIFEST
4605 ____________________________________________________________________________
4606 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
4607         Log: Subject: [PATCH 5.6.1] static build
4608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4609              Date: Tue, 26 Jun 2001 04:22:25 -0400
4610              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
4611      Branch: perl
4612            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
4613            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
4614 ____________________________________________________________________________
4615 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
4616         Log: DJGPP patches from Laszlo Molnar.
4617      Branch: perl
4618            ! djgpp/djgpp.c perl.c util.c
4619 ____________________________________________________________________________
4620 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
4621         Log: Netware patches from Ananth Kesari.
4622      Branch: perl
4623            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
4624            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
4625            ! NetWare/nwtinfo.h
4626 ____________________________________________________________________________
4627 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
4628         Log: Detypo.
4629      Branch: perl
4630            ! ext/Errno/Errno_pm.PL
4631 ____________________________________________________________________________
4632 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
4633         Log: There seems to be two ways of spelling the $^O in *STEP.
4634      Branch: perl
4635            ! ext/Errno/Errno_pm.PL
4636 ____________________________________________________________________________
4637 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
4638         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
4639              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
4640      Branch: perl
4641            ! ext/Errno/Errno_pm.PL
4642 ____________________________________________________________________________
4643 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
4644         Log: Known bugs update.
4645      Branch: perl
4646            ! pod/perl572delta.pod
4647 ____________________________________________________________________________
4648 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
4649         Log: The default installation of Cygwin has 500 as root's uid.
4650      Branch: perl
4651            ! lib/User/pwent.t
4652 ____________________________________________________________________________
4653 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
4654         Log: Be even more relaxed (re-allow having only one entry).
4655      Branch: perl
4656            ! t/op/grent.t t/op/pwent.t
4657 ____________________________________________________________________________
4658 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
4659         Log: Test failure updates.
4660      Branch: perl
4661            ! pod/perl572delta.pod
4662 ____________________________________________________________________________
4663 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
4664         Log: MPE/iX test tweaks from Mark Bixby.
4665      Branch: perl
4666            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
4667            ! t/io/fs.t t/op/stat.t
4668 ____________________________________________________________________________
4669 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
4670         Log: Microperl findings.
4671      Branch: perl
4672            ! perl.h pp_sys.c
4673 ____________________________________________________________________________
4674 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
4675         Log: Touch uconfig.h.
4676      Branch: perl
4677            ! uconfig.h
4678 ____________________________________________________________________________
4679 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
4680         Log: Subject: [PATCH] Proposed fix for Pod::Man
4681              From: Rob Napier <rnapier@employees.org>
4682              Date: Mon, 25 Jun 2001 15:49:24 -0400
4683              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
4684              
4685              Cater for Solaris nroff brokenness (shortchanges daisywheel
4686              printers, but hey, we also no more support PDPs.)
4687      Branch: perl
4688            ! lib/Pod/Man.pm
4689 ____________________________________________________________________________
4690 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
4691         Log: Typo in #10937.
4692      Branch: perl
4693            ! ext/POSIX/sigaction.t
4694 ____________________________________________________________________________
4695 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
4696         Log: SIGCONT not trappable in VMS.
4697      Branch: perl
4698            ! ext/POSIX/sigaction.t
4699 ____________________________________________________________________________
4700 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
4701         Log: Subject: [DRAFT] Encode-Tcl.t
4702              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4703              Date: Tue, 26 Jun 2001 03:38:08 +0900
4704              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
4705      Branch: perl
4706            + ext/Encode/Encode/Tcl.t
4707            ! MANIFEST ext/Encode/Encode/Tcl.pm
4708 ____________________________________________________________________________
4709 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
4710         Log: Because of #10932 retract also the perlfunc hunk of #10910.
4711      Branch: perl
4712            ! pod/perlfunc.pod
4713 ____________________________________________________________________________
4714 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
4715         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
4716              by Ilya Zakharevich in
4717              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
4718      Branch: perl
4719            ! XSUB.h
4720 ____________________________________________________________________________
4721 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
4722         Log: Typo in #10889.
4723      Branch: perl
4724            ! hints/uts.sh
4725 ____________________________________________________________________________
4726 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
4727         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
4728              From: Abhijit Menon-Sen <ams@wiw.org>
4729              Date: Mon, 25 Jun 2001 23:45:45 +0530
4730              Message-ID: <20010625234545.A5022@lustre.linux.in>
4731      Branch: perl
4732            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
4733 ____________________________________________________________________________
4734 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
4735         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
4736              From: Michael G Schwern <schwern@pobox.com>
4737              Date: Mon, 25 Jun 2001 14:35:51 -0400
4738              Message-ID: <20010625143551.H13819@blackrider>
4739      Branch: perl
4740            ! lib/Test.pm
4741 ____________________________________________________________________________
4742 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
4743         Log: Update Changes.
4744      Branch: perl
4745            ! Changes patchlevel.h
4746 ____________________________________________________________________________
4747 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
4748         Log: Regen toc and modlib.
4749      Branch: perl
4750            ! pod/perlmodlib.pod pod/perltoc.pod
4751 ____________________________________________________________________________
4752 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
4753         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
4754              for the benefit of C++ compilers, as suggested by Guruprasad.
4755      Branch: perl
4756            ! embed.pl proto.h
4757 ____________________________________________________________________________
4758 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
4759         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
4760              From: Jonathan Stowe <gellyfish@gellyfish.com>
4761              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
4762              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
4763      Branch: perl
4764            ! pod/perlfaq5.pod
4765 ____________________________________________________________________________
4766 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
4767         Log: Missed from #10925.
4768      Branch: perl
4769            ! gv.c
4770 ____________________________________________________________________________
4771 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
4772         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
4773              From: Robin Houston <robin@kitsite.com>
4774              Date: Sat, 19 May 2001 16:19:34 +0100
4775              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
4776      Branch: perl
4777            ! cv.h gv.h op.c
4778 ____________________________________________________________________________
4779 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
4780         Log: Netware README tweak.
4781      Branch: perl
4782            ! README.netware
4783 ____________________________________________________________________________
4784 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
4785         Log: Subject: [PATCH] Re: overload.t fails
4786              From: Abhijit Menon-Sen <ams@wiw.org>
4787              Date: Mon, 25 Jun 2001 14:52:20 +0530
4788              Message-ID: <20010625145220.A24114@lustre.linux.in>
4789      Branch: perl
4790            ! lib/overload.t
4791 ____________________________________________________________________________
4792 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
4793         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
4794              From: Mike Guy <mjtg@cam.ac.uk>
4795              Date: Mon, 25 Jun 2001 11:43:23 +0100
4796              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
4797      Branch: perl
4798            ! lib/Carp.pm
4799 ____________________________________________________________________________
4800 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
4801         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
4802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4803              Date: Sun, 24 Jun 2001 05:17:05 -0400
4804              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
4805      Branch: perl
4806            ! os2/os2ish.h
4807 ____________________________________________________________________________
4808 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
4809         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
4810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4811              Date: Mon, 25 Jun 2001 05:52:27 -0400
4812              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
4813      Branch: perl
4814            ! hints/os2.sh
4815 ____________________________________________________________________________
4816 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
4817         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
4818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4819              Date: Mon, 25 Jun 2001 05:23:35 -0400
4820              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
4821      Branch: perl
4822            ! os2/os2.c
4823 ____________________________________________________________________________
4824 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
4825         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
4826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4827              Date: Mon, 25 Jun 2001 05:04:32 -0400
4828              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
4829      Branch: perl
4830            ! os2/OS2/REXX/DLL/DLL.pm
4831 ____________________________________________________________________________
4832 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
4833         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
4834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4835              Date: Mon, 25 Jun 2001 05:02:36 -0400
4836              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
4837      Branch: perl
4838            ! mg.c os2/dl_os2.c os2/os2.c
4839 ____________________________________________________________________________
4840 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
4841         Log: Subject: Re: [PATCH 5.6.1] misprints
4842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4843              Date: Mon, 25 Jun 2001 04:50:50 -0400
4844              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
4845      Branch: perl
4846            ! os2/os2.c pp_sys.c
4847 ____________________________________________________________________________
4848 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
4849         Log: Add Test::More and Test::Simple to the delta.
4850      Branch: perl
4851            ! pod/perl572delta.pod
4852 ____________________________________________________________________________
4853 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
4854         Log: Add Test::More, from Michael G Schwern.
4855      Branch: perl
4856            + lib/Test/More.pm lib/Test/More/t/More.t
4857            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4858            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4859            + t/lib/Test/More/Catch.pm
4860            ! MANIFEST
4861 ____________________________________________________________________________
4862 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
4863         Log: Add Test::Simple from Michael G Schwern.
4864      Branch: perl
4865            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
4866            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
4867            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
4868            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
4869            + t/lib/Test/Simple/Catch.pm
4870            + t/lib/Test/Simple/sample_tests/death.plx
4871            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
4872            + t/lib/Test/Simple/sample_tests/extras.plx
4873            + t/lib/Test/Simple/sample_tests/five_fail.plx
4874            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
4875            + t/lib/Test/Simple/sample_tests/one_fail.plx
4876            + t/lib/Test/Simple/sample_tests/require.plx
4877            + t/lib/Test/Simple/sample_tests/success.plx
4878            + t/lib/Test/Simple/sample_tests/too_few.plx
4879            + t/lib/Test/Simple/sample_tests/two_fail.plx
4880            ! MANIFEST
4881 ____________________________________________________________________________
4882 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
4883         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
4884              From: "Craig A. Berry" <craigberry@mac.com>
4885              Date: Sun, 24 Jun 2001 23:41:36 -0500
4886              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
4887      Branch: perl
4888            ! pp_sys.c
4889 ____________________________________________________________________________
4890 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
4891         Log: Upgrade to Attribute::Handlers 0.70.
4892      Branch: perl
4893            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4894            ! MANIFEST lib/Attribute/Handlers.pm
4895 ____________________________________________________________________________
4896 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
4897         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
4898              From: Abhijit Menon-Sen <ams@wiw.org>
4899              Date: Sat, 23 Jun 2001 05:17:44 +0530
4900              Message-ID: <20010623051744.A18583@lustre.linux.in>
4901              
4902              (Can't think of a good place to put tests.)
4903      Branch: perl
4904            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
4905 ____________________________________________________________________________
4906 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
4907         Log: Subject: [PATCH] t/op/pat.t typo fix
4908              From: Richard Soderberg <rs@crystalflame.net>
4909              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
4910              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
4911      Branch: perl
4912            ! t/op/pat.t
4913 ____________________________________________________________________________
4914 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
4915         Log: Move the pack warnings to their own file, as pointed
4916              out by Spider.
4917      Branch: perl
4918            + t/lib/warnings/pp_pack
4919            ! MANIFEST t/lib/warnings/pp
4920 ____________________________________________________________________________
4921 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
4922         Log: Update Changes.
4923      Branch: perl
4924            ! Changes patchlevel.h
4925 ____________________________________________________________________________
4926 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
4927         Log: Partially fix a problem noticed by IRIX compiler:
4928              the initialization of parse_start was bypassed by
4929              several gotos.  Now initialized to zero, which may
4930              not be the best choice.
4931      Branch: perl
4932            ! regcomp.c
4933 ____________________________________________________________________________
4934 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
4935         Log: Relax the group and password tests back to moaning only
4936              if no matches at all are found.  (Even with a small sample
4937              I could find many sites where there are, umm, anomalies in
4938              the said databases.)       
4939      Branch: perl
4940            ! t/op/grent.t t/op/pwent.t
4941 ____________________________________________________________________________
4942 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
4943         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
4944      Branch: perl
4945            ! pp_ctl.c
4946 ____________________________________________________________________________
4947 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
4948         Log: De-cut-and-pasto in #10902.
4949      Branch: perl
4950            ! pp_ctl.c
4951 ____________________________________________________________________________
4952 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
4953         Log: The #10771 didn't take?
4954      Branch: perl
4955            ! pp_ctl.c
4956 ____________________________________________________________________________
4957 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
4958         Log: Undo the filetests part of #10900, under multiplicity
4959              weird errors take place.
4960      Branch: perl
4961            ! pp_sys.c
4962 ____________________________________________________________________________
4963 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
4964         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
4965      Branch: perl
4966            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
4967 ____________________________________________________________________________
4968 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
4969         Log: (Replaced by #10922)
4970              
4971              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
4972              From: Tony Bowden <tony@kasei.com>
4973              Date: Sun, 24 Jun 2001 17:32:40 +0100
4974              Message-ID: <20010624173240.A16293@blackstar.co.uk>
4975              
4976              Document (well, mention) shortmess() and longmess()
4977              to rob people of their fun of reinventing the weel.
4978      Branch: perl
4979            ! lib/Carp.pm
4980 ____________________________________________________________________________
4981 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
4982         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
4983              From: Brian Jepson <bjepson@oreilly.com>
4984              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
4985              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
4986      Branch: perl
4987            ! pp_sys.c
4988 ____________________________________________________________________________
4989 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
4990         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
4991              From: Robin Barker <rmb1@cise.npl.co.uk> 
4992              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
4993              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
4994      Branch: perl
4995            ! lib/CPAN.pm
4996 ____________________________________________________________________________
4997 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
4998         Log: Memoize patch from mjd.
4999      Branch: perl
5000            ! lib/Memoize/t/tie_storable.t
5001 ____________________________________________________________________________
5002 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
5003         Log: Spec the sv_pvprintify() a bit more.
5004      Branch: perl
5005            ! pod/perltodo.pod
5006 ____________________________________________________________________________
5007 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
5008         Log: Upgrade to Memoize 0.65.
5009      Branch: perl
5010            + lib/Memoize/t/array_confusion.t
5011            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5012            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
5013            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5014            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
5015            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
5016            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
5017            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5018            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
5019            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
5020            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
5021            ! lib/Memoize/t/tie_storable.t
5022 ____________________________________________________________________________
5023 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
5024         Log: Metaconfig unit change for #10892.
5025      Branch: metaconfig
5026            ! U/modified/Options.U
5027 ____________________________________________________________________________
5028 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
5029         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
5030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5031              Date: Sun, 24 Jun 2001 05:24:40 -0400
5032              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
5033      Branch: perl
5034            ! Configure hints/os2.sh
5035 ____________________________________________________________________________
5036 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
5037         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
5038              From: Mike Guy <mjtg@cam.ac.uk>
5039              Date: Sun, 24 Jun 2001 15:28:39 +0100
5040              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
5041              
5042              Fix an ancient (5.002) bug.
5043      Branch: perl
5044            ! lib/Carp/Heavy.pm
5045 ____________________________________________________________________________
5046 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
5047         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
5048              variables.
5049      Branch: perl
5050            ! pp_sys.c
5051 ____________________________________________________________________________
5052 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
5053         Log: Make UTS as per #10888.
5054      Branch: perl
5055            ! hints/uts.sh
5056 ____________________________________________________________________________
5057 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
5058         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
5059      Branch: perl
5060            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
5061            ! mpeix/mpeixish.h perl.h unixish.h
5062 ____________________________________________________________________________
5063 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
5064         Log: AUTHORS update.
5065      Branch: perl
5066            ! AUTHORS
5067 ____________________________________________________________________________
5068 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
5069         Log: Subject: Encode::Tcl for multibyte doesnot work
5070              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5071              Date: Sun, 24 Jun 2001 22:48:21 +0900
5072              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
5073      Branch: perl
5074            ! ext/Encode/Encode/Tcl.pm
5075 ____________________________________________________________________________
5076 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
5077         Log: Subject: [PATCH] Remove tautology in error messages
5078              From: Mike Guy <mjtg@cam.ac.uk>
5079              Date: Sun, 24 Jun 2001 13:31:00 +0100
5080              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
5081      Branch: perl
5082            ! pp_sys.c
5083 ____________________________________________________________________________
5084 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
5085         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
5086      Branch: perl
5087            ! hints/darwin.sh
5088 ____________________________________________________________________________
5089 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
5090         Log: Subject: Re: [PATCH 5.6.1] test suite
5091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5092              Date: Sun, 24 Jun 2001 05:47:05 -0400
5093              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
5094              
5095              Test suite fixes.
5096      Branch: perl
5097            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
5098 ____________________________________________________________________________
5099 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
5100         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
5101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5102              Date: Sun, 24 Jun 2001 05:37:19 -0400
5103              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
5104      Branch: perl
5105            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
5106 ____________________________________________________________________________
5107 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
5108         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
5109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5110              Date: Sun, 24 Jun 2001 05:34:50 -0400
5111              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
5112              
5113              Pacify compiler warnings.
5114      Branch: perl
5115            ! pp_sys.c
5116 ____________________________________________________________________________
5117 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
5118         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5120              Date: Sun, 24 Jun 2001 05:21:18 -0400
5121              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
5122              
5123              Enable compression of executables during link time.
5124      Branch: perl
5125            ! hints/os2.sh
5126 ____________________________________________________________________________
5127 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
5128         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
5129              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5130              Date: Sun, 24 Jun 2001 05:15:11 -0400
5131              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
5132              
5133              Add ordinals to the export list for Perl DLL.
5134              (Breaks intra-version DLL compatibility.)
5135      Branch: perl
5136            ! makedef.pl
5137 ____________________________________________________________________________
5138 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
5139         Log: Allow (displaying and) re-editing the Subject in perlbug.
5140              Also abstract the Subject quality control into a function.
5141      Branch: perl
5142            ! utils/perlbug.PL
5143 ____________________________________________________________________________
5144 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
5145         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
5146      Branch: perl
5147            ! utils/perlbug.PL
5148 ____________________________________________________________________________
5149 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
5150         Log: Regen toc and modlib.
5151      Branch: perl
5152            ! pod/perlmodlib.pod pod/perltoc.pod
5153 ____________________________________________________________________________
5154 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
5155         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
5156              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
5157              attribute semantics as much as possible, or 'ntsec' which uses
5158              native NTFS semantics.)  (See also #10877.)
5159      Branch: perl
5160            ! perl.c
5161 ____________________________________________________________________________
5162 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
5163         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
5164      Branch: perl
5165            ! lib/Test/Harness.pm
5166 ____________________________________________________________________________
5167 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
5168         Log: Just zap the -uPerlio.
5169      Branch: perl
5170            ! ext/B/Stash.t
5171 ____________________________________________________________________________
5172 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
5173         Log: Do not test PerlIO if PerlIO not used.
5174      Branch: perl
5175            ! ext/PerlIO/PerlIO.t
5176 ____________________________________________________________________________
5177 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
5178         Log: Regen perlapi.
5179      Branch: perl
5180            ! pod/perlapi.pod
5181 ____________________________________________________________________________
5182 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
5183         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5184              From: Nicholas Clark <nick@ccl4.org>
5185              Date: Sat, 23 Jun 2001 22:55:47 +0100
5186              Message-ID: <20010623225547.Z98663@plum.flirble.org>
5187      Branch: perl
5188            ! numeric.c
5189 ____________________________________________________________________________
5190 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
5191         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
5192              From: Prymmer/Kahn <pvhp@best.com>
5193              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
5194              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
5195      Branch: perl
5196            ! lib/h2xs.t
5197 ____________________________________________________________________________
5198 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
5199         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
5200              cygwin does not taint cwd, just like win32.
5201      Branch: perl
5202            ! lib/File/Find/taint.t t/op/taint.t
5203 ____________________________________________________________________________
5204 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
5205         Log: Retract #10865, the patch should be unnecessary.
5206              (But seemingly helpful in Cygwin?  Strange.)
5207      Branch: perl
5208            ! lib/Memoize/t/tie_ndbm.t
5209 ____________________________________________________________________________
5210 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
5211         Log: Misplaced test file; plus Cygwin filesystem semantics.
5212      Branch: perl
5213            + ext/SDBM_File/sdbm.t
5214            - ext/ODBM_File/sdbm.t
5215            ! MANIFEST
5216 ____________________________________________________________________________
5217 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
5218         Log: (Retracted by #10867.)
5219      Branch: perl
5220            ! lib/Memoize/t/tie_ndbm.t
5221 ____________________________________________________________________________
5222 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
5223         Log: Metaconfig unit change for #10863.
5224      Branch: metaconfig/U/perl
5225            ! Extensions.U
5226 ____________________________________________________________________________
5227 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
5228         Log: In Cygwin do not build NDBM_File and ODBM_File unless
5229              -lndbm and -ldbm are available.
5230      Branch: perl
5231            ! Configure config_h.SH
5232 ____________________________________________________________________________
5233 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
5234         Log: More Cygwin filesystem semantics.
5235      Branch: perl
5236            ! t/io/fs.t t/op/stat.t
5237 ____________________________________________________________________________
5238 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
5239         Log: More DOSish permission semantics for Cygwin.
5240      Branch: perl
5241            ! lib/AnyDBM_File.t
5242 ____________________________________________________________________________
5243 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
5244         Log: Cygwin too has different permission semantics.
5245      Branch: perl
5246            ! ext/GDBM_File/gdbm.t
5247 ____________________________________________________________________________
5248 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
5249         Log: The group (and assumedly passwd) databases can have
5250              only one entry (this is the case in cygwin).
5251      Branch: perl
5252            ! t/op/grent.t t/op/pwent.t
5253 ____________________________________________________________________________
5254 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
5255         Log: Also in Cygwin use Socket to figure out domainname
5256              (if any) (avoids trying to call external 'domainname',
5257              which doesn't at the moment exist in Cygwin)
5258      Branch: perl
5259            ! lib/Net/Domain.pm
5260 ____________________________________________________________________________
5261 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
5262         Log: Remove also the lib$Foo.def, not just $Foo.def.
5263      Branch: perl
5264            ! lib/ExtUtils/MM_Unix.pm
5265 ____________________________________________________________________________
5266 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
5267         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
5268      Branch: perl
5269            ! unixish.h
5270 ____________________________________________________________________________
5271 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
5272         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
5273              to match the whole isprint(), only the space character.
5274      Branch: perl
5275            ! handy.h pod/perlre.pod t/op/pat.t
5276 ____________________________________________________________________________
5277 [ 10854] By: nick                                  on 2001/06/23  08:09:33
5278         Log: Integrate mainline
5279      Branch: perlio
5280           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
5281           !> lib/ExtUtils.t lib/File/Find/taint.t
5282           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
5283           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
5284           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5285 ____________________________________________________________________________
5286 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
5287         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
5288              with its floats    in os390 and s390 (UTS).
5289      Branch: perl
5290            ! lib/Math/BigInt/t/bigintpm.t
5291 ____________________________________________________________________________
5292 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
5293         Log: Add also UTS (s390) to the non-IEEE float platforms.
5294      Branch: perl
5295            ! t/op/sprintf.t
5296 ____________________________________________________________________________
5297 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
5298         Log: Subject: RFC: what are applicable standards for exponent sizes?
5299              From: Peter Prymmer <pvhp@forte.com>
5300              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
5301              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
5302      Branch: perl
5303            ! t/op/sprintf.t
5304 ____________________________________________________________________________
5305 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
5306         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
5307              From: Peter Prymmer <pvhp@forte.com>
5308              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
5309              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
5310      Branch: perl
5311            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
5312 ____________________________________________________________________________
5313 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
5314         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
5315              From: Peter Prymmer <pvhp@forte.com>
5316              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
5317              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
5318      Branch: perl
5319            ! lib/ExtUtils.t
5320 ____________________________________________________________________________
5321 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
5322         Log: Retract #10845.
5323      Branch: perl
5324            ! lib/File/Find/taint.t
5325 ____________________________________________________________________________
5326 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
5327         Log: Yet another error message.
5328      Branch: perl
5329            ! t/op/mkdir.t
5330 ____________________________________________________________________________
5331 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
5332         Log: The croak message for nonexistent socket functions may vary.
5333      Branch: perl
5334            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
5335 ____________________________________________________________________________
5336 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
5337         Log: (Retracted by #10848.)
5338      Branch: perl
5339            ! lib/File/Find/taint.t
5340 ____________________________________________________________________________
5341 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
5342         Log: Integrate perlio.
5343      Branch: perl
5344           !> lib/File/Find/taint.t t/op/write.t
5345 ____________________________________________________________________________
5346 [ 10843] By: nick                                  on 2001/06/22  21:24:51
5347         Log: Back out debug in taint.t
5348      Branch: perlio
5349            ! lib/File/Find/taint.t
5350 ____________________________________________________________________________
5351 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
5352         Log: setitimer() does not exist in Unicos, despite of what
5353              Configure thinks, from Mark P. Lutz.
5354      Branch: perl
5355            ! hints/unicos.sh
5356 ____________________________________________________________________________
5357 [ 10841] By: nick                                  on 2001/06/22  21:19:36
5358         Log: Skip cwd test on Win32 ???
5359      Branch: perlio
5360            ! lib/File/Find/taint.t
5361 ____________________________________________________________________________
5362 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
5363         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
5364              and Tru64 gcc -Wall happy.
5365      Branch: perl
5366            ! mg.c
5367 ____________________________________________________________________________
5368 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
5369         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
5370      Branch: perl
5371            ! ext/IPC/SysV/Semaphore.pm
5372 ____________________________________________________________________________
5373 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
5374         Log: Metaconfig unit change for #10837.
5375      Branch: metaconfig/U/perl
5376            ! Cross.U
5377 ____________________________________________________________________________
5378 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
5379         Log: Cleanup of the cross-compilation unit.
5380      Branch: perl
5381            ! Configure
5382 ____________________________________________________________________________
5383 [ 10836] By: nick                                  on 2001/06/22  20:45:12
5384         Log: Skip |- based op/write.t on Win32 as well as VMS
5385      Branch: perlio
5386            ! t/op/write.t
5387 ____________________________________________________________________________
5388 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
5389         Log: Integrate perlio.
5390      Branch: perl
5391           !> util.c
5392 ____________________________________________________________________________
5393 [ 10834] By: nick                                  on 2001/06/22  20:41:54
5394         Log: Integrate mainline
5395      Branch: perlio
5396           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5397           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
5398           !> vos/config.ga.h
5399 ____________________________________________________________________________
5400 [ 10833] By: nick                                  on 2001/06/22  20:22:58
5401         Log: Patcho fix.
5402      Branch: perlio
5403            ! util.c
5404 ____________________________________________________________________________
5405 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
5406         Log: Metaconfig unit changes for #10831.
5407      Branch: metaconfig
5408            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
5409 ____________________________________________________________________________
5410 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
5411         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
5412              From: Andy Dougherty <doughera@lafayette.edu>
5413              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
5414              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
5415      Branch: perl
5416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5417            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
5418 ____________________________________________________________________________
5419 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
5420         Log: MPE/iX prototype nits from Mark Bixby.
5421      Branch: perl
5422            ! pp_sys.c
5423 ____________________________________________________________________________
5424 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
5425         Log: Detypo.
5426      Branch: perl
5427            ! util.c
5428 ____________________________________________________________________________
5429 [ 10828] By: nick                                  on 2001/06/22  15:33:37
5430         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
5431      Branch: perlio
5432           +> lib/h2xs.t
5433           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
5434           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
5435           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
5436           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
5437           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5438           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
5439           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
5440           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
5441           !> vms/vmsish.h
5442 ____________________________________________________________________________
5443 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
5444         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
5445              Date: Fri, 22 Jun 2001 10:08:35 -0500
5446              From: "Craig A. Berry" <craigberry@mac.com>
5447              Message-Id: <a05101001b75908704194@[192.168.56.145]>
5448      Branch: perl
5449            ! vms/vms.c vms/vmsish.h
5450 ____________________________________________________________________________
5451 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
5452         Log: NetWare scripts tweak from Ananth Kesari.
5453      Branch: perl
5454            ! NetWare/t/NWScripts.pl
5455 ____________________________________________________________________________
5456 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
5457         Log: Update Changes.
5458      Branch: perl
5459            ! Changes patchlevel.h
5460 ____________________________________________________________________________
5461 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
5462         Log: Add .i and .s targets.
5463      Branch: perl
5464            ! Makefile.SH
5465 ____________________________________________________________________________
5466 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
5467         Log: Upgrade to Locale::Maketext 1.03.
5468      Branch: perl
5469            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5470            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
5471 ____________________________________________________________________________
5472 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
5473         Log: Upgrade to I18N::LangTags 0.26.
5474      Branch: perl
5475            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5476            ! lib/I18N/LangTags/test.pl
5477 ____________________________________________________________________________
5478 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
5479         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
5480              Philip Newton.
5481      Branch: perl
5482            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
5483            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5484 ____________________________________________________________________________
5485 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
5486         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
5487              From: Prymmer/Kahn <pvhp@best.com>
5488              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
5489              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
5490      Branch: perl
5491            + lib/h2xs.t
5492            ! MANIFEST utils/h2xs.PL
5493 ____________________________________________________________________________
5494 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
5495         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
5496              From: Prymmer/Kahn <pvhp@best.com>
5497              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
5498              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
5499      Branch: perl
5500            ! lib/ExtUtils.t
5501 ____________________________________________________________________________
5502 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
5503         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
5504              From: Prymmer/Kahn <pvhp@best.com>
5505              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
5506              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
5507      Branch: perl
5508            ! t/pod/plainer.t
5509 ____________________________________________________________________________
5510 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
5511         Log: AUTHORS update.
5512      Branch: perl
5513            ! AUTHORS
5514 ____________________________________________________________________________
5515 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
5516         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
5517              From: "Craig A. Berry" <craigberry@mac.com>
5518              Date: Thu, 21 Jun 2001 18:20:38 -0500
5519              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
5520      Branch: perl
5521            ! ext/POSIX/POSIX.xs
5522 ____________________________________________________________________________
5523 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
5524         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
5525              From: "Craig A. Berry" <craigberry@mac.com>
5526              Date: Thu, 21 Jun 2001 09:58:52 -0500
5527              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
5528      Branch: perl
5529            ! ext/B/Deparse.t t/op/write.t
5530 ____________________________________________________________________________
5531 [ 10814] By: nick                                  on 2001/06/22  08:13:09
5532         Log: Integrate mainline.
5533      Branch: perlio
5534           !> (integrate 46 files)
5535 ____________________________________________________________________________
5536 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
5537         Log: Change the prefixes only if $prefix is unset,
5538              as originally patched by Marcel Grunauer.
5539      Branch: perl
5540            ! hints/darwin.sh hints/rhapsody.sh
5541 ____________________________________________________________________________
5542 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
5543         Log: Subject: Re: Patch for hints/darwin.sh
5544              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
5545              Date: Thu, 21 Jun 2001 11:23:46 -0700
5546              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
5547      Branch: perl
5548            ! hints/darwin.sh hints/rhapsody.sh
5549 ____________________________________________________________________________
5550 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
5551         Log: Add .PHONY targets for non-file targets,
5552              from Wilfredo Sánchez.  Should help saying
5553              "make install" on case-insensitive filesystems.
5554      Branch: perl
5555            ! Makefile.SH
5556 ____________________________________________________________________________
5557 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
5558         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
5559              From: Doug MacEachern <dougm@covalent.net>
5560              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
5561              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
5562              
5563              plus reword the getcwd() comment, plus use getcwd() buffer
5564              size minus one.
5565      Branch: perl
5566            ! util.c
5567 ____________________________________________________________________________
5568 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
5569         Log: More gprofing from Doug MacEachern.
5570      Branch: perl
5571            ! Makefile.SH
5572 ____________________________________________________________________________
5573 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
5574         Log: Metaconfig unit change for #10807.
5575      Branch: metaconfig/U/perl
5576            ! d_sfio.U
5577 ____________________________________________________________________________
5578 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
5579         Log: Tell that you are removing the unneeded -lsfio.
5580      Branch: perl
5581            ! Configure
5582 ____________________________________________________________________________
5583 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
5584         Log: More MPE/iX tweaks from Mark Bixby.
5585      Branch: perl
5586            ! perl.c t/op/magic.t
5587 ____________________________________________________________________________
5588 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
5589         Log: The fchdir() proto is supposed to live in <unistd.h>.
5590      Branch: perl
5591            ! ext/Cwd/Cwd.xs
5592 ____________________________________________________________________________
5593 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
5594         Log: This town is too small for the Cwd extension and me,
5595              it would seem...
5596      Branch: perl
5597            ! ext/Cwd/Cwd.xs
5598 ____________________________________________________________________________
5599 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
5600         Log: Metaconfig unit change for #10802.
5601      Branch: metaconfig/U/perl
5602            ! d_modfl.U
5603 ____________________________________________________________________________
5604 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
5605         Log: More d'ohs.
5606      Branch: perl
5607            ! Configure
5608 ____________________________________________________________________________
5609 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
5610         Log: Off-by-one.  I'm so classic.
5611      Branch: perl
5612            ! util.c
5613 ____________________________________________________________________________
5614 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
5615         Log: Update Changes.
5616      Branch: perl
5617            ! Changes patchlevel.h
5618 ____________________________________________________________________________
5619 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
5620         Log: Subject: Documentation patch for Net::FTP
5621              From: Marcel Grunauer <marcel@codewerk.com>
5622              Date: Wed, 20 Jun 2001 23:03:26 +0200
5623              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
5624      Branch: perl
5625            ! lib/Net/FTP.pm
5626 ____________________________________________________________________________
5627 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
5628         Log: Retract the #10417 mg.c and embed.pl parts because of
5629              strange SEGVs in 64bit x86 FreeBSD observed by
5630              Nicholas Clark.
5631      Branch: perl
5632            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
5633 ____________________________________________________________________________
5634 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
5635         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
5636      Branch: perl
5637            ! Configure NetWare/config.wc NetWare/config_H.wc
5638            ! Porting/Glossary Porting/config.sh Porting/config_H
5639            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5640            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5641            ! vos/config.ga.h win32/config.bc win32/config.gc
5642            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5643            ! win32/config_H.vc
5644 ____________________________________________________________________________
5645 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
5646         Log: Cwd tweak from Doug MacEachern.
5647      Branch: perl
5648            ! ext/Cwd/Cwd.xs
5649 ____________________________________________________________________________
5650 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
5651         Log: Protect the fchdir() and lstat() with ifdefs.
5652              fchdir() needs a Configure probe.
5653      Branch: perl
5654            ! ext/Cwd/Cwd.xs
5655 ____________________________________________________________________________
5656 [ 10794] By: nick                                  on 2001/06/21  17:11:35
5657         Log: Integrate mainline
5658      Branch: perlio
5659           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
5660           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
5661           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
5662           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
5663           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
5664           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
5665           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
5666           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
5667            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
5668            - lib/File/Glob/case.t lib/File/Glob/global.t
5669            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
5670            - lib/File/Temp/posix.t lib/File/Temp/security.t
5671            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
5672            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
5673            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
5674            - lib/Text/Wrap/wrap.t
5675           !> (integrate 41 files)
5676 ____________________________________________________________________________
5677 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
5678         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
5679              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5680              Date: Thu, 21 Jun 2001 13:04:54 -0500
5681              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
5682      Branch: perl
5683            ! ext/Cwd/Cwd.xs
5684 ____________________________________________________________________________
5685 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
5686         Log: Subject: [PATCH pod] overlong =item
5687              From: Robin Barker <rmb1@cise.npl.co.uk>
5688              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
5689              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
5690      Branch: perl
5691            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
5692            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5693 ____________________________________________________________________________
5694 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
5695         Log: Subject: [PATCH perlio.c] format 
5696              From: Robin Barker <rmb1@cise.npl.co.uk>
5697              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
5698              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
5699      Branch: perl
5700            ! perlio.c
5701 ____________________________________________________________________________
5702 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
5703         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
5704              From: Radu Greab <radu@netsoft.ro>
5705              Date: Thu, 21 Jun 2001 19:06:02 +0300
5706              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
5707      Branch: perl
5708            ! pod/perlapi.pod sv.c
5709 ____________________________________________________________________________
5710 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
5711         Log: The metaconfig unit changes for #10788.
5712      Branch: metaconfig/U/perl
5713            ! Cross.U fflushall.U
5714 ____________________________________________________________________________
5715 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
5716         Log: Cross-configuration changes: make $from to rm the files
5717              before copying them over (this means that he rm can be
5718              removed from the fflushall test), create $targetmkdir      
5719              (not documented in install since it is supposed to internal
5720              use only), make $run to copy over the executable only if
5721              a stamp file .xok doesn't already exist (to avoid unnecessary
5722              copying of the executable)
5723      Branch: perl
5724            ! Configure Makefile.SH
5725 ____________________________________________________________________________
5726 [ 10787] By: nick                                  on 2001/06/21  14:16:18
5727         Log: Integrate mainline
5728      Branch: perlio
5729           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
5730           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
5731           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
5732            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
5733           !> (integrate 34 files)
5734 ____________________________________________________________________________
5735 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
5736         Log: Re-add the files as text.
5737      Branch: perl
5738            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
5739 ____________________________________________________________________________
5740 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
5741         Log: Delete the binary files.
5742      Branch: perl
5743            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
5744 ____________________________________________________________________________
5745 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
5746         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
5747              From: Andy Dougherty <doughera@lafayette.edu>
5748              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
5749              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
5750      Branch: perl
5751            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
5752            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
5753            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
5754            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
5755 ____________________________________________________________________________
5756 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
5757         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
5758              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
5759              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
5760              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
5761              
5762              Setting umask to something friendlier.
5763      Branch: perl
5764            ! installman installperl
5765 ____________________________________________________________________________
5766 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
5767         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
5768              Resort MANIFEST with sort -f, looks much better.
5769      Branch: perl
5770            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
5771            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
5772            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
5773            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
5774            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
5775            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
5776            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
5777            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
5778            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
5779            - lib/File/Glob/case.t lib/File/Glob/global.t
5780            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
5781            - lib/File/Temp/posix.t lib/File/Temp/security.t
5782            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
5783            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
5784            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
5785            - lib/Text/Wrap/wrap.t
5786            ! MANIFEST
5787 ____________________________________________________________________________
5788 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
5789         Log: Upgrade to I18N::LangTags 0.25.
5790      Branch: perl
5791            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5792            ! lib/I18N/LangTags/List.pm
5793 ____________________________________________________________________________
5794 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
5795         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
5796              From: Richard Soderberg <rs@crystalflame.net>
5797              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
5798              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
5799      Branch: perl
5800            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
5801            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
5802 ____________________________________________________________________________
5803 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
5804         Log: Test obsoleted by change #10777.
5805      Branch: perl
5806            ! t/op/sub_lval.t
5807 ____________________________________________________________________________
5808 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
5809         Log: Case of confused test numbering.
5810      Branch: perl
5811            ! t/op/pat.t
5812 ____________________________________________________________________________
5813 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
5814         Log: Subject: Re: Opinion on undef lvalue
5815              From: Abhijit Menon-Sen <ams@wiw.org>
5816              Date: Sun, 17 Jun 2001 13:04:46 +0530
5817              Message-ID: <20010617130446.B27925@lustre.linux.in>
5818              
5819              Allow lvalue subs to return undef in array context.
5820      Branch: perl
5821            ! pp_hot.c
5822 ____________________________________________________________________________
5823 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
5824         Log: Just a guess that using the same hack for cygwin as
5825              for win32 might help.
5826      Branch: perl
5827            ! lib/File/Find/find.t
5828 ____________________________________________________________________________
5829 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
5830         Log: NetWare tweaks from Guruprasad.
5831      Branch: perl
5832            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
5833            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
5834            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
5835            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
5836 ____________________________________________________________________________
5837 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
5838         Log: Subject: Re: perl@10722: Bogus warnings on REs 
5839              From: Hugo <hv@crypt.compulink.co.uk>
5840              Date: Thu, 21 Jun 2001 09:51:17 +0100
5841              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
5842              
5843              Unroll to avoid a UTS compiler bug.
5844      Branch: perl
5845            ! regcomp.c
5846 ____________________________________________________________________________
5847 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
5848         Log: Subject: Re: [PATCH] Make /o work under i?threads
5849              From: Artur Bergman <artur@contiller.se>
5850              Date: Thu, 21 Jun 2001 14:38:03 +0200
5851              Message-ID: <B757B74A.184D%artur@contiller.se>
5852      Branch: perl
5853            ! t/op/pat.t
5854 ____________________________________________________________________________
5855 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
5856         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
5857              From: Artur Bergman <artur@contiller.se> 
5858              Date: Thu, 21 Jun 2001 14:27:33 +0200
5859              Message-ID: <B757B4D4.1849%artur@contiller.se>
5860              
5861              Plus extra parentheses.
5862      Branch: perl
5863            ! op.h
5864 ____________________________________________________________________________
5865 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
5866         Log: Subject: [PATCH] Make /o work under i?threads
5867              From: Richard Soderberg <rs@crystalflame.net>
5868              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
5869              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
5870      Branch: perl
5871            ! pp_ctl.c
5872 ____________________________________________________________________________
5873 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
5874         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
5875              From: Artur Bergman <artur@contiller.se>
5876              Date: Thu, 21 Jun 2001 14:04:54 +0200
5877              Message-ID: <B757AF86.1842%artur@contiller.se>
5878      Branch: perl
5879            ! op.h
5880 ____________________________________________________________________________
5881 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
5882         Log: Subject: Re: perl@10765: sv.c not OK on win32
5883              From: Artur Bergman <artur@contiller.se>
5884              Date: Thu, 21 Jun 2001 10:31:06 +0200
5885              Message-ID: <B7577D69.182C%artur@contiller.se>
5886      Branch: perl
5887            ! sv.c
5888 ____________________________________________________________________________
5889 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
5890         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
5891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5892              Date: Thu, 21 Jun 2001 06:23:56 -0400
5893              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
5894              
5895              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
5896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5897              Date: Thu, 21 Jun 2001 06:32:21 -0400
5898              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
5899      Branch: perl
5900            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
5901 ____________________________________________________________________________
5902 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
5903         Log: Subject: [PATCH] make syslog test more verbose
5904              From: Robert Spier <rspier@pobox.com>
5905              Date: Thu, 21 Jun 2001 00:54:32 -0400
5906              Message-ID: <15153.32264.295807.333073@rls.cx>
5907      Branch: perl
5908            ! ext/Sys/Syslog/syslog.t
5909 ____________________________________________________________________________
5910 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
5911         Log: Subject: op/study.t refinements
5912              From: Hugo <hv@crypt.compulink.co.uk>
5913              Date: Thu, 21 Jun 2001 00:29:07 +0100
5914              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
5915      Branch: perl
5916            ! t/op/study.t
5917 ____________________________________________________________________________
5918 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
5919         Log: Update Changes.
5920      Branch: perl
5921            ! Changes patchlevel.h
5922 ____________________________________________________________________________
5923 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
5924         Log: Subject: Re: [PATCH] djgpp updates
5925              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
5926              Date: Wed, 20 Jun 2001 10:05:15 +0200
5927              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
5928      Branch: perl
5929            ! djgpp/config.over
5930 ____________________________________________________________________________
5931 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
5932         Log: Fix for ID 20010619.002 "When building hash, hash keys that
5933              are function calls are not being called", from Abhijit.
5934      Branch: perl
5935            ! t/base/lex.t toke.c
5936 ____________________________________________________________________________
5937 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
5938         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
5939      Branch: perl
5940            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
5941            + lib/Locale/Maketext/test.pl
5942            - lib/Locale/Maketext.t
5943            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5944            ! lib/Locale/Maketext/TPJ13.pod
5945 ____________________________________________________________________________
5946 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
5947         Log: Metaconfig unit change for #10760.
5948      Branch: metaconfig
5949            ! U/modified/Cppsym.U
5950 ____________________________________________________________________________
5951 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
5952         Log: Do not remove the ccsym* Cppsym* files since
5953              they are useful for metaconfig units coming after us.
5954              (This is the Configure nit mentioned in #10752.)
5955      Branch: perl
5956            ! Configure
5957 ____________________________________________________________________________
5958 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
5959         Log: Update to I18N::LangTags 0.24, from Sean Burke.
5960      Branch: perl
5961            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
5962            + lib/I18N/LangTags/README
5963            - lib/I18N/LangTags/List.pod
5964            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
5965 ____________________________________________________________________________
5966 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
5967         Log: Regen headers.
5968      Branch: perl
5969            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
5970            ! pod/perlapi.pod proto.h
5971 ____________________________________________________________________________
5972 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
5973         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
5974              From: Artur Bergman <artur@contiller.se>
5975              Date: Wed, 20 Jun 2001 11:31:32 +0200
5976              Message-ID: <B7563A14.17D8%artur@contiller.se>
5977      Branch: perl
5978            ! embed.pl hv.c intrpvar.h sv.c sv.h
5979 ____________________________________________________________________________
5980 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
5981         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
5982              From: Tim Sweetman <tim@aldigital.co.uk> 
5983              Date: Wed, 13 Jun 2001 14:25:17 +0100 
5984              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
5985      Branch: perl
5986            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
5987 ____________________________________________________________________________
5988 [ 10755] By: nick                                  on 2001/06/20  16:12:37
5989         Log: Integrate mainline
5990      Branch: perlio
5991           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
5992           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
5993           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
5994           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
5995           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
5996           !> t/op/study.t util.c
5997 ____________________________________________________________________________
5998 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
5999         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
6000              but not Makefile)
6001      Branch: maint-5.6/perl
6002            ! win32/Makefile
6003 ____________________________________________________________________________
6004 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
6005         Log: Security tweak on readlink().
6006      Branch: perl
6007            ! pp_sys.c
6008 ____________________________________________________________________________
6009 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
6010         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
6011      Branch: perl
6012            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
6013            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
6014            ! mpeix/relink t/op/pwent.t
6015 ____________________________________________________________________________
6016 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
6017         Log: Reinstate #10725 (with probe for alarm()).
6018      Branch: perl
6019            ! t/op/study.t
6020 ____________________________________________________________________________
6021 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
6022         Log: Replace our implementation of realpath() with OpenBSD's
6023              (src/lib/libc/stdlib/realpath.c 1.4).
6024      Branch: perl
6025            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
6026            ! pod/perldiag.pod proto.h util.c
6027 ____________________________________________________________________________
6028 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
6029         Log: Integrate perlio.
6030      Branch: perl
6031           !> perlio.c
6032 ____________________________________________________________________________
6033 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
6034         Log: No point in going into memory-saving contortions
6035              with getcwd() since there's a danger of buffer overflow.
6036              Also make the POSIX extension to use sv_getcwd().
6037              Finally, a missed proto.h fragment.
6038      Branch: perl
6039            ! ext/POSIX/POSIX.xs proto.h util.c
6040 ____________________________________________________________________________
6041 [ 10747] By: nick                                  on 2001/06/20  12:38:26
6042         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
6043      Branch: perlio
6044            ! perlio.c
6045 ____________________________________________________________________________
6046 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
6047         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
6048              From: Graham Barr <gbarr@pobox.com>
6049              Date: Wed, 20 Jun 2001 11:05:49 +0100
6050              Message-ID: <20010620110549.I19188@pobox.com>
6051              
6052              reported in        
6053              
6054              Subject: Bug in IO::Socket::INET module (repeat)
6055              From: "Harmon S. Nine" <hnine@netarx.com>
6056              Date: Tue, 19 Jun 2001 09:41:35 -0400
6057              Message-ID: <3B2F568F.8080605@netarx.com>
6058              
6059              The bug was that the IO::Socket::INET constructor
6060              did not allow a 'LocalPort' of 0.
6061      Branch: perl
6062            ! ext/IO/lib/IO/Socket/INET.pm
6063 ____________________________________________________________________________
6064 [ 10745] By: nick                                  on 2001/06/20  08:56:39
6065         Log: Integrate mainline.
6066      Branch: perlio
6067           !> (integrate 37 files)
6068 ____________________________________________________________________________
6069 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
6070         Log: After some reading I don't think we can blindly
6071              use systems' realpath().  Too many security problems,
6072              too many buggy implementations.
6073              
6074              TODO: the realpath() emulation code in util.c doesn't
6075              seem fully operational?  (readlink(), for example?)
6076      Branch: perl
6077            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
6078            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
6079            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
6080            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
6081            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
6082            ! win32/config_H.gc win32/config_H.vc
6083 ____________________________________________________________________________
6084 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
6085         Log: Metaconfig unit change for #10738.
6086      Branch: metaconfig
6087            ! U/compline/d_gconvert.U
6088 ____________________________________________________________________________
6089 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
6090         Log: Integrate change #10739 from maintperl:
6091              
6092              C<eval "/x$\r\n/x"> fails to compile correctly 
6093      Branch: perl
6094           !> t/op/pat.t toke.c
6095 ____________________________________________________________________________
6096 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
6097         Log: Retract #10725 (Hugo asked NOT to apply the patch)
6098      Branch: perl
6099            ! t/op/study.t
6100 ____________________________________________________________________________
6101 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
6102         Log: The test.third results were funnily named because of the
6103              new test scheme.
6104      Branch: perl
6105            ! t/TEST
6106 ____________________________________________________________________________
6107 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
6108         Log: C<eval "/x$\r\n/x"> fails to compile correctly
6109      Branch: maint-5.6/perl
6110            ! t/op/pat.t toke.c
6111 ____________________________________________________________________________
6112 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
6113         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
6114              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6115              Date: Tue, 19 Jun 2001 19:15:40 -0400
6116              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
6117              
6118              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
6119              because "1e+129" being expected but "1.e+129" being returned.
6120              The culprit (at least in Tru64) is the use of gcvt().
6121      Branch: perl
6122            ! Configure
6123 ____________________________________________________________________________
6124 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
6125         Log: Subject: [PATCH perl@10722] test hunting on VMS
6126              From: "Craig A. Berry" <craigberry@mac.com>
6127              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
6128              Date: Tue, 19 Jun 2001 18:59:01 -0500
6129      Branch: perl
6130            ! vms/test.com
6131 ____________________________________________________________________________
6132 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
6133         Log: Subject: [PATCH] s/typos//
6134              From: Abhijit Menon-Sen <ams@wiw.org>
6135              Date: Wed, 20 Jun 2001 02:15:02 +0530
6136              Message-ID: <20010620021502.A14541@lustre.linux.in>
6137              
6138              Without the op.h s/bearword/bareword/ hunk, see
6139              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
6140      Branch: perl
6141            ! util.c
6142 ____________________________________________________________________________
6143 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
6144         Log: Metaconfig unit change for #10732 and #10733.
6145      Branch: metaconfig/U/perl
6146            ! fflushall.U
6147 ____________________________________________________________________________
6148 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
6149         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
6150              From: "Craig A. Berry" <craigberry@mac.com>
6151              Date: Tue, 19 Jun 2001 17:19:48 -0500
6152              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
6153      Branch: perl
6154            ! configure.com vms/descrip_mms.template
6155 ____________________________________________________________________________
6156 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
6157         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
6158              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6159              Date: Tue, 19 Jun 2001 16:48:07 -0400
6160              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
6161              
6162              Further fixes to fflush(NULL) detection.
6163      Branch: perl
6164            ! Configure
6165 ____________________________________________________________________________
6166 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
6167         Log: AIX test -s hangs with non-existent files?
6168              (A genuine logic bug in Configure, but AIX also broken?)
6169      Branch: perl
6170            ! Configure
6171 ____________________________________________________________________________
6172 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
6173         Log: AUTHORS updates.
6174      Branch: perl
6175            ! AUTHORS
6176 ____________________________________________________________________________
6177 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
6178         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
6179              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6180              Date: Tue, 19 Jun 2001 15:33:25 -0400
6181              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
6182      Branch: perl
6183            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
6184            ! t/lib/warnings/pp
6185 ____________________________________________________________________________
6186 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
6187         Log: Integrate perlio.
6188      Branch: perl
6189           !> lib/File/Find/find.t win32/distclean.bat
6190 ____________________________________________________________________________
6191 [ 10728] By: nick                                  on 2001/06/19  18:24:53
6192         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
6193      Branch: perlio
6194            ! lib/File/Find/find.t win32/distclean.bat
6195 ____________________________________________________________________________
6196 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
6197         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
6198              also add information how to find out whether one has PerlIO.
6199      Branch: perl
6200            ! pod/perlfunc.pod
6201 ____________________________________________________________________________
6202 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
6203         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
6204              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6205              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
6206              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
6207      Branch: perl
6208            ! pod/perlfunc.pod
6209 ____________________________________________________________________________
6210 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
6211         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6212              From: Hugo <hv@crypt.compulink.co.uk>
6213              Date: Tue, 19 Jun 2001 12:37:30 +0100
6214              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
6215      Branch: perl
6216            ! t/op/study.t
6217 ____________________________________________________________________________
6218 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
6219         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
6220              From: Hugo <hv@crypt.compulink.co.uk>
6221              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
6222              Date: Tue, 19 Jun 2001 13:15:17 +0100
6223      Branch: perl
6224            ! util.c
6225 ____________________________________________________________________________
6226 [ 10723] By: nick                                  on 2001/06/19  14:46:15
6227         Log: Integrate mainline
6228      Branch: perlio
6229           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
6230           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
6231           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
6232           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
6233           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
6234           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6235            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6236            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6237            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6238            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6239            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6240            - ext/Thread/unsync4.t
6241           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
6242           !> djgpp/config.over djgpp/fixpmain
6243           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
6244           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
6245           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
6246 ____________________________________________________________________________
6247 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
6248         Log: Update Changes.
6249      Branch: perl
6250            ! Changes patchlevel.h
6251 ____________________________________________________________________________
6252 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
6253         Log: The existence shall be MANIFESted.
6254      Branch: perl
6255            ! MANIFEST
6256 ____________________________________________________________________________
6257 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
6258         Log: The old libnet.cfg is first searched from the current directory,
6259              only then from the module path.
6260      Branch: perl
6261            ! utils/libnetcfg.PL
6262 ____________________________________________________________________________
6263 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
6264         Log: NetWare tweaks from Guruprasad.
6265      Branch: perl
6266            ! NetWare/Makefile NetWare/config.wc
6267 ____________________________________________________________________________
6268 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
6269         Log: Subject: [PATCH] djgpp updates
6270              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6271              Date: Tue, 19 Jun 2001 10:59:06 +0200
6272              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
6273      Branch: perl
6274            ! djgpp/config.over djgpp/fixpmain
6275 ____________________________________________________________________________
6276 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
6277         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
6278              From: Prymmer/Kahn <pvhp@best.com>
6279              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
6280              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
6281      Branch: perl
6282            ! win32/Makefile
6283 ____________________________________________________________________________
6284 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
6285         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
6286              to happen right after the inclusion of <inttypes.h>,
6287              from Edward Moy.
6288      Branch: perl
6289            ! handy.h perl.h
6290 ____________________________________________________________________________
6291 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
6292         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
6293              From: Doug MacEachern <dougm@covalent.net>
6294              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
6295              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
6296      Branch: perl
6297            ! ext/DynaLoader/DynaLoader_pm.PL
6298 ____________________________________________________________________________
6299 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
6300         Log: Revert #10656 for perfomance reasons but leave in the
6301              use of Hv*() macros -- in comments, so that grepping the
6302              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
6303              suggested by Sarathy, also by Abhijit.)
6304      Branch: perl
6305            ! hv.c
6306 ____________________________________________________________________________
6307 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
6308         Log: Subject: [patch] .s MakeMaker suffix
6309              From: Doug MacEachern <dougm@covalent.net>
6310              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
6311              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
6312      Branch: perl
6313            ! lib/ExtUtils/MM_Unix.pm
6314 ____________________________________________________________________________
6315 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
6316         Log: One test lost in the big shuffle restored.
6317      Branch: perl
6318            + ext/IPC/SysV/ipcsysv.t
6319            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6320 ____________________________________________________________________________
6321 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
6322         Log: Rename the old non-standard threads tests so that
6323              they won't be invoked.
6324      Branch: perl
6325            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
6326            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
6327            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
6328            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
6329            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
6330            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
6331            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6332            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6333            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6334            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6335            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6336            - ext/Thread/unsync4.t
6337            ! MANIFEST
6338 ____________________________________________________________________________
6339 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
6340         Log: Integrate perlio.
6341      Branch: perl
6342           !> win32/config_sh.PL
6343 ____________________________________________________________________________
6344 [ 10709] By: nick                                  on 2001/06/19  08:18:18
6345         Log: Integrate mainline
6346      Branch: perlio
6347           +> (branch 40 files)
6348            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
6349            - lib/strict/subs lib/strict/vars lib/warnings/1global
6350            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
6351            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
6352            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
6353            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
6354            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
6355            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
6356            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
6357            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
6358            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
6359            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
6360            - lib/warnings/utf8 lib/warnings/util
6361           !> (integrate 57 files)
6362 ____________________________________________________________________________
6363 [ 10708] By: nick                                  on 2001/06/19  07:57:10
6364         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
6365      Branch: perlio
6366            ! win32/config_sh.PL
6367 ____________________________________________________________________________
6368 [ 10707] By: nick                                  on 2001/06/19  07:05:07
6369         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
6370      Branch: perl
6371            ! perly.c perly.y perly_c.diff vms/perly_c.vms
6372 ____________________________________________________________________________
6373 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
6374         Log: More perl572delta tweaks.
6375      Branch: perl
6376            ! pod/perl572delta.pod
6377 ____________________________________________________________________________
6378 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
6379         Log: Update perl572delta.
6380      Branch: perl
6381            ! pod/perl572delta.pod
6382 ____________________________________________________________________________
6383 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
6384         Log: VOS updates from Paul Green.
6385      Branch: perl
6386            ! vos/Changes vos/build.cm vos/perl.bind
6387 ____________________________________________________________________________
6388 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
6389         Log: Update the vos/config.*.* files.
6390      Branch: perl
6391            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6392            ! vos/config.ga.h
6393 ____________________________________________________________________________
6394 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
6395         Log: Add a makefile for more painless adding of symbols to the
6396              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
6397              takes care of the adding)
6398      Branch: perl
6399            + vos/Makefile
6400 ____________________________________________________________________________
6401 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
6402         Log: Make libnetcfg by default display the libnet configuration,
6403              -c to change, add -i for old config, document all options,
6404              regen toc.
6405      Branch: perl
6406            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
6407 ____________________________________________________________________________
6408 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
6409         Log: gcc -Wall sweep.
6410      Branch: perl
6411            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
6412 ____________________________________________________________________________
6413 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
6414         Log: So there.
6415      Branch: perl
6416            ! universal.c
6417 ____________________________________________________________________________
6418 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
6419         Log: Document the need for sv_printify().
6420              
6421              Document that 'use utf8' has been considered.
6422              
6423              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
6424      Branch: perl
6425            ! pod/perltodo.pod universal.c
6426 ____________________________________________________________________________
6427 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
6428         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
6429              From: Nicholas Clark <nick@ccl4.org>
6430              Date: Mon, 18 Jun 2001 23:29:23 +0100
6431              Message-ID: <20010618232923.I98663@plum.flirble.org>
6432      Branch: perl
6433            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
6434            ! ext/Sys/Syslog/Makefile.PL
6435 ____________________________________________________________________________
6436 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
6437         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
6438              From: Scott.L.Miller@Compaq.com
6439              Date: Mon, 18 Jun 2001 10:12:27 -0500
6440              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
6441      Branch: perl
6442            ! lib/perl5db.pl pod/perldebug.pod
6443 ____________________________________________________________________________
6444 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
6445         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
6446              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6447              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
6448              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
6449      Branch: perl
6450            ! lib/Carp/Heavy.pm
6451 ____________________________________________________________________________
6452 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
6453         Log: Subject: [PATCH] Documentation changes for CLONE
6454              From: Artur Bergman <artur@contiller.se>
6455              Date: Mon, 18 Jun 2001 22:06:37 +0200
6456              Message-ID: <B7542BEC.1719%artur@contiller.se>
6457      Branch: perl
6458            ! pod/perlmod.pod pod/perlsub.pod
6459 ____________________________________________________________________________
6460 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
6461         Log: Subject: Re: configure.com
6462              From: "Craig A. Berry" <craigberry@mac.com>
6463              Date: Mon, 18 Jun 2001 16:04:38 -0500
6464              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
6465      Branch: perl
6466            ! configure.com
6467 ____________________________________________________________________________
6468 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
6469         Log: Subject: PL_nullstash + perl_clone()
6470              From: Doug MacEachern <dougm@covalent.net>
6471              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
6472              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
6473      Branch: perl
6474            ! sv.c
6475 ____________________________________________________________________________
6476 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
6477         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
6478              From: davem@fdgroup.co.uk
6479              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
6480              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
6481      Branch: perl
6482            ! embed.pl pod/perlapi.pod
6483 ____________________________________________________________________________
6484 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
6485         Log: More cross-compilation defaults gleaned from -Dcc
6486              if it is CPU-OS-gcc.
6487      Branch: metaconfig
6488            ! U/modified/libc.U
6489      Branch: metaconfig/U/perl
6490            ! Cross.U
6491      Branch: perl
6492            ! Configure INSTALL
6493 ____________________________________________________________________________
6494 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
6495         Log: Update Changes.
6496      Branch: perl
6497            ! Changes patchlevel.h
6498 ____________________________________________________________________________
6499 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
6500         Log: Subject: [PATCH 5.7.1] sv.c documentation
6501              From: davem@fdgroup.co.uk
6502              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
6503              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
6504      Branch: perl
6505            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
6506            ! sv.c sv.h
6507 ____________________________________________________________________________
6508 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
6509         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
6510              From: "Jon Gunnip" <jongunnip@hotmail.com>
6511              Date: Sun, 17 Jun 2001 18:24:29 -0400
6512              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
6513      Branch: perl
6514            ! pod/perlvar.pod
6515 ____________________________________________________________________________
6516 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
6517         Log: Move the locale/strict/warnings helper files back
6518              under the t/lib; this way the amount of non-installabled
6519              stuff under lib/ stays smaller.
6520      Branch: perl
6521            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
6522            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
6523            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
6524            + t/lib/warnings/5nolint t/lib/warnings/6default
6525            + t/lib/warnings/7fatal t/lib/warnings/8signal
6526            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
6527            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
6528            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
6529            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
6530            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
6531            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
6532            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
6533            + t/lib/warnings/taint t/lib/warnings/toke
6534            + t/lib/warnings/universal t/lib/warnings/utf8
6535            + t/lib/warnings/util
6536            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
6537            - lib/strict/subs lib/strict/vars lib/warnings/1global
6538            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
6539            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
6540            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
6541            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
6542            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
6543            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
6544            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
6545            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
6546            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
6547            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
6548            - lib/warnings/utf8 lib/warnings/util
6549            ! MANIFEST installperl lib/locale.t lib/strict.t
6550 ____________________________________________________________________________
6551 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
6552         Log: Split off the pack/unpack code, from Nicholas Clark.
6553      Branch: perl
6554            + pp_pack.c
6555            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
6556            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
6557            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6558 ____________________________________________________________________________
6559 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
6560         Log: Guard the SysV IPC tests against being invoked in
6561              SysV-IPC-less places.
6562      Branch: perl
6563            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
6564 ____________________________________________________________________________
6565 [ 10683] By: nick                                  on 2001/06/18  12:24:42
6566         Log: Integrate mainline (new test scheme now ok on Linux).
6567      Branch: perlio
6568           +> lib/warnings.t
6569           !> dump.c sv.c
6570 ____________________________________________________________________________
6571 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
6572         Log: Add the locale.c and numeric.c to the microperl sources.
6573      Branch: perl
6574            ! Makefile.micro win32/Makefile
6575 ____________________________________________________________________________
6576 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
6577         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
6578              From: Abhijit Menon-Sen <ams@wiw.org>
6579              Date: Mon, 18 Jun 2001 14:23:44 +0530
6580              Message-ID: <20010618142344.A13136@lustre.linux.in>
6581      Branch: perl
6582            ! dump.c
6583 ____________________________________________________________________________
6584 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
6585         Log: Subject: Re: [PATCH] more anonymous stash cleanups
6586              From: Abhijit Menon-Sen <ams@wiw.org>
6587              Date: Mon, 18 Jun 2001 15:50:32 +0530
6588              Message-ID: <20010618155032.A13223@lustre.linux.in>
6589              
6590              Plus the comment left in as suggested by NI-S.
6591      Branch: perl
6592            ! sv.c
6593 ____________________________________________________________________________
6594 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
6595         Log: One missed file.
6596      Branch: perl
6597            + lib/warnings.t
6598 ____________________________________________________________________________
6599 [ 10678] By: nick                                  on 2001/06/18  08:05:29
6600         Log: Integrate mainline (part2 - the deletes)
6601      Branch: perlio
6602            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
6603            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
6604            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
6605            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
6606            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
6607            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
6608            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
6609            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
6610            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
6611            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
6612            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
6613 ____________________________________________________________________________
6614 [ 10677] By: nick                                  on 2001/06/18  08:04:44
6615         Log: Integrate mainline (part1)
6616      Branch: perlio
6617           +> (branch 376 files)
6618            - (delete 219 files)
6619           !> (integrate 151 files)
6620 ____________________________________________________________________________
6621 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
6622         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
6623              No doubt I made some mistakes like missed some files or
6624              misnamed some files.  The naming rules were more or less:
6625              (1) if the module is from CPAN, follows its ways, be it
6626              t/*.t or test.pl.
6627              (2) otherwise if there are multiple tests for a module
6628              put them in a t/
6629              (3) otherwise if there's only one test put it in Module.t
6630              (4) helper files go to module/ (locale, strict, warnings)
6631              (5) use longer filenames now that we can (but e.g. the
6632              compat-0.6.t and the Text::Balanced test files still
6633              were renamed to be more civil against the 8.3 people)
6634              installperl was updated appropriately not to install the
6635              *.t files or the help files from under lib.
6636              
6637              TODO: some helper files still remain under t/ that could
6638              follow their 'masters'.  UPDATE: On second thoughts, why
6639              should they.  They can continue to live under t/lib, and
6640              in fact the locale/strict/warnings helpers that were moved
6641              could be moved back.  This way the amount of non-installable
6642              stuff under lib/ stays smaller.
6643      Branch: perl
6644            + (add 253 files)
6645            - (delete 254 files)
6646            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
6647 ____________________________________________________________________________
6648 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
6649         Log: The warning no more comes from util.c, it comes from numeric.c.
6650      Branch: perl
6651            ! README.tru64
6652 ____________________________________________________________________________
6653 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
6654         Log: Subject: Re: anyone good at casting spells?
6655              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6656              Date: Sun, 17 Jun 2001 21:21:04 -0400
6657              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
6658      Branch: perl
6659            ! ext/POSIX/POSIX.xs hv.h
6660 ____________________________________________________________________________
6661 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
6662         Log: Protect the (original) thread tests against testing if no 5.005
6663              threads have been configured.
6664      Branch: perl
6665            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
6666            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
6667            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
6668            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
6669            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
6670            ! ext/Thread/unsync4.t
6671 ____________________________________________________________________________
6672 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
6673         Log: Try the new test scanning scheme on Text::Abbrev.
6674      Branch: perl
6675            + lib/Text/Abbrev.t
6676            - lib/Text/Abbrev/t/abbrev.t
6677            ! MANIFEST
6678 ____________________________________________________________________________
6679 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
6680         Log: Change the scan policy of the *.t and test.pl files,
6681              now the *.t do not need to live in a t/ directory.
6682      Branch: perl
6683            ! t/TEST t/harness
6684 ____________________________________________________________________________
6685 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
6686         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
6687              From: Ilmari Karonen <iltzu@sci.fi>
6688              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
6689              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
6690      Branch: perl
6691            ! pod/perlfaq7.pod
6692 ____________________________________________________________________________
6693 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
6694         Log: Quench the warnings from Tru64; the HP-UX is still
6695              broken because it really, REALLY, doesn't like the
6696              HvARRAY() being lvalue:
6697              
6698              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
6699              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
6700      Branch: perl
6701            ! hv.c
6702 ____________________________________________________________________________
6703 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
6704         Log: Integrate change #10667 from maintperl:
6705              
6706              change#10449 broke the special-case that makes lexicals inside the
6707              eval"" within DB::DB() visible
6708      Branch: perl
6709           !> op.c
6710 ____________________________________________________________________________
6711 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
6712         Log: change#10449 broke the special-case that makes lexicals inside the
6713              eval"" within DB::DB() visible
6714      Branch: maint-5.6/perl
6715            ! op.c
6716 ____________________________________________________________________________
6717 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
6718         Log: Still spurious output; indent the code a bit.
6719              
6720              TODO1: separate the utility functions like MkDir
6721              into a helper script?
6722              
6723              TODO2: I see a lot of repetition in the filepath()
6724              and dirpath() calls.
6725      Branch: perl
6726            ! t/lib/filefind.t t/lib/findtaint.t
6727 ____________________________________________________________________________
6728 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
6729         Log: Regen modlib, toc.
6730      Branch: perl
6731            ! pod/perlmodlib.pod pod/perltoc.pod
6732 ____________________________________________________________________________
6733 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
6734         Log: Add libnetcfg to perlutil.
6735      Branch: perl
6736            ! pod/perlutil.pod
6737 ____________________________________________________________________________
6738 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
6739         Log: Initial integration of libnet-1.0703.
6740              The Configure script renamed as libnetcfg, will be
6741              installed along other utilities.
6742      Branch: perl
6743            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
6744            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
6745            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
6746            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
6747            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
6748            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
6749            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
6750            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
6751            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
6752            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
6753            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
6754            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
6755            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
6756            + utils/libnetcfg.PL
6757            ! MANIFEST utils.lst utils/Makefile
6758 ____________________________________________________________________________
6759 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
6760         Log: Less potentially test-harness-confusing output.
6761      Branch: perl
6762            ! lib/Memoize/t/expire_module_t.t
6763 ____________________________________________________________________________
6764 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
6765         Log: The final print annoys make test.
6766      Branch: perl
6767            ! t/lib/filefind.t t/lib/findtaint.t
6768 ____________________________________________________________________________
6769 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
6770         Log: Add an option for handling dangling symbolic links.
6771      Branch: perl
6772            ! lib/File/Find.pm t/lib/filefind.t
6773 ____________________________________________________________________________
6774 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
6775         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
6776              From: Thomas Wegner <wegner_thomas@yahoo.com>
6777              Date: Sun, 17 Jun 2001 14:43:11 +0200
6778              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
6779      Branch: perl
6780            + t/lib/findtaint.t
6781            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
6782 ____________________________________________________________________________
6783 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
6784         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
6785              From: Jonathan Stowe <gellyfish@gellyfish.com>
6786              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
6787              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
6788      Branch: perl
6789            ! lib/ExtUtils/MM_Unix.pm
6790 ____________________________________________________________________________
6791 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
6792         Log: Subject: [PATCH] more anonymous stash cleanups
6793              From: Abhijit Menon-Sen <ams@wiw.org>
6794              Date: Sun, 17 Jun 2001 11:44:06 +0530
6795              Message-ID: <20010617114406.A25203@lustre.linux.in>
6796      Branch: perl
6797            ! op.c
6798 ____________________________________________________________________________
6799 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
6800         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
6801              From: Abhijit Menon-Sen <ams@wiw.org>
6802              Date: Sun, 17 Jun 2001 08:02:59 +0530
6803              Message-ID: <20010617080259.A28776@lustre.linux.in>
6804              
6805              Subject: [PATCH #2/7] xhv_eiter
6806              From: Abhijit Menon-Sen <ams@wiw.org>
6807              Date: Sun, 17 Jun 2001 08:13:18 +0530
6808              Message-ID: <20010617081318.B28776@lustre.linux.in>
6809              
6810              Subject: [PATCH #3/7] xhv_fill
6811              From: Abhijit Menon-Sen <ams@wiw.org>
6812              Date: Sun, 17 Jun 2001 08:25:16 +0530
6813              Message-ID: <20010617082516.C28776@lustre.linux.in>
6814              
6815              Subject: [PATCH #4/7] xhv_keys
6816              From: Abhijit Menon-Sen <ams@wiw.org>
6817              Date: Sun, 17 Jun 2001 08:36:17 +0530
6818              Message-ID: <20010617083617.D28776@lustre.linux.in>
6819              
6820              Subject: [PATCH #5/7] xhv_max
6821              From: Abhijit Menon-Sen <ams@wiw.org>
6822              Date: Sun, 17 Jun 2001 08:39:48 +0530
6823              Message-ID: <20010617083948.E28776@lustre.linux.in>
6824              
6825              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
6826              From: Abhijit Menon-Sen <ams@wiw.org>
6827              Date: Sun, 17 Jun 2001 08:51:11 +0530
6828              Message-ID: <20010617085111.F28776@lustre.linux.in>
6829      Branch: perl
6830            ! hv.c
6831 ____________________________________________________________________________
6832 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
6833         Log: Update Changes.
6834      Branch: perl
6835            ! Changes patchlevel.h
6836 ____________________________________________________________________________
6837 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
6838         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
6839              From: Abhijit Menon-Sen <ams@wiw.org>
6840              Date: Sat, 16 Jun 2001 07:41:19 +0530
6841              Message-ID: <20010616074119.A24720@lustre.linux.in>
6842      Branch: perl
6843            ! hv.c perl.c vms/vmsish.h win32/win32.h
6844 ____________________________________________________________________________
6845 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
6846         Log: Document tests failing when threaded, since we now have more.
6847      Branch: perl
6848            ! pod/perl572delta.pod
6849 ____________________________________________________________________________
6850 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
6851         Log: -Wall cleanup.
6852      Branch: perl
6853            ! ext/Thread/Thread.xs
6854 ____________________________________________________________________________
6855 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
6856         Log: pthread_attr_setstacksize() isn't absolutely necessary
6857              to call, only iff THREAD_CREATE_NEEDS_STACK.
6858      Branch: perl
6859            ! ext/Thread/Thread.xs
6860 ____________________________________________________________________________
6861 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
6862         Log: -Wall strays.
6863      Branch: perl
6864            ! perl.c util.c
6865 ____________________________________________________________________________
6866 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
6867         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
6868              (and INT64_MIN) brokenness.
6869      Branch: perl
6870            ! hints/darwin.sh perl.h
6871 ____________________________________________________________________________
6872 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
6873         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
6874              From: Nicholas Clark <nick@ccl4.org>
6875              Date: Sun, 17 Jun 2001 00:16:05 +0100
6876              Message-ID: <20010617001605.V98663@plum.flirble.org>
6877      Branch: perl
6878            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
6879            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6880            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
6881 ____________________________________________________________________________
6882 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
6883         Log: Add perlnetware to docs; regen toc; supply skeleton
6884              docs for some Memoize submodules.
6885      Branch: perl
6886            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
6887            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
6888            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
6889            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
6890            ! win32/Makefile win32/makefile.mk
6891 ____________________________________________________________________________
6892 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
6893         Log: pod cleanup.
6894      Branch: perl
6895            ! README.netware
6896 ____________________________________________________________________________
6897 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
6898         Log: Integrate Memoize 0.64.  Few tweaks were required in
6899              the test scripts.  Note that the speed and expire*
6900              tests take several dozen seconds to run.
6901      Branch: perl
6902            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6903            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
6904            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
6905            + lib/Memoize/README lib/Memoize/SDBM_File.pm
6906            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
6907            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
6908            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
6909            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
6910            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
6911            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
6912            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
6913            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
6914            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
6915            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
6916            ! MANIFEST t/lib/1_compile.t
6917 ____________________________________________________________________________
6918 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
6919         Log: Document the cross-compilation options.
6920      Branch: perl
6921            ! Cross/README INSTALL
6922 ____________________________________________________________________________
6923 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
6924         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
6925      Branch: perl
6926            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
6927            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
6928            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
6929            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
6930            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
6931            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
6932            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
6933            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
6934            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
6935            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
6936            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
6937            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
6938            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
6939            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
6940            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
6941            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
6942            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
6943            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
6944            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
6945            + lib/ExtUtils/MM_NW5.pm
6946            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
6947            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
6948            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6949            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
6950            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
6951            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
6952            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
6953            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
6954            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
6955            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
6956            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
6957            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
6958            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
6959            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
6960            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
6961            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
6962            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
6963            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
6964            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
6965            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
6966            ! util.h x2p/a2py.c
6967 ____________________________________________________________________________
6968 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
6969         Log: Resort MANIFEST.
6970      Branch: perl
6971            ! MANIFEST
6972 ____________________________________________________________________________
6973 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
6974         Log: Integrate perlio.
6975      Branch: perl
6976           +> win32/win32io.c
6977           !> MANIFEST perlio.c perliol.h win32/makefile.mk
6978 ____________________________________________________________________________
6979 [ 10640] By: nick                                  on 2001/06/16  18:38:31
6980         Log: Disable :win32 layer as default till I get it working
6981      Branch: perlio
6982            ! MANIFEST perlio.c
6983 ____________________________________________________________________________
6984 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
6985         Log: Try the new scheme by moving the Text::Abbrev test
6986              to a new place under lib.
6987      Branch: perl
6988            + lib/Text/Abbrev/t/abbrev.t
6989            - t/lib/abbrev.t
6990            ! MANIFEST
6991 ____________________________________________________________________________
6992 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
6993         Log: Make the code even more dynamical so that testname
6994              suffix length can change.
6995      Branch: perl
6996            ! lib/Test/Harness.pm t/TEST
6997 ____________________________________________________________________________
6998 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
6999         Log: Allow for deeper t/ and also a single test.pl.
7000      Branch: perl
7001            ! t/TEST t/harness
7002 ____________________________________________________________________________
7003 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
7004         Log: #define fix from Nicholas Clark.
7005      Branch: perl
7006            ! ext/POSIX/POSIX.xs
7007 ____________________________________________________________________________
7008 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
7009         Log: Initialization is nice.
7010      Branch: perl
7011            ! lib/Test/Harness.pm
7012 ____________________________________________________________________________
7013 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
7014         Log: Make t/TEST and t/harness to test also the t/ tests
7015              under the main lib/ and ext/ directories.  Fix Test::Harness
7016              to dynamically change the width of its "foo/bar....ok" output.
7017      Branch: perl
7018            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
7019 ____________________________________________________________________________
7020 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
7021         Log: Subject: [PATCH] Re: perl@10611 
7022              From: Nicholas Clark <nick@ccl4.org>
7023              Date: Sat, 16 Jun 2001 16:52:47 +0100
7024              Message-ID: <20010616165247.O98663@plum.flirble.org>
7025              
7026              The .xs parts, too.
7027      Branch: perl
7028            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
7029            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
7030 ____________________________________________________________________________
7031 [ 10632] By: nick                                  on 2001/06/16  16:44:35
7032         Log: Work-in-progress win32 layer semi-functional, checking 
7033              for UNIX breakage.
7034      Branch: perlio
7035            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
7036 ____________________________________________________________________________
7037 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
7038         Log: Subject: [PATCH] Re: perl@10611 
7039              From: Nicholas Clark <nick@ccl4.org>
7040              Date: Sat, 16 Jun 2001 16:52:47 +0100
7041              Message-ID: <20010616165247.O98663@plum.flirble.org>
7042      Branch: perl
7043            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
7044            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
7045            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
7046            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
7047            ! lib/ExtUtils/Constant.pm
7048 ____________________________________________________________________________
7049 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
7050         Log: Metaconfig unit change for #10629.
7051      Branch: metaconfig
7052            ! U/modified/Finish.U
7053 ____________________________________________________________________________
7054 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
7055         Log: The extraction changed directories.
7056      Branch: perl
7057            ! Configure
7058 ____________________________________________________________________________
7059 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
7060         Log: Math::BigInt 1.35 from Tels.
7061      Branch: perl
7062            + t/lib/mbimbf.t
7063            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7064            ! t/lib/bigfltpm.t t/lib/bigintpm.t
7065 ____________________________________________________________________________
7066 [ 10627] By: nick                                  on 2001/06/16  14:54:52
7067         Log: Work in progress UNIX-side edit of win32 PerLIO layer
7068      Branch: perlio
7069            + win32/win32io.c
7070            ! perlio.c win32/makefile.mk
7071 ____________________________________________________________________________
7072 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
7073         Log: Subject: [PATCH 5.6.1] os2/diff-configure
7074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7075              Date: Fri, 15 Jun 2001 01:19:36 -0400
7076              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
7077              
7078              Empty all of it because I think #10624 made even the
7079              last patch hunk unnecessary.
7080      Branch: perl
7081            ! os2/diff.configure
7082 ____________________________________________________________________________
7083 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
7084         Log: Metaconfig unit change for 10624.
7085      Branch: metaconfig
7086            ! U/modified/libc.U
7087      Branch: perl
7088            ! config_h.SH
7089 ____________________________________________________________________________
7090 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
7091         Log: Move the initialization of libnames to the beginning so
7092              that can one 'seed' it (as OS/2 does.)
7093      Branch: perl
7094            ! Configure
7095 ____________________________________________________________________________
7096 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
7097         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
7098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7099              Date: Fri, 15 Jun 2001 19:10:57 -0400
7100              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
7101      Branch: perl
7102            ! os2/OS2/REXX/DLL/DLL.pm
7103 ____________________________________________________________________________
7104 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
7105         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
7106              From: "Craig A. Berry" <craigberry@mac.com>
7107              Date: Fri, 15 Jun 2001 17:00:03 -0500
7108              Message-Id: <a05101007b750342599be@[172.16.52.1]>
7109      Branch: perl
7110            ! vms/descrip_mms.template
7111 ____________________________________________________________________________
7112 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
7113         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
7114              From: "Craig A. Berry" <craigberry@mac.com>
7115              Date: Fri, 15 Jun 2001 18:39:42 -0500
7116              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
7117      Branch: perl
7118            ! lib/File/Spec/VMS.pm t/lib/extutils.t
7119 ____________________________________________________________________________
7120 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
7121         Log: Integrate perlio.
7122      Branch: perl
7123           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
7124           !> t/io/utf8.t t/lib/io_scalar.t
7125 ____________________________________________________________________________
7126 [ 10619] By: nick                                  on 2001/06/15  21:05:19
7127         Log: Generated files
7128      Branch: perlio
7129            ! embed.h proto.h
7130 ____________________________________________________________________________
7131 [ 10618] By: nick                                  on 2001/06/15  20:27:42
7132         Log: Fix open.pm to work via XS-implemented method calls rather
7133              than *open::layers variables which caused all the HV/AV hassle.
7134      Branch: perlio
7135            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
7136            ! t/lib/io_scalar.t
7137 ____________________________________________________________________________
7138 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
7139         Log: Integrate perlio.
7140      Branch: perl
7141           !> lib/ExtUtils/Constant.pm
7142 ____________________________________________________________________________
7143 [ 10616] By: nick                                  on 2001/06/15  18:46:47
7144         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
7145      Branch: perlio
7146            ! lib/ExtUtils/Constant.pm
7147 ____________________________________________________________________________
7148 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
7149         Log: Integrate perlio.
7150      Branch: perl
7151           !> ext/Socket/Socket.xs
7152 ____________________________________________________________________________
7153 [ 10614] By: nick                                  on 2001/06/15  18:33:37
7154         Log: MULTIPLICITY fix for Socket.xs
7155      Branch: perlio
7156            ! ext/Socket/Socket.xs
7157 ____________________________________________________________________________
7158 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
7159         Log: Subject: Re: perl@10611
7160              From: Doug MacEachern <dougm@covalent.net>
7161              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
7162              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
7163      Branch: perl
7164            ! ext/Socket/Socket.xs
7165 ____________________________________________________________________________
7166 [ 10612] By: nick                                  on 2001/06/15  16:14:38
7167         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
7168      Branch: perlio
7169           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7170           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
7171           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
7172           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
7173           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
7174           !> utils/h2ph.PL
7175 ____________________________________________________________________________
7176 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
7177         Log: Update Changes.
7178      Branch: perl
7179            ! Changes patchlevel.h
7180 ____________________________________________________________________________
7181 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
7182         Log: Upping the test count.
7183      Branch: perl
7184            ! t/lib/filefind.t
7185 ____________________________________________________________________________
7186 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
7187         Log: Integrate perlio.
7188      Branch: perl
7189           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7190 ____________________________________________________________________________
7191 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
7192         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7193              From: andreas.koenig@anima.de (Andreas J. Koenig)
7194              Date: 15 Jun 2001 13:30:39 +0200
7195              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
7196              
7197              Record the grim history.
7198      Branch: perl
7199            ! lib/File/Find.pm
7200 ____________________________________________________________________________
7201 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
7202         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
7203              From: Brian McCauley <nobull@mail.com>
7204              Date: 15 Jun 2001 07:51:26 +0100
7205              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
7206      Branch: perl
7207            ! lib/File/Find.pm t/lib/filefind.t
7208 ____________________________________________________________________________
7209 [ 10606] By: nick                                  on 2001/06/15  14:00:08
7210         Log: regen_config_h for Win32.
7211      Branch: perlio
7212            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7213 ____________________________________________________________________________
7214 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
7215         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
7216              From: Peter Prymmer <pvhp@forte.com>
7217              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
7218              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
7219      Branch: perl
7220            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
7221 ____________________________________________________________________________
7222 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
7223         Log: Some filesystems require writability for rename/unlink.
7224      Branch: perl
7225            ! opcode.pl
7226 ____________________________________________________________________________
7227 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
7228         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
7229              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7230              Date: Fri, 15 Jun 2001 12:08:53 +0200
7231              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
7232      Branch: perl
7233            ! perlio.c
7234 ____________________________________________________________________________
7235 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
7236         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
7237              From: Mike Guy <mjtg@cam.ac.uk>
7238              Date: Fri, 15 Jun 2001 14:11:49 +0100
7239              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
7240      Branch: perl
7241            ! opcode.pl
7242 ____________________________________________________________________________
7243 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
7244         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
7245              From: Nicholas Clark <nick@ccl4.org>
7246              Date: Thu, 14 Jun 2001 23:52:56 +0100
7247              Message-ID: <20010614235256.G98663@plum.flirble.org>
7248      Branch: perl
7249            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7250            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7251 ____________________________________________________________________________
7252 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
7253         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7254              From: Russ Allbery <rra@stanford.edu>
7255              Date: 14 Jun 2001 13:24:43 -0700
7256              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
7257      Branch: perl
7258            ! ext/GDBM_File/GDBM_File.pm
7259 ____________________________________________________________________________
7260 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
7261         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
7262              From: Nicholas Clark <nick@ccl4.org>
7263              Date: Thu, 14 Jun 2001 20:37:47 +0100
7264              Message-ID: <20010614203747.F98663@plum.flirble.org>
7265      Branch: perl
7266            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7267            ! t/lib/gdbm.t
7268 ____________________________________________________________________________
7269 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
7270         Log: Integrate perlio.
7271      Branch: perl
7272           !> makedef.pl sv.c
7273 ____________________________________________________________________________
7274 [ 10597] By: nick                                  on 2001/06/15  11:08:13
7275         Log: Check that HVs with HvNAME() != NULL are really stashes before
7276              treating them as such. Also be more defensive on the GvCV.
7277              Win32 fork and dprof now working again. 
7278      Branch: perlio
7279            ! sv.c
7280 ____________________________________________________________________________
7281 [ 10596] By: nick                                  on 2001/06/15  10:11:20
7282         Log: Integrate mainline.
7283      Branch: perlio
7284           +> Cross/README
7285           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7286           !> Porting/config_H config_h.SH configure.com epoc/config.sh
7287           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
7288           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7289           !> vos/config.ga.h win32/config.bc win32/config.gc
7290           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7291           !> win32/config_H.vc
7292 ____________________________________________________________________________
7293 [ 10595] By: nick                                  on 2001/06/15  09:37:17
7294         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
7295              - Win32 (VC++) now builds but fails:
7296              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
7297              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
7298              write.t    - open(...,"|-") not implemented on Win32 
7299      Branch: perlio
7300            ! makedef.pl
7301 ____________________________________________________________________________
7302 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
7303         Log: Integrate perlio.
7304      Branch: perl
7305           !> perlio.c win32/makefile.mk
7306 ____________________________________________________________________________
7307 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
7308         Log: Metaconfig unit changes for #10592.
7309      Branch: metaconfig
7310            + U/modified/i_varhdr.U U/modified/startsh.U
7311            - U/a_dvisory/crosscompile.U U/target/Target.U
7312            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7313            ! U/compline/bitpbyte.U U/compline/byteorder.U
7314            ! U/compline/ccflags.U U/compline/charsize.U
7315            ! U/compline/d_casti32.U U/compline/d_castneg.U
7316            ! U/compline/d_closedir.U U/compline/d_fd_set.U
7317            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
7318            ! U/compline/d_keepsig.U U/compline/d_open3.U
7319            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7320            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
7321            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
7322            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
7323            ! U/compline/doublesize.U U/compline/floatsize.U
7324            ! U/compline/nblock_io.U U/compline/orderlib.U
7325            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
7326            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
7327            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
7328            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
7329            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
7330            ! U/modified/spitshell.U U/threads/archname.U
7331            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7332            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
7333            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
7334            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
7335            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7336      Branch: metaconfig/U/perl
7337            + Cross.U
7338            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
7339            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
7340            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
7341            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
7342            ! stdio_streams.U uselfs.U
7343 ____________________________________________________________________________
7344 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
7345         Log: The first steps towards cross-compilation.
7346              
7347              Abstract execution of compiled test executables with $run,
7348              and abstract transfer of files with $to and $from.
7349              
7350              Under cross-compilation the $run, $to, and $from will point
7351              to appropriate wrapper scripts, by default ssh and scp,
7352              but also rsh, rcp, and cp are supported.  If not
7353              cross-compiling, they will be set to '', ':', and ':',
7354              respectively.
7355              
7356              With these patches I was able to get Configure for
7357              iPAQ ARM Linux on an Intel Linux about 95% right
7358              (only a few tests failed to execute or they produced
7359              incorrect results), and I was able to compile
7360              a functional miniperl.
7361              
7362              The symbol crosscompile renamed to be usecrosscompile,
7363              the corresponding C symbol from CROSSCOMPILE to
7364              USE_CROSS_COMPILE.
7365      Branch: perl
7366            ! Configure Cross/README Makefile.SH Porting/Glossary
7367            ! Porting/config.sh Porting/config_H config_h.SH configure.com
7368            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
7369            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7370            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7371            ! win32/config.gc win32/config.vc win32/config_H.bc
7372            ! win32/config_H.gc win32/config_H.vc
7373 ____________________________________________________________________________
7374 [ 10591] By: nick                                  on 2001/06/14  20:00:12
7375         Log: Steps along the road toward Win32 building again.
7376      Branch: perlio
7377            ! perlio.c win32/makefile.mk
7378 ____________________________________________________________________________
7379 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
7380         Log: Integrate perlio.
7381      Branch: perl
7382           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7383 ____________________________________________________________________________
7384 [ 10589] By: nick                                  on 2001/06/14  13:54:07
7385         Log: Routine regen_config_h for Win32
7386      Branch: perlio
7387            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7388 ____________________________________________________________________________
7389 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
7390         Log: Integrate perlio.
7391      Branch: perl
7392           +> perlyline.pl
7393           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
7394 ____________________________________________________________________________
7395 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
7396         Log: A placeholder.
7397      Branch: perl
7398            + Cross/README
7399 ____________________________________________________________________________
7400 [ 10586] By: nick                                  on 2001/06/14  08:25:07
7401         Log: Add new step to run_byacc which:
7402              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
7403              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
7404      Branch: perlio
7405            + perlyline.pl
7406            ! MANIFEST Makefile.SH perly.c
7407 ____________________________________________________________________________
7408 [ 10585] By: nick                                  on 2001/06/14  08:22:29
7409         Log: Integrate mainline
7410      Branch: perlio
7411           +> locale.c numeric.c
7412           !> Changes cygwin/Makefile.SHs embed.h embed.pl
7413           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
7414           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
7415           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
7416           !> x2p/Makefile.SH
7417 ____________________________________________________________________________
7418 [ 10584] By: nick                                  on 2001/06/14  08:05:53
7419         Log: Hack to remove insecure directories from PATH so test will run.
7420      Branch: perlio
7421            ! t/lib/filefind.t
7422 ____________________________________________________________________________
7423 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
7424         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
7425      Branch: perl
7426            - t/lib/mbimbf.t
7427            ! MANIFEST
7428 ____________________________________________________________________________
7429 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
7430         Log: Detypo.
7431      Branch: perl
7432            ! x2p/Makefile.SH
7433 ____________________________________________________________________________
7434 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
7435         Log: de-$CONFIG continues.
7436      Branch: perl
7437            ! cygwin/Makefile.SHs x2p/Makefile.SH
7438 ____________________________________________________________________________
7439 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
7440         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
7441              From: Nicholas Clark <nick@ccl4.org>
7442              Date: Wed, 13 Jun 2001 21:20:13 +0100
7443              Message-ID: <20010613212013.D98663@plum.flirble.org>
7444      Branch: perl
7445            ! opcode.pl
7446 ____________________________________________________________________________
7447 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
7448         Log: Subject: splitting util.c
7449              From: Hugo <hv@crypt.compulink.co.uk>
7450              Date: Thu, 14 Jun 2001 00:41:08 +0100
7451              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
7452      Branch: perl
7453            + locale.c numeric.c
7454            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
7455            ! pod/perlapi.pod proto.h util.c
7456 ____________________________________________________________________________
7457 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
7458         Log: Upgrade to Math::BigInt 1.34 from Tels.
7459      Branch: perl
7460            + t/lib/mbimbf.t
7461            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7462            ! t/lib/bigfltpm.t t/lib/bigintpm.t
7463 ____________________________________________________________________________
7464 [ 10577] By: nick                                  on 2001/06/13  19:02:48
7465         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
7466      Branch: perlio
7467           !> (integrate 125 files)
7468 ____________________________________________________________________________
7469 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
7470         Log: Update Changes.
7471      Branch: perl
7472            ! Changes patchlevel.h
7473 ____________________________________________________________________________
7474 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
7475         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
7476              From: "Craig A. Berry" <craigberry@mac.com>
7477              Date: Wed, 13 Jun 2001 13:24:28 -0500
7478              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
7479      Branch: perl
7480            ! ext/re/Makefile.PL
7481 ____________________________________________________________________________
7482 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
7483         Log: Mc.u.c. for #10573.
7484      Branch: metaconfig
7485            ! U/threads/usethreads.U
7486 ____________________________________________________________________________
7487 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
7488         Log: It would be also be good if I could type.
7489      Branch: perl
7490            ! Configure
7491 ____________________________________________________________________________
7492 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
7493         Log: Metaconfig unit change for #10571.
7494      Branch: metaconfig
7495            ! U/threads/usethreads.U
7496 ____________________________________________________________________________
7497 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
7498         Log: A non-empty default is a good thing.
7499      Branch: perl
7500            ! Configure
7501 ____________________________________________________________________________
7502 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
7503         Log: Metaconfig unit change for #10569.
7504      Branch: metaconfig
7505            ! U/threads/usethreads.U
7506 ____________________________________________________________________________
7507 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
7508         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
7509              extremely experimental, not even prompted for.
7510      Branch: perl
7511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7512            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
7513            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
7514            ! win32/config.bc win32/config.gc win32/config.vc
7515 ____________________________________________________________________________
7516 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
7517         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
7518      Branch: perl
7519            ! pod/perlfaq6.pod
7520 ____________________________________________________________________________
7521 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
7522         Log: Integrate perlio; conflicts, accept Nick's versions.
7523      Branch: perl
7524           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7525           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
7526 ____________________________________________________________________________
7527 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
7528         Log: Subject: Re: ext/ + -Wall
7529              From: Doug MacEachern <dougm@covalent.net>
7530              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
7531              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
7532      Branch: perl
7533            ! XSUB.h lib/ExtUtils/xsubpp perl.h
7534 ____________________________________________________________________________
7535 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
7536         Log: Similar logic as DB_File.xs, using the modern macros and
7537              defines them to older ones for older Perls where PERL_VERSION
7538              is not defined, from Doug MacEachern.
7539      Branch: perl
7540            ! ext/Storable/Storable.xs
7541 ____________________________________________________________________________
7542 [ 10564] By: nick                                  on 2001/06/13  15:22:01
7543         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
7544              and using that instead (name lookups are sequential search for now).
7545      Branch: perlio
7546            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7547            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
7548 ____________________________________________________________________________
7549 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
7550         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
7551              From: "Richard Soderberg" <rs@crystalflame.net>
7552              Date: Sat, 26 May 2001 06:44:20 -0700
7553              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
7554      Branch: perl
7555            ! sv.c t/op/glob.t
7556 ____________________________________________________________________________
7557 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
7558         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
7559              From: "Craig A. Berry" <craigberry@mac.com>
7560              Date: Tue, 12 Jun 2001 23:55:26 -0500
7561              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
7562      Branch: perl
7563            ! ext/re/Makefile.PL ext/re/re.xs
7564 ____________________________________________________________________________
7565 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
7566         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
7567              suggested by NI-S.
7568      Branch: perl
7569            ! XSUB.h malloc.c perl.h
7570 ____________________________________________________________________________
7571 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
7572         Log: Regen toc.
7573      Branch: perl
7574            ! pod/perltoc.pod
7575 ____________________________________________________________________________
7576 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
7577         Log: Subject: [patch] perl.gprof control
7578              From: Doug MacEachern <dougm@covalent.net>
7579              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
7580              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
7581      Branch: perl
7582            ! miniperlmain.c perl.h
7583 ____________________________________________________________________________
7584 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
7585         Log: Subject: Re: ext/ + -Wall
7586              From: Doug MacEachern <dougm@covalent.net>
7587              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
7588              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
7589              
7590              Document ax and break up dXSARGS.
7591      Branch: perl
7592            ! XSUB.h pod/perlapi.pod
7593 ____________________________________________________________________________
7594 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
7595         Log: More AIX tweakage from Merijn.
7596      Branch: perl
7597            ! hints/aix.sh
7598 ____________________________________________________________________________
7599 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
7600         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
7601              From: "Craig A. Berry" <craigberry@mac.com>
7602              Date: Tue, 12 Jun 2001 22:57:45 -0500
7603              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
7604      Branch: perl
7605            ! vms/descrip_mms.template
7606 ____________________________________________________________________________
7607 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
7608         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
7609              From: "Craig A. Berry" <craigberry@mac.com>
7610              Date: Tue, 12 Jun 2001 22:21:39 -0500
7611              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
7612      Branch: perl
7613            ! configure.com util.c
7614 ____________________________________________________________________________
7615 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
7616         Log: New AIX dynaloading code from Jens-Uwe Mager.
7617              Does break binary compatibility.
7618      Branch: perl
7619            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7620 ____________________________________________________________________________
7621 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
7622         Log: VMS DEC C compiler found nits by Peter Prymmer.
7623      Branch: perl
7624            ! util.c
7625 ____________________________________________________________________________
7626 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
7627         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
7628              From: Peter Prymmer <pvhp@forte.com>
7629              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
7630              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
7631      Branch: perl
7632            ! t/lib/filecomp.t
7633 ____________________________________________________________________________
7634 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
7635         Log: I wonder how many $CONFIGs still lurk in the shadows.
7636      Branch: perl
7637            ! pod/Makefile.SH x2p/cflags.SH
7638 ____________________________________________________________________________
7639 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
7640         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
7641      Branch: perl
7642            ! pod/checkpods.PL
7643 ____________________________________________________________________________
7644 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
7645         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
7646      Branch: perl
7647            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
7648 ____________________________________________________________________________
7649 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
7650         Log: Subject: [patch] rid local_patches warnings
7651              From: Doug MacEachern <dougm@covalent.net>
7652              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
7653              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
7654      Branch: perl
7655            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
7656 ____________________________________________________________________________
7657 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
7658         Log: Subject: Re: ext/ + -Wall
7659              From: Doug MacEachern <dougm@covalent.net>
7660              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
7661              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
7662      Branch: perl
7663            ! ext/attrs/attrs.xs
7664 ____________________________________________________________________________
7665 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
7666         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
7667              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7668              Date: Tue, 12 Jun 2001 14:36:20 -0400
7669              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
7670      Branch: perl
7671            ! pod/perlretut.pod
7672 ____________________________________________________________________________
7673 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
7674         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
7675              From: Mike Guy <mjtg@cam.ac.uk>
7676              Date: Tue, 12 Jun 2001 19:10:31 +0100
7677              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
7678              
7679              Subject: Re: [ID 20010612.001] out of memory during regex compilation
7680              From: Mike Guy <mjtg@cam.ac.uk>
7681              Date: Tue, 12 Jun 2001 19:21:01 +0100
7682              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
7683      Branch: perl
7684            ! pod/perlop.pod
7685 ____________________________________________________________________________
7686 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
7687         Log: AIX tweaks from Merijn H. Brand.
7688      Branch: perl
7689            ! hints/aix.sh
7690 ____________________________________________________________________________
7691 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
7692         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
7693              From: "Brendan O'Dea" <bod@compusol.com.au>
7694              Date: Wed, 13 Jun 2001 05:16:47 +1000
7695              Message-ID: <20010613051647.A8945@compusol.com.au>
7696      Branch: maint-5.6/perl
7697            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7698 ____________________________________________________________________________
7699 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
7700         Log: Subject: Small bcopy cleanup
7701              From: Andy Dougherty <doughera@lafayette.edu>
7702              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
7703              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
7704      Branch: perl
7705            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
7706 ____________________________________________________________________________
7707 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
7708         Log: Subject: [PATCH] Re: ext/ + -Wall
7709              From: Nicholas Clark <nick@ccl4.org>
7710              Date: Wed, 13 Jun 2001 00:04:30 +0100
7711              Message-ID: <20010613000430.M5901@plum.flirble.org>
7712      Branch: perl
7713            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7714 ____________________________________________________________________________
7715 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
7716         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
7717              From: Nicholas Clark <nick@ccl4.org>
7718              Date: Tue, 12 Jun 2001 23:53:07 +0100
7719              Message-ID: <20010612235307.L5901@plum.flirble.org>
7720      Branch: perl
7721            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7722 ____________________________________________________________________________
7723 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
7724         Log: MPE/iX tweaks from Mark Bixby.
7725      Branch: perl
7726            ! hints/mpeix.sh mpeix/mpeixish.h util.c
7727 ____________________________________________________________________________
7728 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
7729         Log: Update Changes.
7730      Branch: perl
7731            ! Changes patchlevel.h
7732 ____________________________________________________________________________
7733 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
7734         Log: One less -Wall whine (found under DEBUGGING).
7735      Branch: perl
7736            ! x2p/Makefile.SH x2p/a2p.c
7737 ____________________________________________________________________________
7738 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
7739         Log: s/case-independent/case-insensitive/g
7740      Branch: perl
7741            ! pod/perldebug.pod
7742 ____________________________________________________________________________
7743 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
7744         Log: As suggested in    
7745              
7746              Subject: Re: ext/ + -Wall
7747              From: Gurusamy Sarathy <gsar@ActiveState.com>
7748              Date: Mon, 11 Jun 2001 23:34:31 -0700
7749              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
7750      Branch: perl
7751            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
7752            ! perl.h
7753 ____________________________________________________________________________
7754 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
7755         Log: Subject: ext/ + -Wall
7756              From: Doug MacEachern <dougm@covalent.net>
7757              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
7758              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
7759      Branch: perl
7760            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
7761            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
7762            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
7763            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
7764            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
7765            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
7766            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
7767            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
7768            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
7769            ! lib/ExtUtils/xsubpp
7770 ____________________________________________________________________________
7771 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
7772         Log: Subject: [PATCH] anonymous stashes
7773              From: Abhijit Menon-Sen <ams@wiw.org>
7774              Date: Tue, 12 Jun 2001 12:47:04 +0530
7775              Message-ID: <20010612124704.A29029@lustre.linux.in>
7776      Branch: perl
7777            ! dump.c gv.c sv.c xsutils.c
7778 ____________________________________________________________________________
7779 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
7780         Log: One more test for $^S.
7781      Branch: perl
7782            ! t/op/magic.t
7783 ____________________________________________________________________________
7784 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
7785         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
7786              From: Abhijit Menon-Sen <ams@wiw.org>
7787              Date: Tue, 12 Jun 2001 17:35:55 +0530
7788              Message-ID: <20010612173555.A32426@lustre.linux.in>
7789      Branch: perl
7790            ! mg.c t/op/magic.t
7791 ____________________________________________________________________________
7792 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
7793         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
7794              From: Mike Guy <mjtg@cam.ac.uk>
7795              Date: Tue, 12 Jun 2001 13:14:15 +0100
7796              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
7797      Branch: perl
7798            ! pod/perlop.pod
7799 ____________________________________________________________________________
7800 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
7801         Log: AUTHORS updates.
7802      Branch: perl
7803            ! AUTHORS
7804 ____________________________________________________________________________
7805 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
7806         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
7807              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
7808              Content-Transfer-Encoding: 7bit
7809              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
7810      Branch: perl
7811            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
7812 ____________________________________________________________________________
7813 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
7814         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
7815              From: "Philip Newton" <Philip.Newton@gmx.net>
7816              Date: Mon, 11 Jun 2001 07:08:03 +0200
7817              Message-Id: <200106120802.LAA08992@taas.iki.fi>
7818      Branch: perl
7819            ! t/base/term.t
7820 ____________________________________________________________________________
7821 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
7822         Log: Cleanup the a2p.c for -Wall.
7823      Branch: perl
7824            ! x2p/Makefile.SH x2p/a2p.c
7825 ____________________________________________________________________________
7826 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
7827         Log: File::Find update for MacOS from Chris Nandor.
7828      Branch: perl
7829            ! lib/File/Find.pm t/lib/filefind.t
7830 ____________________________________________________________________________
7831 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
7832         Log: gcc -Wall nits picked out by a non-UNIX system
7833              (courtesy of Mark Bixby)
7834      Branch: perl
7835            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
7836            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
7837            ! pp_sys.c util.c
7838 ____________________________________________________________________________
7839 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
7840         Log: Metaconfig unit change for #10522.  (The d_modfl changes
7841              placate metalint.)
7842      Branch: metaconfig/U/perl
7843            ! d_modfl.U d_u32align.U
7844 ____________________________________________________________________________
7845 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
7846         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
7847              be "./try 2>&1 >/dev/null".
7848      Branch: perl
7849            ! Configure
7850 ____________________________________________________________________________
7851 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
7852         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
7853              From: "Craig A. Berry" <craigberry@mac.com>
7854              Date: Mon, 11 Jun 2001 14:00:32 -0500
7855              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
7856      Branch: perl
7857            ! configure.com
7858 ____________________________________________________________________________
7859 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
7860         Log: Move the full \p\P lists to perlunicode.
7861      Branch: perl
7862            ! pod/perlretut.pod pod/perlunicode.pod
7863 ____________________________________________________________________________
7864 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
7865         Log: VOS build tweak for 5.6.1 from Paul Green.
7866      Branch: maint-5.6/perl
7867            ! vos/build.cm
7868 ____________________________________________________________________________
7869 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
7870         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
7871              From: "Craig A. Berry" <craigberry@mac.com>
7872              Date: Fri, 8 Jun 2001 18:08:18 -0500
7873              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
7874      Branch: perl
7875            ! vms/vms.c
7876 ____________________________________________________________________________
7877 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
7878         Log: Update Changes.
7879      Branch: perl
7880            ! Changes patchlevel.h
7881 ____________________________________________________________________________
7882 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
7883         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
7884      Branch: perl
7885            ! vos/config.alpha.h vos/config.ga.h
7886 ____________________________________________________________________________
7887 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
7888         Log: VOS updates from Paul Green for @10476.
7889      Branch: perl
7890            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
7891            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7892            ! vos/config.ga.h vos/configure_perl.cm
7893 ____________________________________________________________________________
7894 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
7895         Log: Subject: [PATCH] Not many people know this ...
7896              From: Mike Guy <mjtg@cam.ac.uk>
7897              Date: Mon, 11 Jun 2001 14:55:15 +0100
7898              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
7899      Branch: perl
7900            ! pod/perldebug.pod
7901 ____________________________________________________________________________
7902 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
7903         Log: Add final commas to lists as suggested by Philip Newton.
7904      Branch: perl
7905            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7906 ____________________________________________________________________________
7907 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
7908         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
7909              Date: Sun, 10 Jun 2001 23:35:38 -0400
7910              From: Chris Nandor <pudge@pobox.com>
7911              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
7912      Branch: perl
7913            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
7914            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
7915            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
7916            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
7917            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
7918            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
7919            ! t/op/write.t t/pragma/strict.t
7920 ____________________________________________________________________________
7921 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
7922         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
7923              From: Chris Nandor <pudge@pobox.com>
7924              Date: Mon, 11 Jun 2001 08:24:28 -0400
7925              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
7926      Branch: perl
7927            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
7928            ! t/lib/io_dir.t
7929 ____________________________________________________________________________
7930 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
7931         Log: One more run_byacc (a hand-tweaked version had slipped in).
7932      Branch: perl
7933            ! perly.c vms/perly_c.vms
7934 ____________________________________________________________________________
7935 [ 10509] By: nick                                  on 2001/06/11  07:49:15
7936         Log: Integrate mainline
7937      Branch: perlio
7938           !> Makefile.SH embed.h embed.pl global.sym
7939           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
7940           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
7941           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
7942           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
7943 ____________________________________________________________________________
7944 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
7945         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
7946              From: Mike Guy <mjtg@cam.ac.uk>
7947              Reply-To: mjtg@cam.ac.uk
7948              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
7949      Branch: perl
7950            ! lib/ExtUtils/Manifest.pm
7951 ____________________________________________________________________________
7952 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
7953         Log: Subject: [PATCH] ExtUtils::Constant
7954              From: Nicholas Clark <nick@ccl4.org>
7955              Date: Sun, 10 Jun 2001 23:25:41 +0100
7956              Message-ID: <20010610232540.C76396@plum.flirble.org>
7957      Branch: perl
7958            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7959 ____________________________________________________________________________
7960 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
7961         Log: Integrate perlio.
7962      Branch: perl
7963           !> iperlsys.h
7964 ____________________________________________________________________________
7965 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
7966         Log: Move the grok_number and its lieutenant grok_numeric_radix
7967              from sv.c statics to util.c and public.
7968      Branch: perl
7969            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
7970            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
7971 ____________________________________________________________________________
7972 [ 10504] By: nick                                  on 2001/06/10  17:47:06
7973         Log: Fix (valid) -Wall warnings in perlio.c
7974      Branch: perlio
7975            ! iperlsys.h
7976 ____________________________________________________________________________
7977 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
7978         Log: Update perly_c.diff, update perly.fixer to edit away
7979              some of the -Wall noise.
7980      Branch: perl
7981            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
7982 ____________________________________________________________________________
7983 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
7984         Log: Check the version of byacc.
7985      Branch: perl
7986            ! Makefile.SH
7987 ____________________________________________________________________________
7988 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
7989         Log: Subject: [PATCH] perly.y overhaul
7990              From: Simon Cozens <simon@netthink.co.uk>
7991              Date: Sun, 10 Jun 2001 16:56:54 +0100
7992              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
7993              
7994              Plus make run_byacc.
7995      Branch: perl
7996            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
7997 ____________________________________________________________________________
7998 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
7999         Log: Integrate perlio.
8000      Branch: perl
8001           !> perlio.c perlsfio.h
8002 ____________________________________________________________________________
8003 [ 10499] By: nick                                  on 2001/06/10  15:01:08
8004         Log: Integrate mainline
8005      Branch: perlio
8006           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
8007           !> t/pragma/locale.t util.c
8008 ____________________________________________________________________________
8009 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
8010         Log: Put some meat on the perl572delta bones.  The list of
8011              selected bug fixes needs more work, as does still the
8012              whole document.
8013      Branch: perl
8014            ! pod/perl572delta.pod
8015 ____________________________________________________________________________
8016 [ 10497] By: nick                                  on 2001/06/10  12:27:51
8017         Log: Paper over a crack or two with USE_SFIO
8018      Branch: perlio
8019            ! perlio.c perlsfio.h
8020 ____________________________________________________________________________
8021 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
8022         Log: Update Changes.
8023      Branch: perl
8024            ! Changes patchlevel.h
8025 ____________________________________________________________________________
8026 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
8027         Log: Subject: Re: pragma/locale.t #107
8028              From: Hugo <hv@crypt.compulink.co.uk>
8029              Date: Sun, 10 Jun 2001 11:23:30 +0100
8030              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
8031              
8032              Encapsulate the scan of the decimal radix separator.
8033      Branch: perl
8034            ! embed.h embed.pl proto.h sv.c
8035 ____________________________________________________________________________
8036 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
8037         Log: Try to grok numbers both with the locale specific separator
8038              and with the usual "." (if different from the lss); add a test
8039              to locale.t to do also a little bit of math in addition to just
8040              equalness testing; remove extraneous logic as suggested in
8041              
8042              Subject: Re: pragma/locale.t #107
8043              From: Nicholas Clark <nick@ccl4.org>
8044              Date: Sat, 9 Jun 2001 22:37:36 +0100
8045              Message-ID: <20010609223735.Y76396@plum.flirble.org>
8046      Branch: perl
8047            ! sv.c t/pragma/locale.t
8048 ____________________________________________________________________________
8049 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
8050         Log: Metaconfig unit change for #10492.
8051      Branch: metaconfig/U/perl
8052            ! Extensions.U
8053 ____________________________________________________________________________
8054 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
8055         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
8056              From: Artur Bergman <artur@contiller.se> 
8057              Date: Sat, 09 Jun 2001 21:03:51 +0200
8058              Message-ID: <B7483FB6.1398%artur@contiller.se>
8059      Branch: perl
8060            ! Configure
8061 ____________________________________________________________________________
8062 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
8063         Log: Integrate perlio.
8064      Branch: perl
8065           !> perlsfio.h
8066 ____________________________________________________________________________
8067 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
8068         Log: Do locale specific separator if only in locale.
8069      Branch: perl
8070            ! util.c
8071 ____________________________________________________________________________
8072 [ 10489] By: nick                                  on 2001/06/09  19:13:25
8073         Log: Make XS/Typemap compile (but fail) with sfio
8074      Branch: perlio
8075            ! perlsfio.h
8076 ____________________________________________________________________________
8077 [ 10488] By: nick                                  on 2001/06/09  19:12:51
8078         Log: Re-integrate mainline
8079      Branch: perlio
8080           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
8081           !> proto.h sv.c util.c
8082 ____________________________________________________________________________
8083 [ 10487] By: nick                                  on 2001/06/09  16:26:29
8084         Log: Integrate mainline
8085      Branch: perlio
8086           !> (integrate 31 files)
8087 ____________________________________________________________________________
8088 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
8089         Log: Subject: [PATCH] New attempt to clone callack
8090              From: Artur Bergman <artur@contiller.se> 
8091              Date: Thu, 07 Jun 2001 11:52:16 +0200
8092              Message-ID: <B7451B6F.12B7%artur@contiller.se>
8093      Branch: perl
8094            ! embedvar.h intrpvar.h perlapi.h sv.c
8095 ____________________________________________________________________________
8096 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
8097         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
8098      Branch: perl
8099            ! embed.h embed.pl perl.h proto.h sv.c util.c
8100 ____________________________________________________________________________
8101 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
8102         Log: Subject: Re: pragma/locale.t #107
8103              From: Nicholas Clark <nick@ccl4.org>
8104              Date: Sat, 9 Jun 2001 16:26:10 +0100
8105              Message-ID: <20010609162609.V76396@plum.flirble.org>
8106              
8107              A missing NVification.
8108      Branch: perl
8109            ! sv.c
8110 ____________________________________________________________________________
8111 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
8112         Log: Redo the #10482, there already was a test script for formats.
8113      Branch: perl
8114            - t/io/format.t
8115            ! MANIFEST t/op/write.t
8116 ____________________________________________________________________________
8117 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
8118         Log: Twisted format testing, from Merijn.
8119      Branch: perl
8120            + t/io/format.t
8121            ! MANIFEST
8122 ____________________________________________________________________________
8123 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
8124         Log: More \p{In...} testing, combined with \N{...}.
8125      Branch: perl
8126            ! lib/utf8_heavy.pl t/op/pat.t
8127 ____________________________________________________________________________
8128 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
8129         Log: Metaconfig changes for #10479.
8130      Branch: metaconfig
8131            ! U/Glossary.patch
8132      Branch: metaconfig/U/perl
8133            ! d_modfl.U
8134 ____________________________________________________________________________
8135 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
8136         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
8137      Branch: perl
8138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8139            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
8140            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8141            ! win32/config.bc win32/config.gc win32/config.vc
8142 ____________________________________________________________________________
8143 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
8144         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
8145              From: "Craig A. Berry" <craigberry@mac.com>
8146              Date: Thu, 7 Jun 2001 14:27:20 -0500
8147              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
8148      Branch: perl
8149            ! vms/perlvms.pod
8150 ____________________________________________________________________________
8151 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
8152         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
8153              From: Gisle Aas <gisle@ActiveState.com>
8154              Date: 07 Jun 2001 17:04:29 -0700
8155              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
8156      Branch: perl
8157            ! ext/re/re.xs
8158 ____________________________________________________________________________
8159 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
8160         Log: Update Changes.
8161      Branch: perl
8162            ! Changes patchlevel.h
8163 ____________________________________________________________________________
8164 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
8165         Log: Regen Glossary et alia.
8166      Branch: perl
8167            ! Porting/Glossary Porting/config.sh Porting/config_H
8168 ____________________________________________________________________________
8169 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
8170         Log: Metaconfig unit changes for #10473.
8171      Branch: metaconfig/U/perl
8172            ! d_modfl.U
8173 ____________________________________________________________________________
8174 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
8175         Log: Harumph, also AIX will spill its guts (i.e. dump core)
8176              if an executable contains modfl() but it hasn't been
8177              compiled right (in the case of AIX, with cc -qlongdouble).
8178      Branch: perl
8179            ! Configure
8180 ____________________________________________________________________________
8181 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
8182         Log: integrate change#10471 from mainline
8183              
8184              in change#10451, check that CvOUTSIDE is a CV before looking in
8185              (it can apparently be SVt_NULL during global destruction)
8186      Branch: maint-5.6/perl
8187           !> op.c
8188 ____________________________________________________________________________
8189 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
8190         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
8191              (it can apparently be SVt_NULL during global destruction)
8192      Branch: perl
8193            ! op.c
8194 ____________________________________________________________________________
8195 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
8196         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
8197              From: Robin Barker <rmb1@cise.npl.co.uk>
8198              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
8199              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
8200      Branch: perl
8201            ! lib/diagnostics.pm pod/perldiag.pod
8202 ____________________________________________________________________________
8203 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
8204         Log: Subject: [PATCH perl@10439] long =item
8205              From: Robin Barker <rmb1@cise.npl.co.uk>
8206              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
8207              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
8208      Branch: perl
8209            ! README.amiga lib/Attribute/Handlers.pm
8210            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8211 ____________________________________________________________________________
8212 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
8213         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
8214              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
8215              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
8216              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
8217      Branch: perl
8218            ! pod/perlguts.pod
8219 ____________________________________________________________________________
8220 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
8221         Log: Integrate perlio.
8222      Branch: perl
8223           !> sv.c
8224 ____________________________________________________________________________
8225 [ 10466] By: nick                                  on 2001/06/07  10:25:40
8226         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
8227              whitespace tweaks.
8228              Still coredumps in pragma/overload.t - what a nice hard fail that is...
8229      Branch: perlio
8230            ! sv.c
8231 ____________________________________________________________________________
8232 [ 10465] By: nick                                  on 2001/06/07  08:41:58
8233         Log: Raw integrate of mainline for S_grok_number debug
8234              (sv.c has MULTIPLICITY issues as well as whatever else ...)
8235      Branch: perlio
8236            - plan9/perlplan9.doc plan9/perlplan9.pod
8237           !> (integrate 46 files)
8238 ____________________________________________________________________________
8239 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
8240         Log: The proper prototyping for #10463.
8241      Branch: perl
8242            ! embed.h embed.pl proto.h sv.c
8243 ____________________________________________________________________________
8244 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
8245         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8246              From: Nicholas Clark <nick@ccl4.org>
8247              Date: Thu, 7 Jun 2001 00:29:59 +0100
8248              Message-ID: <20010607002959.Z76396@plum.flirble.org>
8249      Branch: perl
8250            ! sv.c
8251 ____________________________________________________________________________
8252 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
8253         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
8254              From: "Craig A. Berry" <craigberry@mac.com>
8255              Date: Wed, 06 Jun 2001 17:54:30 -0500
8256              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
8257      Branch: perl
8258            ! vms/perlvms.pod
8259 ____________________________________________________________________________
8260 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
8261         Log: Podify the remaining README.platform files;
8262              merge README.plan9 and plan9/perlplan9.pod;
8263              delete plan9/perlplan9.* (the perlplan.doc needs to
8264              be regenerated in Plan 9); make the =head1 and =head2
8265              in the README.platform to be a little more verbose
8266              (skipped README.os2 not to anger Ilya) so that they
8267              look better in the toc; regen toc.
8268      Branch: perl
8269            - plan9/perlplan9.doc plan9/perlplan9.pod
8270            ! MANIFEST README.aix README.amiga README.apollo README.beos
8271            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
8272            ! README.hpux README.hurd README.machten README.macos
8273            ! README.micro README.mint README.mpeix README.os390
8274            ! README.plan9 README.qnx README.solaris README.threads
8275            ! README.tru64 README.vmesa README.vms README.vos README.win32
8276            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8277            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8278 ____________________________________________________________________________
8279 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
8280         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
8281              From: Mike Guy <mjtg@cam.ac.uk>
8282              Reply-To: mjtg@cam.ac.uk
8283              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
8284      Branch: perl
8285            ! pod/perlguts.pod
8286 ____________________________________________________________________________
8287 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
8288         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
8289              From: Mike Guy <mjtg@cam.ac.uk>
8290              Reply-To: mjtg@cam.ac.uk
8291              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
8292      Branch: perl
8293            ! pod/perlsec.pod
8294 ____________________________________________________________________________
8295 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
8296         Log: Disable long doubles from pre-5.0 Tru64s.
8297      Branch: perl
8298            ! README.tru64 hints/dec_osf.sh
8299 ____________________________________________________________________________
8300 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
8301         Log: The #10455 exposed that modfl() is fundamentally busted
8302              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
8303              testing it.
8304      Branch: perl
8305            ! hints/dec_osf.sh
8306 ____________________________________________________________________________
8307 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
8308         Log: Metaconfig unit change for #10455.
8309      Branch: metaconfig/U/perl
8310            ! d_modfl.U
8311 ____________________________________________________________________________
8312 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
8313         Log: Configure check for geborken modfl(), inspired by
8314              
8315              Subject: Re: [20010118.017] op/int.t failure 
8316              From: Hugo <hv@crypt.compulink.co.uk>
8317              Date: Tue, 05 Jun 2001 13:43:27 +0100
8318              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
8319      Branch: perl
8320            ! Configure
8321 ____________________________________________________________________________
8322 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
8323         Log: Integrate changes #10450 and #10451 from maintperl:
8324              
8325              optimize change#10448 slightly (don't repeat search in eval""s lexical
8326              scope, since that has already been searched)
8327              
8328              change#9108 needs subtler treatment for case of closures created
8329              within eval""
8330      Branch: perl
8331           !> op.c t/op/misc.t
8332 ____________________________________________________________________________
8333 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
8334         Log: MakeMaker magic to compile (when no dynamic loading)
8335              List/Util.xsc as (ListUtil.c and) ListUtil.o since
8336              POSIX-BC (BS2000) linker has an evil limitation of
8337              being unable to include in the same executable several
8338              object files with the same name - case-insensitively -
8339              because otherwise we conflict with util.c.
8340              Strictly speaking currently required only in POSIX-BC
8341              but probably will do no harm elsewhere where static
8342              linking is required.
8343      Branch: perl
8344            ! ext/List/Util/Makefile.PL
8345 ____________________________________________________________________________
8346 [ 10452] By: nick                                  on 2001/06/06  08:59:51
8347         Log: Integrate mainline.
8348      Branch: perlio
8349           +> lib/Attribute/Handlers/demo/Demo.pm
8350           +> lib/Attribute/Handlers/demo/Descriptions.pm
8351           +> lib/Attribute/Handlers/demo/MyClass.pm
8352           +> lib/Attribute/Handlers/demo/demo.pl
8353           +> lib/Attribute/Handlers/demo/demo2.pl
8354           +> lib/Attribute/Handlers/demo/demo3.pl
8355           +> lib/Attribute/Handlers/demo/demo4.pl
8356           +> lib/Attribute/Handlers/demo/demo_call.pl
8357           +> lib/Attribute/Handlers/demo/demo_chain.pl
8358           +> lib/Attribute/Handlers/demo/demo_cycle.pl
8359           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
8360           +> lib/Attribute/Handlers/demo/demo_phases.pl
8361           +> lib/Attribute/Handlers/demo/demo_range.pl
8362           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
8363           +> uts/strtol_wrap.c
8364           !> (integrate 91 files)
8365 ____________________________________________________________________________
8366 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
8367         Log: change#9108 needs subtler treatment for case of closures created
8368              within eval""
8369      Branch: maint-5.6/perl
8370            ! op.c t/op/misc.t
8371 ____________________________________________________________________________
8372 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
8373         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
8374              scope, since that has already been searched)
8375      Branch: maint-5.6/perl
8376            ! op.c
8377 ____________________________________________________________________________
8378 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
8379         Log: Integrate change #10448 from maintperl; lexicals
8380              outside an eval"" weren't resolved correctly inside a subroutine
8381              definition inside the eval"" if they were not already referenced
8382              in the toplevel of the eval""-ed code
8383      Branch: perl
8384           !> cop.h op.c pp_ctl.c t/op/misc.t
8385 ____________________________________________________________________________
8386 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
8387         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
8388              outside an eval"" weren't resolved correctly inside a subroutine
8389              definition inside the eval"" if they were not already referenced
8390              in the toplevel of the eval""-ed code
8391      Branch: maint-5.6/perl
8392            ! cop.h op.c pp_ctl.c t/op/misc.t
8393 ____________________________________________________________________________
8394 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
8395         Log: Subject: [PATCH] perl570delta.pod
8396              From: Peter Scott <Peter@PSDT.com> 
8397              Date: Tue, 05 Jun 2001 18:51:02 -0700
8398              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
8399      Branch: perl
8400            ! pod/perl570delta.pod
8401 ____________________________________________________________________________
8402 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
8403         Log: The fudge factor is no more needed.  I hope.
8404      Branch: perl
8405            ! t/lib/posix.t
8406 ____________________________________________________________________________
8407 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
8408         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
8409              From: Hugo <hv@crypt.compulink.co.uk>
8410              Date: Tue, 05 Jun 2001 12:58:19 +0100
8411              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
8412      Branch: perl
8413            ! util.c
8414 ____________________________________________________________________________
8415 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
8416         Log: Make up prototypes only for those who have the functions
8417              but not the prototypes.
8418      Branch: perl
8419            ! perl.h
8420 ____________________________________________________________________________
8421 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
8422         Log: Subject: Re: Not OK: perl@10439 on win32 
8423              From: Prymmer/Kahn <pvhp@best.com> 
8424              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
8425              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
8426      Branch: perl
8427            ! perl.h util.c
8428 ____________________________________________________________________________
8429 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
8430         Log: The metaconfig units changes for #10441.
8431      Branch: metaconfig
8432            ! U/modified/Extract.U U/modified/Extractall.U
8433            ! U/modified/Finish.U
8434 ____________________________________________________________________________
8435 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
8436         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
8437      Branch: perl
8438            ! Configure
8439 ____________________________________________________________________________
8440 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
8441         Log: Unnecessary fuzziness undone, noted by Mike Guy.
8442      Branch: perl
8443            ! t/op/tr.t
8444 ____________________________________________________________________________
8445 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
8446         Log: Update Changes.
8447      Branch: perl
8448            ! Changes patchlevel.h
8449 ____________________________________________________________________________
8450 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
8451         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
8452              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
8453              leakage patch.
8454      Branch: perl
8455            ! t/op/misc.t
8456 ____________________________________________________________________________
8457 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
8458         Log: Test case for #10433/#10424.
8459      Branch: perl
8460            ! t/op/misc.t
8461 ____________________________________________________________________________
8462 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
8463         Log: Subject: One fix for strtoul not setting errno
8464              From: hom00@utsglobal.com (Hal Morris)
8465              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
8466              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
8467      Branch: perl
8468            + uts/strtol_wrap.c
8469            ! MANIFEST hints/uts.sh
8470 ____________________________________________________________________________
8471 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
8472         Log: Metaconfig units changes for #10434.
8473      Branch: metaconfig
8474            ! U/modified/Cppsym.U
8475      Branch: metaconfig/U/perl
8476            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
8477            + d_syscallproto.U d_usleepproto.U
8478            ! longdblfio.U quadfio.U
8479 ____________________________________________________________________________
8480 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
8481         Log: Configure tweaks; add prototype probes, make the cpp symbols
8482              probe to cast, not whine; test for %Ld and %Lf before %lld and
8483              %llf because the L is the ANSI way.
8484      Branch: perl
8485            ! Configure config_h.SH configure.com epoc/config.sh
8486            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
8487            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
8488            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
8489 ____________________________________________________________________________
8490 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
8491         Log: Sigh.  This is what #10424 was supposed to check in.
8492      Branch: perl
8493            ! op.c sv.c sv.h
8494 ____________________________________________________________________________
8495 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
8496         Log: More verbose failure.
8497      Branch: perl
8498            ! t/op/ver.t
8499 ____________________________________________________________________________
8500 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
8501         Log: The .pm changes to go with #10428.
8502      Branch: perl
8503            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
8504            ! ext/Sys/Syslog/Syslog.pm
8505 ____________________________________________________________________________
8506 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
8507         Log: On second thoughts show to utf8 skippage message only
8508              on failures, it's too confusing otherwise,
8509      Branch: perl
8510            ! t/pragma/locale.t
8511 ____________________________________________________________________________
8512 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
8513         Log: Do not import anything from Encode.
8514      Branch: perl
8515            ! ext/MIME/Base64/QuotedPrint.pm
8516 ____________________________________________________________________________
8517 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
8518         Log: The #10402 didn't take.  Weird.
8519      Branch: perl
8520            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
8521            ! ext/Sys/Syslog/Syslog.xs
8522 ____________________________________________________________________________
8523 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
8524         Log: Eradicate traces of 'asciirange' re subpragma.
8525      Branch: perl
8526            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
8527            ! pod/perldiag.pod
8528 ____________________________________________________________________________
8529 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
8530         Log: use is a compile-time thing.
8531      Branch: perl
8532            ! ext/MIME/Base64/QuotedPrint.pm
8533 ____________________________________________________________________________
8534 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
8535         Log: Subject: [PATCH perl@10419] -Wall casting patch
8536              From: Robin Barker <rmb1@cise.npl.co.uk>
8537              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
8538              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
8539      Branch: perl
8540            ! ext/Devel/DProf/DProf.xs mg.c
8541 ____________________________________________________________________________
8542 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
8543         Log: Subject: [PATCH #2] introducing SVpad_TYPED
8544              From: Abhijit Menon-Sen <ams@wiw.org>
8545              Date: Mon, 4 Jun 2001 12:26:02 +0530
8546              Message-ID: <20010604122602.A5775@lustre.linux.in>
8547      Branch: perl
8548            ! op.c sv.c sv.h
8549 ____________________________________________________________________________
8550 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
8551         Log: testsuite for change#10192 (from Gisle Aas)
8552      Branch: perl
8553            + t/op/override.t
8554            ! MANIFEST
8555 ____________________________________________________________________________
8556 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
8557         Log: integrate changes#10414-10416 from mainline
8558              
8559              Potential buffer overrun if the radix separator is more than
8560              one byte.  Also, under locales, prefer the locale-specific
8561              separator over the old boring ".".
8562              
8563              "10.", that is, decimal numbers can have no decimal part at all.
8564              
8565              The non-locale places need love, too.
8566      Branch: maint-5.6/perl
8567           !> perl.h sv.c
8568 ____________________________________________________________________________
8569 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
8570         Log: Missed from #10420.
8571      Branch: perl
8572            ! epoc/config.sh
8573 ____________________________________________________________________________
8574 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
8575         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
8576              often this prototype goes with HAS_SETRESUID_PROTO.
8577      Branch: perl
8578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8579            ! config_h.SH configure.com perl.h uconfig.h
8580 ____________________________________________________________________________
8581 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
8582         Log: Update Changes.
8583      Branch: perl
8584            ! Changes patchlevel.h
8585 ____________________________________________________________________________
8586 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
8587         Log: -Wall "subscript has type `char'" cleanup.
8588      Branch: perl
8589            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
8590 ____________________________________________________________________________
8591 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
8592         Log: Various "cast to pointer from integer of different size"
8593              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
8594              wide but I32 (int) only 32 bits wide).
8595              
8596              WARNING: the classnum and tagnum changes in Storable.xs
8597              may not be wise, they may be breaking binary compatibility
8598              (in 64-bit platforms), asked Raphael Manfredi about the changes.
8599      Branch: perl
8600            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
8601            ! mg.c proto.h
8602 ____________________________________________________________________________
8603 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
8604         Log: The non-locale places need love, too.
8605      Branch: perl
8606            ! perl.h
8607 ____________________________________________________________________________
8608 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
8609         Log: "10.", that is, decimal numbers can have no decimal part at all.
8610      Branch: perl
8611            ! perl.h
8612 ____________________________________________________________________________
8613 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
8614         Log: Potential buffer overrun if the radix separator is more than
8615              one byte.  Also, under locales, prefer the locale-specific
8616              separator over the old boring ".".
8617      Branch: perl
8618            ! perl.h sv.c
8619 ____________________________________________________________________________
8620 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
8621         Log: Integrate change #10412 from maintperl; locale is now
8622              per-cop, not per-op; plus retweak the locale.t to always
8623              list the skipped utf8 locales.
8624      Branch: perl
8625            ! t/pragma/locale.t
8626           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
8627           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
8628 ____________________________________________________________________________
8629 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
8630         Log: rationalize locale handling to fix the bugs uncovered by change#10394
8631              
8632              the major issue was that the runtime was looking at PL_hints rather
8633              than op_private to notice whether locale was enabled
8634              
8635              the secondary issue was that many locale-sensitive numeric ops didn't
8636              have HINT_LOCALE propagated into their op_private
8637              
8638              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
8639              instead of per-op, just like HINT_BYTE and the hints for lexical
8640              warnings (this makes the hint available to every op via PL_curcop)
8641              
8642              pragma/locale.t may need to be reworked with these fixes in mind
8643              (it currently passes its tests)
8644      Branch: maint-5.6/perl
8645            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
8646            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
8647 ____________________________________________________________________________
8648 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
8649         Log: More verbose debugging.
8650      Branch: perl
8651            ! t/pragma/locale.t
8652 ____________________________________________________________________________
8653 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
8654         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
8655              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8656              Date: Sat, 2 Jun 2001 22:53:33 +0100
8657              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
8658      Branch: perl
8659            ! regcomp.c t/pragma/warn/regcomp
8660 ____________________________________________________________________________
8661 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
8662         Log: Mention that lexicalizing $a or $b is a bad idea if one
8663              wants to use sort().
8664      Branch: perl
8665            ! pod/perlvar.pod
8666 ____________________________________________________________________________
8667 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
8668         Log: Tweak the test to be happy if the accuracy is 'good enough'.
8669      Branch: perl
8670            ! t/lib/posix.t
8671 ____________________________________________________________________________
8672 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
8673         Log: Upgrade to Attribute::Handlers 0.70.
8674              
8675              NOTE: this unearthed the "too late for CHECK block" bug,
8676              that's why the 1_compile.t change.
8677      Branch: perl
8678            + lib/Attribute/Handlers/demo/Demo.pm
8679            + lib/Attribute/Handlers/demo/Descriptions.pm
8680            + lib/Attribute/Handlers/demo/MyClass.pm
8681            + lib/Attribute/Handlers/demo/demo.pl
8682            + lib/Attribute/Handlers/demo/demo2.pl
8683            + lib/Attribute/Handlers/demo/demo3.pl
8684            + lib/Attribute/Handlers/demo/demo4.pl
8685            + lib/Attribute/Handlers/demo/demo_call.pl
8686            + lib/Attribute/Handlers/demo/demo_chain.pl
8687            + lib/Attribute/Handlers/demo/demo_cycle.pl
8688            + lib/Attribute/Handlers/demo/demo_hashdir.pl
8689            + lib/Attribute/Handlers/demo/demo_phases.pl
8690            + lib/Attribute/Handlers/demo/demo_range.pl
8691            + lib/Attribute/Handlers/demo/demo_rawdata.pl
8692            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
8693            ! t/lib/attrhand.t
8694 ____________________________________________________________________________
8695 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
8696         Log: One less -Wall whine.
8697      Branch: perl
8698            ! regcomp.c
8699 ____________________________________________________________________________
8700 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
8701         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
8702      Branch: perl
8703           !> t/op/eval.t
8704 ____________________________________________________________________________
8705 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
8706         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
8707              aren't "normally" visible inside eval""s contained in subs unless
8708              a cloned reference to them already exists)
8709              
8710              strangely enough, t/harness didn't show this up as a failure
8711              (harness needs fixing?)
8712      Branch: maint-5.6/perl
8713            ! t/op/eval.t
8714 ____________________________________________________________________________
8715 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
8716         Log: Update to Text::Balanced 1.85.
8717      Branch: perl
8718            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
8719 ____________________________________________________________________________
8720 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
8721         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
8722              From: Nicholas Clark <nick@ccl4.org>
8723              Date: Sun, 3 Jun 2001 17:54:36 +0100
8724              Message-ID: <20010603175436.E76396@plum.flirble.org> 
8725      Branch: perl
8726            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
8727            ! ext/Sys/Syslog/Syslog.xs
8728 ____________________________________________________________________________
8729 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
8730         Log: Unused variables.
8731      Branch: perl
8732            ! util.c
8733 ____________________________________________________________________________
8734 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
8735         Log: Subject: [PATCH] APIfy op_clear 
8736              From: Simon Cozens <simon@netthink.co.uk>
8737              Date: Sun, 3 Jun 2001 13:51:46 +0100
8738              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
8739              
8740              (despite the subject line, op_null is APIfied by the patch)
8741      Branch: perl
8742            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8743 ____________________________________________________________________________
8744 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
8745         Log: Subject: [PATCH] t/lib/extutils.t
8746              From: Nicholas Clark <nick@ccl4.org>
8747              Date: Sat, 2 Jun 2001 23:57:05 +0100
8748              Message-ID: <20010602235705.Q12698@plum.flirble.org>
8749      Branch: perl
8750            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8751 ____________________________________________________________________________
8752 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
8753         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
8754              From: Prymmer/Kahn <pvhp@best.com>
8755              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
8756              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
8757      Branch: perl
8758            ! win32/Makefile win32/makefile.mk
8759 ____________________________________________________________________________
8760 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
8761         Log: Subject: Re: 'decimal digits' macro? 
8762              From: Hugo <hv@crypt.compulink.co.uk>
8763              Date: Sun, 03 Jun 2001 04:26:36 +0100
8764              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
8765      Branch: perl
8766            ! handy.h t/lib/posix.t t/op/tr.t
8767 ____________________________________________________________________________
8768 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
8769         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
8770              From: Hugo <hv@crypt.compulink.co.uk>
8771              Date: Sun, 03 Jun 2001 14:56:30 +0100
8772              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
8773      Branch: perl
8774            ! util.c
8775 ____________________________________________________________________________
8776 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
8777         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
8778      Branch: perl
8779           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
8780           !> vms/perly_c.vms
8781 ____________________________________________________________________________
8782 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
8783         Log: fix leakage of lexicals at file scope into subroutines that were
8784              declared before them; this appears to be a longstanding bug that
8785              meant that lexicals at file scope were never "deintroduced", meaning
8786              their scope range was never properly closed, and their visibility
8787              extended to all subsequent eval""s or requires
8788              
8789              added a test case
8790              
8791              seems to also fix a case of bogus duplicate warnings
8792      Branch: maint-5.6/perl
8793            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
8794            ! vms/perly_c.vms
8795 ____________________________________________________________________________
8796 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
8797         Log: More VMS tweaks from Craig A. Berry.
8798      Branch: perl
8799            ! configure.com t/lib/extutils.t
8800 ____________________________________________________________________________
8801 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
8802         Log: -Wall cleanup continues.
8803      Branch: perl
8804            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
8805            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
8806            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
8807            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
8808            ! run.c toke.c util.c
8809 ____________________________________________________________________________
8810 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
8811         Log: The metaconfig unit change for #10390.
8812      Branch: metaconfig/U/perl
8813            ! gccvers.U
8814 ____________________________________________________________________________
8815 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
8816         Log: Drop the -ansi from the default gcc flags.
8817              
8818              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
8819              that struct cannot be compared with a flat integer, such as STRLEN.
8820              The -ansi will also cause a lot of noise in Solaris because of:
8821              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
8822      Branch: perl
8823            ! Configure
8824 ____________________________________________________________________________
8825 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
8826         Log: Integrate perlio.
8827      Branch: perl
8828           !> pod/perlapi.pod util.c
8829 ____________________________________________________________________________
8830 [ 10388] By: nick                                  on 2001/06/02  08:01:12
8831         Log: Integrate mainline
8832      Branch: perlio
8833           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
8834           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
8835           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
8836           !> t/lib/1_compile.t t/lib/mimeqp.t
8837 ____________________________________________________________________________
8838 [ 10387] By: nick                                  on 2001/06/02  07:39:17
8839         Log: Tweak util.c's atof2 for MULTIPLICITY
8840      Branch: perlio
8841            ! util.c
8842 ____________________________________________________________________________
8843 [ 10386] By: nick                                  on 2001/06/02  07:38:33
8844         Log: Integrate mainline
8845      Branch: perlio
8846           !> (integrate 41 files)
8847 ____________________________________________________________________________
8848 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
8849         Log: Add Attribute::Handlers 0.61 from Damian Conway.
8850      Branch: perl
8851            + lib/Attribute/Handlers.pm t/lib/attrhand.t
8852            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
8853 ____________________________________________________________________________
8854 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
8855         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
8856              From: Peter Prymmer <pvhp@forte.com>
8857              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
8858              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
8859      Branch: perl
8860            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
8861 ____________________________________________________________________________
8862 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
8863         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
8864              From: Jeff Pinyan <jeffp@crusoe.net>
8865              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
8866              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
8867      Branch: perl
8868            ! lib/File/Find.pm
8869 ____________________________________________________________________________
8870 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
8871         Log: Subject: [PATCH perl@10381] configure.com tweaks
8872              From: "Craig A. Berry" <craigberry@mac.com>
8873              Date: Fri, 1 Jun 2001 13:55:43 -0500
8874              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
8875      Branch: perl
8876            ! configure.com
8877 ____________________________________________________________________________
8878 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
8879         Log: Update Changes.
8880      Branch: perl
8881            ! Changes patchlevel.h
8882 ____________________________________________________________________________
8883 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
8884         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
8885              From: Mike Guy <mjtg@cam.ac.uk>
8886              Date: Fri, 01 Jun 2001 18:17:02 +0100
8887              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
8888      Branch: perl
8889            ! lib/perl5db.pl
8890 ____________________________________________________________________________
8891 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
8892         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
8893              From: Hugo <hv@crypt.compulink.co.uk>
8894              Date: Thu, 31 May 2001 20:49:48 +0100
8895              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
8896      Branch: perl
8897            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
8898            ! util.c
8899 ____________________________________________________________________________
8900 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
8901         Log: Zero() is not available in x2p (or, rather, some of its
8902              implementations like memzero() might not be available.)
8903      Branch: perl
8904            ! x2p/hash.c
8905 ____________________________________________________________________________
8906 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
8907         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
8908              From: Michael G Schwern <schwern@pobox.com>
8909              Date: Fri, 1 Jun 2001 12:00:29 +0100
8910              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
8911              
8912              (But use Zero() instead of memset.)
8913      Branch: perl
8914            ! x2p/hash.c
8915 ____________________________________________________________________________
8916 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
8917         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
8918              From: Jeff Pinyan <jeffp@crusoe.net>
8919              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
8920              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
8921      Branch: perl
8922            ! pod/perldiag.pod regcomp.c t/op/pat.t
8923 ____________________________________________________________________________
8924 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
8925         Log: Retract #10324 and #10333; not needed.
8926      Branch: perl
8927            ! hints/irix_6.sh hints/linux.sh
8928 ____________________________________________________________________________
8929 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
8930         Log: The #10370 wasn't quite right.
8931      Branch: perl
8932            ! ext/XS/Typemap/Typemap.xs
8933 ____________________________________________________________________________
8934 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
8935         Log: The metaconfig units changes for #10372.
8936      Branch: metaconfig/U/perl
8937            + d_realpath.U d_sresgproto.U d_sresuproto.U
8938            ! gccvers.U i_db.U
8939 ____________________________________________________________________________
8940 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
8941         Log: Configure tweaks; record the Berkeley DB version,
8942              probe for realpath(), for setresuid() and setresgid()
8943              prototypes; use realpath() (try to be paranoid enough),
8944              use the setres[ug]id prototypes because glibc has the functions
8945              but not their prototypes; add -Wall -ansi to gcc ccflags;
8946              regen toc.
8947      Branch: perl
8948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8949            ! config_h.SH configure.com epoc/config.sh
8950            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
8951            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
8952            ! vos/config.ga.def win32/config.bc win32/config.gc
8953            ! win32/config.vc
8954 ____________________________________________________________________________
8955 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
8956         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
8957              From: Michael G Schwern <schwern@pobox.com>
8958              Date: Fri, 1 Jun 2001 11:28:14 +0100
8959              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
8960      Branch: perl
8961            ! lib/attributes.pm xsutils.c
8962 ____________________________________________________________________________
8963 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
8964         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
8965              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8966              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
8967              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
8968      Branch: perl
8969            ! ext/XS/Typemap/Typemap.xs
8970 ____________________________________________________________________________
8971 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
8972         Log: Subject: [patch] Cwd.xs optimizations/abstraction
8973              From: Doug MacEachern <dougm@covalent.net>
8974              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
8975              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
8976      Branch: perl
8977            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
8978            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
8979 ____________________________________________________________________________
8980 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
8981         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
8982              From: Nicholas Clark <nick@ccl4.org>
8983              Date: Thu, 31 May 2001 23:56:40 +0100
8984              Message-ID: <20010531235640.F12698@plum.flirble.org>
8985              
8986              Make the test work also under only static extensions
8987              (sh Configure -Uusedl fakes this nicely)
8988      Branch: perl
8989            ! t/lib/extutils.t
8990 ____________________________________________________________________________
8991 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
8992         Log: Subject: [PATCH hv.c] Eliminating trigraph
8993              From: Michael G Schwern <schwern@pobox.com>
8994              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
8995              Date: Fri, 1 Jun 2001 11:49:56 +0100
8996      Branch: perl
8997            ! hv.c
8998 ____________________________________________________________________________
8999 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
9000         Log: Subject: Re: [PATCH] Tests for File::Compare 
9001              From: "Philip Newton" <Philip.Newton@gmx.net>
9002              Date: Thu, 31 May 2001 19:44:05 +0200
9003              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
9004              
9005              Unnecessary "quotation marks".
9006      Branch: perl
9007            ! t/lib/filecomp.t
9008 ____________________________________________________________________________
9009 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
9010         Log: Integrate perlio.
9011      Branch: perl
9012           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
9013 ____________________________________________________________________________
9014 [ 10364] By: nick                                  on 2001/06/01  10:13:31
9015         Log: Cleanup dll.base and dll.exp created by GCC builds.
9016      Branch: perlio
9017            ! lib/ExtUtils/MM_Win32.pm
9018 ____________________________________________________________________________
9019 [ 10363] By: nick                                  on 2001/06/01  10:02:17
9020         Log: Make filecomp test work on CRLF platforms by adding binmode.
9021      Branch: perlio
9022            ! t/lib/filecomp.t
9023 ____________________________________________________________________________
9024 [ 10362] By: nick                                  on 2001/06/01  08:37:17
9025         Log: Integrate mainline
9026      Branch: perlio
9027           !> Changes Configure patchlevel.h perlio.c
9028 ____________________________________________________________________________
9029 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
9030         Log: panic:claustrophobia.
9031      Branch: perl
9032            ! perlio.c
9033 ____________________________________________________________________________
9034 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
9035         Log: Update Changes.
9036      Branch: perl
9037            ! Changes patchlevel.h
9038 ____________________________________________________________________________
9039 [ 10359] By: nick                                  on 2001/05/31  12:35:50
9040         Log: Integrate mainline.
9041      Branch: perlio
9042           +> t/lib/filecomp.t
9043           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
9044           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
9045 ____________________________________________________________________________
9046 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
9047         Log: Integrate perlio.
9048      Branch: perl
9049           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
9050           !> win32/config_H.vc
9051 ____________________________________________________________________________
9052 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
9053         Log: Metaconfig unit change for #10356.
9054      Branch: metaconfig
9055            ! U/installdirs/inc_version_list.U
9056 ____________________________________________________________________________
9057 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
9058         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
9059              (idea from Sarathy; implementation from Andy)
9060      Branch: perl
9061            ! Configure
9062 ____________________________________________________________________________
9063 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
9064         Log: More AUTHORS.
9065      Branch: perl
9066            ! AUTHORS
9067 ____________________________________________________________________________
9068 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
9069         Log: Subject: Re: [PATCH] Tests for File::Compare
9070              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
9071              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
9072              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
9073      Branch: perl
9074            + t/lib/filecomp.t
9075            ! MANIFEST t/lib/1_compile.t
9076 ____________________________________________________________________________
9077 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
9078         Log: Subject: [PATCH] DEBUG_* macro cleanups
9079              From: Abhijit Menon-Sen <ams@wiw.org>
9080              Date: Thu, 31 May 2001 12:16:22 +0530
9081              Message-ID: <20010531121622.B4829@lustre.linux.in>
9082              
9083              Subject: Re: [PATCH] DEBUG_* macro cleanups
9084              From: Abhijit Menon-Sen <ams@wiw.org>
9085              Date: Thu, 31 May 2001 13:57:01 +0530
9086              Message-ID: <20010531135701.A21775@lustre.linux.in>
9087              
9088              (The DEBUG_ definitions in perl.h changed to use the
9089              STMT_START and STMT_END.)
9090      Branch: perl
9091            ! perl.h pp_ctl.c sv.c toke.c
9092 ____________________________________________________________________________
9093 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
9094         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
9095              From: Abhijit Menon-Sen <ams@wiw.org>
9096              Date: Thu, 31 May 2001 08:27:55 +0530
9097              Message-ID: <20010531082755.A10018@lustre.linux.in>
9098      Branch: perl
9099            ! ext/Storable/Storable.xs gv.c perl.c
9100 ____________________________________________________________________________
9101 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
9102         Log: Subject: [PATCH] AUTHORS
9103              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9104              Date: Thu, 31 May 2001 01:27:59 -0500
9105              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
9106              
9107              Subject: Re: [PATCH] AUTHORS
9108              From: "Philip Newton" <Philip.Newton@gmx.net>
9109              Date: Thu, 31 May 2001 10:08:06 +0200
9110              (Message-Id missing?)
9111      Branch: perl
9112            ! AUTHORS
9113 ____________________________________________________________________________
9114 [ 10350] By: nick                                  on 2001/05/31  11:40:43
9115         Log: win32 - dmake regen_config_h
9116      Branch: perlio
9117            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9118 ____________________________________________________________________________
9119 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
9120         Log: Subject: Re: [PATCH util.c] More warning cleanups.
9121              From: "Philip Newton" <Philip.Newton@gmx.net>
9122              Date: Thu, 31 May 2001 07:41:36 +0200
9123              Message-Id: <200105310538.IAA25458@taku.hut.fi>
9124              
9125              Undo C++-ism that snekt in.
9126      Branch: perl
9127            ! util.c
9128 ____________________________________________________________________________
9129 [ 10348] By: nick                                  on 2001/05/31  11:36:46
9130         Log: Tolerate Win32 numerics
9131      Branch: perlio
9132            ! t/pragma/warn/toke
9133 ____________________________________________________________________________
9134 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
9135         Log: Integrate perlio.
9136      Branch: perl
9137           !> perlio.c win32/win32.h
9138 ____________________________________________________________________________
9139 [ 10346] By: nick                                  on 2001/05/31  10:54:55
9140         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
9141              perlio.c change 10255.
9142      Branch: perlio
9143            ! perlio.c
9144 ____________________________________________________________________________
9145 [ 10345] By: nick                                  on 2001/05/31  10:01:57
9146         Log: Conditionaly put back some "unused" dTHX which are used
9147              with PERL_IMPLICIT_SYS
9148      Branch: perlio
9149            ! perlio.c
9150 ____________________________________________________________________________
9151 [ 10344] By: nick                                  on 2001/05/31  10:00:59
9152         Log: Fix Win32 for new spelling IN_BYTES 
9153      Branch: perlio
9154            ! win32/win32.h
9155 ____________________________________________________________________________
9156 [ 10343] By: nick                                  on 2001/05/31  08:01:32
9157         Log: perlio.c -Wall cleaner under MULTIPLICITY
9158              - still minor noise with linux stdio
9159      Branch: perlio
9160            ! perlio.c
9161 ____________________________________________________________________________
9162 [ 10342] By: nick                                  on 2001/05/31  07:52:23
9163         Log: Integrate mainline.
9164      Branch: perlio
9165           !> (integrate 42 files)
9166 ____________________________________________________________________________
9167 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
9168         Log: AUTHORS updates.
9169      Branch: perl
9170            ! AUTHORS
9171 ____________________________________________________________________________
9172 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
9173         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
9174              From: Peter Prymmer <pvhp@forte.com>
9175              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
9176              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
9177      Branch: perl
9178            ! t/lib/md5-file.t
9179 ____________________________________________________________________________
9180 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
9181         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
9182              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
9183              to match the pragma name; various robustness cleanups.
9184      Branch: perl
9185            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
9186            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
9187 ____________________________________________________________________________
9188 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
9189         Log: More -Wall sweeping.
9190      Branch: perl
9191            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
9192            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
9193            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
9194            ! regcomp.c sv.c toke.c utf8.c
9195 ____________________________________________________________________________
9196 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
9197         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
9198              From: Nicholas Clark <nick@ccl4.org>
9199              Date: Wed, 30 May 2001 22:34:41 +0100
9200              Message-ID: <20010530223441.Y86445@plum.flirble.org>
9201      Branch: perl
9202            ! t/op/cmp.t
9203 ____________________________________________________________________________
9204 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
9205         Log: It's is not, it isn't ain't, and it's it's, not its,
9206              if you mean it is. If you don't, it's its. Then too,
9207              it's hers. It isn't her's. It isn't our's either.
9208              It's ours, and likewise yours and theirs.
9209              -- Oxford University Press, Edpress News
9210      Branch: perl
9211            ! lib/autouse.pm
9212 ____________________________________________________________________________
9213 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
9214         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
9215      Branch: perl
9216            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
9217            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
9218            ! x2p/str.c x2p/walk.c xsutils.c
9219 ____________________________________________________________________________
9220 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
9221         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9222              From: Michael G Schwern <schwern@pobox.com>
9223              Date: Wed, 30 May 2001 17:10:38 +0100
9224              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
9225              
9226              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
9227              From: Abhijit Menon-Sen <ams@wiw.org>
9228              Date: Wed, 30 May 2001 23:16:13 +0530
9229              Message-ID: <20010530231613.A31933@lustre.linux.in>
9230      Branch: perl
9231            ! perl.c t/run/runenv.t
9232 ____________________________________________________________________________
9233 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
9234         Log: (Retracted by #10375.)
9235              
9236              IRIX hints patch from Merijn Broeren.
9237              
9238              TODO: (this and the earlier Linux hints patch) should be solved
9239              at Configure level.  Merijn: -ldb should not be used on any platform
9240              for perl, just when linking DBFile itself. Trying to be helpful here
9241              is counterproductive.
9242      Branch: perl
9243            ! hints/irix_6.sh
9244 ____________________________________________________________________________
9245 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
9246         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
9247              From: Nicholas Clark <nick@ccl4.org>
9248              Date: Wed, 30 May 2001 23:20:58 +0100
9249              Message-ID: <20010530232058.B86445@plum.flirble.org>
9250      Branch: perl
9251            ! doop.c
9252 ____________________________________________________________________________
9253 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
9254         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
9255              From: Michael G Schwern <schwern@pobox.com> 
9256              Date: Wed, 30 May 2001 15:24:20 +0100
9257              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
9258      Branch: perl
9259            ! t/pragma/autouse.t
9260 ____________________________________________________________________________
9261 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
9262         Log: The regex trick wasn't a good idea.
9263      Branch: perl
9264            ! pod/perlfaq4.pod
9265 ____________________________________________________________________________
9266 [ 10329] By: nick                                  on 2001/05/30  18:34:35
9267         Log: Integrate mainline
9268      Branch: perlio
9269           !> (integrate 40 files)
9270 ____________________________________________________________________________
9271 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
9272         Log: Update Changes.
9273      Branch: perl
9274            ! Changes patchlevel.h
9275 ____________________________________________________________________________
9276 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
9277         Log: The metaconfig unit change for #10325.
9278      Branch: metaconfig
9279            + U/modified/afs.U
9280 ____________________________________________________________________________
9281 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
9282         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
9283              is now wrong.
9284      Branch: perl
9285            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
9286 ____________________________________________________________________________
9287 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
9288         Log: Introduce $Config{afsroot}.
9289      Branch: perl
9290            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9291            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
9292            ! win32/config.gc win32/config.vc
9293 ____________________________________________________________________________
9294 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
9295         Log: (Retracted by #10375.)
9296              
9297              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
9298      Branch: perl
9299            ! hints/linux.sh
9300 ____________________________________________________________________________
9301 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
9302         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
9303              (Also Configure tweaks needed; coming up soon.)
9304      Branch: perl
9305            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
9306 ____________________________________________________________________________
9307 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
9308         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
9309              From: Michael G Schwern <schwern@pobox.com>
9310              Date: Sun, 27 May 2001 10:29:43 +0100
9311              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
9312      Branch: perl
9313            ! lib/perl5db.pl
9314 ____________________________________________________________________________
9315 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
9316         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
9317              and Abhijit Menon-Sen.
9318      Branch: perl
9319            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
9320            ! perl.c pp_sys.c regcomp.c
9321 ____________________________________________________________________________
9322 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
9323         Log: Fix the BOOT section to call myU2time properly.
9324      Branch: perl
9325            ! ext/Time/HiRes/HiRes.xs
9326 ____________________________________________________________________________
9327 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
9328         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
9329              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
9330              Date: Wed, 30 May 2001 09:44:29 -0400
9331              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
9332              
9333              Detypo; plus add one more trick.
9334      Branch: perl
9335            ! pod/perlfaq4.pod
9336 ____________________________________________________________________________
9337 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
9338         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
9339              From: Michael G Schwern <schwern@pobox.com>
9340              Date: Wed, 30 May 2001 14:39:06 +0100
9341              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
9342      Branch: perl
9343            ! lib/autouse.pm t/pragma/autouse.t
9344 ____________________________________________________________________________
9345 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
9346         Log: Subject: Re: AIX and gcc (moving targets)
9347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9348              Date: Wed, 30 May 2001 15:25:08 +0200
9349              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
9350      Branch: perl
9351            ! ext/Time/HiRes/HiRes.xs
9352 ____________________________________________________________________________
9353 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
9354         Log: Subject: [PATCH t/TEST] sorting tests
9355              From: Michael G Schwern <schwern@pobox.com>
9356              Date: Wed, 30 May 2001 10:24:02 +0100
9357              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
9358      Branch: perl
9359            ! t/TEST
9360 ____________________________________________________________________________
9361 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
9362         Log: Subject: [ID 20010529.002] typos in man page perlre
9363              From: bart@cg681574-a.adubn1.nj.home.com 
9364              Date: Tue, 29 May 2001 13:58:59 -0500
9365              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
9366      Branch: perl
9367            ! pod/perlre.pod
9368 ____________________________________________________________________________
9369 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
9370         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
9371              From: "Craig A. Berry" <craigberry@mac.com>
9372              Date: Tue, 29 May 2001 23:23:45 -0500
9373              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
9374      Branch: perl
9375            ! t/lib/extutils.t t/pragma/autouse.t
9376 ____________________________________________________________________________
9377 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
9378         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
9379              From: David Dyck <dcd@tc.fluke.com>
9380              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
9381              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
9382      Branch: perl
9383            ! t/lib/filefind.t
9384 ____________________________________________________________________________
9385 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
9386         Log: AIX hints update for gcc from Merijn H. Brand.
9387      Branch: perl
9388            ! hints/aix.sh
9389 ____________________________________________________________________________
9390 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
9391         Log: Retract #10295 and #10296: a more generic solution
9392              is needed (there's something funny with gcc on AIX).
9393      Branch: perl
9394            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
9395 ____________________________________________________________________________
9396 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
9397         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
9398              From: Hugo <hv@crypt.compulink.co.uk>
9399              Date: Wed, 30 May 2001 11:59:19 +0100
9400              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
9401              
9402              localizing $@ has unfortunate semantics - if you die past
9403              a local $@, the die message is lost.
9404      Branch: perl
9405            ! lib/utf8_heavy.pl
9406 ____________________________________________________________________________
9407 [ 10309] By: nick                                  on 2001/05/30  08:23:02
9408         Log: Integrate mainline (autouse works again.)
9409      Branch: perlio
9410           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
9411           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
9412           !> pod/perlvar.pod t/op/cmp.t
9413 ____________________________________________________________________________
9414 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
9415         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
9416              From: David Dyck <dcd@tc.fluke.com>
9417              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
9418              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
9419      Branch: perl
9420            ! lib/File/Find.pm
9421 ____________________________________________________________________________
9422 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
9423         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
9424              From: Nicholas Clark <nick@ccl4.org>
9425              Date: Tue, 29 May 2001 23:16:09 +0100
9426              Message-ID: <20010529231609.U86445@plum.flirble.org>
9427              
9428              Make the test output slightly clearer by distinguishing
9429              between '' and undef.
9430      Branch: perl
9431            ! t/op/cmp.t
9432 ____________________________________________________________________________
9433 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
9434         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
9435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9436              Date: Tue, 29 May 2001 19:15:19 -0400
9437              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
9438      Branch: perl
9439            ! hints/os2.sh
9440 ____________________________________________________________________________
9441 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
9442         Log: Subject: perlvar.pod addition
9443              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
9444              Date: Fri, 25 May 2001 20:23:12 +0200
9445              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
9446              
9447              Subject: Re: perlvar.pod addition
9448              From: "Abigail" <abigail@foad.org> 
9449              Date: Fri, 25 May 2001 22:00:39 +0200
9450              Message-ID: <20010525200039.28029.qmail@foad.org>
9451              
9452              Mention $a and $b in perlvar.
9453      Branch: perl
9454            ! pod/perlvar.pod
9455 ____________________________________________________________________________
9456 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
9457         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
9458              From: Jeff Pinyan <jeffp@crusoe.net>
9459              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
9460              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
9461      Branch: perl
9462            ! pod/perlvar.pod
9463 ____________________________________________________________________________
9464 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
9465         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
9466              From: Jeff Pinyan <jeffp@crusoe.net>
9467              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
9468              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
9469      Branch: perl
9470            ! pod/perlfaq6.pod
9471 ____________________________________________________________________________
9472 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
9473         Log: Mention Time::localtime and Time::gmtime.
9474      Branch: perl
9475            ! ext/Time/Piece/Piece.pm
9476 ____________________________________________________________________________
9477 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
9478         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
9479              From: Michael G Schwern <schwern@pobox.com>
9480              Date: Tue, 29 May 2001 18:51:32 +0100
9481              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
9482      Branch: perl
9483            ! pod/perlfaq4.pod
9484 ____________________________________________________________________________
9485 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
9486         Log: Retract #10243.
9487      Branch: perl
9488            ! lib/autouse.pm
9489 ____________________________________________________________________________
9490 [ 10299] By: nick                                  on 2001/05/29  18:41:19
9491         Log: Post weekend integrate mainline (fails one test pragma/autouse).
9492      Branch: perlio
9493           +> (branch 29 files)
9494           !> (integrate 91 files)
9495 ____________________________________________________________________________
9496 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
9497         Log: Update Changes.
9498      Branch: perl
9499            ! Changes patchlevel.h
9500 ____________________________________________________________________________
9501 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
9502         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
9503              before Perl_load_module/Perl_call_method and restore the value
9504              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
9505      Branch: perl
9506            ! utf8.c
9507 ____________________________________________________________________________
9508 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
9509         Log: Subject: Re: AIX and gcc (moving targets)
9510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9511              Date: Tue, 29 May 2001 17:59:40 +0200
9512              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
9513      Branch: perl
9514            ! ext/Storable/Makefile.PL
9515 ____________________________________________________________________________
9516 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
9517         Log: Subject: Re: AIX and gcc (moving targets)
9518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9519              Date: Tue, 29 May 2001 12:32:57 +0200
9520              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
9521      Branch: perl
9522            ! ext/POSIX/Makefile.PL
9523 ____________________________________________________________________________
9524 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
9525         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
9526              From: Michael G Schwern <schwern@pobox.com>
9527              Date: Tue, 29 May 2001 09:53:29 +0100
9528              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
9529              
9530              (#10280 retracted)
9531      Branch: perl
9532            ! lib/Test/Harness.pm t/lib/test-harness.t
9533 ____________________________________________________________________________
9534 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
9535         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
9536              From: Michael G Schwern <schwern@pobox.com>
9537              Date: Tue, 29 May 2001 09:19:52 +0100
9538              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
9539      Branch: perl
9540            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
9541            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
9542            + t/lib/Test/todo.t
9543            ! MANIFEST lib/Test.pm t/TEST
9544 ____________________________________________________________________________
9545 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
9546         Log: From: Michael G Schwern <schwern@pobox.com>
9547              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
9548              Date: Tue, 29 May 2001 08:26:09 +0100
9549              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
9550      Branch: perl
9551            ! t/TEST
9552 ____________________________________________________________________________
9553 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
9554         Log: Add tests for Time::gmtime and Time::localtime.
9555      Branch: perl
9556            + t/lib/time-gmtime.t t/lib/time-localtime.t
9557            ! MANIFEST t/lib/1_compile.t
9558 ____________________________________________________________________________
9559 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
9560         Log: Add test for File::stat.
9561      Branch: perl
9562            + t/lib/filestat.t
9563            ! MANIFEST t/lib/1_compile.t
9564 ____________________________________________________________________________
9565 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
9566         Log: Add test for Net::servent.
9567      Branch: perl
9568            + t/lib/net-sent.t
9569            ! MANIFEST t/lib/1_compile.t
9570 ____________________________________________________________________________
9571 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
9572         Log: Add test for Net::protoent.
9573      Branch: perl
9574            + t/lib/net-pent.t
9575            ! MANIFEST t/lib/1_compile.t
9576 ____________________________________________________________________________
9577 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
9578         Log: Add test for Net::netent.
9579      Branch: perl
9580            + t/lib/net-nent.t
9581            ! MANIFEST t/lib/1_compile.t
9582 ____________________________________________________________________________
9583 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
9584         Log: Add test for User::grent.  Portability doubtful.
9585      Branch: perl
9586            + t/lib/user-grent.t
9587            ! MANIFEST t/lib/1_compile.t
9588 ____________________________________________________________________________
9589 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
9590         Log: Add test for User::pwent.
9591              Probably will fall down somewhere for portability reasons.
9592      Branch: perl
9593            + t/lib/user-pwent.t
9594            ! MANIFEST t/lib/1_compile.t
9595 ____________________________________________________________________________
9596 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
9597         Log: Metaconfig units changes for #10283.
9598      Branch: metaconfig
9599            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
9600            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
9601            ! U/installdirs/sitescript.U U/modified/Signal.U
9602 ____________________________________________________________________________
9603 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
9604         Log: Subject: [PATCH 5.6.1] signal names in Configure
9605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9606              Date: Tue, 29 May 2001 03:52:25 -0400
9607              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
9608              
9609              Subject: [PATCH 5.6.1] older perl in Configure
9610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9611              Date: Tue, 29 May 2001 03:55:40 -0400
9612              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
9613              
9614              Subject: [PATCH 5.6.1] goofs in Configure
9615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9616              Date: Tue, 29 May 2001 04:13:07 -0400
9617              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
9618              
9619              Configure portability tweaks.
9620      Branch: perl
9621            ! Configure
9622 ____________________________________________________________________________
9623 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
9624         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
9625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9626              Date: Tue, 29 May 2001 04:07:06 -0400
9627              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
9628      Branch: perl
9629            ! os2/os2.c
9630 ____________________________________________________________________________
9631 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
9632         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
9633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9634              Date: Tue, 29 May 2001 04:01:38 -0400
9635              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
9636      Branch: perl
9637            ! hints/os2.sh os2/Makefile.SHs
9638 ____________________________________________________________________________
9639 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
9640         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
9641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9642              Date: Tue, 29 May 2001 03:50:18 -0400
9643              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
9644      Branch: perl
9645            ! lib/Test/Harness.pm
9646 ____________________________________________________________________________
9647 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
9648         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
9649      Branch: perl
9650            ! lib/utf8_heavy.pl
9651 ____________________________________________________________________________
9652 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
9653         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
9654              From: Hugo <hv@crypt.compulink.co.uk>
9655              Date: Tue, 29 May 2001 03:03:45 +0100
9656              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
9657              
9658              Explanation why the $@ always gets the UTF8 flag when under use utf8--
9659              because we told it to have the flag when under use utf8.
9660      Branch: perl
9661            ! pp_ctl.c
9662 ____________________________________________________________________________
9663 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
9664         Log: At least a partial fix for 20010528.004.
9665      Branch: perl
9666            ! lib/utf8_heavy.pl
9667 ____________________________________________________________________________
9668 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
9669         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
9670              From: Nicholas Clark <nick@ccl4.org> 
9671              Date: Mon, 28 May 2001 23:39:38 +0100
9672              Message-ID: <20010528233938.M86445@plum.flirble.org>
9673              
9674              More portable non-zero UV.
9675      Branch: perl
9676            ! t/lib/extutils.t
9677 ____________________________________________________________________________
9678 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
9679         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
9680              From: Nicholas Clark <nick@ccl4.org>
9681              Date: Mon, 28 May 2001 22:46:09 +0100
9682              Message-ID: <20010528224608.L86445@plum.flirble.org>
9683              
9684              Test also "make clean".
9685      Branch: perl
9686            ! t/lib/extutils.t
9687 ____________________________________________________________________________
9688 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
9689         Log: Subject: Re: Would -Wno-unused -Wall be better?
9690              From: Michael G Schwern <schwern@pobox.com>
9691              Date: Tue, 29 May 2001 00:55:54 +0100
9692              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
9693      Branch: perl
9694            ! pp.h
9695 ____________________________________________________________________________
9696 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
9697         Log: Add a test for 20010528.007, fixed in #10272.
9698      Branch: perl
9699            ! t/op/misc.t toke.c
9700 ____________________________________________________________________________
9701 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
9702         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
9703              From: Hugo <hv@crypt.compulink.co.uk>
9704              Date: Tue, 29 May 2001 00:23:23 +0100
9705              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
9706      Branch: perl
9707            ! toke.c
9708 ____________________________________________________________________________
9709 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
9710         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
9711              From: Michael G Schwern <schwern@pobox.com>
9712              Date: Tue, 29 May 2001 00:42:59 +0100
9713              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
9714      Branch: perl
9715            ! t/pragma/autouse.t
9716 ____________________________________________________________________________
9717 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
9718         Log: Some shells seemingly arrange the signal handlers differently
9719              (bug id 20010521.004).
9720      Branch: perl
9721            ! t/lib/sigaction.t
9722 ____________________________________________________________________________
9723 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
9724         Log: Regen perlmodlib.
9725      Branch: perl
9726            ! pod/perlmodlib.pod
9727 ____________________________________________________________________________
9728 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
9729         Log: Update Changes.
9730      Branch: perl
9731            ! Changes patchlevel.h
9732 ____________________________________________________________________________
9733 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
9734         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
9735              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9736              Date: Mon, 28 May 2001 14:56:35 -0500
9737              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
9738      Branch: perl
9739            ! pod/perlnewmod.pod
9740 ____________________________________________________________________________
9741 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
9742         Log: Regen toc.
9743      Branch: perl
9744            ! pod/perltoc.pod
9745 ____________________________________________________________________________
9746 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
9747         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
9748              From: "Richard Soderberg" <rs@crystalflame.net>
9749              Date: Mon, 28 May 2001 12:31:23 -0700
9750              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
9751      Branch: perl
9752            ! t/op/splice.t
9753 ____________________________________________________________________________
9754 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
9755         Log: The #10260 was too bold: locales and utf8 still do not mix.
9756      Branch: perl
9757            ! t/pragma/locale.t
9758 ____________________________________________________________________________
9759 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
9760         Log: Subject: [PATCH] Pod nitpicks
9761              From: "Richard Soderberg" <rs@crystalflame.net>
9762              Date: Mon, 28 May 2001 10:08:58 -0700
9763              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
9764      Branch: perl
9765            ! pod/perl571delta.pod pod/perlapi.pod sv.h
9766 ____________________________________________________________________________
9767 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
9768         Log: Upgrade to I18N::LangTags 0.22.
9769      Branch: perl
9770            + lib/I18N/LangTags/List.pod
9771            ! MANIFEST lib/I18N/LangTags.pm
9772 ____________________________________________________________________________
9773 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
9774         Log: A slightly more serious bug found by -Mutf8; op/misc and
9775              lib/complex dumped core.
9776      Branch: perl
9777            ! regexec.c
9778 ____________________________________________________________________________
9779 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
9780         Log: Various buglets shaken out by -Mutf8.
9781      Branch: perl
9782            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
9783            ! t/pragma/locale.t
9784 ____________________________________________________________________________
9785 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
9786         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
9787      Branch: perl
9788            ! t/lib/carp.t
9789 ____________________________________________________________________________
9790 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
9791         Log: Subject: [PATCH] todo patch
9792              From: Artur Bergman <artur@contiller.se> 
9793              Date: Mon, 28 May 2001 17:03:51 +0200
9794              Message-ID: <B7383577.F34%artur@contiller.se>
9795      Branch: perl
9796            ! pod/perltodo.pod
9797 ____________________________________________________________________________
9798 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
9799         Log: Subject: typo in perlguts.pod
9800              From: "John P. Linderman" <jpl@research.att.com>
9801              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
9802              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
9803      Branch: perl
9804            ! pod/perlguts.pod
9805 ____________________________________________________________________________
9806 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
9807         Log: Subject: AIX and gcc (moving targets)
9808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9809              Date: Mon, 28 May 2001 12:54:04 +0200
9810              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
9811      Branch: perl
9812            ! hints/aix.sh
9813 ____________________________________________________________________________
9814 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
9815         Log: Subject: Re: perlio + multiple perl_alloc..destruct
9816              From: Doug MacEachern <dougm@covalent.net>
9817              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
9818              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
9819      Branch: perl
9820            ! perlio.c
9821 ____________________________________________________________________________
9822 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
9823         Log: The #10251 wasn't quite up-to-the-code.
9824      Branch: perl
9825            ! t/op/misc.t
9826 ____________________________________________________________________________
9827 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
9828         Log: Test case for bug 20010526.004, fixed in #10252.
9829      Branch: perl
9830            ! t/op/taint.t
9831 ____________________________________________________________________________
9832 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
9833         Log: Subject: Re: [ID 20010526.004] Taint looses value
9834              From: Hugo <hv@crypt.compulink.co.uk>
9835              Date: Sun, 27 May 2001 20:39:32 +0100
9836              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
9837      Branch: perl
9838            ! sv.c
9839 ____________________________________________________________________________
9840 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
9841         Log: Test case for 20010422.005, fixed by #10250.
9842      Branch: perl
9843            ! t/op/misc.t
9844 ____________________________________________________________________________
9845 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
9846         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
9847              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9848              Date: Mon, 28 May 2001 06:39:12 -0400
9849              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
9850      Branch: perl
9851            ! toke.c
9852 ____________________________________________________________________________
9853 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
9854         Log: Linerewrapping.
9855      Branch: perl
9856            ! lib/open.pm
9857 ____________________________________________________________________________
9858 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
9859         Log: Updates on the modules list.
9860      Branch: perl
9861            ! t/lib/1_compile.t
9862 ____________________________________________________________________________
9863 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
9864         Log: Add a test for PerlIO.
9865              
9866              (I probably got the crlf/raw thing wrong for clrfy platforms...)
9867      Branch: perl
9868            + t/lib/perlio.t
9869            ! MANIFEST lib/PerlIO.pm
9870 ____________________________________________________________________________
9871 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
9872         Log: Add a test for carp et alia.
9873      Branch: perl
9874            + t/lib/carp.t
9875            ! MANIFEST
9876 ____________________________________________________________________________
9877 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
9878         Log: Adding the new test would be swell.
9879      Branch: perl
9880            + t/pragma/autouse.t
9881 ____________________________________________________________________________
9882 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
9883         Log: Add a test for the autouse pragma.
9884      Branch: perl
9885            ! MANIFEST
9886 ____________________________________________________________________________
9887 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
9888         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
9889              From: dLux <dlux@spam.sch.bme.hu>
9890              Date: Sun, 27 May 2001 16:14:26 +0200
9891              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
9892      Branch: perl
9893            ! lib/autouse.pm
9894 ____________________________________________________________________________
9895 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
9896         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
9897              From: "Richard Soderberg" <rs@crystalflame.net>
9898              Date: Mon, 28 May 2001 03:56:36 -0700
9899              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
9900      Branch: perl
9901            ! utils/dprofpp.PL
9902 ____________________________________________________________________________
9903 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
9904         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
9905              From: "Stephen P. Potter" <spp@spotter.yi.org>
9906              Date: Tue, 22 May 2001 11:40:25 -0400
9907              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
9908              
9909              Subject: Re: [ID 20010522.003] Time::Local module bug
9910              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
9911              Date: Tue, 22 May 2001 11:50:19 -0400
9912              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
9913      Branch: perl
9914            ! lib/Time/Local.pm
9915 ____________________________________________________________________________
9916 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
9917         Log: The PERL_DL_NONLAZY can have whitespace in front.
9918      Branch: perl
9919            ! t/lib/extutils.t
9920 ____________________________________________________________________________
9921 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
9922         Log: Document strftime() and strptime().
9923      Branch: perl
9924            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
9925 ____________________________________________________________________________
9926 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
9927         Log: Make Time::Piece::strptime() to be a function, not a method.
9928      Branch: perl
9929            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
9930 ____________________________________________________________________________
9931 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
9932         Log: Tweak the test to be more portable.
9933      Branch: perl
9934            ! t/lib/extutils.t
9935 ____________________________________________________________________________
9936 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
9937         Log: Subject: PATCH: Re: Re: Attributes that tie
9938              From: Leon Brocard <acme@astray.com>
9939              Date: Sun, 27 May 2001 12:37:29 +0100
9940              Message-ID: <20010527123729.A22663@ns0.astray.com>
9941              
9942              Document that variable attributes are not currently usable
9943              for tieing.  (An ugly limitation that should be fixed.)
9944      Branch: perl
9945            ! lib/attributes.pm
9946 ____________________________________________________________________________
9947 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
9948         Log: Microperl tweaks.
9949      Branch: perl
9950            ! Makefile.micro uconfig.h uconfig.sh
9951 ____________________________________________________________________________
9952 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
9953         Log: Add make target for microperl (kind of silly, but convenient).
9954      Branch: perl
9955            ! Makefile.SH
9956 ____________________________________________________________________________
9957 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
9958         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
9959              for microperl.)
9960      Branch: perl
9961            ! doio.c
9962 ____________________________________________________________________________
9963 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
9964         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
9965              From: rspier@pobox.com (Robert Spier)
9966              Date: Sat, 26 May 2001 20:05:23 -0400
9967              Message-ID: <15120.17603.148648.12430@rls.cx>
9968              
9969              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
9970              From: rspier@pobox.com (Robert Spier)
9971              Date: Sun, 27 May 2001 00:23:12 -0400
9972              Message-ID: <15120.33072.511966.767230@rls.cx>
9973      Branch: perl
9974            ! doio.c pod/perlfunc.pod
9975 ____________________________________________________________________________
9976 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
9977         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
9978      Branch: perl
9979            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9980 ____________________________________________________________________________
9981 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
9982         Log: Add README.tru64.
9983      Branch: perl
9984            + README.tru64
9985 ____________________________________________________________________________
9986 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
9987         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
9988      Branch: perl
9989            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9990            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
9991            ! MANIFEST
9992 ____________________________________________________________________________
9993 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
9994         Log: Integrate I18N::LangTags from Sean Burke.
9995              
9996              TODO: the language list from RFC 3066 needs to be integrated
9997              and made available somehow.  The list is included in the
9998              I18N-LangTags 0.21 distribution, but it is undocumented
9999              and unconnected to the module.
10000      Branch: perl
10001            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
10002            ! MANIFEST
10003 ____________________________________________________________________________
10004 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
10005         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
10006              envisioned by Sarathy.
10007      Branch: perl
10008            ! t/op/ver.t toke.c
10009 ____________________________________________________________________________
10010 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
10011         Log: Subject: [ID 20010525.001] Pod typo nits fixed
10012              From: lvirden@cas.org
10013              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
10014              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
10015              
10016              minus the perlsolaris decimation plus the
10017              
10018              Subject: Re: [ID 20010525.001] Pod typo nits fixed
10019              From: "Philip Newton" <Philip.Newton@gmx.net>
10020              Date: Fri, 25 May 2001 18:05:55 +0200
10021              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
10022      Branch: perl
10023            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
10024            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
10025            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
10026            ! pod/perlutil.pod pod/perlxstut.pod
10027 ____________________________________________________________________________
10028 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
10029         Log: return clauses are nice.
10030      Branch: perl
10031            ! sv.c
10032 ____________________________________________________________________________
10033 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
10034         Log: Subject: change 10199 backwards?
10035              From: Doug MacEachern <dougm@covalent.net>
10036              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
10037              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
10038      Branch: perl
10039            ! sv.c
10040 ____________________________________________________________________________
10041 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
10042         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
10043              From: Hugo <hv@crypt.compulink.co.uk>
10044              Date: Sat, 26 May 2001 17:05:12 +0100
10045              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
10046      Branch: perl
10047            + t/op/gmagic.t
10048            ! MANIFEST doop.c embed.h embed.pl global.sym
10049            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
10050            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
10051 ____________________________________________________________________________
10052 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
10053         Log: Regen headers for #10221.
10054      Branch: perl
10055            ! global.sym objXSUB.h perlapi.c
10056 ____________________________________________________________________________
10057 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
10058         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
10059              From: Juha Laiho <juha.laiho@Elma.Net>
10060              Date: Thu, 3 May 2001 09:51:30 +0300
10061              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
10062      Branch: perl
10063            ! embed.pl
10064 ____________________________________________________________________________
10065 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
10066         Log: Subject: Re: [PATCH] Re: stability of sort()?
10067              From: "John P. Linderman" <jpl@research.att.com>
10068              Date: Sat, 26 May 2001 13:27:19 -0400
10069              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
10070      Branch: perl
10071            ! pod/perlfunc.pod
10072 ____________________________________________________________________________
10073 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
10074         Log: Integrate perlio.
10075      Branch: perl
10076           !> pod/perlguts.pod
10077 ____________________________________________________________________________
10078 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
10079         Log: Subject: [PATCH perl@10210] PerlIO for VMS
10080              From: "Craig A. Berry" <craigberry@mac.com>
10081              Date: Sat, 26 May 2001 09:34:11 -0500
10082              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
10083      Branch: perl
10084            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
10085            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
10086            ! vms/vmsish.h
10087 ____________________________________________________________________________
10088 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
10089         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
10090              From: David Dyck <dcd@tc.fluke.com>
10091              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
10092              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
10093      Branch: perl
10094            ! lib/perl5db.pl
10095 ____________________________________________________________________________
10096 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
10097         Log: Subject: utf8 regexp tests
10098              From: Hugo <hv@crypt.compulink.co.uk>
10099              Date: Fri, 25 May 2001 22:35:01 +0100
10100              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
10101      Branch: perl
10102            ! t/op/regexp.t
10103 ____________________________________________________________________________
10104 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
10105         Log: Subject: [PATCH] Re: stability of sort()?
10106              From: Nicholas Clark <nick@ccl4.org>
10107              Date: Fri, 25 May 2001 22:40:19 +0100
10108              Message-ID: <20010525224019.B86445@plum.flirble.org>
10109      Branch: perl
10110            ! pod/perlfunc.pod
10111 ____________________________________________________________________________
10112 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
10113         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
10114              From: John Peacock <jpeacock@rowman.com>
10115              Date: Thu, 24 May 2001 22:14:01 -0400
10116              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
10117      Branch: perl
10118            ! mg.c scope.c sv.c
10119 ____________________________________________________________________________
10120 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
10121         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
10122              From: Nicholas Clark <nick@ccl4.org>
10123              Date: Sun, 20 May 2001 19:24:13 +0100
10124              Message-ID: <20010520192413.G83222@plum.flirble.org>
10125      Branch: perl
10126            + lib/ExtUtils/Constant.pm t/lib/extutils.t
10127            ! MANIFEST utils/h2xs.PL
10128 ____________________________________________________________________________
10129 [ 10212] By: nick                                  on 2001/05/26  09:49:28
10130         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
10131              add a few more notes there on use of mortals on the stack.
10132      Branch: perlio
10133            ! pod/perlguts.pod
10134 ____________________________________________________________________________
10135 [ 10211] By: nick                                  on 2001/05/26  09:05:36
10136         Log: Integrate mainline
10137      Branch: perlio
10138           +> t/lib/fcntl.t t/pragma/vars.t
10139           !> (integrate 49 files)
10140 ____________________________________________________________________________
10141 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
10142         Log: Update Changes.
10143      Branch: perl
10144            ! Changes patchlevel.h
10145 ____________________________________________________________________________
10146 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
10147         Log: Based on
10148              
10149              Subject: [PATCH pp.c] Wrapping pack("C",256)
10150              From: Simon Cozens <simon@netthink.co.uk>
10151              Date: Sat, 12 May 2001 17:58:41 +0100
10152              Message-ID: <20010512175841.A6132@netthink.co.uk>
10153      Branch: perl
10154            ! pod/perldiag.pod pp.c t/pragma/warn/pp
10155 ____________________________________________________________________________
10156 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
10157         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
10158              From: "Brendan O'Dea" <bod@compusol.com.au>
10159              Date: Fri, 25 May 2001 11:18:29 +1000
10160              Message-ID: <20010525111829.A28411@compusol.com.au>
10161              
10162              (Slightly modified.)
10163      Branch: perl
10164            ! lib/Term/Cap.pm
10165 ____________________________________________________________________________
10166 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
10167         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
10168              From: Hugo <hv@crypt.compulink.co.uk>
10169              Date: Fri, 25 May 2001 02:13:25 +0100
10170              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
10171      Branch: perl
10172            ! t/op/misc.t
10173 ____________________________________________________________________________
10174 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
10175         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
10176              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
10177              Date: Fri, 25 May 2001 10:25:36 +0900
10178              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
10179      Branch: perl
10180            ! regcomp.c regexec.c
10181 ____________________________________________________________________________
10182 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
10183         Log: Subject: [PATCH #2] stash autovivification and method call error messages
10184              From: Ilmari Karonen <iltzu@sci.fi>
10185              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
10186              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
10187      Branch: perl
10188            ! gv.c pp_hot.c t/op/method.t
10189 ____________________________________________________________________________
10190 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
10191         Log: Add make target and documentation for gprof profiling.
10192      Branch: perl
10193            ! Makefile.SH pod/perlhack.pod
10194 ____________________________________________________________________________
10195 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
10196         Log: Subject: Don't think about UTF8 
10197              From: Mike Guy <mjtg@cam.ac.uk> 
10198              Date: Tue, 22 May 2001 14:35:39 +0100
10199              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
10200      Branch: perl
10201            ! sv.h
10202 ____________________________________________________________________________
10203 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
10204         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
10205              From: Geraint A Edwards <gedge@serf.org> 
10206              Date: Thu, 24 May 2001 22:51:24 +0100
10207              Message-Id: <20010524225124.A34981@cymru.serf.org>
10208      Branch: perl
10209            ! x2p/find2perl.PL
10210 ____________________________________________________________________________
10211 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
10212         Log: DB_File has its own attribute story.
10213      Branch: perl
10214            ! ext/DB_File/DB_File.xs
10215 ____________________________________________________________________________
10216 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
10217         Log: Subject: Re: Making perl with -Wall
10218              From: Andy Dougherty <doughera@lafayette.edu>
10219              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
10220              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
10221      Branch: perl
10222            ! perl.h
10223 ____________________________________________________________________________
10224 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
10225         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
10226              From: "Richard Soderberg" <rs@crystalflame.net>
10227              Date: Thu, 24 May 2001 08:58:16 -0700
10228              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
10229      Branch: perl
10230            ! sv.c
10231 ____________________________________________________________________________
10232 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
10233         Log: IV/UV casting fixes from Nicholas Clark.
10234      Branch: perl
10235            ! perl.h pp_sys.c util.c
10236 ____________________________________________________________________________
10237 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
10238         Log: Subject: Re: Making perl with -Wall
10239              From: Michael G Schwern <schwern@pobox.com>
10240              Date: Thu, 24 May 2001 15:40:28 +0100
10241              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
10242      Branch: perl
10243            ! malloc.c perl.h
10244 ____________________________________________________________________________
10245 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
10246         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
10247              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10248              Date: Tue, 22 May 2001 11:49:37 +0200
10249              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
10250      Branch: metaconfig
10251            ! U/modified/Oldsym.U
10252      Branch: metaconfig/U/perl
10253            ! patchlevel.U
10254      Branch: perl
10255            ! Configure config_h.SH myconfig.SH
10256 ____________________________________________________________________________
10257 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
10258         Log: Under versiononly install also the scripts with the version suffix.
10259              (e.g. .../bin/h2xs5.7.1)
10260      Branch: perl
10261            ! installperl
10262 ____________________________________________________________________________
10263 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
10264         Log: Subject: [PATCH] Stop segfault in mg.c:636
10265              From: "Richard Soderberg" <rs@crystalflame.net>
10266              Date: Thu, 24 May 2001 05:51:52 -0700
10267              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
10268      Branch: perl
10269            ! mg.c
10270 ____________________________________________________________________________
10271 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
10272         Log: Iteration continues; hopefully convergently.
10273      Branch: perl
10274            ! t/lib/b-stash.t
10275 ____________________________________________________________________________
10276 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
10277         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
10278              From: Gisle Aas <gisle@ActiveState.com>
10279              Date: 23 May 2001 16:13:10 -0700
10280              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
10281      Branch: perl
10282            ! op.c toke.c
10283 ____________________________________________________________________________
10284 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
10285         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
10286              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10287              Date: Thu, 24 May 2001 05:05:22 -0500
10288              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
10289      Branch: perl
10290            ! lib/dumpvar.pl lib/perl5db.pl
10291 ____________________________________________________________________________
10292 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
10293         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
10294              From: David Dyck <dcd@tc.fluke.com>
10295              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
10296              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
10297      Branch: perl
10298            ! lib/perl5db.pl
10299 ____________________________________________________________________________
10300 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
10301         Log: Tiny pod nits on READMEs, mostly whitespace issues.
10302      Branch: perl
10303            ! README.amiga README.dos README.macos README.mpeix README.vmesa
10304            ! README.win32
10305 ____________________________________________________________________________
10306 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
10307         Log: The DG/UX part of the 20010521.005.
10308      Branch: perl
10309            ! README.dgux
10310 ____________________________________________________________________________
10311 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
10312         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
10313              From: Hugo <hv@crypt.compulink.co.uk>
10314              Date: Mon, 21 May 2001 16:32:02 +0100
10315              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
10316      Branch: perl
10317            ! regcomp.c t/op/misc.t
10318 ____________________________________________________________________________
10319 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
10320         Log: Subject: [PATCH] Extra UNIVERSAL tests
10321              From: Mike Guy <mjtg@cam.ac.uk>
10322              Date: Wed, 23 May 2001 12:29:20 +0100
10323              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
10324      Branch: perl
10325            ! t/op/universal.t
10326 ____________________________________________________________________________
10327 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
10328         Log: Subject: [PATCH] Remove EQ keyword
10329              From: Mike Guy <mjtg@cam.ac.uk>
10330              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
10331              Date: Wed, 23 May 2001 11:17:29 +0100
10332      Branch: perl
10333            ! keywords.h keywords.pl
10334 ____________________________________________________________________________
10335 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
10336         Log: Subject: [PATCH] lib/perl5db.pl
10337              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10338              Date: Wed, 23 May 2001 02:18:03 -0500
10339              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
10340      Branch: perl
10341            ! lib/perl5db.pl
10342 ____________________________________________________________________________
10343 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
10344         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
10345              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10346              Date: Tue, 22 May 2001 23:34:41 -0500
10347              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
10348      Branch: perl
10349            ! lib/Term/Cap.pm
10350 ____________________________________________________________________________
10351 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
10352         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
10353              From: davem@fdgroup.co.uk
10354              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
10355              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
10356      Branch: perl
10357            ! emacs/e2ctags.pl
10358 ____________________________________________________________________________
10359 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
10360         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
10361              From: Michael G Schwern <schwern@pobox.com>
10362              Date: Tue, 22 May 2001 14:15:09 +0100
10363              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
10364      Branch: perl
10365            ! lib/vars.pm
10366 ____________________________________________________________________________
10367 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
10368         Log: Subject: [PATCH lib/vars.pm] Odd code nit
10369              From: Michael G Schwern <schwern@pobox.com>
10370              Date: Tue, 22 May 2001 14:14:28 +0100
10371              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
10372      Branch: perl
10373            ! lib/vars.pm
10374 ____________________________________________________________________________
10375 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
10376         Log: Use the new use vars feature.
10377      Branch: perl
10378            ! t/lib/b-stash.t
10379 ____________________________________________________________________________
10380 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
10381         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
10382              From: Mike Guy <mjtg@cam.ac.uk>
10383              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10384              Date: Tue, 22 May 2001 13:11:39 +0100
10385      Branch: perl
10386            + t/pragma/vars.t
10387            ! MANIFEST lib/vars.pm t/lib/1_compile.t
10388 ____________________________________________________________________________
10389 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
10390         Log: -qlongdouble considered harmful by Merijn.
10391      Branch: perl
10392            ! hints/aix.sh
10393 ____________________________________________________________________________
10394 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
10395         Log: Update Changes.
10396      Branch: perl
10397            ! Changes patchlevel.h
10398 ____________________________________________________________________________
10399 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
10400         Log: Add a test of its very own for Fcntl.  Hopefully portable.
10401      Branch: perl
10402            + t/lib/fcntl.t
10403            ! MANIFEST
10404 ____________________________________________________________________________
10405 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
10406         Log: Must be trickier for 'minitest' not to die.
10407      Branch: perl
10408            ! t/op/taint.t
10409 ____________________________________________________________________________
10410 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
10411         Log: Can't declare other people's variables.
10412      Branch: perl
10413            ! t/lib/b-stash.t
10414 ____________________________________________________________________________
10415 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
10416         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
10417      Branch: perl
10418            ! doio.c t/op/taint.t
10419 ____________________________________________________________________________
10420 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
10421         Log: The OS/2 variable needs to be declared.
10422      Branch: perl
10423            ! t/lib/b-stash.t
10424 ____________________________________________________________________________
10425 [ 10170] By: nick                                  on 2001/05/20  16:48:29
10426         Log: Integrate mainline
10427      Branch: perlio
10428           !> (integrate 41 files)
10429 ____________________________________________________________________________
10430 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
10431         Log: Small perlsec updates: clarify the taintedness of filename
10432              globbing; suggest using Scalar::Util::tainted().
10433      Branch: perl
10434            ! pod/perlsec.pod
10435 ____________________________________________________________________________
10436 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
10437         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
10438              From: Dave Mitchell <davem@fdgroup.co.uk>
10439              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
10440              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
10441      Branch: perl
10442            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
10443            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
10444            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
10445            ! xsutils.c
10446 ____________________________________________________________________________
10447 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
10448         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
10449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10450              Date: Sat, 19 May 2001 04:08:46 -0400
10451              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
10452      Branch: perl
10453            ! lib/ExtUtils/Mksymlists.pm makedef.pl
10454 ____________________________________________________________________________
10455 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
10456         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
10457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10458              Date: Sat, 19 May 2001 04:30:45 -0400
10459              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
10460      Branch: perl
10461            ! os2/os2.c
10462 ____________________________________________________________________________
10463 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
10464         Log: Subject: [PATCH 5.6.1] build bugs OS/2
10465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10466              Date: Sat, 19 May 2001 04:35:28 -0400
10467              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
10468      Branch: perl
10469            ! os2/Makefile.SHs os2/os2.c
10470 ____________________________________________________________________________
10471 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
10472         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
10473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10474              Date: Sat, 19 May 2001 04:04:23 -0400
10475              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
10476              
10477              (In bleadperl patched b-stash.t instead of b.t)
10478      Branch: perl
10479            ! t/lib/b-stash.t t/lib/bigfltpm.t
10480 ____________________________________________________________________________
10481 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
10482         Log: Subject: [PATCH 5.6.1] perl5db
10483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10484              Date: Sat, 19 May 2001 03:49:09 -0400
10485              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
10486      Branch: perl
10487            ! lib/perl5db.pl
10488 ____________________________________________________________________________
10489 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
10490         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
10491              From: Gisle Aas <gisle@ActiveState.com>
10492              Date: 18 May 2001 14:24:51 -0700
10493              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
10494      Branch: perl
10495            ! pp_ctl.c
10496 ____________________________________________________________________________
10497 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
10498         Log: Subject: [PATCH] Chomp should not always stringify
10499              From: Gisle Aas <gisle@ActiveState.com>
10500              Date: 18 May 2001 07:55:25 -0700
10501              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
10502      Branch: perl
10503            ! doop.c t/op/chop.t
10504 ____________________________________________________________________________
10505 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
10506         Log: Integrate perlio.
10507      Branch: perl
10508           !> pod/perlfunc.pod
10509 ____________________________________________________________________________
10510 [ 10159] By: nick                                  on 2001/05/20  09:39:46
10511         Log: Document some more of open's features.
10512      Branch: perlio
10513            ! pod/perlfunc.pod
10514 ____________________________________________________________________________
10515 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
10516         Log: back out change#10153 (it has compatibility issues such as the
10517              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
10518              benefit for 5.6.x doesn't seem worth the risk)
10519      Branch: maint-5.6/perl
10520            ! toke.c
10521 ____________________________________________________________________________
10522 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
10523         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
10524      Branch: perl
10525            ! x2p/s2p.PL
10526 ____________________________________________________________________________
10527 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
10528         Log: Update Changes.
10529      Branch: perl
10530            ! Changes patchlevel.h
10531 ____________________________________________________________________________
10532 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
10533         Log: Integrate change #10144 from maintperl.
10534              
10535              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
10536      Branch: perl
10537           !> win32/config.bc win32/config.gc win32/config.vc
10538           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10539 ____________________________________________________________________________
10540 [ 10154] By: nick                                  on 2001/05/18  07:23:03
10541         Log: Integrate mainline.
10542      Branch: perlio
10543           +> README.dgux t/lib/i18n-collate.t utils.lst
10544           !> (integrate 49 files)
10545 ____________________________________________________________________________
10546 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
10547         Log: Integrate change #7224 from mainline into maintperl.
10548              
10549              Allow @+ and @- to be doublequoted, from Simon Cozens. 
10550              (Approved by Larry, see Tom's comment in 20000830.005.)
10551      Branch: maint-5.6/perl
10552           !> toke.c
10553 ____________________________________________________________________________
10554 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
10555         Log: Subject: [PATCH bleadperl] small lookbehind fix
10556              From: Hugo <hv@crypt.compulink.co.uk>
10557              Date: Fri, 18 May 2001 00:07:19 +0100
10558              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
10559      Branch: perl
10560            ! regexec.c
10561 ____________________________________________________________________________
10562 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
10563         Log: Detypos.
10564      Branch: perl
10565            ! installman utils.lst
10566 ____________________________________________________________________________
10567 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
10568         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
10569              in 20001222.001.
10570      Branch: perl
10571            ! t/lib/glob-basic.t
10572 ____________________________________________________________________________
10573 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
10574         Log: Subject: [PATCH] Test for bug 20010515.004
10575              From: Benjamin Sugars <bsugars@canoe.ca>
10576              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
10577              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
10578      Branch: perl
10579            ! t/op/misc.t
10580 ____________________________________________________________________________
10581 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
10582         Log: Integrate #10145 from maintperl.
10583              
10584              fix for ID 20010515.004 (needs test)
10585      Branch: perl
10586           !> pp_hot.c
10587 ____________________________________________________________________________
10588 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
10589         Log: Thinko noticed by Doug MacEachern.
10590      Branch: perl
10591            ! thread.h
10592 ____________________________________________________________________________
10593 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
10594         Log: Subject: Re: [PATCH] HERE mark in regex
10595              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10596              Date: Thu, 17 May 2001 12:20:33 -0400
10597              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
10598      Branch: perl
10599            ! t/op/re_tests
10600 ____________________________________________________________________________
10601 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
10602         Log: fix for ID 20010515.004 (needs test)
10603      Branch: maint-5.6/perl
10604            ! pp_hot.c
10605 ____________________________________________________________________________
10606 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
10607         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
10608      Branch: maint-5.6/perl
10609            ! win32/config.bc win32/config.gc win32/config.vc
10610            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10611 ____________________________________________________________________________
10612 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
10613         Log: Macrofy the getspecific (and use it also in util.c)
10614      Branch: perl
10615            ! thread.h util.c
10616 ____________________________________________________________________________
10617 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
10618         Log: Use the unchecked thread-specific key fetch also in Tru64.
10619      Branch: perl
10620            ! thread.h
10621 ____________________________________________________________________________
10622 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
10623         Log: Subject: [PATCH 5.6.1]Quick thread speedup
10624              From: Dan Sugalski <dan@sidhe.org> 
10625              Date: Wed, 16 May 2001 18:05:19 -0400
10626              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
10627      Branch: perl
10628            ! thread.h util.c
10629 ____________________________________________________________________________
10630 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
10631         Log: I think this is quite enough testing for a deprecated feature.
10632      Branch: perl
10633            + t/lib/i18n-collate.t
10634            ! MANIFEST t/lib/1_compile.t
10635 ____________________________________________________________________________
10636 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
10637         Log: More HP-UX lore from Jeff Okamoto.
10638      Branch: perl
10639            ! README.hpux
10640 ____________________________________________________________________________
10641 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
10642         Log: Sort utils.lst for easier maintenance.
10643      Branch: perl
10644            ! utils.lst
10645 ____________________________________________________________________________
10646 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
10647         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
10648              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10649              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
10650              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
10651              
10652              Add pod2latex to utils.lst.
10653      Branch: perl
10654            ! MANIFEST utils.lst
10655 ____________________________________________________________________________
10656 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
10657         Log: Subject: Re: [PATCH] HERE mark in regex
10658              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10659              Date: Wed, 16 May 2001 13:04:43 -0400
10660              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
10661      Branch: perl
10662            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
10663            ! t/op/regmesg.t t/pragma/warn/regcomp
10664 ____________________________________________________________________________
10665 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
10666         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
10667              From: Simon Cozens <simon@netthink.co.uk>
10668              Date: Wed, 16 May 2001 18:02:08 +0100
10669              Message-ID: <20010516180208.A6458@netthink.co.uk>
10670      Branch: perl
10671            ! installman utils.lst
10672 ____________________________________________________________________________
10673 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
10674         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
10675              From: "Philip Newton" <pnewton@gmx.de>
10676              Date: Tue, 15 May 2001 15:09:30 +0200
10677              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
10678              
10679              Test case for #10128.
10680      Branch: perl
10681            ! t/pragma/warn/pp_hot
10682 ____________________________________________________________________________
10683 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
10684         Log: Update Changes.
10685      Branch: perl
10686            ! Changes patchlevel.h
10687 ____________________________________________________________________________
10688 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
10689         Log: Deprecate pseudo-hashes.
10690      Branch: perl
10691            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
10692 ____________________________________________________________________________
10693 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
10694         Log: HP-UX hints update from Merijn.
10695      Branch: perl
10696            ! hints/hpux.sh
10697 ____________________________________________________________________________
10698 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
10699         Log: README.hpux update from Merijn.
10700      Branch: perl
10701            ! README.hpux
10702 ____________________________________________________________________________
10703 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
10704         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
10705              From: Simon Cozens <simon@netthink.co.uk>
10706              Date: Wed, 16 May 2001 15:57:55 +0100
10707              Message-ID: <20010516155755.A4728@netthink.co.uk>
10708      Branch: perl
10709            + utils.lst
10710            ! MANIFEST installman installperl
10711 ____________________________________________________________________________
10712 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
10713         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
10714              From: "Philip Newton" <pnewton@gmx.de>
10715              Date: Tue, 15 May 2001 16:31:05 +0200
10716              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
10717              
10718              Fix PERL_Y2KWARN test to check before rather than after appending.
10719      Branch: perl
10720            ! pp_hot.c
10721 ____________________________________________________________________________
10722 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
10723         Log: Regen Porting stuff.
10724      Branch: perl
10725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10726            ! config_h.SH
10727 ____________________________________________________________________________
10728 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
10729         Log: Metaconfig unit change for #10125.
10730      Branch: metaconfig
10731            ! U/modified/Oldconfig.U
10732 ____________________________________________________________________________
10733 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
10734         Log: Use OSVERS.
10735      Branch: perl
10736            ! Configure config_h.SH perl.c
10737 ____________________________________________________________________________
10738 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
10739         Log: Regen toc.
10740      Branch: perl
10741            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10742 ____________________________________________________________________________
10743 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
10744         Log: Adding the README.dgux to the MANIFEST would be a good idea.
10745      Branch: perl
10746            ! MANIFEST
10747 ____________________________________________________________________________
10748 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
10749         Log: Move the stack desire definition to thread.h.
10750      Branch: perl
10751            ! ext/Thread/Thread.xs thread.h
10752 ____________________________________________________________________________
10753 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
10754         Log: DG-UX threading patches, including a README.dgux,
10755              from Takis Psarogiannakopoulos.
10756      Branch: perl
10757            + README.dgux
10758            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
10759 ____________________________________________________________________________
10760 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
10761         Log: Subject: [PATCH B::Deparse] More on /x regexes
10762              From: Robin Houston <robin@kitsite.com>
10763              Date: Tue, 15 May 2001 19:09:35 +0100
10764              Message-ID: <20010515190935.A27268@penderel>
10765      Branch: perl
10766            ! ext/B/B/Deparse.pm
10767 ____________________________________________________________________________
10768 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
10769         Log: Document that the core time() may be rounding rather
10770              than truncating, would have saved at least my confusion.
10771      Branch: perl
10772            ! ext/Time/HiRes/HiRes.pm
10773 ____________________________________________________________________________
10774 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
10775         Log: Subject: perl-current/t/time-hires.t
10776              From: John Peacock <jpeacock@rowman.com>
10777              Date: Fri, 11 May 2001 14:09:41 -0400
10778              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
10779      Branch: perl
10780            ! t/lib/time-hires.t
10781 ____________________________________________________________________________
10782 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
10783         Log: Subject: [PATCH dump.c] Op private flags
10784              From: Simon Cozens <simon@netthink.co.uk>
10785              Date: Sun, 13 May 2001 20:20:36 +0100
10786              Message-ID: <20010513202036.A21896@netthink.co.uk>
10787      Branch: perl
10788            ! dump.c
10789 ____________________________________________________________________________
10790 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
10791         Log: Upgrade to Switch 2.03.
10792      Branch: perl
10793            ! lib/Switch.pm
10794 ____________________________________________________________________________
10795 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
10796         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
10797              to PERL_CONFIG_SH and use it consistently.
10798      Branch: maint-5.6/perl
10799           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10800           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
10801           !> myconfig.SH writemain.SH
10802 ____________________________________________________________________________
10803 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
10804         Log: Metaconfig units changes for #10113.
10805      Branch: metaconfig
10806            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
10807 ____________________________________________________________________________
10808 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
10809         Log: The problem described in 20010514.031 still wasn't
10810              fully cured, there were remnants of $CONFIG when
10811              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
10812              to avoid future conflicts.
10813      Branch: perl
10814            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
10815            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
10816            ! myconfig.SH writemain.SH
10817 ____________________________________________________________________________
10818 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
10819         Log: Half of #10107 got lost.
10820      Branch: perl
10821            ! ext/B/B/Deparse.pm
10822 ____________________________________________________________________________
10823 [ 10111] By: nick                                  on 2001/05/15  08:39:14
10824         Log: Integrate mainline.
10825      Branch: perlio
10826           +> ext/POSIX/hints/uts.pl
10827            - Todo Todo-5.6 t/camel-III/vstring.t
10828           !> (integrate 48 files)
10829 ____________________________________________________________________________
10830 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
10831         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
10832              From: Robin Houston <robin@kitsite.com>
10833              Date: Mon, 14 May 2001 22:27:08 +0100
10834              Message-ID: <20010514222708.A22963@penderel>
10835      Branch: perl
10836            ! t/TestInit.pm
10837 ____________________________________________________________________________
10838 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
10839         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
10840              From: Robin Houston <robin@kitsite.com>
10841              Date: Mon, 14 May 2001 22:16:43 +0100
10842              Message-ID: <20010514221643.A22437@penderel>
10843      Branch: perl
10844            ! ext/B/B/Deparse.pm
10845 ____________________________________________________________________________
10846 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
10847         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
10848              From: Robin Houston <robin@kitsite.com>
10849              Date: Mon, 14 May 2001 22:03:44 +0100
10850              Message-ID: <20010514220344.A20643@penderel>
10851      Branch: perl
10852            ! ext/B/B/Deparse.pm
10853 ____________________________________________________________________________
10854 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
10855         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
10856              From: Robin Houston <robin@kitsite.com>
10857              Date: Mon, 14 May 2001 22:10:07 +0100
10858              Message-ID: <20010514221007.A21118@penderel>
10859      Branch: perl
10860            ! ext/B/B/Deparse.pm
10861 ____________________________________________________________________________
10862 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
10863         Log: Fix for 20010514.037; substr() didn't invalidate the locale
10864              collation magic.
10865      Branch: perl
10866            ! pp.c
10867 ____________________________________________________________________________
10868 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
10869         Log: Update Changes.
10870      Branch: perl
10871            ! Changes patchlevel.h
10872 ____________________________________________________________________________
10873 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
10874         Log: Retract #10094.
10875      Branch: perl
10876            ! lib/Pod/Text.pm
10877 ____________________________________________________________________________
10878 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
10879         Log: Integrate change #10100 from maintperl.
10880              
10881              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
10882              bug ID 20010514.027)
10883      Branch: perl
10884           !> mg.c pp_ctl.c
10885 ____________________________________________________________________________
10886 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
10887         Log: Document the deprecatedness of suidperl.
10888      Branch: perl
10889            ! INSTALL pod/perlfaq1.pod
10890 ____________________________________________________________________________
10891 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
10892         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
10893              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10894              Date: Mon, 14 May 2001 09:38:59 -0400
10895              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
10896      Branch: perl
10897            ! lib/ExtUtils/MM_Unix.pm
10898 ____________________________________________________________________________
10899 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
10900         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
10901              bug ID 20010514.027)
10902              
10903              TODO: this needs a testsuite addition
10904      Branch: maint-5.6/perl
10905            ! mg.c pp_ctl.c
10906 ____________________________________________________________________________
10907 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
10908         Log: More DWIMminess for Class::Struct: calling the array or hash
10909              accessors only with one argument, an array or a hash reference,
10910              sets the underlying array or hash.  This mirrors nicely also
10911              the usage in the constructor.
10912              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
10913      Branch: perl
10914            ! lib/Class/Struct.pm t/lib/class-struct.t
10915 ____________________________________________________________________________
10916 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
10917         Log: Reference cmp'ing should go through the whole stringification
10918              process shebang, as pointed out by Sarathy in #10091.
10919      Branch: perl
10920            ! pp.c
10921 ____________________________________________________________________________
10922 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
10923         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
10924              From: Simon Cozens <simon@netthink.co.uk>
10925              Date: Sat, 12 May 2001 16:36:27 +0100
10926              Message-ID: <20010512163627.A5522@netthink.co.uk>
10927              
10928              with some additions salvaged from Todo and Todo-5.6 before
10929              retiring them.
10930      Branch: perl
10931            - Todo Todo-5.6
10932            ! MANIFEST pod/perltodo.pod
10933 ____________________________________________________________________________
10934 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
10935         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
10936              From: "Golubev I. N." <gin@mo.msk.ru>
10937              Date: Mon, 07 May 2001 14:33:34 (GMT)
10938              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
10939      Branch: perl
10940            ! perl.h
10941 ____________________________________________________________________________
10942 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
10943         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
10944              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10945              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
10946              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
10947      Branch: perl
10948            ! lib/ExtUtils/MM_Unix.pm
10949 ____________________________________________________________________________
10950 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
10951         Log: (Retracted by #10104.)
10952              
10953              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
10954              From: barries <barries@slaysys.com>
10955              Date: Sat, 12 May 2001 01:28:10 -0400
10956              Message-ID: <20010512012810.B26358@jester.slaysys.com>
10957      Branch: perl
10958            ! lib/Pod/Text.pm
10959 ____________________________________________________________________________
10960 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
10961         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
10962              From: Mike Guy <mjtg@cam.ac.uk>
10963              Date: Sat, 12 May 2001 19:24:33 +0100
10964              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
10965      Branch: perl
10966            ! lib/AutoSplit.pm
10967 ____________________________________________________________________________
10968 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
10969         Log: Yet another HP-UX hints tweak from Merijn.
10970      Branch: perl
10971            ! hints/hpux.sh
10972 ____________________________________________________________________________
10973 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
10974         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
10975              isn't defined (changes#9366,9368,9370 from mainline without the
10976              pp_scmp() change)
10977      Branch: maint-5.6/perl
10978            ! pp.c pp.h pp_hot.c
10979 ____________________________________________________________________________
10980 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
10981         Log: The sorting seems to happen now automatically.
10982      Branch: perl
10983            ! t/lib/glob-basic.t
10984 ____________________________________________________________________________
10985 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
10986         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
10987              From: Benjamin Sugars <bsugars@canoe.ca>
10988              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
10989              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
10990      Branch: perl
10991            ! pod/perlfunc.pod
10992 ____________________________________________________________________________
10993 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
10994         Log: Subject: Re: undef(&foo) does not work for XS functions
10995              From: Doug MacEachern <dougm@covalent.net>
10996              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
10997              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
10998      Branch: perl
10999            ! op.c
11000 ____________________________________________________________________________
11001 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
11002         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
11003              From: Peter Prymmer <pvhp@forte.com>
11004              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
11005              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
11006      Branch: perl
11007            ! t/op/append.t
11008 ____________________________________________________________________________
11009 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
11010         Log: Update Changes.
11011      Branch: perl
11012            ! Changes patchlevel.h
11013 ____________________________________________________________________________
11014 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
11015         Log: Remove the 'asciir' re subpragma.  Should instead implement
11016              the 'physical vs logical' range scheme:
11017              
11018              \xAA-\xCC is a native physical range, you want that range of
11019              codepoints in your native encoding.  In EBCDIC the codepoints
11020              in the gaps (between i-j and r-s) should be included.
11021              
11022              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
11023              codepoints in Unicode.
11024              
11025              a-z is a logical range, you want that range of 'logical' codepoints
11026              in your native encoding.  In EBCDIC the codepoints in the gaps
11027              (between i-j and r-s) should not be included.
11028              
11029              Mixed cases (a-\xAA, etc) should either be errors, or maybe
11030              the 'logical' endpoints should be converted to native/Unicode
11031              codepoints, and the range handled as a physical range.
11032              
11033              'Logical endpoints' are to be recognized only in the A-Z, a-z,
11034              and 0-9 ranges.  Probably a warning should be given for mixed
11035              cases like A-z or a-9 (since such expressions are encoding
11036              dependent), with a recommendation to use physical ranges.
11037      Branch: perl
11038            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
11039            ! t/op/regexp.t
11040 ____________________________________________________________________________
11041 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
11042         Log: Make the test to cleanup the test directory tree
11043              both before and after the testing so that we always
11044              have a clean slate to work with.
11045      Branch: perl
11046            ! t/lib/filefind.t
11047 ____________________________________________________________________________
11048 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
11049         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
11050              From: Jon Eveland <jweveland@yahoo.com>
11051              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
11052              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
11053      Branch: perl
11054            ! pod/perlfunc.pod
11055 ____________________________________________________________________________
11056 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
11057         Log: Merge the camel-III/vstring.t with op/ver.t.
11058      Branch: perl
11059            - t/camel-III/vstring.t
11060            ! MANIFEST t/TEST t/harness t/op/ver.t
11061 ____________________________________________________________________________
11062 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
11063         Log: Add test.deparse make target.
11064      Branch: perl
11065            ! Makefile.SH
11066 ____________________________________________________________________________
11067 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
11068         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
11069              From: Robin Houston <robin@kitsite.com>
11070              Date: Fri, 11 May 2001 12:02:22 +0100
11071              Message-ID: <20010511120222.A11529@penderel>
11072      Branch: perl
11073            ! ext/B/B/Deparse.pm t/op/method.t
11074 ____________________________________________________________________________
11075 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
11076         Log: A nicely working combination for UTS from Hal Morris.
11077      Branch: perl
11078            + ext/POSIX/hints/uts.pl
11079            ! MANIFEST hints/uts.sh
11080 ____________________________________________________________________________
11081 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
11082         Log: i_ieeefp=undef for UTS.
11083      Branch: perl
11084            ! hints/uts.sh
11085 ____________________________________________________________________________
11086 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
11087         Log: Subject: RE: rand(0) is rand(1)
11088              From: Larry Shatzer <lshatzer@islanddata.com>
11089              Date: Thu, 10 May 2001 11:09:27 -0700
11090              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
11091      Branch: perl
11092            ! pod/perlfunc.pod
11093 ____________________________________________________________________________
11094 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
11095         Log: Subject: [patch] make op_{clear,null} public
11096              From: Doug MacEachern <dougm@covalent.net>
11097              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
11098              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
11099      Branch: perl
11100            ! embed.h embed.pl op.c proto.h
11101 ____________________________________________________________________________
11102 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
11103         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
11104              From: Robin Houston <robin@kitsite.com>
11105              Date: Thu, 10 May 2001 18:54:59 +0100
11106              Message-ID: <20010510185459.A5995@penderel>
11107      Branch: perl
11108            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
11109 ____________________________________________________________________________
11110 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
11111         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
11112              From: Robin Houston <robin@kitsite.com>
11113              Date: Thu, 10 May 2001 12:56:39 +0100
11114              Message-ID: <20010510125639.A2119@penderel>
11115      Branch: perl
11116            ! ext/B/B/Deparse.pm
11117 ____________________________________________________________________________
11118 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
11119         Log: Retract #10070, not ready yet.
11120      Branch: perl
11121            ! ext/B/B/Deparse.pm
11122 ____________________________________________________________________________
11123 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
11124         Log: The metaconfig unit change for #10071.
11125      Branch: metaconfig
11126            ! U/modified/mallocsrc.U
11127 ____________________________________________________________________________
11128 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
11129         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
11130      Branch: perl
11131            ! Configure
11132 ____________________________________________________________________________
11133 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
11134         Log: (Retracted by #10073)
11135              
11136              Subject: Re: [PATCH t/TEST] B::Deparse tester 
11137              From: Hugo <hv@crypt.compulink.co.uk>
11138              Date: Thu, 10 May 2001 05:48:09 +0100
11139              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
11140      Branch: perl
11141            ! ext/B/B/Deparse.pm
11142 ____________________________________________________________________________
11143 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
11144         Log: Add a for(func()) test.
11145      Branch: perl
11146            ! t/cmd/for.t
11147 ____________________________________________________________________________
11148 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
11149         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
11150              From: Robin Houston <robin@kitsite.com>
11151              Date: Thu, 10 May 2001 13:50:08 +0100
11152              Message-ID: <20010510135008.A2454@penderel>
11153      Branch: perl
11154            ! ext/B/B/Deparse.pm
11155 ____________________________________________________________________________
11156 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
11157         Log: A thinko in #10065.
11158      Branch: perl
11159            ! hv.c
11160 ____________________________________________________________________________
11161 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
11162         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
11163              From: Robin Houston <robin@kitsite.com>
11164              Date: Thu, 10 May 2001 02:10:34 +0100
11165              Message-ID: <20010510021034.A19421@penderel>
11166      Branch: perl
11167            ! ext/B/B.xs ext/B/B/Deparse.pm
11168 ____________________________________________________________________________
11169 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
11170         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
11171              From: Doug MacEachern <dougm@covalent.net>
11172              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
11173              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
11174      Branch: perl
11175            ! hv.c
11176 ____________________________________________________________________________
11177 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
11178         Log: One more workaround for the UTS compiler from Hal Morris.
11179      Branch: perl
11180            ! perl.h
11181 ____________________________________________________________________________
11182 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
11183         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
11184              From: Robin Houston <robin@kitsite.com>
11185              Date: Thu, 10 May 2001 01:02:08 +0100
11186              Message-ID: <20010510010208.A18200@penderel>
11187      Branch: perl
11188            ! ext/B/B/Debug.pm
11189 ____________________________________________________________________________
11190 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
11191         Log: Subject: [PATCH] Simplify deb_curcv() a bit
11192              From: Benjamin Sugars <bsugars@canoe.ca>
11193              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
11194              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
11195      Branch: perl
11196            ! run.c
11197 ____________________________________________________________________________
11198 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
11199         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
11200              From: Benjamin Sugars <bsugars@canoe.ca>
11201              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
11202              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
11203      Branch: perl
11204            ! t/lib/io_scalar.t
11205 ____________________________________________________________________________
11206 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
11207         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
11208              From: Peter Prymmer <pvhp@forte.com>
11209              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
11210              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
11211      Branch: perl
11212            ! t/lib/md5-file.t
11213 ____________________________________________________________________________
11214 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
11215         Log: Subject: [PATCH t/TEST] B::Deparse tester
11216              From: Robin Houston <robin@kitsite.com>
11217              Date: Wed, 9 May 2001 19:17:50 +0100
11218              Message-ID: <20010509191750.A16940@penderel>
11219      Branch: perl
11220            ! ext/B/O.pm t/TEST
11221 ____________________________________________________________________________
11222 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
11223         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
11224              From: Jeff Pinyan <jeffp@crusoe.net>
11225              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
11226              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
11227      Branch: perl
11228            ! lib/Pod/Html.pm
11229 ____________________________________________________________________________
11230 [ 10057] By: nick                                  on 2001/05/09  18:37:56
11231         Log: Integrate mainline.
11232      Branch: perlio
11233           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
11234           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
11235 ____________________________________________________________________________
11236 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
11237         Log: Update Changes.
11238      Branch: perl
11239            ! Changes patchlevel.h
11240 ____________________________________________________________________________
11241 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
11242         Log: Integrate perlio.
11243      Branch: perl
11244           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11245 ____________________________________________________________________________
11246 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
11247         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
11248              From: Benjamin Sugars <bsugars@canoe.ca>
11249              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
11250              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
11251      Branch: perl
11252            ! perlio.c
11253 ____________________________________________________________________________
11254 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
11255         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
11256              From: Benjamin Sugars <bsugars@canoe.ca>
11257              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
11258              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
11259      Branch: perl
11260            ! ext/PerlIO/Scalar/Scalar.xs
11261 ____________________________________________________________________________
11262 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
11263         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
11264              From: Jeff Pinyan <jeffp@crusoe.net>
11265              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
11266              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
11267      Branch: perl
11268            ! lib/Pod/Html.pm
11269 ____________________________________________________________________________
11270 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
11271         Log: EPOC tweak from Olaf Flebbe.
11272      Branch: perl
11273            ! epoc/epocish.h
11274 ____________________________________________________________________________
11275 [ 10050] By: nick                                  on 2001/05/09  14:37:57
11276         Log: win32, regen_config_h
11277      Branch: perlio
11278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11279 ____________________________________________________________________________
11280 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
11281         Log: Integrate perlio.
11282      Branch: perl
11283           !> pp_sys.c
11284 ____________________________________________________________________________
11285 [ 10048] By: nick                                  on 2001/05/09  11:59:50
11286         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
11287              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
11288      Branch: perlio
11289            ! pp_sys.c
11290 ____________________________________________________________________________
11291 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
11292         Log: Integrate perlio.
11293      Branch: perl
11294           !> run.c
11295 ____________________________________________________________________________
11296 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
11297         Log: Subject: Re: Less warnings during configure
11298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11299              Date: Wed, 09 May 2001 13:12:49 +0200
11300              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
11301      Branch: perl
11302            ! hints/hpux.sh
11303 ____________________________________________________________________________
11304 [ 10045] By: nick                                  on 2001/05/09  09:56:59
11305         Log: MULTIPLICITY/DEBUGGING build fix.
11306      Branch: perlio
11307            ! run.c
11308 ____________________________________________________________________________
11309 [ 10044] By: nick                                  on 2001/05/09  09:46:37
11310         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
11311      Branch: perlio
11312           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
11313            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11314           !> (integrate 65 files)
11315 ____________________________________________________________________________
11316 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
11317         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11318              From: Robin Houston <robin@kitsite.com>
11319              Date: Tue, 8 May 2001 19:38:00 +0100
11320              Message-ID: <20010508193800.A4389@penderel>
11321              
11322              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11323              From: Robin Houston <robin@kitsite.com>
11324              Date: Tue, 8 May 2001 20:03:57 +0100
11325              Message-ID: <20010508200357.A4614@penderel>
11326              
11327              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
11328              From: Robin Houston <robin@kitsite.com>
11329              Date: Wed, 9 May 2001 00:12:05 +0100
11330              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
11331      Branch: perl
11332            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
11333 ____________________________________________________________________________
11334 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
11335         Log: Retract #10031.
11336      Branch: perl
11337            ! pod/perlfunc.pod
11338 ____________________________________________________________________________
11339 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
11340         Log: The metaconfig unit changes for #10040.
11341      Branch: metaconfig/U/perl
11342            ! Checkcc.U d_dlsymun.U dlsrc.U
11343 ____________________________________________________________________________
11344 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
11345         Log: The Configure half of
11346              
11347              Subject: Less warnings during configure
11348              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11349              Date: Tue, 08 May 2001 08:44:02 +0200
11350              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11351      Branch: perl
11352            ! Configure
11353 ____________________________________________________________________________
11354 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
11355         Log: Subject: Less warnings during configure
11356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11357              Date: Tue, 08 May 2001 08:44:02 +0200
11358              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
11359      Branch: perl
11360            ! hints/hpux.sh
11361 ____________________________________________________________________________
11362 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
11363         Log: Don't forget to whine about \d__\d.
11364      Branch: perl
11365            ! t/pragma/warn/toke toke.c
11366 ____________________________________________________________________________
11367 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
11368         Log: Allow underscores also in the exponent part.
11369      Branch: perl
11370            ! t/pragma/warn/toke toke.c
11371 ____________________________________________________________________________
11372 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
11373         Log: CodeMagicCD doesn't look like an *I*DE.
11374      Branch: perl
11375            ! pod/perlfaq3.pod
11376 ____________________________________________________________________________
11377 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
11378         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
11379              to be consistently down).
11380      Branch: perl
11381            ! pod/perlfaq3.pod
11382 ____________________________________________________________________________
11383 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
11384         Log: Upgrade to Text::Balanced 1.84.
11385      Branch: perl
11386            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
11387 ____________________________________________________________________________
11388 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
11389         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
11390              From: Benjamin Sugars <bsugars@canoe.ca>
11391              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
11392              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
11393      Branch: perl
11394            ! run.c
11395 ____________________________________________________________________________
11396 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
11397         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
11398              From: Peter Prymmer <pvhp@forte.com>
11399              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
11400              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
11401      Branch: perl
11402            ! t/pod/plainer.t
11403 ____________________________________________________________________________
11404 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
11405         Log: (Retracted by #10042)
11406              
11407              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
11408              From: "Philip Newton" <pnewton@gmx.de>
11409              Date: Tue, 8 May 2001 09:18:10 +0200
11410              Message-ID: <3AF7B9D2.28861.603732@localhost>
11411      Branch: perl
11412            ! pod/perlfunc.pod
11413 ____________________________________________________________________________
11414 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
11415         Log: Subject: [PATCH B::Deparse] Document known bugs
11416              From: Robin Houston <robin@kitsite.com>
11417              Date: Tue, 8 May 2001 01:53:34 +0100
11418              Message-ID: <20010508015334.A32394@penderel>
11419      Branch: perl
11420            ! ext/B/B/Deparse.pm
11421 ____________________________________________________________________________
11422 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
11423         Log: Subject: Re: Perl book, magazine and website updates.
11424              From: "Philip Newton" <pnewton@gmx.de>
11425              Date: Mon, 7 May 2001 17:03:58 +0200
11426              Message-ID: <3AF6D57E.5387.1E29930@localhost>
11427      Branch: perl
11428            ! pod/perlfaq2.pod
11429 ____________________________________________________________________________
11430 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
11431         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
11432              From: Peter Prymmer <pvhp@forte.com>
11433              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
11434              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
11435      Branch: perl
11436            ! t/io/fflush.t
11437 ____________________________________________________________________________
11438 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
11439         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
11440              From: Robin Houston <robin@kitsite.com>
11441              Date: Tue, 8 May 2001 01:14:55 +0100
11442              Message-ID: <20010508011455.A32162@penderel>
11443      Branch: perl
11444            ! ext/B/B/Deparse.pm
11445 ____________________________________________________________________________
11446 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
11447         Log: Typo in #10025.
11448      Branch: perl
11449            ! hints/uts.sh
11450 ____________________________________________________________________________
11451 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
11452         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
11453      Branch: perl
11454            ! hints/uts.sh
11455 ____________________________________________________________________________
11456 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
11457         Log: Subject: Re: [ID 20010506.045] question about hash syntax
11458              From: Peter Scott <Peter@PSDT.com>
11459              Date: Sun, 06 May 2001 13:10:40 -0700
11460              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
11461      Branch: perl
11462            ! pod/perl56delta.pod
11463 ____________________________________________________________________________
11464 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
11465         Log: Configure should figure out the list of dynamic extensions
11466              just fine in UTS-- and in fact it does, as reported by Hal Morris.
11467      Branch: perl
11468            ! hints/uts.sh
11469 ____________________________________________________________________________
11470 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
11471         Log: Update Changes.
11472      Branch: perl
11473            ! Changes patchlevel.h
11474 ____________________________________________________________________________
11475 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
11476         Log: Subject: [PATCH regcomp.c] Insecure regexes
11477              From: Robin Houston <robin@kitsite.com>
11478              Date: Mon, 7 May 2001 21:56:12 +0100
11479              Message-ID: <20010507215612.A31114@penderel>
11480      Branch: perl
11481            ! regcomp.c
11482 ____________________________________________________________________________
11483 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
11484         Log: Drop the foobar.perl.com references for now until Simon
11485              gets them sorted out.
11486      Branch: perl
11487            ! pod/perlfaq2.pod
11488 ____________________________________________________________________________
11489 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
11490         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
11491              From: Prymmer/Kahn <pvhp@best.com>
11492              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
11493              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
11494      Branch: perl
11495            ! lib/Devel/SelfStubber.pm
11496 ____________________________________________________________________________
11497 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
11498         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
11499              From: Prymmer/Kahn <pvhp@best.com>
11500              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
11501              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
11502      Branch: perl
11503            ! win32/Makefile
11504 ____________________________________________________________________________
11505 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
11506         Log: s/WebTechnique's/WebTechniques/
11507      Branch: perl
11508            ! pod/perlfaq2.pod
11509 ____________________________________________________________________________
11510 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
11511         Log: Llama 3 updates from Randal.
11512      Branch: perl
11513            ! pod/perlfaq2.pod
11514 ____________________________________________________________________________
11515 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
11516         Log: Subject: [PATCH] Help -Dt show correct pad variables
11517              From: Benjamin Sugars <ben.sugars@home.com>
11518              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
11519              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
11520      Branch: perl
11521            ! embed.h embed.pl proto.h run.c
11522 ____________________________________________________________________________
11523 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
11524         Log: Subject: [PATCH] Document C<our $foo : shared>
11525              From: Benjamin Sugars <ben.sugars@home.com>
11526              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
11527              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
11528      Branch: perl
11529            ! pod/perlfunc.pod
11530 ____________________________________________________________________________
11531 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
11532         Log: Subject: [PATCH B::Deparse] undefined folded constants
11533              From: Robin Houston <robin@kitsite.com>
11534              Date: Sun, 6 May 2001 17:19:09 +0100
11535              Message-ID: <20010506171909.A7046@penderel>
11536      Branch: perl
11537            ! ext/B/B/Deparse.pm
11538 ____________________________________________________________________________
11539 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
11540         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
11541              From: Robin Houston <robin@kitsite.com>
11542              Message-ID: <20010506164654.A6848@penderel>
11543              Date: Sun, 6 May 2001 16:46:54 +0100
11544      Branch: perl
11545            ! ext/B/B/Deparse.pm
11546 ____________________________________________________________________________
11547 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
11548         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
11549              From: Robin Houston <robin@kitsite.com>
11550              Date: Sun, 6 May 2001 14:47:02 +0100
11551              Message-ID: <20010506144702.A6308@penderel>
11552      Branch: perl
11553            ! t/op/my_stash.t
11554 ____________________________________________________________________________
11555 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
11556         Log: Subject: Perl book, magazine and website updates.
11557              From: Simon Cozens <simon@netthink.co.uk>
11558              Date: Sun, 6 May 2001 16:55:36 +0100
11559              Message-ID: <20010506165536.A1795@netthink.co.uk>
11560      Branch: perl
11561            ! pod/perlbook.pod pod/perlfaq2.pod
11562 ____________________________________________________________________________
11563 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
11564         Log: Tweaks on the Tru64 prof options.
11565      Branch: perl
11566            ! pod/perlhack.pod
11567 ____________________________________________________________________________
11568 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
11569         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
11570              From: Robin Houston <robin@kitsite.com>
11571              Date: Sun, 6 May 2001 14:40:51 +0100
11572              Message-ID: <20010506144051.A6279@penderel>
11573      Branch: perl
11574            ! t/pod/testp2pt.pl
11575 ____________________________________________________________________________
11576 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
11577         Log: Subject: [PATCH B::Deparse] scoping
11578              From: Robin Houston <robin@kitsite.com>
11579              Date: Sun, 6 May 2001 14:36:56 +0100
11580              Message-ID: <20010506143656.A4006@penderel>
11581      Branch: perl
11582            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
11583 ____________________________________________________________________________
11584 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
11585         Log: Document the undefinedness of bitshifting out of range.
11586      Branch: perl
11587            ! pod/perlop.pod
11588 ____________________________________________________________________________
11589 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
11590         Log: Retract #10003 and update the IDE descriptions a bit.
11591      Branch: perl
11592            ! pod/perlfaq3.pod
11593 ____________________________________________________________________________
11594 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
11595         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
11596              From: Prymmer/Kahn <pvhp@best.com>
11597              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
11598              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
11599      Branch: perl
11600            ! win32/Makefile win32/buildext.pl win32/config.bc
11601            ! win32/config.gc win32/config.vc
11602 ____________________________________________________________________________
11603 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
11604         Log: (Retracted by #10005.)
11605      Branch: perl
11606            ! pod/perlfaq3.pod
11607 ____________________________________________________________________________
11608 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
11609         Log: It's "psed", not "sed".
11610      Branch: perl
11611            ! x2p/s2p.PL
11612 ____________________________________________________________________________
11613 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
11614         Log: Update Changes.
11615      Branch: perl
11616            ! Changes patchlevel.h
11617 ____________________________________________________________________________
11618 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
11619         Log: Subject: Re: bleadperl make install fails due to "psed"
11620              From: andreas.koenig@anima.de (Andreas J. Koenig)
11621              Date: 05 May 2001 18:23:28 +0200
11622              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
11623      Branch: perl
11624            ! x2p/Makefile.SH x2p/s2p.PL
11625 ____________________________________________________________________________
11626 [  9999] By: jhi                                   on 2001/05/05  18:28:09
11627         Log: AUTHORS updates.
11628      Branch: perl
11629            ! AUTHORS
11630 ____________________________________________________________________________
11631 [  9998] By: jhi                                   on 2001/05/05  18:16:00
11632         Log: Updates on the pods related to the modules included since 5.6.
11633              
11634              TODO: perltodo really could use major updating.
11635      Branch: perl
11636            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
11637            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
11638            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
11639            ! pod/perlsyn.pod pod/perltodo.pod
11640 ____________________________________________________________________________
11641 [  9997] By: jhi                                   on 2001/05/05  17:35:17
11642         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
11643              from Kurt Skauen.
11644      Branch: perl
11645            + hints/atheos.sh
11646            ! MANIFEST
11647 ____________________________________________________________________________
11648 [  9996] By: jhi                                   on 2001/05/05  17:25:00
11649         Log: Add preemptive #undefs for some of the shorter and more prone
11650              to collision regcomp.h #defines.  (Background: the MASK collided
11651              with a system header #define in Rhapsody.)
11652      Branch: perl
11653            ! regcomp.h
11654 ____________________________________________________________________________
11655 [  9995] By: jhi                                   on 2001/05/05  13:24:21
11656         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
11657              From: Nicholas Clark <nick@ccl4.org>
11658              Date: Sat, 5 May 2001 14:46:39 +0100
11659              Message-ID: <20010505144639.O53513@plum.flirble.org>
11660              
11661              Add a test for the constants (if any) being processed correctly.
11662      Branch: perl
11663            ! utils/h2xs.PL
11664 ____________________________________________________________________________
11665 [  9994] By: jhi                                   on 2001/05/05  02:11:03
11666         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
11667              From: Peter Prymmer <pvhp@forte.com>
11668              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
11669              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
11670      Branch: perl
11671            ! t/lib/b-stash.t
11672 ____________________________________________________________________________
11673 [  9993] By: jhi                                   on 2001/05/05  02:03:49
11674         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
11675              From: Peter Prymmer <pvhp@forte.com>
11676              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
11677              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
11678      Branch: perl
11679            ! perlio.c vms/vmsish.h
11680 ____________________________________________________________________________
11681 [  9992] By: jhi                                   on 2001/05/04  17:21:12
11682         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
11683              From: Robin Barker <rmb1@cise.npl.co.uk>
11684              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
11685              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
11686      Branch: perl
11687            + t/pod/plainer.t
11688            ! MANIFEST
11689 ____________________________________________________________________________
11690 [  9991] By: jhi                                   on 2001/05/04  16:47:45
11691         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
11692              From: Robin Barker <rmb1@cise.npl.co.uk>
11693              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
11694              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
11695      Branch: perl
11696            ! regcomp.c
11697 ____________________________________________________________________________
11698 [  9990] By: jhi                                   on 2001/05/04  14:37:20
11699         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
11700              From: Prymmer/Kahn <pvhp@best.com>
11701              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
11702              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
11703      Branch: perl
11704            ! t/lib/b-stash.t
11705 ____________________________________________________________________________
11706 [  9989] By: jhi                                   on 2001/05/04  14:03:58
11707         Log: Introduce perl572delta, update Todo, add the missing
11708              mention about signal safety since 5.7.1 (though this
11709              requires verification and more details.)
11710      Branch: perl
11711            + pod/perl572delta.pod
11712            ! MANIFEST Todo pod/perl571delta.pod
11713 ____________________________________________________________________________
11714 [  9988] By: jhi                                   on 2001/05/04  12:41:51
11715         Log: Subject: [PATCH perl@9944] long =item
11716              From: Robin Barker <rmb1@cise.npl.co.uk>
11717              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
11718              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
11719      Branch: perl
11720            ! ext/Time/HiRes/HiRes.pm
11721 ____________________________________________________________________________
11722 [  9987] By: jhi                                   on 2001/05/04  12:39:19
11723         Log: The #9901 had removed one line essential for EBCDIC.
11724      Branch: perl
11725            ! regcomp.c
11726 ____________________________________________________________________________
11727 [  9986] By: jhi                                   on 2001/05/04  12:30:23
11728         Log: Subject: cygwin/Makefile.SHs INSTALL patch
11729              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
11730              Date: Mon, 08 Jan 2001 04:59:21 +0200
11731              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
11732      Branch: perl
11733            ! cygwin/Makefile.SHs
11734 ____________________________________________________________________________
11735 [  9985] By: jhi                                   on 2001/05/04  03:51:39
11736         Log: Encode/IO doc tweaks.
11737      Branch: perl
11738            ! ext/Encode/Encode.pm
11739 ____________________________________________________________________________
11740 [  9984] By: jhi                                   on 2001/05/04  03:29:34
11741         Log: Remove GDBM_File from the dynamic extensions for UTS,
11742              GDBM is not a standard feature.
11743      Branch: perl
11744            ! hints/uts.sh
11745 ____________________________________________________________________________
11746 [  9983] By: jhi                                   on 2001/05/04  03:22:59
11747         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
11748      Branch: perl
11749            ! pod/perlretut.pod
11750 ____________________________________________________________________________
11751 [  9982] By: jhi                                   on 2001/05/03  23:21:03
11752         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
11753              From: Benjamin Sugars <bsugars@canoe.ca>
11754              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
11755              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
11756      Branch: perl
11757            ! dump.c
11758 ____________________________________________________________________________
11759 [  9981] By: jhi                                   on 2001/05/03  23:20:05
11760         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
11761              From: Benjamin Sugars <bsugars@canoe.ca>
11762              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
11763              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
11764      Branch: perl
11765            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
11766 ____________________________________________________________________________
11767 [  9980] By: jhi                                   on 2001/05/03  23:15:29
11768         Log: Integrate perlio.
11769      Branch: perl
11770           !> ext/Encode/Encode.pm
11771 ____________________________________________________________________________
11772 [  9979] By: jhi                                   on 2001/05/03  16:54:59
11773         Log: Install psed man page.
11774      Branch: perl
11775            ! installman
11776 ____________________________________________________________________________
11777 [  9978] By: jhi                                   on 2001/05/03  16:45:58
11778         Log: Remove unused files; noted by Sarathy.
11779      Branch: perl
11780            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11781            ! MANIFEST
11782 ____________________________________________________________________________
11783 [  9977] By: jhi                                   on 2001/05/03  16:42:30
11784         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
11785              From: Andy Dougherty <doughera@lafayette.edu>
11786              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
11787              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
11788      Branch: perl
11789            ! INSTALL
11790 ____________________________________________________________________________
11791 [  9976] By: nick                                  on 2001/05/03  16:40:42
11792         Log: Allow $answer = encode($object,$text); like it says in docs.
11793      Branch: perlio
11794            ! ext/Encode/Encode.pm
11795 ____________________________________________________________________________
11796 [  9975] By: nick                                  on 2001/05/03  16:22:30
11797         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
11798              to be in scope (fair enough), and also a package variable (our) for eval to see it.
11799      Branch: perlio
11800            ! ext/Encode/Encode.pm
11801 ____________________________________________________________________________
11802 [  9974] By: nick                                  on 2001/05/03  15:48:17
11803         Log: Integrate mainline.
11804      Branch: perlio
11805           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
11806           +> t/lib/filter-simple.t t/lib/next.t
11807           !> (integrate 70 files)
11808 ____________________________________________________________________________
11809 [  9973] By: jhi                                   on 2001/05/03  13:09:09
11810         Log: Update Changes.
11811      Branch: perl
11812            ! Changes patchlevel.h
11813 ____________________________________________________________________________
11814 [  9972] By: jhi                                   on 2001/05/03  12:58:33
11815         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
11816              From: Prymmer/Kahn <pvhp@best.com>
11817              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
11818              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
11819      Branch: perl
11820            ! t/io/fflush.t
11821 ____________________________________________________________________________
11822 [  9971] By: jhi                                   on 2001/05/03  12:57:26
11823         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
11824              From: Prymmer/Kahn <pvhp@best.com>
11825              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
11826              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
11827      Branch: perl
11828            ! win32/FindExt.pm
11829 ____________________________________________________________________________
11830 [  9970] By: jhi                                   on 2001/05/03  02:42:46
11831         Log: Can't croak sans thread context, from Doug MacEachern.
11832      Branch: perl
11833            ! toke.c
11834 ____________________________________________________________________________
11835 [  9969] By: jhi                                   on 2001/05/03  01:23:48
11836         Log: Subject: Random input test and Perl
11837              From: Ilya Zakharevich <ilya@math.berkeley.edu>
11838              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
11839              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
11840      Branch: perl
11841            ! toke.c
11842 ____________________________________________________________________________
11843 [  9968] By: jhi                                   on 2001/05/02  22:17:21
11844         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
11845              From: Peter Prymmer <pvhp@forte.com>
11846              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
11847              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
11848      Branch: perl
11849            ! pod/perlfunc.pod pod/perlport.pod
11850 ____________________________________________________________________________
11851 [  9967] By: jhi                                   on 2001/05/02  20:12:45
11852         Log: Workaround for UTS compiler casting bug from Hal Morris.
11853      Branch: perl
11854            ! perl.h
11855 ____________________________________________________________________________
11856 [  9966] By: jhi                                   on 2001/05/02  18:31:37
11857         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
11858              From: Dan Sugalski <dan@sidhe.org>
11859              Date: Wed, 02 May 2001 15:23:22 -0400
11860              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
11861      Branch: perl
11862            ! perl.c vms/vms.c
11863 ____________________________________________________________________________
11864 [  9965] By: jhi                                   on 2001/05/02  18:21:29
11865         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
11866      Branch: perl
11867            ! pod/perlfunc.pod
11868 ____________________________________________________________________________
11869 [  9964] By: jhi                                   on 2001/05/02  18:15:01
11870         Log: Document large files in INSTALL, document also the %x
11871              limitation if not use64bitint, closes bug 20010326.007.
11872      Branch: perl
11873            ! INSTALL
11874 ____________________________________________________________________________
11875 [  9963] By: jhi                                   on 2001/05/02  17:24:47
11876         Log: perlmodlib tweaks; regen pods.
11877      Branch: perl
11878            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
11879            ! pod/perltoc.pod
11880 ____________________________________________________________________________
11881 [  9962] By: jhi                                   on 2001/05/02  17:14:00
11882         Log: Fix for a segfault, from Marc Lehmann.
11883      Branch: perl
11884            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
11885 ____________________________________________________________________________
11886 [  9961] By: jhi                                   on 2001/05/02  15:55:53
11887         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
11888              From: "Philip Newton" <pnewton@gmx.de>
11889              Date: Wed, 2 May 2001 18:39:03 +0200
11890              Message-ID: <3AF05447.15525.173B588@localhost>
11891      Branch: perl
11892            ! pod/perlop.pod
11893 ____________________________________________________________________________
11894 [  9960] By: jhi                                   on 2001/05/02  15:35:37
11895         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
11896              From: Dan Sugalski <dan@sidhe.org>
11897              Date: Wed, 02 May 2001 11:37:27 -0400
11898              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
11899      Branch: perl
11900            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
11901            ! thread.h vms/vms.c vms/vmsish.h
11902 ____________________________________________________________________________
11903 [  9959] By: jhi                                   on 2001/05/02  15:21:08
11904         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
11905              From: Benjamin Sugars <bsugars@canoe.ca>
11906              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
11907              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
11908      Branch: perl
11909            ! ext/PerlIO/Scalar/Scalar.xs
11910 ____________________________________________________________________________
11911 [  9958] By: jhi                                   on 2001/05/02  15:15:53
11912         Log: Bug in #9915, spotted by Mike Guy.
11913      Branch: perl
11914            ! installperl
11915 ____________________________________________________________________________
11916 [  9957] By: jhi                                   on 2001/05/02  13:26:01
11917         Log: Add a test for not griping about references as array
11918              indices if the reference has magic in it (overloaded
11919              methods).
11920      Branch: perl
11921            ! pod/perldiag.pod t/pragma/warn/pp_hot
11922 ____________________________________________________________________________
11923 [  9956] By: jhi                                   on 2001/05/02  13:07:01
11924         Log: Retracted a bit too much in #9952.
11925      Branch: perl
11926            ! t/pragma/sub_lval.t
11927 ____________________________________________________________________________
11928 [  9955] By: jhi                                   on 2001/05/02  13:05:38
11929         Log: Test for #9952.
11930      Branch: perl
11931            ! t/op/tie.t
11932 ____________________________________________________________________________
11933 [  9954] By: jhi                                   on 2001/05/02  11:48:18
11934         Log: Additional note on the encoding example: one cannot
11935              convert string constants in-place.
11936      Branch: perl
11937            ! ext/Encode/Encode.pm
11938 ____________________________________________________________________________
11939 [  9953] By: jhi                                   on 2001/05/02  11:43:51
11940         Log: Note that if you have recent enough Perl you already
11941              have Filter::Util::Call.
11942      Branch: perl
11943            ! lib/Filter/Simple.pm
11944 ____________________________________________________________________________
11945 [  9952] By: jhi                                   on 2001/05/02  11:31:53
11946         Log: Retract changes #8254 and #8255, causes coredump in
11947              'tie FH, "main"', reported by Abigail, culprit found by
11948              Benjamin Sugars.  Mirrors maintperl change #9950.
11949      Branch: perl
11950            ! op.c t/pragma/sub_lval.t
11951 ____________________________________________________________________________
11952 [  9951] By: jhi                                   on 2001/05/02  11:14:29
11953         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
11954      Branch: perl
11955            + t/lib/MyFilter.pm
11956 ____________________________________________________________________________
11957 [  9950] By: gsar                                  on 2001/05/02  03:17:11
11958         Log: revert integration of changes#8254,8255 in change#8620 (causes
11959              a coredump in C<tie FH, 'foo'>; the idea itself may need better
11960              rationalization)
11961      Branch: maint-5.6/perl
11962            ! op.c t/pragma/sub_lval.t
11963 ____________________________________________________________________________
11964 [  9949] By: gsar                                  on 2001/05/02  02:56:32
11965         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
11966              
11967              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
11968              
11969              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
11970      Branch: maint-5.6/perl
11971           !> hints/svr5.sh
11972 ____________________________________________________________________________
11973 [  9948] By: gsar                                  on 2001/05/02  02:49:15
11974         Log: pod/find.t breaks on VMS (from Craig Berry)
11975      Branch: maint-5.6/perl
11976            ! t/pod/find.t
11977 ____________________________________________________________________________
11978 [  9947] By: jhi                                   on 2001/05/02  02:43:09
11979         Log: Add an encoding conversion example.
11980      Branch: perl
11981            ! ext/Encode/Encode.pm
11982 ____________________________________________________________________________
11983 [  9946] By: jhi                                   on 2001/05/02  01:34:22
11984         Log: Another coat of paint but still nowhere finished.
11985              Need to decide on the semantics of strptime(): should
11986              strptime() be a function instead of a method?  To do
11987              the week/monthname-strptiming the i18n/l10n bullet needs
11988              to be bitten with gusto.
11989      Branch: perl
11990            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
11991 ____________________________________________________________________________
11992 [  9945] By: jhi                                   on 2001/05/01  23:40:52
11993         Log: Update Changes.
11994      Branch: perl
11995            ! Changes patchlevel.h
11996 ____________________________________________________________________________
11997 [  9944] By: jhi                                   on 2001/05/01  23:33:37
11998         Log: Add known-to-be-tested modules to the list-to-be-skipped.
11999      Branch: perl
12000            ! t/lib/1_compile.t
12001 ____________________________________________________________________________
12002 [  9943] By: jhi                                   on 2001/05/01  23:24:40
12003         Log: Subject: BorlandC++ fix
12004              From: "Vadim Konovalov" <watman@inbox.ru>
12005              Date: Mon, 30 Apr 2001 20:12:26 -0700
12006              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
12007      Branch: perl
12008            ! win32/makefile.mk
12009 ____________________________________________________________________________
12010 [  9942] By: jhi                                   on 2001/05/01  23:18:02
12011         Log: Update to Filter::Simple 0.60, create a test for it.
12012      Branch: perl
12013            + t/lib/filter-simple.t
12014            ! MANIFEST lib/Filter/Simple.pm
12015 ____________________________________________________________________________
12016 [  9941] By: jhi                                   on 2001/05/01  19:47:24
12017         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
12018              From: Hugo <hv@crypt.compulink.co.uk>
12019              Date: Tue, 01 May 2001 20:12:20 +0100
12020              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
12021      Branch: perl
12022            ! pp_hot.c t/op/re_tests
12023 ____________________________________________________________________________
12024 [  9940] By: jhi                                   on 2001/05/01  19:42:16
12025         Log: Integrate perlio.
12026      Branch: perl
12027           !> lib/base.pm t/lib/fields.t
12028 ____________________________________________________________________________
12029 [  9939] By: jhi                                   on 2001/05/01  19:39:51
12030         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
12031              From: Benjamin Sugars <bsugars@canoe.ca>
12032              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
12033              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
12034      Branch: perl
12035            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12036 ____________________________________________________________________________
12037 [  9938] By: jhi                                   on 2001/05/01  19:34:09
12038         Log: Add NEXT, a pseudo-class for method redispatching.
12039              <Damian>NEXT.pm probably offers more bang-for-buck
12040              than anything else I've ever written.</Damian>
12041      Branch: perl
12042            + lib/NEXT.pm t/lib/next.t
12043            ! MANIFEST
12044 ____________________________________________________________________________
12045 [  9937] By: jhi                                   on 2001/05/01  19:21:41
12046         Log: Update to Switch 2.02.
12047      Branch: perl
12048            ! lib/Switch.pm t/lib/switch.t
12049 ____________________________________________________________________________
12050 [  9936] By: nick                                  on 2001/05/01  19:09:21
12051         Log: Fix for base.pm clobbering $VERSION
12052      Branch: perlio
12053            ! lib/base.pm
12054 ____________________________________________________________________________
12055 [  9935] By: nick                                  on 2001/05/01  18:54:38
12056         Log: Test for base.pm clobbering $VERSION.
12057      Branch: perlio
12058            ! t/lib/fields.t
12059 ____________________________________________________________________________
12060 [  9934] By: jhi                                   on 2001/05/01  18:39:10
12061         Log: Add information about Scalar::Util::blessed.
12062      Branch: perl
12063            ! pod/perlobj.pod
12064 ____________________________________________________________________________
12065 [  9933] By: jhi                                   on 2001/05/01  18:33:51
12066         Log: Subject: Extra UNIVERSAL documentation
12067              From: Mike Guy <mjtg@cam.ac.uk>
12068              Date: Tue, 01 May 2001 20:12:11 +0100
12069              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
12070      Branch: perl
12071            ! pod/perlobj.pod
12072 ____________________________________________________________________________
12073 [  9932] By: jhi                                   on 2001/05/01  18:26:54
12074         Log: Subject: Autoflush in tests as appropriate
12075              From: Mike Guy <mjtg@cam.ac.uk>
12076              Date: Tue, 01 May 2001 20:05:31 +0100
12077              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
12078      Branch: perl
12079            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
12080            ! t/op/taint.t
12081 ____________________________________________________________________________
12082 [  9931] By: jhi                                   on 2001/05/01  18:02:29
12083         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
12084              From: Benjamin Sugars <bsugars@canoe.ca>
12085              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
12086              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
12087      Branch: perl
12088            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
12089 ____________________________________________________________________________
12090 [  9930] By: jhi                                   on 2001/05/01  15:12:26
12091         Log: Subject: Re: Finally got a round tuit
12092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12093              Date: Tue, 01 May 2001 14:14:10 +0200
12094              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
12095              
12096              The -DP part, slightly modified.
12097      Branch: perl
12098            ! perl.c
12099 ____________________________________________________________________________
12100 [  9929] By: jhi                                   on 2001/05/01  14:17:15
12101         Log: Subject: Re: Finally got a round tuit
12102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12103              Date: Tue, 01 May 2001 16:34:06 +0200
12104              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
12105              
12106              cpp and optimization tweaks for HP-UX.
12107      Branch: perl
12108            ! hints/hpux.sh
12109 ____________________________________________________________________________
12110 [  9928] By: jhi                                   on 2001/05/01  13:24:20
12111         Log: Tune the scan_num() comments to reality.
12112      Branch: perl
12113            ! toke.c
12114 ____________________________________________________________________________
12115 [  9927] By: jhi                                   on 2001/05/01  13:14:01
12116         Log: Subject: [PATCH B::Deparse] optimised sort
12117              From: Robin Houston <robin@kitsite.com>
12118              Date: Tue, 1 May 2001 14:07:12 +0100
12119              Message-ID: <20010501140712.A4266@penderel>
12120      Branch: perl
12121            ! ext/B/B/Deparse.pm
12122 ____________________________________________________________________________
12123 [  9926] By: jhi                                   on 2001/05/01  13:10:53
12124         Log: Subject: [PATCH t/lib/b-deparse.t] 
12125              From: Robin Houston <robin@kitsite.com>
12126              Date: Tue, 1 May 2001 13:37:42 +0100
12127              Message-ID: <20010501133742.A4082@penderel>
12128      Branch: perl
12129            ! t/lib/b-deparse.t
12130 ____________________________________________________________________________
12131 [  9925] By: jhi                                   on 2001/05/01  13:10:13
12132         Log: Subject: [PATCH B::Deparse] for(;;), sort
12133              From: Robin Houston <robin@kitsite.com>
12134              Date: Tue, 1 May 2001 13:35:00 +0100
12135              Message-ID: <20010501133500.A4061@penderel>
12136      Branch: perl
12137            ! ext/B/B/Deparse.pm
12138 ____________________________________________________________________________
12139 [  9924] By: jhi                                   on 2001/05/01  13:09:22
12140         Log: Subject: [PATCH B::Deparse] do, warn, use
12141              From: Robin Houston <robin@kitsite.com>
12142              Date: Tue, 1 May 2001 13:31:03 +0100
12143              Message-ID: <20010501133103.A4041@penderel>
12144      Branch: perl
12145            ! ext/B/B/Deparse.pm
12146 ____________________________________________________________________________
12147 [  9923] By: jhi                                   on 2001/05/01  11:45:36
12148         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
12149              From: Benjamin Sugars <ben.sugars@home.com>
12150              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
12151              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
12152      Branch: perl
12153            + t/io/fflush.t
12154            ! MANIFEST
12155 ____________________________________________________________________________
12156 [  9922] By: jhi                                   on 2001/05/01  11:35:42
12157         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
12158              From: Peter Prymmer <pvhp@forte.com>
12159              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
12160              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
12161      Branch: perl
12162            ! t/lib/selfstubber.t
12163 ____________________________________________________________________________
12164 [  9921] By: jhi                                   on 2001/04/30  16:34:33
12165         Log: Subject: [PATCH B::Concise] suppress warning
12166              From: Robin Houston <robin@kitsite.com>
12167              Date: Mon, 30 Apr 2001 16:09:49 +0100
12168              Message-ID: <20010430160949.A25086@penderel>
12169      Branch: perl
12170            ! ext/B/B/Concise.pm
12171 ____________________________________________________________________________
12172 [  9920] By: jhi                                   on 2001/04/30  13:56:04
12173         Log: Strip the *markers* from #9919.
12174      Branch: perl
12175            ! pod/perlfaq.pod pod/perlfaq5.pod
12176 ____________________________________________________________________________
12177 [  9919] By: jhi                                   on 2001/04/30  13:54:04
12178         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
12179              From: Gwyn Judd <b.judd@xtra.co.nz>
12180              Date: Sun, 29 Apr 2001 01:47:49 +1200
12181              Message-ID: <20010429014749.A4418@thislove>
12182      Branch: perl
12183            ! pod/perlfaq.pod pod/perlfaq5.pod
12184 ____________________________________________________________________________
12185 [  9918] By: jhi                                   on 2001/04/30  13:13:54
12186         Log: More_tweakage.
12187      Branch: perl
12188            ! pod/perldata.pod pod/perldiag.pod
12189 ____________________________________________________________________________
12190 [  9917] By: jhi                                   on 2001/04/30  13:01:27
12191         Log: Update Changes.
12192      Branch: perl
12193            ! Changes patchlevel.h
12194 ____________________________________________________________________________
12195 [  9916] By: jhi                                   on 2001/04/30  12:57:03
12196         Log: T_w_e_a_k_a_g_e.
12197      Branch: perl
12198            ! pod/perldata.pod pod/perldiag.pod
12199 ____________________________________________________________________________
12200 [  9915] By: jhi                                   on 2001/04/30  12:39:29
12201         Log: Install s2p also as psed.
12202              
12203              TODO: psed documentation?
12204      Branch: perl
12205            ! installperl
12206 ____________________________________________________________________________
12207 [  9914] By: jhi                                   on 2001/04/30  12:29:21
12208         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
12209              From: Jens Hamisch <jens@Strawberry.COM>
12210              Date: Fri, 27 Apr 2001 17:00:36 +0200
12211              Message-ID: <20010427170036.K1372@Strawberry.COM>
12212              
12213              SOCKS5_VERSION_NAME is the right symbol to detect
12214              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
12215              function called socks5_init() is available, and even that is
12216              not universal, most SOCKS5 installations use SOCKSinit()).
12217      Branch: perl
12218            ! perlio.c
12219 ____________________________________________________________________________
12220 [  9913] By: jhi                                   on 2001/04/30  12:22:15
12221         Log: Allow a zero timeout on IO::Socket accept and connect--
12222              though one really shouldn't do that.  Based on
12223              
12224              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
12225              From: "John Holdsworth" <coldwave@bigfoot.com>
12226              Date: Sun, 4 Feb 2001 12:48:18 +0100
12227              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
12228      Branch: perl
12229            ! ext/IO/lib/IO/Socket.pm
12230 ____________________________________________________________________________
12231 [  9912] By: jhi                                   on 2001/04/30  11:27:27
12232         Log: Save the spot of regprev (see #9911) for binary compatibility;
12233              regen API.
12234      Branch: perl
12235            ! embedvar.h perlapi.h thrdvar.h
12236 ____________________________________________________________________________
12237 [  9911] By: jhi                                   on 2001/04/30  11:22:03
12238         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
12239              From: Hugo <hv@crypt.compulink.co.uk>
12240              Date: Sun, 29 Apr 2001 17:09:30 +0100
12241              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
12242      Branch: perl
12243            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
12244 ____________________________________________________________________________
12245 [  9910] By: jhi                                   on 2001/04/30  11:15:12
12246         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
12247              a dummy for PL_numeric_radix); no pressing reason to break
12248              binary compatibility; regen API.
12249      Branch: perl
12250            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
12251            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
12252 ____________________________________________________________________________
12253 [  9909] By: jhi                                   on 2001/04/30  10:56:08
12254         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
12255              From: Walt Mankowski <waltman@netaxs.com>
12256              Date: Sun, 29 Apr 2001 21:53:48 -0400
12257              Message-ID: <20010429215348.A3971@netaxs.com>
12258      Branch: perl
12259            ! pod/perlfunc.pod
12260 ____________________________________________________________________________
12261 [  9908] By: jhi                                   on 2001/04/30  10:49:40
12262         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
12263      Branch: perl
12264            ! t/lib/selfstubber.t
12265 ____________________________________________________________________________
12266 [  9907] By: nick                                  on 2001/04/30  09:26:50
12267         Log: Integrate mainline.
12268      Branch: perlio
12269           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12270 ____________________________________________________________________________
12271 [  9906] By: jhi                                   on 2001/04/29  23:24:20
12272         Log: Abigail spotted a thinko in #9905.
12273      Branch: perl
12274            ! pod/perldiag.pod
12275 ____________________________________________________________________________
12276 [  9905] By: jhi                                   on 2001/04/29  15:55:39
12277         Log: Changed the underscore/undebar syntax in numeric constants;
12278              now any grouping will do, as long as the underscores are not
12279              consecutive (so "zero-grouping" is out), and they do not begin
12280              or end the integer or fractional parts.
12281      Branch: perl
12282            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
12283 ____________________________________________________________________________
12284 [  9904] By: nick                                  on 2001/04/29  15:43:22
12285         Log: Integrate mainline.
12286      Branch: perlio
12287           +> (branch 98 files)
12288            - lib/unicode/Block.pl
12289            - lib/unicode/In/AlphabeticPresentationForms.pl
12290            - lib/unicode/In/Arabic.pl
12291            - lib/unicode/In/ArabicPresentationForms-A.pl
12292            - lib/unicode/In/ArabicPresentationForms-B.pl
12293            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12294            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12295            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12296            - lib/unicode/In/BopomofoExtended.pl
12297            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
12298            - lib/unicode/In/CJKCompatibility.pl
12299            - lib/unicode/In/CJKCompatibilityForms.pl
12300            - lib/unicode/In/CJKCompatibilityIdeographs.pl
12301            - lib/unicode/In/CJKRadicalsSupplement.pl
12302            - lib/unicode/In/CJKSymbolsandPunctuation.pl
12303            - lib/unicode/In/CJKUnifiedIdeographs.pl
12304            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12305            - lib/unicode/In/Cherokee.pl
12306            - lib/unicode/In/CombiningDiacriticalMarks.pl
12307            - lib/unicode/In/CombiningHalfMarks.pl
12308            - lib/unicode/In/CombiningMarksforSymbols.pl
12309            - lib/unicode/In/ControlPictures.pl
12310            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12311            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12312            - lib/unicode/In/EnclosedAlphanumerics.pl
12313            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
12314            - lib/unicode/In/Ethiopic.pl
12315            - lib/unicode/In/GeneralPunctuation.pl
12316            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12317            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12318            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12319            - lib/unicode/In/HalfwidthandFullwidthForms.pl
12320            - lib/unicode/In/HangulCompatibilityJamo.pl
12321            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12322            - lib/unicode/In/Hebrew.pl
12323            - lib/unicode/In/HighPrivateUseSurrogates.pl
12324            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12325            - lib/unicode/In/IPAExtensions.pl
12326            - lib/unicode/In/IdeographicDescriptionCharacters.pl
12327            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
12328            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12329            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
12330            - lib/unicode/In/Latin-1Supplement.pl
12331            - lib/unicode/In/LatinExtended-A.pl
12332            - lib/unicode/In/LatinExtended-B.pl
12333            - lib/unicode/In/LatinExtendedAdditional.pl
12334            - lib/unicode/In/LetterlikeSymbols.pl
12335            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12336            - lib/unicode/In/MathematicalOperators.pl
12337            - lib/unicode/In/MiscellaneousSymbols.pl
12338            - lib/unicode/In/MiscellaneousTechnical.pl
12339            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12340            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
12341            - lib/unicode/In/OpticalCharacterRecognition.pl
12342            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12343            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
12344            - lib/unicode/In/SmallFormVariants.pl
12345            - lib/unicode/In/SpacingModifierLetters.pl
12346            - lib/unicode/In/Specials.pl
12347            - lib/unicode/In/SuperscriptsandSubscripts.pl
12348            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
12349            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
12350            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12351            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12352            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12353           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
12354           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
12355           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
12356           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
12357           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
12358           !> utf8.c win32/Makefile
12359 ____________________________________________________________________________
12360 [  9903] By: jhi                                   on 2001/04/29  14:30:53
12361         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
12362              From: Prymmer/Kahn <pvhp@best.com>
12363              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
12364              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
12365      Branch: perl
12366            ! win32/Makefile
12367 ____________________________________________________________________________
12368 [  9902] By: jhi                                   on 2001/04/29  02:52:44
12369         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
12370              From: "Abigail" <abigail@foad.org>
12371              Date: Sun, 29 Apr 2001 03:14:25 +0200
12372              Message-ID: <20010429011425.24503.qmail@foad.org>
12373      Branch: perl
12374            ! ext/IO/lib/IO/Seekable.pm
12375 ____________________________________________________________________________
12376 [  9901] By: jhi                                   on 2001/04/29  02:04:46
12377         Log: In character classes one couldn't have 0x80..0xff characters
12378              at the left hand side if there were 0x100.. characters in the
12379              character class.
12380      Branch: perl
12381            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
12382            ! t/op/pat.t utf8.c
12383 ____________________________________________________________________________
12384 [  9900] By: jhi                                   on 2001/04/28  22:55:04
12385         Log: Forgot the latest mktables.PL from #9899.
12386      Branch: perl
12387            ! lib/unicode/mktables.PL
12388 ____________________________________________________________________________
12389 [  9899] By: jhi                                   on 2001/04/28  22:53:28
12390         Log: Explain the \p{} and \P{} error message better and
12391              have prettier prettyprint in In.pl.
12392      Branch: perl
12393            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
12394            ! pod/perldiag.pod
12395 ____________________________________________________________________________
12396 [  9898] By: jhi                                   on 2001/04/28  21:03:34
12397         Log: Add one possible explanation for the "Invalid [] range" error.
12398      Branch: perl
12399            ! pod/perldiag.pod
12400 ____________________________________________________________________________
12401 [  9897] By: jhi                                   on 2001/04/28  17:18:26
12402         Log: Add a level of indirection to the implementation of \p{InFoo}
12403              so that we don't have to have long filenames.  (Nothing changes
12404              in the user interface.)   The indirection is defined in
12405              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
12406              Also rename some the character classes by removing '-' from
12407              the classnames, and finally renamed Block.pl as Blocks.pl.
12408      Branch: perl
12409            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
12410            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
12411            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
12412            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
12413            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
12414            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
12415            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
12416            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
12417            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
12418            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
12419            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
12420            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
12421            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
12422            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
12423            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
12424            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
12425            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
12426            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
12427            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
12428            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
12429            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
12430            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
12431            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
12432            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
12433            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
12434            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
12435            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
12436            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
12437            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
12438            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
12439            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
12440            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
12441            + lib/unicode/In/94.pl lib/unicode/In/95.pl
12442            - lib/unicode/Block.pl
12443            - lib/unicode/In/AlphabeticPresentationForms.pl
12444            - lib/unicode/In/Arabic.pl
12445            - lib/unicode/In/ArabicPresentationForms-A.pl
12446            - lib/unicode/In/ArabicPresentationForms-B.pl
12447            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12448            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12449            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12450            - lib/unicode/In/BopomofoExtended.pl
12451            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
12452            - lib/unicode/In/CJKCompatibility.pl
12453            - lib/unicode/In/CJKCompatibilityForms.pl
12454            - lib/unicode/In/CJKCompatibilityIdeographs.pl
12455            - lib/unicode/In/CJKRadicalsSupplement.pl
12456            - lib/unicode/In/CJKSymbolsandPunctuation.pl
12457            - lib/unicode/In/CJKUnifiedIdeographs.pl
12458            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12459            - lib/unicode/In/Cherokee.pl
12460            - lib/unicode/In/CombiningDiacriticalMarks.pl
12461            - lib/unicode/In/CombiningHalfMarks.pl
12462            - lib/unicode/In/CombiningMarksforSymbols.pl
12463            - lib/unicode/In/ControlPictures.pl
12464            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12465            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12466            - lib/unicode/In/EnclosedAlphanumerics.pl
12467            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
12468            - lib/unicode/In/Ethiopic.pl
12469            - lib/unicode/In/GeneralPunctuation.pl
12470            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12471            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12472            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12473            - lib/unicode/In/HalfwidthandFullwidthForms.pl
12474            - lib/unicode/In/HangulCompatibilityJamo.pl
12475            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12476            - lib/unicode/In/Hebrew.pl
12477            - lib/unicode/In/HighPrivateUseSurrogates.pl
12478            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12479            - lib/unicode/In/IPAExtensions.pl
12480            - lib/unicode/In/IdeographicDescriptionCharacters.pl
12481            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
12482            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12483            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
12484            - lib/unicode/In/Latin-1Supplement.pl
12485            - lib/unicode/In/LatinExtended-A.pl
12486            - lib/unicode/In/LatinExtended-B.pl
12487            - lib/unicode/In/LatinExtendedAdditional.pl
12488            - lib/unicode/In/LetterlikeSymbols.pl
12489            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12490            - lib/unicode/In/MathematicalOperators.pl
12491            - lib/unicode/In/MiscellaneousSymbols.pl
12492            - lib/unicode/In/MiscellaneousTechnical.pl
12493            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12494            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
12495            - lib/unicode/In/OpticalCharacterRecognition.pl
12496            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12497            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
12498            - lib/unicode/In/SmallFormVariants.pl
12499            - lib/unicode/In/SpacingModifierLetters.pl
12500            - lib/unicode/In/Specials.pl
12501            - lib/unicode/In/SuperscriptsandSubscripts.pl
12502            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
12503            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
12504            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12505            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12506            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12507            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
12508            ! pod/perlunicode.pod
12509 ____________________________________________________________________________
12510 [  9896] By: jhi                                   on 2001/04/28  14:33:17
12511         Log: Update the information on shared library path on HP-UX.
12512      Branch: perl
12513            ! INSTALL
12514 ____________________________________________________________________________
12515 [  9895] By: jhi                                   on 2001/04/28  14:32:30
12516         Log: Because #9894 seems to do the trick, this workaround can be removed.
12517      Branch: perl
12518            ! t/lib/selfstubber.t
12519 ____________________________________________________________________________
12520 [  9894] By: jhi                                   on 2001/04/28  14:26:13
12521         Log: For PerlIO flush the children's file handles (on fork/exec/system).
12522      Branch: perl
12523            ! perl.h
12524 ____________________________________________________________________________
12525 [  9893] By: jhi                                   on 2001/04/28  14:23:15
12526         Log: Test tweak for #9891.
12527      Branch: perl
12528            ! t/lib/b-deparse.t
12529 ____________________________________________________________________________
12530 [  9892] By: jhi                                   on 2001/04/28  14:10:13
12531         Log: New HP-UX hints from Merijn.
12532      Branch: perl
12533            ! hints/hpux.sh
12534 ____________________________________________________________________________
12535 [  9891] By: jhi                                   on 2001/04/28  14:07:27
12536         Log: Subject: [PATCH B::Deparse] non-block scopes
12537              From: Robin Houston <robin@kitsite.com>
12538              Date: Fri, 27 Apr 2001 19:15:14 +0100
12539              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
12540      Branch: perl
12541            ! ext/B/B/Deparse.pm
12542 ____________________________________________________________________________
12543 [  9890] By: nick                                  on 2001/04/27  19:41:25
12544         Log: Integrate mainline
12545      Branch: perlio
12546           +> t/lib/selfstubber.t
12547           !> (integrate 50 files)
12548 ____________________________________________________________________________
12549 [  9889] By: jhi                                   on 2001/04/27  18:23:46
12550         Log: Subject: Re: selfstubber test fail on bleadperl
12551              From: Mike Guy <mjtg@cam.ac.uk>
12552              Date: Fri, 27 Apr 2001 19:31:18 +0100
12553              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
12554      Branch: perl
12555            ! t/lib/selfstubber.t
12556 ____________________________________________________________________________
12557 [  9888] By: jhi                                   on 2001/04/27  16:20:54
12558         Log: Test tweak for #9886.
12559      Branch: perl
12560            ! t/lib/b-deparse.t
12561 ____________________________________________________________________________
12562 [  9887] By: jhi                                   on 2001/04/27  16:16:33
12563         Log: Buffering issue at least in Solaris (even with perlio).
12564      Branch: perl
12565            ! t/lib/selfstubber.t
12566 ____________________________________________________________________________
12567 [  9886] By: jhi                                   on 2001/04/27  14:59:23
12568         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
12569              From: Robin Houston <robin@kitsite.com>
12570              Date: Fri, 27 Apr 2001 16:53:20 +0100
12571              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
12572      Branch: perl
12573            ! ext/B/B/Deparse.pm
12574 ____________________________________________________________________________
12575 [  9885] By: jhi                                   on 2001/04/27  14:23:51
12576         Log: Update Changes.
12577      Branch: perl
12578            ! Changes patchlevel.h
12579 ____________________________________________________________________________
12580 [  9884] By: jhi                                   on 2001/04/27  14:14:12
12581         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
12582              From: "Philip Newton" <pnewton@gmx.de>
12583              Date: Fri, 27 Apr 2001 16:40:13 +0200
12584              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
12585      Branch: perl
12586            ! pod/perldata.pod
12587 ____________________________________________________________________________
12588 [  9883] By: jhi                                   on 2001/04/27  13:28:19
12589         Log: Add LOG_PERROR; prettify the "removed".
12590      Branch: perl
12591            ! ext/Sys/Syslog/Syslog.xs
12592 ____________________________________________________________________________
12593 [  9882] By: jhi                                   on 2001/04/27  13:13:18
12594         Log: h2xs tweaks: use NV instead of double, "quote" the removed
12595              prefixes for clarity (especially when nothing is removed),
12596              slight pod reformats.
12597      Branch: perl
12598            ! utils/h2xs.PL
12599 ____________________________________________________________________________
12600 [  9881] By: jhi                                   on 2001/04/27  12:58:48
12601         Log: Don't bother creating existing directories.
12602      Branch: perl
12603            ! utils/h2xs.PL
12604 ____________________________________________________________________________
12605 [  9880] By: jhi                                   on 2001/04/27  12:45:39
12606         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
12607              From: Mike Schilli <m@perlmeister.com>
12608              Date: Wed, 25 Apr 2001 01:29:21 -0700
12609              Message-id: <3AE68AE1.6A981723@perlmeister.com>
12610      Branch: perl
12611            ! utils/h2xs.PL
12612 ____________________________________________________________________________
12613 [  9879] By: jhi                                   on 2001/04/27  12:40:55
12614         Log: break is not yet Perl.  Added the template license also to README.
12615      Branch: perl
12616            ! utils/h2xs.PL
12617 ____________________________________________________________________________
12618 [  9878] By: jhi                                   on 2001/04/27  03:08:20
12619         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
12620              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12621              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
12622              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
12623      Branch: perl
12624            ! t/lib/xs-typemap.t
12625 ____________________________________________________________________________
12626 [  9877] By: jhi                                   on 2001/04/26  23:54:40
12627         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
12628              From: "Abigail" <abigail@foad.org>
12629              Date: Fri, 27 Apr 2001 01:44:28 +0200
12630              Message-ID: <20010426234428.19786.qmail@foad.org>
12631      Branch: perl
12632            ! utils/h2xs.PL
12633 ____________________________________________________________________________
12634 [  9876] By: jhi                                   on 2001/04/26  23:52:06
12635         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
12636              From: Peter Prymmer <pvhp@forte.com>
12637              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
12638              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
12639      Branch: perl
12640            ! t/lib/selfstubber.t
12641 ____________________________________________________________________________
12642 [  9875] By: jhi                                   on 2001/04/26  23:48:10
12643         Log: Deparse nits.
12644      Branch: perl
12645            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
12646 ____________________________________________________________________________
12647 [  9874] By: jhi                                   on 2001/04/26  22:46:05
12648         Log: Document ANYOF_CLASS.
12649      Branch: perl
12650            ! regcomp.h
12651 ____________________________________________________________________________
12652 [  9873] By: jhi                                   on 2001/04/26  22:35:03
12653         Log: Subject: Re: [PATCH @9846] dumping ANYOF
12654              From: Hugo <hv@crypt.compulink.co.uk>
12655              Date: Thu, 26 Apr 2001 23:33:38 +0100
12656              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
12657      Branch: perl
12658            ! regcomp.c regcomp.h
12659 ____________________________________________________________________________
12660 [  9872] By: jhi                                   on 2001/04/26  22:34:31
12661         Log: Subject: [PATCH] more for Devel::SelfStubber
12662              From: Nicholas Clark <nick@ccl4.org>
12663              Date: Fri, 27 Apr 2001 00:13:52 +0100
12664              Message-ID: <20010427001351.K88186@plum.flirble.org>
12665      Branch: perl
12666            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
12667 ____________________________________________________________________________
12668 [  9871] By: jhi                                   on 2001/04/26  21:59:17
12669         Log: Subject: [PATCH B::Deparse] formats must be flush left
12670              From: Robin Houston <robin@kitsite.com>
12671              Date: Thu, 26 Apr 2001 23:54:29 +0100
12672              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
12673      Branch: perl
12674            ! ext/B/B/Deparse.pm
12675 ____________________________________________________________________________
12676 [  9870] By: jhi                                   on 2001/04/26  21:57:37
12677         Log: If some of the constants are prefixes of others,
12678              the prefixes may never get recognized.  (See 20010426.006.)
12679      Branch: perl
12680            ! utils/h2xs.PL
12681 ____________________________________________________________________________
12682 [  9869] By: jhi                                   on 2001/04/26  21:50:42
12683         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
12684              From: Chris Bongaarts <cab@tc.umn.edu>
12685              Date: Thu, 26 Apr 2001 17:10:31 -0500
12686              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
12687      Branch: perl
12688            ! ext/Sys/Syslog/Syslog.xs
12689 ____________________________________________________________________________
12690 [  9868] By: jhi                                   on 2001/04/26  21:35:12
12691         Log: Further cuts and more docs from Graham Barr.
12692      Branch: perl
12693            ! ext/List/Util/lib/List/Util.pm
12694            ! ext/List/Util/lib/Scalar/Util.pm
12695 ____________________________________________________________________________
12696 [  9867] By: jhi                                   on 2001/04/26  21:18:57
12697         Log: Subject: [PATCH 5.7.1] DB_File-1.77
12698              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
12699              Date: Thu, 26 Apr 2001 22:37:53 +0100
12700              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
12701      Branch: perl
12702            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12703            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
12704 ____________________________________________________________________________
12705 [  9866] By: jhi                                   on 2001/04/26  21:12:31
12706         Log: Subject: [PATCH B::Deparse] fix easy bugs
12707              From: Robin Houston <robin@kitsite.com>
12708              Date: Thu, 26 Apr 2001 23:03:33 +0100
12709              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
12710      Branch: perl
12711            ! ext/B/B/Deparse.pm
12712 ____________________________________________________________________________
12713 [  9865] By: jhi                                   on 2001/04/26  20:26:13
12714         Log: Update Changes.
12715      Branch: perl
12716            ! Changes patchlevel.h
12717 ____________________________________________________________________________
12718 [  9864] By: jhi                                   on 2001/04/26  19:27:48
12719         Log: Dethinko from Robin Houston.
12720      Branch: perl
12721            ! ext/B/B/Deparse.pm
12722 ____________________________________________________________________________
12723 [  9863] By: jhi                                   on 2001/04/26  19:10:35
12724         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
12725              From: Robin Houston <robin@kitsite.com>
12726              Date: Thu, 26 Apr 2001 21:08:32 +0100
12727              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
12728      Branch: perl
12729            ! ext/B/B/Deparse.pm
12730 ____________________________________________________________________________
12731 [  9862] By: jhi                                   on 2001/04/26  19:04:23
12732         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
12733              From: Robin Houston <robin@kitsite.com>
12734              Date: Thu, 26 Apr 2001 20:52:50 +0100
12735              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
12736      Branch: perl
12737            ! ext/B/B/Deparse.pm
12738 ____________________________________________________________________________
12739 [  9861] By: jhi                                   on 2001/04/26  18:56:14
12740         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
12741              From: Mike Guy <mjtg@cam.ac.uk>
12742              Date: Thu, 26 Apr 2001 14:22:40 +0100
12743              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
12744      Branch: perl
12745            ! pod/perlobj.pod
12746 ____________________________________________________________________________
12747 [  9860] By: jhi                                   on 2001/04/26  18:46:42
12748         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
12749              From: Robin Houston <robin@kitsite.com>
12750              Date: Thu, 26 Apr 2001 20:34:29 +0100
12751              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
12752              
12753              Hashes do not interpolate.
12754      Branch: perl
12755            ! ext/B/B/Deparse.pm
12756 ____________________________________________________________________________
12757 [  9859] By: jhi                                   on 2001/04/26  18:43:51
12758         Log: Subject: The Time::Piece conspiracy unmasked!!!
12759              From: Mike Guy <mjtg@cam.ac.uk>
12760              Date: Thu, 26 Apr 2001 19:02:50 +0100
12761              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
12762              
12763              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
12764              From: Mike Guy <mjtg@cam.ac.uk>
12765              Date: Thu, 26 Apr 2001 19:08:21 +0100
12766              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
12767              
12768              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
12769              From: Graham Barr <gbarr@pobox.com>
12770              Date: Thu, 26 Apr 2001 19:12:03 +0100
12771              Message-ID: <20010426191203.A70835@pobox.com>
12772              
12773              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
12774      Branch: perl
12775            ! ext/List/Util/lib/List/Util.pm
12776            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
12777 ____________________________________________________________________________
12778 [  9858] By: jhi                                   on 2001/04/26  18:17:42
12779         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
12780              From: Robin Houston <robin@kitsite.com>
12781              Date: Thu, 26 Apr 2001 16:09:35 +0100
12782              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
12783      Branch: perl
12784            ! t/comp/proto.t
12785 ____________________________________________________________________________
12786 [  9857] By: jhi                                   on 2001/04/26  18:04:59
12787         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
12788              From: barries <barries@slaysys.com>
12789              Date: Thu, 26 Apr 2001 12:01:10 -0400
12790              Message-ID: <20010426120110.E29698@jester.slaysys.com>
12791      Branch: perl
12792            ! pod/perldiag.pod
12793 ____________________________________________________________________________
12794 [  9856] By: jhi                                   on 2001/04/26  18:03:33
12795         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
12796              Date: Thu, 26 Apr 2001 17:13:41 +0100
12797              From: Robin Houston <robin@kitsite.com>
12798              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
12799              
12800              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
12801              From: Robin Houston <robin@kitsite.com>
12802              Date: Thu, 26 Apr 2001 18:44:29 +0100
12803              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
12804      Branch: perl
12805            ! ext/B/B/Deparse.pm
12806 ____________________________________________________________________________
12807 [  9855] By: jhi                                   on 2001/04/26  17:56:04
12808         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
12809              From: Robin Houston <robin@kitsite.com>
12810              Date: Thu, 26 Apr 2001 17:04:08 +0100
12811              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
12812      Branch: perl
12813            ! ext/B/B/Deparse.pm
12814 ____________________________________________________________________________
12815 [  9854] By: jhi                                   on 2001/04/26  17:47:26
12816         Log: Subject: Re: Short test case for undef %stash:: crash
12817              From: Benjamin Sugars <bsugars@canoe.ca> 
12818              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
12819              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
12820              Changed and moved the perldiag entry.
12821      Branch: perl
12822            ! gv.c pod/perldiag.pod
12823 ____________________________________________________________________________
12824 [  9853] By: jhi                                   on 2001/04/26  14:35:16
12825         Log: Beginnings of strptime().  Do not touch the wet paint.
12826      Branch: perl
12827            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12828 ____________________________________________________________________________
12829 [  9852] By: jhi                                   on 2001/04/26  13:17:21
12830         Log: Retract #9851, core dumps from pod2man.
12831      Branch: perl
12832            ! regcomp.c
12833 ____________________________________________________________________________
12834 [  9851] By: jhi                                   on 2001/04/26  11:54:41
12835         Log: (Retracted by #9852.)
12836              
12837              Subject: [PATCH @9846] dumping ANYOF
12838              From: Hugo <hv@crypt.compulink.co.uk>
12839              Date: Thu, 26 Apr 2001 05:32:38 +0100
12840              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
12841      Branch: perl
12842            ! regcomp.c
12843 ____________________________________________________________________________
12844 [  9850] By: jhi                                   on 2001/04/26  02:34:44
12845         Log: If ccflags was empty the _previous_ $* containing all the
12846              environment variables and Configure variables was used,
12847              which lead, among other bad things, into $ccflags being your
12848              uname -a output, which lead into test compile with cc failing,
12849              which lead into gcc being selected, which didn't work that well
12850              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
12851              with large files, et cetera.
12852      Branch: perl
12853            ! hints/hpux.sh
12854 ____________________________________________________________________________
12855 [  9849] By: jhi                                   on 2001/04/26  01:44:57
12856         Log: Make selfstubber test more portable.
12857      Branch: perl
12858            ! t/lib/selfstubber.t
12859 ____________________________________________________________________________
12860 [  9848] By: jhi                                   on 2001/04/26  00:50:26
12861         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
12862              From: Benjamin Sugars <ben.sugars@home.com>
12863              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
12864              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
12865      Branch: perl
12866            ! ext/Cwd/Cwd.xs
12867 ____________________________________________________________________________
12868 [  9847] By: jhi                                   on 2001/04/26  00:46:58
12869         Log: Subject: [PATCH: perl@9841] VMS updates
12870              From: Peter Prymmer <pvhp@forte.com>
12871              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
12872              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
12873      Branch: perl
12874            ! README.vms configure.com vms/descrip_mms.template
12875            ! vms/ext/filespec.t
12876 ____________________________________________________________________________
12877 [  9846] By: jhi                                   on 2001/04/26  00:11:56
12878         Log: re 'debug' was broken by #9084.
12879      Branch: perl
12880            ! ext/re/re.xs
12881 ____________________________________________________________________________
12882 [  9845] By: jhi                                   on 2001/04/25  22:33:17
12883         Log: Subject: [PATCH] test for Devel::SelfStubber
12884              From: Nicholas Clark <nick@ccl4.org>
12885              Date: Thu, 26 Apr 2001 00:00:54 +0100
12886              Message-ID: <20010426000054.D89026@plum.flirble.org>
12887      Branch: perl
12888            + t/lib/selfstubber.t
12889            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
12890 ____________________________________________________________________________
12891 [  9844] By: jhi                                   on 2001/04/25  22:29:32
12892         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
12893              From: Paul Johnson <paul@pjcj.net>
12894              Date: Thu, 26 Apr 2001 00:46:08 +0200
12895              Message-ID: <20010426004608.H2338@pjcj.net>
12896      Branch: perl
12897            ! ext/B/B/Concise.pm
12898 ____________________________________________________________________________
12899 [  9843] By: jhi                                   on 2001/04/25  22:28:28
12900         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
12901              From: Peter Prymmer <pvhp@forte.com>
12902              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
12903              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
12904      Branch: perl
12905            ! ext/Cwd/Cwd.xs
12906 ____________________________________________________________________________
12907 [  9842] By: jhi                                   on 2001/04/25  20:58:12
12908         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
12909              From: John Peacock <jpeacock@rowman.com>
12910              Date: Wed, 25 Apr 2001 17:30:26 -0400
12911              Message-ID: <3AE741F2.B3217464@rowman.com>
12912      Branch: perl
12913            ! lib/Math/BigInt.pm t/lib/bigintpm.t
12914 ____________________________________________________________________________
12915 [  9841] By: jhi                                   on 2001/04/25  20:07:05
12916         Log: Update Changes.
12917      Branch: perl
12918            ! Changes patchlevel.h
12919 ____________________________________________________________________________
12920 [  9840] By: jhi                                   on 2001/04/25  19:56:51
12921         Log: Yet another HP-UX hints version from Merijn.
12922      Branch: perl
12923            ! hints/hpux.sh
12924 ____________________________________________________________________________
12925 [  9839] By: jhi                                   on 2001/04/25  19:53:04
12926         Log: abs_path() didn't terminate the filename correctly,
12927              in DIRNAMLENless systems like HP-UX this would fail.
12928      Branch: perl
12929            ! ext/Cwd/Cwd.xs
12930 ____________________________________________________________________________
12931 [  9838] By: jhi                                   on 2001/04/25  16:37:26
12932         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
12933              From: Mike Guy <mjtg@cam.ac.uk>
12934              Date: Wed, 25 Apr 2001 18:31:47 +0100
12935              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
12936      Branch: perl
12937            ! op.c
12938 ____________________________________________________________________________
12939 [  9837] By: jhi                                   on 2001/04/25  16:21:53
12940         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
12941              From: Jon Eveland <jweveland@yahoo.com>
12942              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
12943              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
12944      Branch: perl
12945            ! lib/perl5db.pl
12946 ____________________________________________________________________________
12947 [  9836] By: jhi                                   on 2001/04/25  14:17:50
12948         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
12949              From: "Philip Newton" <pnewton@gmx.de>
12950              Date: Wed, 25 Apr 2001 17:05:58 +0200
12951              Message-ID: <3AE703F6.3234.1833C45@localhost>
12952      Branch: perl
12953            ! Porting/patching.pod
12954 ____________________________________________________________________________
12955 [  9835] By: jhi                                   on 2001/04/25  13:58:07
12956         Log: It would seem that both ar and full_ar need to be overridden
12957              for HP-UX to avoid the GNU ar.
12958      Branch: perl
12959            ! hints/hpux.sh
12960 ____________________________________________________________________________
12961 [  9834] By: jhi                                   on 2001/04/25  13:50:40
12962         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
12963              From: "Philip Newton" <pnewton@gmx.de>
12964              Date: Wed, 25 Apr 2001 16:09:23 +0200
12965              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
12966              
12967              Detypo.
12968      Branch: perl
12969            ! t/op/misc.t
12970 ____________________________________________________________________________
12971 [  9833] By: jhi                                   on 2001/04/25  12:36:11
12972         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
12973      Branch: perl
12974            ! hints/hpux.sh
12975 ____________________________________________________________________________
12976 [  9832] By: jhi                                   on 2001/04/25  12:33:36
12977         Log: New version of HP-UX hints from Merijn.
12978      Branch: perl
12979            ! hints/hpux.sh
12980 ____________________________________________________________________________
12981 [  9831] By: jhi                                   on 2001/04/25  03:39:45
12982         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
12983      Branch: perl
12984            ! hints/hpux.sh
12985 ____________________________________________________________________________
12986 [  9830] By: jhi                                   on 2001/04/25  02:53:25
12987         Log: The tzname[] bit is not needed by util.c -- and causes
12988              heartburn in VMS (and it missing was probably the cause of
12989              the Mac OS X trouble).  Ouch.
12990      Branch: perl
12991            ! ext/POSIX/POSIX.xs util.c
12992 ____________________________________________________________________________
12993 [  9829] By: jhi                                   on 2001/04/25  00:10:06
12994         Log: Metaconfig unit change for #9828.
12995      Branch: metaconfig
12996            ! U/compline/ccflags.U
12997 ____________________________________________________________________________
12998 [  9828] By: jhi                                   on 2001/04/25  00:04:18
12999         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
13000              (which is actually the reason for the change, we need to pass
13001              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
13002              EP/IX, OS/2, and TitanOS, based on the hints files.
13003      Branch: perl
13004            ! Configure config_h.SH
13005 ____________________________________________________________________________
13006 [  9827] By: jhi                                   on 2001/04/24  23:49:20
13007         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
13008              the $cat must have an absolute path.
13009      Branch: perl
13010            ! makedepend.SH
13011 ____________________________________________________________________________
13012 [  9826] By: jhi                                   on 2001/04/24  23:40:53
13013         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
13014      Branch: perl
13015            ! README.amiga
13016 ____________________________________________________________________________
13017 [  9825] By: jhi                                   on 2001/04/24  23:35:35
13018         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
13019              From: "Philip Newton" <pnewton@gmx.de>
13020              Date: Tue, 24 Apr 2001 18:52:49 +0200
13021              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
13022      Branch: perl
13023            ! x2p/find2perl.PL
13024 ____________________________________________________________________________
13025 [  9824] By: jhi                                   on 2001/04/24  23:33:07
13026         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
13027              Some gcc specifics dropped out due to extensive rewriting;
13028              will be put back later as needed.
13029      Branch: perl
13030            ! hints/hpux.sh
13031 ____________________________________________________________________________
13032 [  9823] By: jhi                                   on 2001/04/24  23:27:57
13033         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
13034      Branch: perl
13035            ! ext/POSIX/POSIX.xs
13036 ____________________________________________________________________________
13037 [  9822] By: jhi                                   on 2001/04/24  23:25:21
13038         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
13039              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13040              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
13041              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
13042      Branch: perl
13043            ! ext/XS/Typemap/Typemap.xs
13044 ____________________________________________________________________________
13045 [  9821] By: jhi                                   on 2001/04/24  23:24:10
13046         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
13047              From: "Abigail" <abigail@foad.org>
13048              Date: Tue, 24 Apr 2001 23:12:03 +0200
13049              Message-ID: <20010424211203.7901.qmail@foad.org>
13050      Branch: perl
13051            ! pod/perlport.pod
13052 ____________________________________________________________________________
13053 [  9820] By: jhi                                   on 2001/04/24  23:23:15
13054         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
13055              From: Matt Sergeant <matt@sergeant.org>
13056              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
13057              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
13058      Branch: perl
13059            ! pod/perlfaq4.pod
13060 ____________________________________________________________________________
13061 [  9819] By: nick                                  on 2001/04/24  18:49:43
13062         Log: Integrate mainline.
13063      Branch: perlio
13064           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13065           !> (integrate 37 files)
13066 ____________________________________________________________________________
13067 [  9818] By: jhi                                   on 2001/04/24  14:35:23
13068         Log: Update Changes.
13069      Branch: perl
13070            ! Changes patchlevel.h
13071 ____________________________________________________________________________
13072 [  9817] By: jhi                                   on 2001/04/24  14:09:17
13073         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
13074              From: "Philip Newton" <pnewton@gmx.de>
13075              Date: Tue, 24 Apr 2001 12:58:12 +0200
13076              Message-ID: <3AE57864.8304.B77A0A@localhost> 
13077              
13078              plus add CPAN to the list of modules that have their own tests.
13079      Branch: perl
13080            ! t/lib/1_compile.t
13081 ____________________________________________________________________________
13082 [  9816] By: jhi                                   on 2001/04/24  14:07:03
13083         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
13084              From: Michael G Schwern <schwern@pobox.com>
13085              Date: Sat, 21 Apr 2001 22:35:00 +0100
13086              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
13087      Branch: perl
13088            ! t/lib/1_compile.t
13089 ____________________________________________________________________________
13090 [  9815] By: jhi                                   on 2001/04/24  13:54:32
13091         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
13092              From: Robin Houston <robin@kitsite.com>
13093              Date: Tue, 24 Apr 2001 15:51:18 +0100
13094              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
13095      Branch: perl
13096            ! ext/B/B/Deparse.pm
13097 ____________________________________________________________________________
13098 [  9814] By: jhi                                   on 2001/04/24  13:17:34
13099         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13100              From: Bill Glicker <billg@burrelles.com>
13101              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
13102              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
13103      Branch: perl
13104            ! hints/svr5.sh
13105 ____________________________________________________________________________
13106 [  9813] By: jhi                                   on 2001/04/24  12:54:23
13107         Log: Prevent path disclosure (probing for existence of filenames)
13108              using suidperl; bug id 20010322.218.
13109      Branch: perl
13110            ! perl.c pod/perldiag.pod
13111 ____________________________________________________________________________
13112 [  9812] By: jhi                                   on 2001/04/24  12:08:36
13113         Log: Retract #9811.
13114      Branch: perl
13115            ! ext/POSIX/POSIX.xs
13116 ____________________________________________________________________________
13117 [  9811] By: jhi                                   on 2001/04/24  11:57:35
13118         Log: (Retracted by #9812.)
13119      Branch: perl
13120            ! ext/POSIX/POSIX.xs
13121 ____________________________________________________________________________
13122 [  9810] By: jhi                                   on 2001/04/24  03:32:35
13123         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
13124      Branch: perl
13125            ! util.c
13126 ____________________________________________________________________________
13127 [  9809] By: jhi                                   on 2001/04/24  03:16:13
13128         Log: The Math::BigFloat::import() was broken.
13129              (Fixes bug id 20010422.002.)
13130      Branch: perl
13131            ! lib/Math/BigFloat.pm
13132 ____________________________________________________________________________
13133 [  9808] By: jhi                                   on 2001/04/24  01:11:40
13134         Log: Additional dependencies; should help for parallel makes
13135              not to fail on missing lib/lib.pm or lib/re.pm.
13136      Branch: perl
13137            ! Makefile.SH
13138 ____________________________________________________________________________
13139 [  9807] By: jhi                                   on 2001/04/24  00:57:01
13140         Log: Update the test failure disclaimer.
13141      Branch: perl
13142            ! t/pragma/warn/pp_hot
13143 ____________________________________________________________________________
13144 [  9806] By: jhi                                   on 2001/04/24  00:54:04
13145         Log: Add make target "install-all" which is alias for "install"
13146              to cater for case-preserving filesystems like HFS+.
13147      Branch: perl
13148            ! INSTALL Makefile.SH
13149 ____________________________________________________________________________
13150 [  9805] By: jhi                                   on 2001/04/24  00:47:28
13151         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
13152              From: Peter Prymmer <pvhp@forte.com>
13153              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
13154              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
13155              
13156              (Ken William's message forwarded from macosx@perl.org)
13157      Branch: perl
13158            ! hints/darwin.sh
13159 ____________________________________________________________________________
13160 [  9804] By: jhi                                   on 2001/04/23  23:57:35
13161         Log: Cut-and-pasto.
13162      Branch: perl
13163            ! perlio.c
13164 ____________________________________________________________________________
13165 [  9803] By: jhi                                   on 2001/04/23  23:52:25
13166         Log: More PerlIO robustness.
13167      Branch: perl
13168            ! perlio.c
13169 ____________________________________________________________________________
13170 [  9802] By: jhi                                   on 2001/04/23  23:43:35
13171         Log: Make the "STD* opened only for ..." errors more consistent.
13172      Branch: perl
13173            ! doio.c
13174 ____________________________________________________________________________
13175 [  9801] By: jhi                                   on 2001/04/23  23:34:26
13176         Log: Test case for #9800.
13177      Branch: perl
13178            ! t/op/misc.t
13179 ____________________________________________________________________________
13180 [  9800] By: jhi                                   on 2001/04/23  23:14:43
13181         Log: Avoid coredump on 'close STDERR; die' by making
13182              the PerlIO calls more robust.  Also use SETERRNO()
13183              instead of errno = to be more VMS-ready.
13184      Branch: perl
13185            ! perlio.c
13186 ____________________________________________________________________________
13187 [  9799] By: jhi                                   on 2001/04/23  21:41:10
13188         Log: Subject: test for ID 20010423.002
13189              From: Robin Houston <robin@kitsite.com>
13190              Date: Mon, 23 Apr 2001 16:52:21 +0100
13191              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
13192      Branch: perl
13193            ! t/op/avhv.t
13194 ____________________________________________________________________________
13195 [  9798] By: jhi                                   on 2001/04/23  21:40:07
13196         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
13197              From: David Dyck <dcd@tc.fluke.com>
13198              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
13199              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
13200      Branch: perl
13201            ! installperl
13202 ____________________________________________________________________________
13203 [  9797] By: jhi                                   on 2001/04/23  21:37:56
13204         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
13205              From: Benjamin Sugars <bsugars@canoe.ca>
13206              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
13207              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
13208      Branch: perl
13209            ! ext/Cwd/Cwd.xs lib/Cwd.pm
13210 ____________________________________________________________________________
13211 [  9796] By: jhi                                   on 2001/04/23  21:29:24
13212         Log: Synchronize h2xs and pod2man some more on the documentation
13213              templates they propose.
13214      Branch: perl
13215            ! pod/pod2man.PL utils/h2xs.PL
13216 ____________________________________________________________________________
13217 [  9795] By: jhi                                   on 2001/04/23  17:30:40
13218         Log: Add one more naughty test for base64; make encoding logic cleaner.
13219      Branch: perl
13220            ! t/lib/mimeb64.t
13221 ____________________________________________________________________________
13222 [  9794] By: jhi                                   on 2001/04/23  13:51:32
13223         Log: Update Changes.
13224      Branch: perl
13225            ! Changes patchlevel.h
13226 ____________________________________________________________________________
13227 [  9793] By: jhi                                   on 2001/04/23  13:44:18
13228         Log: Duplicate lines.
13229      Branch: perl
13230            ! MANIFEST
13231 ____________________________________________________________________________
13232 [  9792] By: jhi                                   on 2001/04/23  13:39:13
13233         Log: Subject: Re: PATCH 5.7.1
13234              From: Mark-Jason Dominus <mjd@plover.com>
13235              Date: Mon, 23 Apr 2001 10:30:21 -0400
13236              Message-ID: <20010423143021.17335.qmail@plover.com>
13237      Branch: perl
13238            ! perl.h sv.c
13239 ____________________________________________________________________________
13240 [  9791] By: jhi                                   on 2001/04/23  13:32:40
13241         Log: Add the CPAN.pm 1.59_54 tests.
13242      Branch: perl
13243            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
13244            ! MANIFEST
13245 ____________________________________________________________________________
13246 [  9790] By: jhi                                   on 2001/04/23  13:21:55
13247         Log: Subject: Deparse nit
13248              From: Robin Houston <robin@kitsite.com>
13249              Date: Mon, 23 Apr 2001 12:38:20 +0100
13250              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
13251      Branch: perl
13252            ! ext/B/B/Deparse.pm
13253 ____________________________________________________________________________
13254 [  9789] By: jhi                                   on 2001/04/23  13:19:07
13255         Log: Subject: [PATCH] bug 20010423.002
13256              From: Robin Houston <robin@kitsite.com>
13257              Date: Mon, 23 Apr 2001 13:12:30 +0100
13258              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
13259      Branch: perl
13260            ! pp.c
13261 ____________________________________________________________________________
13262 [  9788] By: jhi                                   on 2001/04/23  13:02:49
13263         Log: Subject: PATCH [5.7.1] hv.c unused #define
13264              From: Mark-Jason Dominus <mjd@plover.com>
13265              Date: Sun, 22 Apr 2001 14:17:49 -0400
13266              Message-ID: <20010422181749.26976.qmail@plover.com>
13267      Branch: perl
13268            ! hv.c
13269 ____________________________________________________________________________
13270 [  9787] By: jhi                                   on 2001/04/23  13:02:02
13271         Log: Subject: PATCH 5.7.1
13272              From: Mark-Jason Dominus <mjd@plover.com>
13273              Date: Sun, 22 Apr 2001 15:12:57 -0400
13274              Message-ID: <20010422191258.6539.qmail@plover.com>
13275              
13276              plus Sarathy's STMT_START + STMT_END suggestion.
13277      Branch: perl
13278            ! perl.h
13279 ____________________________________________________________________________
13280 [  9786] By: jhi                                   on 2001/04/23  12:53:25
13281         Log: Fix for
13282              
13283              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
13284              From: dLux <dlux@spam.sch.bme.hu>
13285              Date: Mon, 23 Apr 2001 01:25:26 +0200
13286              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
13287              
13288              (SvGROW really does return a char *.)
13289      Branch: perl
13290            ! pod/perlapi.pod sv.h
13291 ____________________________________________________________________________
13292 [  9785] By: jhi                                   on 2001/04/23  04:34:04
13293         Log: Time::Piece work continues.  $t->day removed since
13294              I think it's too confusing.  Now has normal and
13295              abbreviated length weekday names and month names,
13296              the names change with _names(), not _list().
13297              Now has strftime() in Perl, _strftime() is
13298              the libc version (to which strftime() falls back
13299              if it doesn't know the format.  To do: the reverse
13300              of strftime, strptime(), and the localisation of both.
13301      Branch: perl
13302            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
13303            ! t/lib/time-piece.t
13304 ____________________________________________________________________________
13305 [  9784] By: jhi                                   on 2001/04/23  02:41:46
13306         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
13307              From: andreas.koenig@anima.de (Andreas J. Koenig)
13308              Date: 23 Apr 2001 05:20:55 +0200
13309              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
13310      Branch: perl
13311            ! t/pragma/overload.t
13312 ____________________________________________________________________________
13313 [  9783] By: jhi                                   on 2001/04/22  23:32:42
13314         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
13315              From: Robin Houston <robin@kitsite.com>
13316              Date: Mon, 23 Apr 2001 00:38:18 +0100
13317              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
13318      Branch: perl
13319            ! ext/B/B/Deparse.pm
13320 ____________________________________________________________________________
13321 [  9782] By: jhi                                   on 2001/04/22  20:55:43
13322         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
13323              From: Simon Cozens <simon@netthink.co.uk>
13324              Date: Sun, 22 Apr 2001 18:47:25 +0100
13325              Message-ID: <20010422184725.A14411@netthink.co.uk>
13326      Branch: perl
13327            ! sv.c t/pragma/overload.t
13328 ____________________________________________________________________________
13329 [  9781] By: jhi                                   on 2001/04/22  20:52:13
13330         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
13331              From: Robin Houston <robin@kitsite.com>
13332              Date: Sun, 22 Apr 2001 22:14:50 +0100
13333              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
13334      Branch: perl
13335            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13336 ____________________________________________________________________________
13337 [  9780] By: nick                                  on 2001/04/22  20:40:31
13338         Log: Integrate mainline.
13339      Branch: perlio
13340           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
13341           +> t/lib/b-stash.t
13342           !> (integrate 38 files)
13343 ____________________________________________________________________________
13344 [  9779] By: jhi                                   on 2001/04/22  15:16:03
13345         Log: Subject: IO::Socket::INET patch
13346              From: andrew deryabin <djsf@technarchy.ru>
13347              Date: Sat, 21 Apr 2001 17:46:52 +0400
13348              Message-ID: <20010421174652.B1426@technarchy>
13349      Branch: perl
13350            ! ext/IO/lib/IO/Socket/INET.pm
13351 ____________________________________________________________________________
13352 [  9778] By: jhi                                   on 2001/04/22  15:14:33
13353         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
13354              From: Mark-Jason Dominus <mjd@plover.com>
13355              Date: Sat, 21 Apr 2001 21:27:49 -0400
13356              Message-ID: <20010422012749.27024.qmail@plover.com>
13357      Branch: perl
13358            ! regcomp.c
13359 ____________________________________________________________________________
13360 [  9777] By: jhi                                   on 2001/04/22  15:10:51
13361         Log: Subject: Re: Regex debugger patch 
13362              From: Mark-Jason Dominus <mjd@plover.com>
13363              Date: Sat, 21 Apr 2001 21:48:51 -0400
13364              Message-ID: <20010422014851.27165.qmail@plover.com>
13365      Branch: perl
13366            ! pod/perldebguts.pod
13367 ____________________________________________________________________________
13368 [  9776] By: jhi                                   on 2001/04/22  15:09:48
13369         Log: Subject: Re: Regex debugger patch
13370              From: Mark-Jason Dominus <mjd@plover.com>
13371              Date: Sat, 21 Apr 2001 14:24:39 -0400
13372              Message-ID: <20010421182439.16508.qmail@plover.com>
13373              
13374              Regex debugger backend.
13375      Branch: perl
13376            ! regcomp.c regexp.h
13377 ____________________________________________________________________________
13378 [  9775] By: jhi                                   on 2001/04/21  16:45:40
13379         Log: Subject: [PATCH] Typo in utf8.h
13380              From: Jesús Quiroga <jquiroga@pobox.com>
13381              Date: Sat, 21 Apr 2001 19:25:33 +0200
13382              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
13383      Branch: perl
13384            ! utf8.h
13385 ____________________________________________________________________________
13386 [  9774] By: jhi                                   on 2001/04/21  16:43:52
13387         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13388              From: Joe Orton <jorton@redhat.com>
13389              Date: Tue, 17 Apr 2001 15:50:43 +0100
13390              Message-Id: <20010417155043.D19132@eu.c2.net>
13391      Branch: perl
13392            ! hints/svr5.sh
13393 ____________________________________________________________________________
13394 [  9773] By: jhi                                   on 2001/04/21  15:30:15
13395         Log: Subject: Patch utils/h2xs.PL
13396              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13397              Date: Sat, 21 Apr 2001 10:32:16 -0500
13398              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
13399              
13400              Add MAILING list and LICENSE templates.
13401      Branch: perl
13402            ! utils/h2xs.PL
13403 ____________________________________________________________________________
13404 [  9772] By: jhi                                   on 2001/04/21  15:28:36
13405         Log: Subject: perlfaq2.patch for 5.7.1
13406              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13407              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
13408              Date: Fri, 20 Apr 2001 16:42:19 -0500
13409              
13410              rm an extra tab, a blurb about the xx.cpan to clarify
13411              which countries actually have that and dejanews is history
13412              as well as most of that nonsensical entry.
13413      Branch: perl
13414            ! pod/perlfaq2.pod
13415 ____________________________________________________________________________
13416 [  9771] By: jhi                                   on 2001/04/21  15:27:17
13417         Log: Subject: perlfaq1.patch for 5.7.1
13418              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13419              Date: Fri, 20 Apr 2001 16:57:36 -0500
13420              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
13421              
13422              Evil URLs must die. Especially when they are broken.
13423      Branch: perl
13424            ! pod/perlfaq1.pod
13425 ____________________________________________________________________________
13426 [  9770] By: jhi                                   on 2001/04/21  15:23:38
13427         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
13428              From: Michael G Schwern <schwern@pobox.com>
13429              Date: Sat, 21 Apr 2001 16:11:12 +0100
13430              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
13431      Branch: perl
13432            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
13433            + t/lib/b-stash.t
13434            ! MANIFEST ext/B/B.pm t/lib/b.t
13435 ____________________________________________________________________________
13436 [  9769] By: jhi                                   on 2001/04/21  15:03:32
13437         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
13438              From: Michael G Schwern <schwern@pobox.com>
13439              Date: Sat, 21 Apr 2001 09:48:00 +0100
13440              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
13441      Branch: perl
13442            ! utils/h2ph.PL
13443 ____________________________________________________________________________
13444 [  9768] By: jhi                                   on 2001/04/21  14:33:49
13445         Log: PerlIO and Encode doc cleanup and tweaks.
13446      Branch: perl
13447            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
13448            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
13449 ____________________________________________________________________________
13450 [  9767] By: jhi                                   on 2001/04/21  12:40:16
13451         Log: Integrate perlio.
13452      Branch: perl
13453           !> doio.c
13454 ____________________________________________________________________________
13455 [  9766] By: nick                                  on 2001/04/20  18:28:35
13456         Log: Avoid core dump on
13457              open(STDOUT,">",\$foo);
13458      Branch: perlio
13459            ! doio.c
13460 ____________________________________________________________________________
13461 [  9765] By: jhi                                   on 2001/04/20  13:23:43
13462         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
13463              From: Robin Houston <robin@kitsite.com>
13464              Date: Fri, 20 Apr 2001 14:29:22 +0100
13465              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
13466      Branch: perl
13467            ! ext/B/B.pm ext/B/B/Deparse.pm
13468 ____________________________________________________________________________
13469 [  9764] By: jhi                                   on 2001/04/20  13:19:33
13470         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
13471              From: Peter Prymmer <pvhp@forte.com>
13472              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
13473              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
13474      Branch: perl
13475            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
13476            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
13477            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
13478            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
13479 ____________________________________________________________________________
13480 [  9763] By: jhi                                   on 2001/04/20  12:36:39
13481         Log: Subject: Re: A new PerlIO coredump
13482              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13483              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
13484              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
13485      Branch: perl
13486            ! doio.c
13487 ____________________________________________________________________________
13488 [  9762] By: jhi                                   on 2001/04/19  23:02:30
13489         Log: Update Changes.
13490      Branch: perl
13491            ! Changes patchlevel.h
13492 ____________________________________________________________________________
13493 [  9761] By: jhi                                   on 2001/04/19  22:59:19
13494         Log: More cleanup cleanup.
13495      Branch: perl
13496            ! Makefile.SH win32/Makefile win32/makefile.mk
13497 ____________________________________________________________________________
13498 [  9760] By: jhi                                   on 2001/04/19  22:50:31
13499         Log: lib/Time is non-empty, let's not rmdir it.
13500      Branch: perl
13501            ! Makefile.SH
13502 ____________________________________________________________________________
13503 [  9759] By: jhi                                   on 2001/04/19  22:36:51
13504         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
13505              From: Robin Houston <robin@kitsite.com>
13506              Date: Fri, 20 Apr 2001 00:18:53 +0100
13507              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
13508      Branch: perl
13509            ! ext/B/B/Deparse.pm
13510 ____________________________________________________________________________
13511 [  9758] By: jhi                                   on 2001/04/19  22:36:00
13512         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
13513              From: Peter Prymmer <pvhp@forte.com>
13514              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
13515              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
13516      Branch: perl
13517            ! ext/Cwd/Cwd.xs
13518 ____________________________________________________________________________
13519 [  9757] By: nick                                  on 2001/04/19  18:53:54
13520         Log: Blind (untested) integrate of mainline.
13521      Branch: perlio
13522           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13523           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
13524           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
13525           !> (integrate 53 files)
13526 ____________________________________________________________________________
13527 [  9756] By: jhi                                   on 2001/04/19  16:59:23
13528         Log: Document and test Time::Piece.
13529      Branch: perl
13530            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
13531            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
13532 ____________________________________________________________________________
13533 [  9755] By: jhi                                   on 2001/04/19  12:13:29
13534         Log: A better fix for the \x{12345678} trouble from NI-S.
13535      Branch: perl
13536            ! utf8.c
13537 ____________________________________________________________________________
13538 [  9754] By: jhi                                   on 2001/04/19  11:56:07
13539         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
13540              From: Robin Houston <robin@kitsite.com>
13541              Date: Wed, 18 Apr 2001 17:58:33 +0100
13542              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
13543      Branch: perl
13544            ! ext/B/B/Deparse.pm op.c
13545 ____________________________________________________________________________
13546 [  9753] By: jhi                                   on 2001/04/19  04:21:52
13547         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
13548              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
13549              Date: Thu, 19 Apr 2001 01:11:41 -0400
13550              Message-ID: <20010419011141.A5798@cpan.org>
13551      Branch: perl
13552            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
13553 ____________________________________________________________________________
13554 [  9752] By: jhi                                   on 2001/04/19  02:41:10
13555         Log: The new time utils need to be thread-aware, too.
13556      Branch: perl
13557            ! util.c
13558 ____________________________________________________________________________
13559 [  9751] By: jhi                                   on 2001/04/19  02:26:47
13560         Log: Compilation nit noticed by AIX compiler.
13561      Branch: perl
13562            ! perlio.c
13563 ____________________________________________________________________________
13564 [  9750] By: jhi                                   on 2001/04/19  02:20:06
13565         Log: The new time utils need to be public.
13566      Branch: perl
13567            ! embed.pl
13568 ____________________________________________________________________________
13569 [  9749] By: jhi                                   on 2001/04/19  01:42:39
13570         Log: Regen toc.
13571      Branch: perl
13572            ! pod/perltoc.pod
13573 ____________________________________________________________________________
13574 [  9748] By: jhi                                   on 2001/04/19  01:41:10
13575         Log: Add Time::Piece, a slight rewrite of Time::Object,
13576              from Matt Sergeant.
13577      Branch: perl
13578            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13579            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
13580            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
13581            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
13582            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
13583            ! win32/makefile.mk
13584 ____________________________________________________________________________
13585 [  9747] By: jhi                                   on 2001/04/19  00:55:35
13586         Log: The new metaconfig unit from strftime.
13587      Branch: metaconfig/U/perl
13588            + d_strftime.U
13589 ____________________________________________________________________________
13590 [  9746] By: jhi                                   on 2001/04/19  00:54:54
13591         Log: Move the strftime() wrapper from POSIX.xs to util.c
13592              as my_strftime(), requires HAS_STRFTIME.
13593      Branch: perl
13594            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13595            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
13596            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
13597            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13598            ! vos/config.ga.h win32/config.bc win32/config.gc
13599            ! win32/config.vc
13600 ____________________________________________________________________________
13601 [  9745] By: jhi                                   on 2001/04/18  23:11:03
13602         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
13603              in preparation of Time::Piece.
13604      Branch: perl
13605            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
13606 ____________________________________________________________________________
13607 [  9744] By: jhi                                   on 2001/04/18  22:33:12
13608         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
13609              From: Peter Prymmer <pvhp@forte.com>
13610              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
13611              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
13612      Branch: perl
13613            ! t/lib/exporter.t
13614 ____________________________________________________________________________
13615 [  9743] By: jhi                                   on 2001/04/18  22:32:23
13616         Log: Subject: Fwd: pod2html leaves cache files lying around?
13617              From: Rajesh Vaidheeswarran <rv@gnu.org>
13618              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
13619              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
13620      Branch: perl
13621            ! lib/Pod/Html.pm
13622 ____________________________________________________________________________
13623 [  9742] By: jhi                                   on 2001/04/18  20:31:49
13624         Log: Update Changes.
13625      Branch: perl
13626            ! Changes patchlevel.h
13627 ____________________________________________________________________________
13628 [  9741] By: jhi                                   on 2001/04/18  20:23:02
13629         Log: Declare hints only if needed.
13630      Branch: perl
13631            ! ext/B/B/Deparse.pm
13632 ____________________________________________________________________________
13633 [  9740] By: jhi                                   on 2001/04/18  19:06:05
13634         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
13635              bug noticed by Robin Houston; basically the code of detecting
13636              value wraparound was acting differently under different compilers
13637              and platforms.  The workaround is to remove the overflow check
13638              for now, a real fix would be to do the overflow (portably) right.
13639      Branch: perl
13640            ! t/op/pat.t utf8.c
13641 ____________________________________________________________________________
13642 [  9739] By: jhi                                   on 2001/04/18  19:01:23
13643         Log: Subject: [PATCH B::Deparse] some pragma support
13644              From: Robin Houston <robin@kitsite.com>
13645              Date: Wed, 18 Apr 2001 19:32:12 +0100
13646              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
13647      Branch: perl
13648            ! ext/B/B/Deparse.pm
13649 ____________________________________________________________________________
13650 [  9738] By: jhi                                   on 2001/04/18  15:16:37
13651         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
13652              From: Benjamin Sugars <bsugars@canoe.ca>
13653              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
13654              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
13655      Branch: perl
13656            ! t/op/glob.t
13657 ____________________________________________________________________________
13658 [  9737] By: jhi                                   on 2001/04/18  13:24:50
13659         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
13660              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13661              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
13662              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
13663      Branch: perl
13664            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13665            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
13666 ____________________________________________________________________________
13667 [  9736] By: jhi                                   on 2001/04/18  04:15:14
13668         Log: The #9735 also changes the subtest 12.
13669      Branch: perl
13670            ! t/lib/b.t
13671 ____________________________________________________________________________
13672 [  9735] By: jhi                                   on 2001/04/18  03:55:17
13673         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
13674              From: David Dyck <dcd@tc.fluke.com>
13675              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
13676              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
13677      Branch: perl
13678            ! ext/B/B/Deparse.pm
13679 ____________________________________________________________________________
13680 [  9734] By: jhi                                   on 2001/04/18  03:54:11
13681         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
13682              From: Gisle Aas <gisle@ActiveState.com>
13683              Date: 17 Apr 2001 19:06:45 -0700
13684              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
13685      Branch: perl
13686            ! pp_hot.c t/op/misc.t
13687 ____________________________________________________________________________
13688 [  9733] By: jhi                                   on 2001/04/17  22:25:22
13689         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
13690              From: "Abigail" <abigail@foad.org>
13691              Date: Wed, 18 Apr 2001 01:17:46 +0200
13692              Message-ID: <20010417231746.21657.qmail@foad.org>
13693      Branch: perl
13694            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
13695 ____________________________________________________________________________
13696 [  9732] By: jhi                                   on 2001/04/17  20:47:56
13697         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
13698              From: Robin Houston <robin@kitsite.com>
13699              Date: Tue, 17 Apr 2001 22:37:42 +0100
13700              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
13701      Branch: perl
13702            ! ext/B/B/Deparse.pm
13703 ____________________________________________________________________________
13704 [  9731] By: nick                                  on 2001/04/17  20:46:35
13705         Log: Re-sync for t/lib/b.t fix
13706      Branch: perlio
13707           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
13708 ____________________________________________________________________________
13709 [  9730] By: jhi                                   on 2001/04/17  20:45:29
13710         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
13711              From: Robin Houston <robin@kitsite.com>
13712              Date: Tue, 17 Apr 2001 22:29:36 +0100
13713              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
13714      Branch: perl
13715            ! ext/B/B.xs ext/B/B/Deparse.pm
13716 ____________________________________________________________________________
13717 [  9729] By: jhi                                   on 2001/04/17  20:43:11
13718         Log: Subject: Deparse - parenthesise args to undeclared subs
13719              From: Robin Houston <robin@kitsite.com>
13720              Date: Tue, 17 Apr 2001 21:31:05 +0100
13721              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
13722      Branch: perl
13723            ! ext/B/B/Deparse.pm
13724 ____________________________________________________________________________
13725 [  9728] By: jhi                                   on 2001/04/17  18:57:30
13726         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
13727              From: Benjamin Sugars <ben.sugars@home.com>
13728              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
13729              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
13730      Branch: perl
13731            ! t/lib/cwd.t
13732 ____________________________________________________________________________
13733 [  9727] By: jhi                                   on 2001/04/17  18:20:20
13734         Log: Subject: [PATCH B::Deparse] ambient pragmas
13735              From: Robin Houston <robin@kitsite.com>
13736              Date: Tue, 17 Apr 2001 20:01:59 +0100
13737              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
13738      Branch: perl
13739            ! ext/B/B/Deparse.pm t/lib/b.t
13740 ____________________________________________________________________________
13741 [  9726] By: nick                                  on 2001/04/17  16:33:51
13742         Log: Integrate mainline (t/lib/b.t fails test 2...)
13743      Branch: perlio
13744           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
13745           +> ext/List/Util/README ext/List/Util/Util.xs
13746           +> ext/List/Util/lib/List/Util.pm
13747           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
13748           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
13749           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
13750           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
13751           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
13752           !> (integrate 31 files)
13753 ____________________________________________________________________________
13754 [  9725] By: jhi                                   on 2001/04/17  12:14:24
13755         Log: Subject: multiple B::* changes
13756              From: Robin Houston <robin@kitsite.com>
13757              Date: Thu, 12 Apr 2001 20:12:27 +0100
13758              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
13759      Branch: perl
13760            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13761 ____________________________________________________________________________
13762 [  9724] By: jhi                                   on 2001/04/17  11:59:05
13763         Log: Thread-awareness from Doug MacEachern.
13764      Branch: perl
13765            ! ext/List/Util/Util.xs
13766 ____________________________________________________________________________
13767 [  9723] By: jhi                                   on 2001/04/17  11:57:41
13768         Log: Make the test more portable.
13769      Branch: perl
13770            ! t/lib/cwd.t
13771 ____________________________________________________________________________
13772 [  9722] By: jhi                                   on 2001/04/17  11:53:50
13773         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
13774              From: Benjamin Sugars <ben.sugars@home.com>
13775              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
13776              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
13777      Branch: perl
13778            ! t/lib/cwd.t
13779 ____________________________________________________________________________
13780 [  9721] By: jhi                                   on 2001/04/17  11:52:17
13781         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
13782              From: Benjamin Sugars <bsugars@canoe.ca>
13783              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
13784              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
13785      Branch: perl
13786            ! op.c
13787 ____________________________________________________________________________
13788 [  9720] By: jhi                                   on 2001/04/17  11:35:42
13789         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
13790              From: Chris Nandor <pudge@pobox.com>
13791              Date: Tue, 17 Apr 2001 00:30:49 -0400
13792              Message-Id: <p05100207b701768712de@[10.0.1.177]>
13793      Branch: perl
13794            ! ext/File/Glob/bsd_glob.c gv.c
13795 ____________________________________________________________________________
13796 [  9719] By: jhi                                   on 2001/04/17  11:32:13
13797         Log: Subject: [PATCH] Tweten->West
13798              From: Casey West <casey@geeknest.com>
13799              Date: Mon, 16 Apr 2001 12:11:22 -0400
13800              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
13801      Branch: perl
13802            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
13803            ! pod/perltie.pod
13804 ____________________________________________________________________________
13805 [  9718] By: jhi                                   on 2001/04/16  03:22:52
13806         Log: Update Changes.
13807      Branch: perl
13808            ! Changes patchlevel.h
13809 ____________________________________________________________________________
13810 [  9717] By: jhi                                   on 2001/04/16  03:06:28
13811         Log: Regen toc.
13812      Branch: perl
13813            ! pod/perltoc.pod
13814 ____________________________________________________________________________
13815 [  9716] By: jhi                                   on 2001/04/16  02:58:42
13816         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
13817              From: Prymmer/Kahn <pvhp@best.com>
13818              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
13819              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
13820      Branch: perl
13821            ! utf8.c
13822 ____________________________________________________________________________
13823 [  9715] By: jhi                                   on 2001/04/15  23:40:35
13824         Log: Subject: Re: Net::Ping patch, adds stream protocol
13825              From: bronson@rinspin.com (Scott Bronson)
13826              Date: Tue, 10 Apr 2001 23:58:33 -0700
13827              Message-ID: <20010410235833.N29719@rinspin.com>
13828      Branch: perl
13829            ! lib/Net/Ping.pm
13830 ____________________________________________________________________________
13831 [  9714] By: jhi                                   on 2001/04/15  23:31:46
13832         Log: Printing out the ok messages helps successful testing.
13833      Branch: perl
13834            ! t/lib/time-hires.t
13835 ____________________________________________________________________________
13836 [  9713] By: jhi                                   on 2001/04/15  21:43:24
13837         Log: Update Douglas Wegscheid's email.
13838      Branch: perl
13839            ! AUTHORS
13840 ____________________________________________________________________________
13841 [  9712] By: jhi                                   on 2001/04/15  21:40:41
13842         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
13843              From: Michael G Schwern <schwern@pobox.com>
13844              Date: Sat, 14 Apr 2001 22:40:50 +0100
13845              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
13846      Branch: perl
13847            + t/lib/exporter.t
13848            ! MANIFEST lib/Exporter/Heavy.pm
13849 ____________________________________________________________________________
13850 [  9711] By: jhi                                   on 2001/04/15  21:39:21
13851         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
13852              From: Michael G Schwern <schwern@pobox.com>
13853              Date: Sat, 14 Apr 2001 22:13:59 +0100
13854              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
13855      Branch: perl
13856            ! t/op/loopctl.t
13857 ____________________________________________________________________________
13858 [  9710] By: jhi                                   on 2001/04/15  21:30:19
13859         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
13860              From: Michael G Schwern <schwern@pobox.com>
13861              Date: Sat, 14 Apr 2001 22:05:32 +0100
13862              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
13863      Branch: perl
13864            ! t/pragma/warnings.t
13865 ____________________________________________________________________________
13866 [  9709] By: jhi                                   on 2001/04/15  19:34:09
13867         Log: Integrate changes #9706,9707 from maintperl into mainline.
13868              
13869              change#7210 broke .packlist generation
13870              
13871              ExtUtils::Installed doesn't quote regex metacharacters in paths
13872              before using them in match; also make it work for dosish platforms
13873      Branch: perl
13874           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13875 ____________________________________________________________________________
13876 [  9708] By: jhi                                   on 2001/04/15  19:31:01
13877         Log: Test also the scalar aspect of getitimer().
13878      Branch: perl
13879            ! t/lib/time-hires.t
13880 ____________________________________________________________________________
13881 [  9707] By: gsar                                  on 2001/04/15  17:24:20
13882         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
13883              before using them in match; also make it work for dosish platforms
13884      Branch: maint-5.6/perl
13885            ! lib/ExtUtils/Installed.pm
13886 ____________________________________________________________________________
13887 [  9706] By: gsar                                  on 2001/04/15  17:21:59
13888         Log: change#7210 broke .packlist generation (listed only filename
13889              rather than fully qualified path name)
13890      Branch: maint-5.6/perl
13891            ! lib/ExtUtils/Install.pm
13892 ____________________________________________________________________________
13893 [  9705] By: jhi                                   on 2001/04/15  12:36:33
13894         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
13895      Branch: perl
13896            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
13897            ! t/lib/time-hires.t
13898 ____________________________________________________________________________
13899 [  9704] By: jhi                                   on 2001/04/15  10:49:08
13900         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
13901              From: Prymmer/Kahn <pvhp@best.com>
13902              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
13903              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
13904      Branch: perl
13905            ! lib/utf8.pm pod/perlebcdic.pod
13906 ____________________________________________________________________________
13907 [  9703] By: jhi                                   on 2001/04/15  02:26:26
13908         Log: I keep forgetting to sort MANIFEST.
13909      Branch: perl
13910            ! MANIFEST
13911 ____________________________________________________________________________
13912 [  9702] By: jhi                                   on 2001/04/15  02:07:47
13913         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
13914              Now we have blessed, reftype, tainted, first, reduce, ...
13915      Branch: perl
13916            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
13917            + ext/List/Util/README ext/List/Util/Util.xs
13918            + ext/List/Util/lib/List/Util.pm
13919            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
13920            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
13921            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
13922            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
13923            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
13924            ! MANIFEST
13925 ____________________________________________________________________________
13926 [  9701] By: jhi                                   on 2001/04/14  15:05:25
13927         Log: Subject: RE: dprofpp.pl updates 
13928              From: Carl Eklof <CEklof@endeca.com>
13929              Date: Thu, 12 Apr 2001 18:45:46 -0400
13930              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
13931      Branch: perl
13932            ! utils/dprofpp.PL
13933 ____________________________________________________________________________
13934 [  9700] By: jhi                                   on 2001/04/14  14:44:55
13935         Log: Do not just blindly add CR.
13936      Branch: perl
13937            ! Porting/makerel
13938 ____________________________________________________________________________
13939 [  9699] By: jhi                                   on 2001/04/13  13:17:01
13940         Log: Update Changes.
13941      Branch: perl
13942            ! Changes patchlevel.h
13943 ____________________________________________________________________________
13944 [  9698] By: jhi                                   on 2001/04/13  12:44:48
13945         Log: Integrate perlio.
13946      Branch: perl
13947           !> ext/PerlIO/Scalar/Scalar.xs
13948 ____________________________________________________________________________
13949 [  9697] By: jhi                                   on 2001/04/13  12:29:15
13950         Log: Add more debug output to the test.
13951      Branch: perl
13952            ! t/lib/cwd.t
13953 ____________________________________________________________________________
13954 [  9696] By: nick                                  on 2001/04/13  10:14:29
13955         Log: Fix core dump on binmode($fh,'Scalar')
13956      Branch: perlio
13957            ! ext/PerlIO/Scalar/Scalar.xs
13958 ____________________________________________________________________________
13959 [  9695] By: nick                                  on 2001/04/13  09:05:42
13960         Log: Integrate mainline
13961      Branch: perlio
13962           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13963           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
13964           +> t/lib/time-hires.t
13965           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
13966           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
13967           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
13968           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
13969           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
13970           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
13971           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
13972 ____________________________________________________________________________
13973 [  9694] By: jhi                                   on 2001/04/12  22:23:35
13974         Log: Integrate change #9693 from maintperl into mainline.
13975              
13976              $VERSION and Version() on the same line provokes a warning from
13977              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
13978      Branch: perl
13979           !> lib/Devel/SelfStubber.pm
13980 ____________________________________________________________________________
13981 [  9693] By: gsar                                  on 2001/04/12  21:55:56
13982         Log: $VERSION and Version() on the same line provokes a warning from
13983              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
13984      Branch: maint-5.6/perl
13985            ! lib/Devel/SelfStubber.pm
13986 ____________________________________________________________________________
13987 [  9692] By: jhi                                   on 2001/04/12  13:54:00
13988         Log: This is at least 5.005.
13989      Branch: perl
13990            ! ext/Time/HiRes/HiRes.xs
13991 ____________________________________________________________________________
13992 [  9691] By: jhi                                   on 2001/04/12  13:37:20
13993         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
13994      Branch: perl
13995            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
13996            ! win32/Makefile win32/makefile.mk
13997 ____________________________________________________________________________
13998 [  9690] By: jhi                                   on 2001/04/12  01:34:46
13999         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
14000      Branch: perl
14001            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14002            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14003            + t/lib/time-hires.t
14004            ! MANIFEST
14005 ____________________________________________________________________________
14006 [  9689] By: jhi                                   on 2001/04/12  00:28:39
14007         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
14008              From: Gisle Aas <gisle@ActiveState.com>
14009              Date: 11 Apr 2001 16:36:11 -0700
14010              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
14011      Branch: perl
14012            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14013 ____________________________________________________________________________
14014 [  9688] By: jhi                                   on 2001/04/12  00:27:39
14015         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14016              From: Gisle Aas <gisle@ActiveState.com>
14017              Date: 11 Apr 2001 11:13:24 -0700
14018              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
14019      Branch: perl
14020            ! ext/MIME/Base64/Base64.xs
14021 ____________________________________________________________________________
14022 [  9687] By: jhi                                   on 2001/04/11  19:51:47
14023         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
14024      Branch: perl
14025            ! Todo-5.6
14026 ____________________________________________________________________________
14027 [  9686] By: jhi                                   on 2001/04/11  16:54:25
14028         Log: Subject: [PATCH opcode.pl] Documentation of table format
14029              From: Simon Cozens <simon@netthink.co.uk>
14030              Date: Wed, 11 Apr 2001 12:59:31 +0100
14031              Message-ID: <20010411125931.A25681@netthink.co.uk>
14032      Branch: perl
14033            ! opcode.pl
14034 ____________________________________________________________________________
14035 [  9685] By: jhi                                   on 2001/04/11  16:53:15
14036         Log: Subject: [PATCH] prototype("CORE::recv")
14037              From: Simon Cozens <simon@netthink.co.uk>
14038              Date: Wed, 11 Apr 2001 13:24:35 +0100
14039              Message-ID: <20010411132435.A26169@netthink.co.uk>
14040      Branch: perl
14041            ! pp.c t/comp/proto.t
14042 ____________________________________________________________________________
14043 [  9684] By: jhi                                   on 2001/04/11  16:47:13
14044         Log: FAQ (and AUTHORS) update from Dan Carson: the information
14045              was several years obsolete, Term::Readkey has been updated
14046              to have the functionality.
14047      Branch: perl
14048            ! AUTHORS pod/perlfaq5.pod
14049 ____________________________________________________________________________
14050 [  9683] By: jhi                                   on 2001/04/11  12:15:46
14051         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
14052              From: Calle Dybedahl <calle@lysator.liu.se>
14053              Date: 10 Apr 2001 16:44:16 +0200
14054              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
14055      Branch: perl
14056            ! ext/MIME/Base64/Base64.xs
14057 ____________________________________________________________________________
14058 [  9682] By: jhi                                   on 2001/04/11  12:12:26
14059         Log: A more minimal fix for 20010410.006 from Hugo.
14060      Branch: perl
14061            ! regexec.c
14062 ____________________________________________________________________________
14063 [  9681] By: jhi                                   on 2001/04/11  11:34:23
14064         Log: Integrate changes #9678,9679 from maintline into mainperl.
14065              
14066              addendum to change#9676
14067              
14068              up $File::Glob::VERSION; add a note pointing out the version of
14069              the OpenBSD glob bsd_glob.c resembles
14070      Branch: perl
14071           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14072           !> ext/File/Glob/bsd_glob.h
14073 ____________________________________________________________________________
14074 [  9680] By: jhi                                   on 2001/04/11  11:30:38
14075         Log: Bad test numbering in integrate in #9677.
14076              Fixes ID 20010411.001.
14077      Branch: perl
14078            ! t/op/pat.t
14079 ____________________________________________________________________________
14080 [  9679] By: gsar                                  on 2001/04/11  03:38:40
14081         Log: up $File::Glob::VERSION; add a note pointing out the version of
14082              the OpenBSD glob bsd_glob.c resembles
14083      Branch: maint-5.6/perl
14084            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
14085            ! ext/File/Glob/bsd_glob.h
14086 ____________________________________________________________________________
14087 [  9678] By: gsar                                  on 2001/04/11  03:09:48
14088         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
14089              revision 1.8.10.1 found here:
14090              
14091              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
14092      Branch: maint-5.6/perl
14093            ! ext/File/Glob/bsd_glob.c
14094 ____________________________________________________________________________
14095 [  9677] By: jhi                                   on 2001/04/11  02:54:39
14096         Log: Integrate changes #9675,9676 from maintperl into mainline.
14097              
14098              fix for bug 20010410.006, undo change#7115
14099              
14100              port the OpenBSD glob() security patch
14101      Branch: perl
14102           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14103           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
14104           !> t/op/pat.t
14105 ____________________________________________________________________________
14106 [  9676] By: gsar                                  on 2001/04/11  02:19:02
14107         Log: port the glob() security patch found at:
14108              
14109              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
14110              
14111              CERT advisory for the issue is here:
14112              
14113              http://www.cert.org/advisories/CA-2001-07.html
14114              
14115              Note that the security scare is only relevant for those who are
14116              foolish enough to build suidperl (which is now officially discouraged)
14117      Branch: maint-5.6/perl
14118            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
14119            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
14120 ____________________________________________________________________________
14121 [  9675] By: gsar                                  on 2001/04/10  23:52:11
14122         Log: fix for bug 20010410.006
14123              
14124              undo change#7115 (came into maint-5.6 as change#8156)
14125              
14126              add tests to keep it from coming back
14127      Branch: maint-5.6/perl
14128            ! regexec.c t/op/pat.t
14129 ____________________________________________________________________________
14130 [  9674] By: nick                                  on 2001/04/10  20:39:31
14131         Log: Integrate mainline
14132      Branch: perlio
14133           +> Porting/testall.atom
14134           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
14135           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
14136           !> t/lib/lc-uk.t t/pod/find.t
14137 ____________________________________________________________________________
14138 [  9673] By: nick                                  on 2001/04/10  18:46:14
14139         Log: Integrate against change 9670 aka perl-5.7.1
14140      Branch: perlio
14141           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14142           !> (integrate 53 files)
14143 ____________________________________________________________________________
14144 [  9672] By: jhi                                   on 2001/04/10  13:45:01
14145         Log: Add a script for doing cumulative profile of the test suite.
14146              (Requires ATOM, that is, Tru64.)
14147      Branch: perl
14148            + Porting/testall.atom
14149            ! MANIFEST
14150 ____________________________________________________________________________
14151 [  9671] By: jhi                                   on 2001/04/10  12:38:53
14152         Log: Missing std block.
14153      Branch: perl
14154            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
14155            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
14156            ! t/pod/find.t
14157 ____________________________________________________________________________
14158 [  9670] By: jhi                                   on 2001/04/10  01:25:58
14159         Log: This is 5.7.1.
14160      Branch: perl
14161            ! patchlevel.h
14162 ____________________________________________________________________________
14163 [  9669] By: jhi                                   on 2001/04/10  01:09:14
14164         Log: Update Changes.
14165      Branch: perl
14166            ! Changes patchlevel.h
14167 ____________________________________________________________________________
14168 [  9668] By: jhi                                   on 2001/04/10  01:00:38
14169         Log: Regen toc.
14170      Branch: perl
14171            ! pod/perltoc.pod
14172 ____________________________________________________________________________
14173 [  9667] By: jhi                                   on 2001/04/10  00:52:16
14174         Log: Update perlhist.
14175      Branch: perl
14176            ! pod/perlhist.pod
14177 ____________________________________________________________________________
14178 [  9666] By: jhi                                   on 2001/04/09  23:38:59
14179         Log: Slight wording tweaks from Damian to #9658.
14180      Branch: perl
14181            ! pod/perlobj.pod
14182 ____________________________________________________________________________
14183 [  9665] By: jhi                                   on 2001/04/09  19:56:06
14184         Log: Subject: [PATCH perlutil.pod] Nit
14185              From: Simon Cozens <simon@netthink.co.uk>
14186              Date: Mon, 9 Apr 2001 20:29:44 +0100
14187              Message-ID: <20010409202944.A14796@the.earth.li>
14188      Branch: perl
14189            ! pod/perlutil.pod
14190 ____________________________________________________________________________
14191 [  9664] By: jhi                                   on 2001/04/09  19:54:42
14192         Log: Subject: Re: perl571delta.pod@9631
14193              From: Mike Guy <mjtg@cam.ac.uk>
14194              Date: Mon, 09 Apr 2001 18:09:14 +0100
14195              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
14196      Branch: perl
14197            ! pod/perl571delta.pod
14198 ____________________________________________________________________________
14199 [  9663] By: jhi                                   on 2001/04/09  13:43:35
14200         Log: Update Changes.
14201      Branch: perl
14202            ! Changes patchlevel.h
14203 ____________________________________________________________________________
14204 [  9662] By: jhi                                   on 2001/04/09  13:24:46
14205         Log: tweak tweak.
14206      Branch: perl
14207            ! AUTHORS pod/perl571delta.pod
14208 ____________________________________________________________________________
14209 [  9661] By: jhi                                   on 2001/04/09  13:15:13
14210         Log: Thinko in manual patch applying.
14211      Branch: perl
14212            ! sv.c
14213 ____________________________________________________________________________
14214 [  9660] By: jhi                                   on 2001/04/09  13:07:53
14215         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
14216              From: Robin Barker <rmb1@cise.npl.co.uk> 
14217              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
14218              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
14219              
14220              (This corrects the case where the "isn't numeric" string contains \0s
14221              and is longer than the temporary buffer, and contains \0 at the point
14222              the string would be truncated by "...".) 
14223      Branch: perl
14224            ! sv.c
14225 ____________________________________________________________________________
14226 [  9659] By: jhi                                   on 2001/04/09  12:57:41
14227         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
14228      Branch: perl
14229            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
14230            ! t/lib/cgi-function.t t/lib/cgi-html.t
14231 ____________________________________________________________________________
14232 [  9658] By: jhi                                   on 2001/04/09  12:48:47
14233         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
14234              From: Ilmari Karonen <iltzu@sci.fi>
14235              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
14236              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
14237              
14238              Rearrange and rewrite the Method Invocation section
14239              to explain the concepts in nicer order.
14240      Branch: perl
14241            ! pod/perlobj.pod
14242 ____________________________________________________________________________
14243 [  9657] By: jhi                                   on 2001/04/09  12:35:58
14244         Log: Upgrade to podlators 1.09, from Russ Allbery.
14245      Branch: perl
14246            ! lib/Pod/Man.pm lib/Pod/Text.pm
14247 ____________________________________________________________________________
14248 [  9656] By: jhi                                   on 2001/04/09  12:31:53
14249         Log: perl571delta.
14250      Branch: perl
14251            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
14252 ____________________________________________________________________________
14253 [  9655] By: jhi                                   on 2001/04/09  12:20:09
14254         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
14255              From: Prymmer/Kahn <pvhp@best.com>
14256              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
14257              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
14258      Branch: perl
14259            ! lib/utf8.pm pod/perlunicode.pod
14260 ____________________________________________________________________________
14261 [  9654] By: gsar                                  on 2001/04/09  03:38:33
14262         Log: here lies 5.6.1
14263      Branch: maint-5.6/perl
14264            ! Changes
14265 ____________________________________________________________________________
14266 [  9653] By: jhi                                   on 2001/04/09  03:25:24
14267         Log: Update perlhist.
14268      Branch: perl
14269            ! pod/perlhist.pod
14270 ____________________________________________________________________________
14271 [  9652] By: jhi                                   on 2001/04/09  03:18:49
14272         Log: perl571delta tweaking continues.
14273      Branch: perl
14274            ! pod/perl571delta.pod
14275 ____________________________________________________________________________
14276 [  9651] By: gsar                                  on 2001/04/09  03:11:19
14277         Log: update Changes, patchlevel.h &c.
14278      Branch: maint-5.6/perl
14279            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
14280            ! pod/perltoc.pod
14281 ____________________________________________________________________________
14282 [  9650] By: jhi                                   on 2001/04/09  02:40:24
14283         Log: Integrate the perlfork half of #9513 from maintperl into mainline
14284              (the perlunicode half is obsolete)
14285      Branch: perl
14286            ! pod/perlfork.pod
14287 ____________________________________________________________________________
14288 [  9649] By: gsar                                  on 2001/04/09  02:35:43
14289         Log: tweak perldelta as suggested by Jarkko
14290      Branch: maint-5.6/perl
14291            ! pod/perldelta.pod
14292 ____________________________________________________________________________
14293 [  9648] By: jhi                                   on 2001/04/09  02:13:04
14294         Log: Integrate change #9646 from maintperl into mainline.
14295              
14296              add note about ithreads and Thread.pm
14297      Branch: perl
14298           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
14299 ____________________________________________________________________________
14300 [  9647] By: jhi                                   on 2001/04/09  02:10:18
14301         Log: Bad assumption that shortsize == 2.
14302      Branch: perl
14303            ! t/lib/xs-typemap.t
14304 ____________________________________________________________________________
14305 [  9646] By: gsar                                  on 2001/04/09  00:48:04
14306         Log: add note about ithreads and Thread.pm (too many people are
14307              confused by the fact that Thread.pm is built and installed
14308              under non-5005threads but doesn't work)
14309      Branch: maint-5.6/perl
14310            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
14311 ____________________________________________________________________________
14312 [  9645] By: gsar                                  on 2001/04/09  00:19:03
14313         Log: update perldelta.pod for changes in 5.6.1
14314      Branch: maint-5.6/perl
14315            ! Changes pod/perldelta.pod
14316 ____________________________________________________________________________
14317 [  9644] By: jhi                                   on 2001/04/08  20:37:00
14318         Log: Integrate change #9639 from maintperl into mainline:
14319              on windows, many of the README.* pods were being copied to
14320              the wrong location
14321      Branch: perl
14322           !> win32/Makefile win32/makefile.mk
14323 ____________________________________________________________________________
14324 [  9643] By: jhi                                   on 2001/04/08  20:07:11
14325         Log: Integrate change #9624 from maintperl into mainline:
14326              the pod tests were not okay.  (t/pod/find.t changes ignored)
14327      Branch: perl
14328           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
14329           !> t/pod/include.t t/pod/included.t t/pod/lref.t
14330           !> t/pod/multiline_items.t t/pod/nested_items.t
14331           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
14332           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
14333 ____________________________________________________________________________
14334 [  9642] By: jhi                                   on 2001/04/08  19:57:17
14335         Log: Integrate change #9638 from maintperl into mainline:
14336              update to latest JPL from the anoncvs repository
14337      Branch: perl
14338           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14339           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14340           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
14341 ____________________________________________________________________________
14342 [  9641] By: jhi                                   on 2001/04/08  19:53:30
14343         Log: perl571delta updates.
14344      Branch: perl
14345            ! lib/Filter/Simple.pm pod/perl571delta.pod
14346 ____________________________________________________________________________
14347 [  9640] By: gsar                                  on 2001/04/08  19:20:46
14348         Log: integrate change#9634 from mainline
14349              
14350              Fix the perlmodlib generation (didn't understand separate .pod
14351              files; didn't understand -- as the name-thing separator).
14352              Update the CPAN mirrors list.
14353      Branch: maint-5.6/perl
14354            ! pod/perlmodlib.pod
14355           !> pod/perlmodlib.PL
14356 ____________________________________________________________________________
14357 [  9639] By: gsar                                  on 2001/04/08  18:57:31
14358         Log: on windows, many of the README.* pods were being copied to the wrong
14359              location
14360      Branch: maint-5.6/perl
14361            ! win32/Makefile win32/makefile.mk
14362 ____________________________________________________________________________
14363 [  9638] By: gsar                                  on 2001/04/08  18:38:25
14364         Log: update to latest JPL from the anoncvs repository
14365      Branch: maint-5.6/perl
14366            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
14367            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14368            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
14369 ____________________________________________________________________________
14370 [  9637] By: jhi                                   on 2001/04/08  17:53:53
14371         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
14372      Branch: perl
14373            ! pod/perl571delta.pod
14374 ____________________________________________________________________________
14375 [  9636] By: jhi                                   on 2001/04/08  17:18:32
14376         Log: Regen toc.
14377      Branch: perl
14378            ! pod/perltoc.pod
14379 ____________________________________________________________________________
14380 [  9635] By: jhi                                   on 2001/04/08  17:16:33
14381         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
14382              From: "Craig A. Berry" <craigberry@mac.com>
14383              Date: Sun, 08 Apr 2001 12:30:16 -0500
14384              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
14385      Branch: perl
14386            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
14387 ____________________________________________________________________________
14388 [  9634] By: jhi                                   on 2001/04/08  17:09:19
14389         Log: Fix the perlmodlib generation (didn't understand separate .pod
14390              files; didn't understand -- as the name-thing separator).
14391              
14392              Update the CPAN mirrors list.
14393      Branch: perl
14394            ! pod/perlmodlib.PL pod/perlmodlib.pod
14395 ____________________________________________________________________________
14396 [  9633] By: jhi                                   on 2001/04/08  16:49:17
14397         Log: Sort MANIFEST.
14398      Branch: perl
14399            ! MANIFEST
14400 ____________________________________________________________________________
14401 [  9632] By: gsar                                  on 2001/04/08  16:36:06
14402         Log: add $Tie::RefHash::VERSION
14403      Branch: maint-5.6/perl
14404            ! lib/Tie/RefHash.pm
14405 ____________________________________________________________________________
14406 [  9631] By: jhi                                   on 2001/04/08  16:10:15
14407         Log: perl571delta updates based on p5p feedback; still needs
14408              lots of examples.
14409      Branch: perl
14410            ! pod/perl571delta.pod
14411 ____________________________________________________________________________
14412 [  9630] By: jhi                                   on 2001/04/08  15:59:13
14413         Log: Update the list of supported platforms to talk about 5.7.1
14414              (and 5.6.1)
14415      Branch: perl
14416            ! pod/perlport.pod
14417 ____________________________________________________________________________
14418 [  9629] By: jhi                                   on 2001/04/08  15:55:41
14419         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
14420              from maintperl into mainline: perlport updates.
14421      Branch: perl
14422            ! pod/perlport.pod
14423 ____________________________________________________________________________
14424 [  9628] By: jhi                                   on 2001/04/08  15:53:17
14425         Log: perlsolaris.pod copied to wrong directory.
14426      Branch: perl
14427            ! win32/makefile.mk
14428 ____________________________________________________________________________
14429 [  9627] By: jhi                                   on 2001/04/08  14:48:18
14430         Log: Subject: Typos in perl571delta.pod
14431              From: "Stephen P. Potter" <spp@spotter.yi.org>
14432              Date: Sat, 07 Apr 2001 20:37:05 -0400
14433              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
14434      Branch: perl
14435            ! pod/perl571delta.pod
14436 ____________________________________________________________________________
14437 [  9626] By: jhi                                   on 2001/04/08  14:39:04
14438         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
14439      Branch: perl
14440            ! gv.c
14441 ____________________________________________________________________________
14442 [  9625] By: nick                                  on 2001/04/08  10:14:23
14443         Log: Integrate mainline
14444      Branch: perlio
14445           +> pod/perl570delta.pod pod/perl571delta.pod
14446           !> (integrate 27 files)
14447 ____________________________________________________________________________
14448 [  9624] By: gsar                                  on 2001/04/08  06:08:17
14449         Log: test in t/pod/* were busted
14450              
14451              these tests are still not enabled in t/{harness,TEST}
14452      Branch: maint-5.6/perl
14453            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
14454            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
14455            ! t/pod/multiline_items.t t/pod/nested_items.t
14456            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
14457            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
14458 ____________________________________________________________________________
14459 [  9623] By: gsar                                  on 2001/04/08  03:37:01
14460         Log: integrate change#9470 from mainline
14461              
14462              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
14463      Branch: maint-5.6/perl
14464           !> ext/Socket/Socket.xs
14465 ____________________________________________________________________________
14466 [  9622] By: jhi                                   on 2001/04/07  22:40:47
14467         Log: Update Changes.
14468      Branch: perl
14469            ! Changes patchlevel.h
14470 ____________________________________________________________________________
14471 [  9621] By: jhi                                   on 2001/04/07  22:34:16
14472         Log: Update AUTHORS.
14473      Branch: perl
14474            ! AUTHORS
14475 ____________________________________________________________________________
14476 [  9620] By: jhi                                   on 2001/04/07  22:12:47
14477         Log: Forgot to bump the number of tests in #9164.
14478      Branch: perl
14479            ! t/op/array.t
14480 ____________________________________________________________________________
14481 [  9619] By: jhi                                   on 2001/04/07  22:09:50
14482         Log: Bump patchlevel to 5.7.1.
14483      Branch: perl
14484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14485            ! config_h.SH patchlevel.h
14486 ____________________________________________________________________________
14487 [  9618] By: jhi                                   on 2001/04/07  22:02:41
14488         Log: Populate perl571delta.
14489      Branch: perl
14490            ! pod/perl571delta.pod
14491 ____________________________________________________________________________
14492 [  9617] By: jhi                                   on 2001/04/07  22:01:23
14493         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
14494              to forget it later; do not change patchlevel.h yet or regenerate
14495              Configure yet.
14496      Branch: perl
14497            ! epoc/config.sh win32/Makefile win32/config_H.bc
14498            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14499 ____________________________________________________________________________
14500 [  9616] By: jhi                                   on 2001/04/07  17:46:33
14501         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
14502      Branch: perl
14503            ! pod/perl571delta.pod
14504 ____________________________________________________________________________
14505 [  9615] By: jhi                                   on 2001/04/07  17:33:21
14506         Log: Change the toc configuration.
14507      Branch: perl
14508            ! pod/buildtoc.PL pod/perl.pod
14509 ____________________________________________________________________________
14510 [  9614] By: jhi                                   on 2001/04/07  17:29:47
14511         Log: Subject: PATCH: $[
14512              From: Robin Houston <robin@kitsite.com>
14513              Date: Fri, 6 Apr 2001 18:10:14 +0100
14514              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
14515      Branch: perl
14516            ! op.c t/op/array.t
14517 ____________________________________________________________________________
14518 [  9613] By: jhi                                   on 2001/04/07  17:28:26
14519         Log: Subject: [PATCH perl@9424] isn't numeric warning
14520              From: Robin Barker <rmb1@cise.npl.co.uk>
14521              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
14522              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
14523      Branch: perl
14524            ! sv.c t/pragma/warn/sv
14525 ____________________________________________________________________________
14526 [  9612] By: jhi                                   on 2001/04/07  17:26:45
14527         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
14528              From: Mike Guy <mjtg@cam.ac.uk>
14529              Date: Fri, 06 Apr 2001 12:47:06 +0100
14530              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
14531      Branch: perl
14532            ! dump.c t/lib/peek.t
14533 ____________________________________________________________________________
14534 [  9611] By: jhi                                   on 2001/04/07  17:21:35
14535         Log: Create perl571delta and seed it off with the perldelta changes
14536              since 5.7.0; remove those changes from perldelta and rename it
14537              as perl570delta; recreate perldelta but leave it almost empty.
14538      Branch: perl
14539            + pod/perl570delta.pod pod/perl571delta.pod
14540            ! MANIFEST pod/perldelta.pod
14541 ____________________________________________________________________________
14542 [  9610] By: jhi                                   on 2001/04/07  16:56:32
14543         Log: Denit.
14544      Branch: perl
14545            ! pod/perldelta.pod
14546 ____________________________________________________________________________
14547 [  9609] By: jhi                                   on 2001/04/07  16:38:32
14548         Log: Retract #9523: needs more thought.
14549      Branch: perl
14550            ! Makefile.SH
14551 ____________________________________________________________________________
14552 [  9608] By: jhi                                   on 2001/04/07  14:59:20
14553         Log: atmark() code cleanaup.
14554      Branch: perl
14555            ! ext/IO/IO.xs
14556 ____________________________________________________________________________
14557 [  9607] By: jhi                                   on 2001/04/07  14:48:14
14558         Log: Integrate change #9605 from maintperl into mainline.
14559              
14560              can't optimize away scope entry if tr/// is present
14561      Branch: perl
14562           !> op.c t/op/tr.t
14563 ____________________________________________________________________________
14564 [  9606] By: jhi                                   on 2001/04/07  14:43:59
14565         Log: Integrate perlio.
14566      Branch: perl
14567           +> win32/FindExt.pm
14568           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
14569           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
14570 ____________________________________________________________________________
14571 [  9605] By: gsar                                  on 2001/04/07  11:52:40
14572         Log: can't optimize away scope entry if tr/// is present
14573      Branch: maint-5.6/perl
14574            ! op.c t/op/tr.t
14575 ____________________________________________________________________________
14576 [  9604] By: nick                                  on 2001/04/07  11:39:45
14577         Log: Split out extension finding code from buildext.pl into FindExt.pm
14578              Use it to get Config.pm's idea of available extensions in line
14579              with what is built.
14580      Branch: perlio
14581            + win32/FindExt.pm
14582            ! MANIFEST win32/buildext.pl win32/config_sh.PL
14583            ! win32/makefile.mk
14584 ____________________________________________________________________________
14585 [  9603] By: nick                                  on 2001/04/07  09:11:38
14586         Log: Cleanup correction for failed :Via() layer, also set an error code.
14587      Branch: perlio
14588            ! ext/PerlIO/Via/Via.xs
14589 ____________________________________________________________________________
14590 [  9602] By: nick                                  on 2001/04/07  08:38:04
14591         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
14592              style. So don't use binmode() on the handles so that Win32 etc. see
14593              same sequence and produce same digests.
14594      Branch: perlio
14595            ! t/lib/md5-file.t
14596 ____________________________________________________________________________
14597 [  9601] By: nick                                  on 2001/04/07  08:36:26
14598         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
14599              Else it complains and so crlf layer (say) does not get pushed.
14600      Branch: perlio
14601            ! perlio.c
14602 ____________________________________________________________________________
14603 [  9600] By: jhi                                   on 2001/04/06  23:00:09
14604         Log: Integrate change #9599 from perlio into mainline.
14605      Branch: perl
14606           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
14607           !> win32/config_H.vc
14608 ____________________________________________________________________________
14609 [  9599] By: nick                                  on 2001/04/06  21:42:43
14610         Log: Quote $VERSION in Encode.pm.
14611              regen_config_h as requested.
14612      Branch: perlio
14613            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
14614            ! win32/config_H.vc
14615 ____________________________________________________________________________
14616 [  9598] By: nick                                  on 2001/04/06  20:34:59
14617         Log: Integrate mainline
14618      Branch: perlio
14619           +> README.macos
14620           !> (integrate 39 files)
14621 ____________________________________________________________________________
14622 [  9597] By: gsar                                  on 2001/04/06  18:06:35
14623         Log: integrate change#9464 from mainline (addendum to change#8313)
14624              
14625              Subject: [PATCH @9452] Better peep()ing for foreach() loops
14626      Branch: maint-5.6/perl
14627           !> op.c
14628 ____________________________________________________________________________
14629 [  9596] By: jhi                                   on 2001/04/06  17:26:03
14630         Log: The d_casti32=undef is good for you even when not use64bitall.
14631      Branch: perl
14632            ! hints/hpux.sh
14633 ____________________________________________________________________________
14634 [  9595] By: gsar                                  on 2001/04/06  14:57:17
14635         Log: add a low-impact fix to accomodate darwin-ism
14636      Branch: maint-5.6/perl
14637            ! ext/Errno/Errno_pm.PL
14638 ____________________________________________________________________________
14639 [  9594] By: jhi                                   on 2001/04/06  14:55:14
14640         Log: Integrate changes #9528,9593 from mainline into maintperl;
14641              tweaking the editor/IDE/shell list.
14642      Branch: maint-5.6/perl
14643           !> pod/perlfaq3.pod
14644 ____________________________________________________________________________
14645 [  9593] By: jhi                                   on 2001/04/06  14:51:39
14646         Log: Make the editor/IDE/shell list a little bit airier.
14647      Branch: perl
14648            ! pod/perlfaq3.pod
14649 ____________________________________________________________________________
14650 [  9592] By: gsar                                  on 2001/04/06  14:45:18
14651         Log: integrate change#9477 from mainline (base.pm doc tweak)
14652              
14653              missing doc entry for fmod()
14654      Branch: maint-5.6/perl
14655            ! lib/Math/BigFloat.pm
14656           !> lib/base.pm
14657 ____________________________________________________________________________
14658 [  9591] By: jhi                                   on 2001/04/06  13:55:48
14659         Log: Regen toc.
14660      Branch: perl
14661            ! pod/perltoc.pod
14662 ____________________________________________________________________________
14663 [  9590] By: jhi                                   on 2001/04/06  13:54:52
14664         Log: Math::BigFloat patches from John Peacock.  The equivalent
14665              of #9586 from maintperl but reworked by John to work with
14666              the bleadperl.
14667      Branch: perl
14668            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
14669 ____________________________________________________________________________
14670 [  9589] By: jhi                                   on 2001/04/06  13:42:23
14671         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
14672      Branch: perl
14673            ! ext/Digest/MD5/Makefile.PL
14674 ____________________________________________________________________________
14675 [  9588] By: jhi                                   on 2001/04/06  13:31:45
14676         Log: Integrate changes #9584,9587 from maintperl into mainline.
14677              
14678              keep eval"" CVs alive until the end of the statement in which
14679              they're called
14680              
14681              add README.macos (from Chris Nandor)
14682              
14683              tyop in change#9555
14684      Branch: perl
14685           +> README.macos
14686           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
14687           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
14688           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
14689           !> win32/makefile.mk
14690 ____________________________________________________________________________
14691 [  9587] By: gsar                                  on 2001/04/06  07:31:30
14692         Log: add README.macos (from Chris Nandor)
14693              
14694              tyop in change#9555
14695      Branch: maint-5.6/perl
14696            + README.macos
14697            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
14698            ! win32/Makefile win32/makefile.mk
14699 ____________________________________________________________________________
14700 [  9586] By: gsar                                  on 2001/04/06  07:08:54
14701         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
14702      Branch: maint-5.6/perl
14703            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
14704 ____________________________________________________________________________
14705 [  9585] By: gsar                                  on 2001/04/06  06:58:44
14706         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
14707              from mainline
14708              
14709              Subject: [PATCH] Base64 update to perlfaq9.pod
14710              
14711              Subject: [PATCH AUTHORS] Housekeeping
14712              
14713              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
14714              Mac OS X (Darwin) has extra pwent fields.
14715              
14716              Subject: [PATCH B::*] print control-character vars readably
14717              Needs EBCDICification.
14718              
14719              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
14720              
14721              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
14722              
14723              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
14724              
14725              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
14726              
14727              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
14728              
14729              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
14730              
14731              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
14732              
14733              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
14734              
14735              FreeBSD hints tweak from Anton Berezin.
14736              
14737              Subject: [PATCH foolperl & bleadperl] README.vms update
14738              
14739              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
14740      Branch: maint-5.6/perl
14741           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
14742           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
14743           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
14744 ____________________________________________________________________________
14745 [  9584] By: gsar                                  on 2001/04/06  04:09:00
14746         Log: keep eval"" CVs alive until the end of the statement in which
14747              they're called; this avoids a coredump ensuing from search for
14748              lexicals in code such as:
14749              
14750              sub bug {
14751              my $s = @_;
14752              eval q[sub { eval 'sub { &$s }' }];
14753              }
14754              bug("x")->()->();
14755              
14756              this code still doesn't work as intended (as it has remained
14757              since time immemorial), but it doesn't provoke a coredump anymore
14758      Branch: maint-5.6/perl
14759            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14760            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
14761 ____________________________________________________________________________
14762 [  9583] By: jhi                                   on 2001/04/05  23:52:51
14763         Log: Update Changes.
14764      Branch: perl
14765            ! Changes patchlevel.h
14766 ____________________________________________________________________________
14767 [  9582] By: jhi                                   on 2001/04/05  23:11:23
14768         Log: Slight doc tweak.
14769      Branch: perl
14770            ! pod/perlunicode.pod
14771 ____________________________________________________________________________
14772 [  9581] By: jhi                                   on 2001/04/05  23:04:11
14773         Log: Integrate perlio.
14774      Branch: perl
14775           !> pod/perlunicode.pod
14776 ____________________________________________________________________________
14777 [  9580] By: jhi                                   on 2001/04/05  23:03:29
14778         Log: Test for #9579.
14779      Branch: perl
14780            ! t/op/do.t
14781 ____________________________________________________________________________
14782 [  9579] By: jhi                                   on 2001/04/05  22:54:17
14783         Log: Subject: [PATCH] Propagate calling context for do '...'
14784              From: Gisle Aas <gisle@ActiveState.com>
14785              Date: 04 Apr 2001 20:17:29 -0700
14786              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
14787      Branch: perl
14788            ! pod/perlfunc.pod pp_ctl.c
14789 ____________________________________________________________________________
14790 [  9578] By: jhi                                   on 2001/04/05  22:52:51
14791         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
14792              From: Peter Prymmer <pvhp@forte.com>
14793              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
14794              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
14795      Branch: perl
14796            ! README.vms
14797 ____________________________________________________________________________
14798 [  9577] By: jhi                                   on 2001/04/05  22:48:22
14799         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
14800              From: "Craig A. Berry" <craigberry@mac.com>
14801              Date: Thu, 5 Apr 2001 13:43:28 -0500
14802              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
14803      Branch: perl
14804            ! README.vms
14805 ____________________________________________________________________________
14806 [  9576] By: jhi                                   on 2001/04/05  22:31:38
14807         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
14808              From: Michael G Schwern <schwern@pobox.com>
14809              Date: Thu, 5 Apr 2001 21:53:21 +0100
14810              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
14811      Branch: perl
14812            ! lib/base.pm t/lib/fields.t
14813 ____________________________________________________________________________
14814 [  9575] By: jhi                                   on 2001/04/05  22:26:10
14815         Log: FreeBSD hints tweak from Anton Berezin.
14816      Branch: perl
14817            ! hints/freebsd.sh
14818 ____________________________________________________________________________
14819 [  9574] By: jhi                                   on 2001/04/05  22:24:03
14820         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
14821              From: David Dyck <dcd@tc.fluke.com>
14822              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
14823              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
14824      Branch: perl
14825            ! t/op/oct.t
14826 ____________________________________________________________________________
14827 [  9573] By: jhi                                   on 2001/04/05  22:23:06
14828         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
14829              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
14830              From: David Dyck <dcd@tc.fluke.com>
14831              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
14832      Branch: perl
14833            ! pp.c
14834 ____________________________________________________________________________
14835 [  9572] By: jhi                                   on 2001/04/05  22:14:47
14836         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
14837              From: Robin Houston <robin@kitsite.com>
14838              Date: Thu, 5 Apr 2001 20:56:48 +0100
14839              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
14840      Branch: perl
14841            ! ext/B/B/Deparse.pm
14842 ____________________________________________________________________________
14843 [  9571] By: jhi                                   on 2001/04/05  22:12:53
14844         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
14845              From: Robin Houston <robin@kitsite.com>
14846              Date: Thu, 5 Apr 2001 19:55:51 +0100
14847              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
14848      Branch: perl
14849            ! ext/B/B/Deparse.pm
14850 ____________________________________________________________________________
14851 [  9570] By: jhi                                   on 2001/04/05  22:11:06
14852         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
14853              From: Robin Houston <robin@kitsite.com>
14854              Date: Thu, 5 Apr 2001 20:16:29 +0100
14855              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
14856      Branch: perl
14857            ! ext/B/B/Deparse.pm
14858 ____________________________________________________________________________
14859 [  9569] By: nick                                  on 2001/04/05  21:32:26
14860         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
14861      Branch: perlio
14862            ! pod/perlunicode.pod
14863 ____________________________________________________________________________
14864 [  9568] By: nick                                  on 2001/04/05  19:38:09
14865         Log: Integrate mainline
14866      Branch: perlio
14867           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
14868           !> (integrate 35 files)
14869 ____________________________________________________________________________
14870 [  9567] By: jhi                                   on 2001/04/05  18:31:45
14871         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
14872              From: Robin Houston <robin@kitsite.com>
14873              Date: Thu, 5 Apr 2001 18:03:23 +0100
14874              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
14875      Branch: perl
14876            ! ext/B/B/Deparse.pm
14877 ____________________________________________________________________________
14878 [  9566] By: jhi                                   on 2001/04/05  18:29:35
14879         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
14880              From: Robin Houston <robin@kitsite.com>
14881              Date: Thu, 5 Apr 2001 16:45:18 +0100
14882              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
14883      Branch: perl
14884            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
14885 ____________________________________________________________________________
14886 [  9565] By: jhi                                   on 2001/04/05  18:24:23
14887         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
14888              From: Robin Houston <robin@kitsite.com>
14889              Date: Thu, 5 Apr 2001 14:50:09 +0100
14890              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
14891      Branch: perl
14892            ! ext/B/B/Deparse.pm
14893 ____________________________________________________________________________
14894 [  9564] By: jhi                                   on 2001/04/05  18:23:03
14895         Log: Subject: [PATCH B::*] print control-character vars readably
14896              From: Robin Houston <robin@kitsite.com>
14897              Date: Thu, 5 Apr 2001 14:27:38 +0100
14898              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
14899              
14900              Needs EBCDICification.
14901      Branch: perl
14902            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
14903            ! ext/B/B/Terse.pm
14904 ____________________________________________________________________________
14905 [  9563] By: jhi                                   on 2001/04/05  18:20:32
14906         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
14907              Date: Thu, 5 Apr 2001 13:21:42 -0400
14908              From: Paul Schinder <schinder@pobox.com>
14909              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
14910              
14911              Mac OS X (Darwin) has extra pwent fields.
14912      Branch: perl
14913            ! t/op/pwent.t
14914 ____________________________________________________________________________
14915 [  9562] By: jhi                                   on 2001/04/05  17:57:51
14916         Log: Regen toc.
14917      Branch: perl
14918            ! pod/perltoc.pod
14919 ____________________________________________________________________________
14920 [  9561] By: jhi                                   on 2001/04/05  17:47:33
14921         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
14922      Branch: metaconfig
14923            ! U/Glossary.patch
14924      Branch: metaconfig/U/perl
14925            + d_u32align.U
14926            ! d_cmsghdr_s.U d_msghdr_s.U
14927 ____________________________________________________________________________
14928 [  9560] By: jhi                                   on 2001/04/05  17:47:01
14929         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
14930              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
14931              Introduce probes for struct msghdr, struct cmsghdr,
14932              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
14933              ualarm, usleep, for possible later extension work.
14934      Branch: perl
14935            + t/lib/md5-align.t
14936            ! Configure MANIFEST Porting/Glossary Porting/config.sh
14937            ! Porting/config_H config_h.SH configure.com epoc/config.sh
14938            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
14939            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14940            ! vos/config.ga.h win32/config.bc win32/config.gc
14941            ! win32/config.vc
14942 ____________________________________________________________________________
14943 [  9559] By: jhi                                   on 2001/04/05  13:03:04
14944         Log: Be traditional in your cpp (for the Errno extension).
14945      Branch: perl
14946            ! hints/darwin.sh
14947 ____________________________________________________________________________
14948 [  9558] By: jhi                                   on 2001/04/05  13:00:05
14949         Log: Add $Config{cppflags} to the gcc incantation.
14950      Branch: perl
14951            ! ext/Errno/Errno_pm.PL
14952 ____________________________________________________________________________
14953 [  9557] By: jhi                                   on 2001/04/05  04:22:39
14954         Log: Introduce Sean Burke's Class::ISA 0.32.
14955      Branch: perl
14956            + lib/Class/ISA.pm t/lib/class-isa.t
14957            ! MANIFEST
14958 ____________________________________________________________________________
14959 [  9556] By: jhi                                   on 2001/04/05  04:09:50
14960         Log: Subject: [PATCH AUTHORS] Housekeeping
14961              From: Paul Johnson <paul@pjcj.net> 
14962              Date: Wed, 4 Apr 2001 22:45:47 +0200
14963              Message-ID: <20010404224547.D9548@pjcj.net>
14964      Branch: perl
14965            ! AUTHORS
14966 ____________________________________________________________________________
14967 [  9555] By: jhi                                   on 2001/04/05  04:06:33
14968         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
14969              From: Gisle Aas <gisle@ActiveState.com>
14970              Date: 04 Apr 2001 14:23:04 -0700
14971              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
14972      Branch: perl
14973            ! pod/perlfaq9.pod
14974 ____________________________________________________________________________
14975 [  9554] By: jhi                                   on 2001/04/05  04:05:49
14976         Log: Downgrade also the "Wide character" diagnostic.
14977      Branch: perl
14978            ! pod/perldiag.pod
14979 ____________________________________________________________________________
14980 [  9553] By: jhi                                   on 2001/04/05  04:00:33
14981         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
14982              maintperl into mainline.
14983              
14984              "double" should be "NV"; standard typemap is missing entry
14985              for NV
14986              
14987              s/djSP/dSP/
14988              
14989              Downgrade "Wide character in print" to a warning.
14990              
14991              B::Deparse fix for ${^FOO} and documentation for PVX() method
14992              (from Robin Houston)
14993              
14994              tr/// doesn't null-terminate the result in some situations
14995              (from Gisle Aas)
14996      Branch: perl
14997           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
14998           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
14999           !> t/io/utf8.t t/op/tr.t
15000 ____________________________________________________________________________
15001 [  9552] By: jhi                                   on 2001/04/05  03:52:50
15002         Log: Retract changes #9542 and #9538 (from maintperl, integrated
15003              at #9540), shouldn't be needed because of the perlio changes.
15004      Branch: perl
15005            ! util.c
15006 ____________________________________________________________________________
15007 [  9551] By: gsar                                  on 2001/04/05  00:18:34
15008         Log: tr/// doesn't null-terminate the result in some situations
15009              (from Gisle Aas)
15010      Branch: maint-5.6/perl
15011            ! doop.c t/op/tr.t
15012 ____________________________________________________________________________
15013 [  9550] By: gsar                                  on 2001/04/04  20:04:17
15014         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
15015              (from Robin Houston)
15016      Branch: maint-5.6/perl
15017            ! ext/B/B.pm ext/B/B/Deparse.pm
15018 ____________________________________________________________________________
15019 [  9549] By: nick                                  on 2001/04/04  18:56:15
15020         Log: Downgrade "Wide character in print" to a warning.
15021      Branch: perlio
15022            ! doio.c t/io/utf8.t
15023 ____________________________________________________________________________
15024 [  9548] By: gsar                                  on 2001/04/04  18:51:49
15025         Log: integrate changes#9460,9462,9482,9521,9522
15026              
15027              Subject: PATCH: B::Debug should show LOOP-specific fields
15028              
15029              Subject: B::Deparse precedence bug. (Patch included.)
15030              
15031              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15032              
15033              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15034              
15035              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15036      Branch: maint-5.6/perl
15037           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
15038           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
15039 ____________________________________________________________________________
15040 [  9547] By: gsar                                  on 2001/04/04  18:49:16
15041         Log: s/djSP/dSP/
15042      Branch: maint-5.6/perl
15043            ! ext/Thread/Thread.xs
15044 ____________________________________________________________________________
15045 [  9546] By: nick                                  on 2001/04/04  18:44:00
15046         Log: Integrate mainline.
15047      Branch: perlio
15048           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
15049           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
15050 ____________________________________________________________________________
15051 [  9545] By: gsar                                  on 2001/04/04  18:38:52
15052         Log: integrate change#8837 from mainline
15053              
15054              Subject: [patch] -Wall cleanup round 2
15055      Branch: maint-5.6/perl
15056           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
15057           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
15058           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
15059           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15060           !> ext/SDBM_File/SDBM_File.xs
15061 ____________________________________________________________________________
15062 [  9544] By: gsar                                  on 2001/04/04  17:49:57
15063         Log: "double" should be "NV"; standard typemap is missing entry
15064              for NV
15065      Branch: maint-5.6/perl
15066            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
15067 ____________________________________________________________________________
15068 [  9543] By: jhi                                   on 2001/04/04  14:13:18
15069         Log: Thou shalt not (just) match for English error messages.
15070      Branch: perl
15071            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
15072            ! os2/OS2/Process/Process.pm
15073 ____________________________________________________________________________
15074 [  9542] By: jhi                                   on 2001/04/04  13:20:39
15075         Log: Make the stdio tricks of fflush_all() to exist only if
15076              stdio is being used.
15077      Branch: perl
15078            ! util.c
15079 ____________________________________________________________________________
15080 [  9541] By: jhi                                   on 2001/04/04  04:20:24
15081         Log: Subject: Re: [PATCH] Lighten up glob
15082              From: Benjamin Sugars <bsugars@canoe.ca>
15083              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
15084              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
15085      Branch: perl
15086            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
15087            ! util.c
15088 ____________________________________________________________________________
15089 [  9540] By: jhi                                   on 2001/04/04  04:03:57
15090         Log: Integrate changes #9538,9539 from maintperl into mainline.
15091              
15092              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15093              for use with _fwalk() (fix for change#7705)
15094              
15095              another tweak needed for SunOS 4.1.x build (from Mike Guy)
15096              (cp -f is not portable)
15097      Branch: perl
15098           !> Makefile.SH util.c
15099 ____________________________________________________________________________
15100 [  9539] By: gsar                                  on 2001/04/04  03:01:14
15101         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
15102      Branch: maint-5.6/perl
15103            ! Makefile.SH
15104 ____________________________________________________________________________
15105 [  9538] By: gsar                                  on 2001/04/04  01:00:38
15106         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
15107              for use with _fwalk() (fix for change#7705)
15108      Branch: maint-5.6/perl
15109            ! util.c
15110 ____________________________________________________________________________
15111 [  9537] By: nick                                  on 2001/04/03  19:24:55
15112         Log: Integrate mainline
15113      Branch: perlio
15114           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
15115           +> lib/unicode/PropList.html
15116            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
15117           !> (integrate 69 files)
15118 ____________________________________________________________________________
15119 [  9536] By: jhi                                   on 2001/04/03  18:02:31
15120         Log: Integrate change #9533 from maintperl into mainline.
15121              
15122              better fix for change#9517 to accomodate UNC paths like
15123              \\server\share\foo, and paths with trailing backslash
15124              like c:\this\
15125      Branch: perl
15126           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15127 ____________________________________________________________________________
15128 [  9535] By: jhi                                   on 2001/04/03  17:58:07
15129         Log: Change the push/unshift warning to be of class syntax, not misc.
15130      Branch: perl
15131            ! op.c pod/perldiag.pod t/pragma/warn/op
15132 ____________________________________________________________________________
15133 [  9534] By: jhi                                   on 2001/04/03  15:03:46
15134         Log: Change the push/unshift warning (#9532) to talk about "no values"
15135              instead of "no arguments".
15136      Branch: perl
15137            ! op.c pod/perldiag.pod t/pragma/warn/op
15138 ____________________________________________________________________________
15139 [  9533] By: gsar                                  on 2001/04/03  14:30:07
15140         Log: better fix for change#9517 to accomodate UNC paths like
15141              \\server\share\foo, and paths with trailing backslash
15142              like c:\this\
15143      Branch: maint-5.6/perl
15144            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15145 ____________________________________________________________________________
15146 [  9532] By: jhi                                   on 2001/04/03  13:11:46
15147         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
15148              From: Robin Houston <robin@kitsite.com>
15149              Date: Mon, 2 Apr 2001 15:03:29 +0100
15150              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
15151      Branch: perl
15152            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
15153 ____________________________________________________________________________
15154 [  9531] By: jhi                                   on 2001/04/03  13:06:34
15155         Log: Integrate change #9530 from maintperl into mainline.
15156              
15157              accomodate VMS "mailbox overflow" quirk in testsuite (from
15158              Craig Berry)
15159      Branch: perl
15160           !> t/lib/socket.t
15161 ____________________________________________________________________________
15162 [  9530] By: gsar                                  on 2001/04/03  04:56:41
15163         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
15164              Craig Berry)
15165      Branch: maint-5.6/perl
15166            ! t/lib/socket.t
15167 ____________________________________________________________________________
15168 [  9529] By: jhi                                   on 2001/04/03  02:34:34
15169         Log: Update Changes.
15170      Branch: perl
15171            ! Changes patchlevel.h
15172 ____________________________________________________________________________
15173 [  9528] By: jhi                                   on 2001/04/03  01:27:57
15174         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
15175              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
15176              To: perl5-porters@perl.org
15177              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
15178      Branch: perl
15179            ! pod/perlfaq3.pod
15180 ____________________________________________________________________________
15181 [  9527] By: jhi                                   on 2001/04/03  01:22:09
15182         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
15183              From: Peter Prymmer <pvhp@forte.com>
15184              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
15185              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
15186      Branch: perl
15187            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
15188 ____________________________________________________________________________
15189 [  9526] By: jhi                                   on 2001/04/03  01:18:25
15190         Log: The metaconfig unit changes for #9525.
15191      Branch: metaconfig
15192            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
15193      Branch: metaconfig/U/perl
15194            ! use64bits.U
15195 ____________________________________________________________________________
15196 [  9525] By: jhi                                   on 2001/04/03  01:17:30
15197         Log: Configure sanity checks:
15198              * if use64bitall is attempted but pointers are only 32-bit,
15199              'downgrade' to use64bitint
15200              * if use64bitint is attempted but there's no quad type,
15201              forget about use64bitint (well, the default for it is 'n',
15202              the user can still override this)
15203              * if pointers are 64 bits, do not try to use Perl's malloc
15204      Branch: perl
15205            ! Configure
15206 ____________________________________________________________________________
15207 [  9524] By: gsar                                  on 2001/04/03  01:09:12
15208         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
15209      Branch: maint-5.6/perl
15210            ! pp_sys.c
15211 ____________________________________________________________________________
15212 [  9523] By: jhi                                   on 2001/04/03  00:02:31
15213         Log: (Retracted by #9609)
15214              
15215              Make it harder for parallel makes to enter 'test' before
15216              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
15217              should be unhappy enough, but sometimes parallel makes seem
15218              to sneak past both in Tru64 and AIX.)
15219      Branch: perl
15220            ! Makefile.SH
15221 ____________________________________________________________________________
15222 [  9522] By: jhi                                   on 2001/04/02  22:35:31
15223         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
15224              Date: Mon, 2 Apr 2001 22:54:10 +0100
15225              From: Robin Houston <robin@kitsite.com>
15226              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
15227      Branch: perl
15228            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
15229 ____________________________________________________________________________
15230 [  9521] By: jhi                                   on 2001/04/02  22:32:23
15231         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
15232              From: Robin Houston <robin@kitsite.com>
15233              Date: Mon, 2 Apr 2001 20:24:03 +0100
15234              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
15235      Branch: perl
15236            ! ext/B/B/Concise.pm
15237 ____________________________________________________________________________
15238 [  9520] By: jhi                                   on 2001/04/02  22:30:43
15239         Log: Subject: [PATCH] REALLY pedantic hv.h nit
15240              From: Simon Cozens <simon@netthink.co.uk>
15241              Date: Mon, 2 Apr 2001 15:43:06 +0100
15242              Message-ID: <20010402154306.A21711@netthink.co.uk>
15243      Branch: perl
15244            ! hv.h
15245 ____________________________________________________________________________
15246 [  9519] By: jhi                                   on 2001/04/02  22:28:04
15247         Log: Based on
15248              
15249              Subject: [foolperl] EPOC fix
15250              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15251              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
15252              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
15253      Branch: perl
15254            ! pp_sys.c
15255 ____________________________________________________________________________
15256 [  9518] By: jhi                                   on 2001/04/02  22:22:34
15257         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
15258              
15259              README.win32 tweaks; add a note about alternative location for
15260              getting a gcc-2.95.2 that will build perl properly on windows
15261              
15262              add some notes about gutsy threading matters
15263              
15264              many of the utilities interpolate literal paths within doublequotes
15265              (fails on dosish platforms where path contains backslashes)
15266      Branch: perl
15267           !> README.win32 pod/perlguts.pod utils/perldoc.PL
15268           !> x2p/find2perl.PL x2p/s2p.PL
15269 ____________________________________________________________________________
15270 [  9517] By: gsar                                  on 2001/04/02  19:52:21
15271         Log: many of the utilities interpolate literal paths within doublequotes
15272              (fails on dosish platforms where path contains backslashes)
15273      Branch: maint-5.6/perl
15274            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
15275 ____________________________________________________________________________
15276 [  9516] By: gsar                                  on 2001/04/02  05:49:37
15277         Log: a foolish release
15278      Branch: maint-5.6/perl
15279            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
15280            ! pod/perltoc.pod
15281 ____________________________________________________________________________
15282 [  9515] By: gsar                                  on 2001/04/02  05:04:29
15283         Log: add missing changelog summaries
15284      Branch: maint-5.6/perl
15285            ! Changes
15286 ____________________________________________________________________________
15287 [  9514] By: gsar                                  on 2001/04/02  04:07:13
15288         Log: add some notes about gutsy threading matters
15289      Branch: maint-5.6/perl
15290            ! pod/perlguts.pod
15291 ____________________________________________________________________________
15292 [  9513] By: gsar                                  on 2001/04/02  03:25:21
15293         Log: add more prominent caveat notices about experimental features
15294      Branch: maint-5.6/perl
15295            ! pod/perlfork.pod pod/perlunicode.pod
15296 ____________________________________________________________________________
15297 [  9512] By: gsar                                  on 2001/04/02  02:54:33
15298         Log: integrate changes#9479,9509 from mainline
15299              
15300              [PATCH] File::Glob stuff for Mac OS
15301              
15302              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15303      Branch: maint-5.6/perl
15304           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15305           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
15306           !> t/lib/glob-taint.t
15307 ____________________________________________________________________________
15308 [  9511] By: gsar                                  on 2001/04/02  02:38:24
15309         Log: README.win32 tweaks; add a note about alternative location for
15310              getting a gcc-2.95.2 that will build perl properly on windows
15311      Branch: maint-5.6/perl
15312            ! README.win32
15313 ____________________________________________________________________________
15314 [  9510] By: jhi                                   on 2001/04/01  20:45:10
15315         Log: An ambiguosity warning.
15316      Branch: perl
15317            ! t/lib/trig.t
15318 ____________________________________________________________________________
15319 [  9509] By: jhi                                   on 2001/04/01  19:53:47
15320         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
15321              From: Jonathan Stowe <gellyfish@gellyfish.com>
15322              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
15323              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
15324      Branch: perl
15325            ! ext/File/Glob/bsd_glob.c
15326 ____________________________________________________________________________
15327 [  9508] By: jhi                                   on 2001/04/01  19:35:03
15328         Log: Update Changes.
15329      Branch: perl
15330            ! Changes patchlevel.h
15331 ____________________________________________________________________________
15332 [  9507] By: jhi                                   on 2001/04/01  19:24:01
15333         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
15334              from mainline to maintperl: pod tweaks.
15335      Branch: maint-5.6/perl
15336           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
15337           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
15338           !> pod/perlvar.pod
15339 ____________________________________________________________________________
15340 [  9506] By: jhi                                   on 2001/04/01  19:11:53
15341         Log: Commit Sarathy to April release of 5.6.1 :-)
15342      Branch: perl
15343            ! pod/perlfaq1.pod
15344 ____________________________________________________________________________
15345 [  9505] By: jhi                                   on 2001/04/01  19:03:15
15346         Log: Subject: PATCH 5.6.0 (perldebug.pod)
15347              From: Mark-Jason Dominus <mjd@plover.com>
15348              Date: Sun, 01 Apr 2001 14:25:11 -0400
15349              Message-ID: <20010401182511.9247.qmail@plover.com>
15350      Branch: perl
15351            ! pod/perldebug.pod
15352 ____________________________________________________________________________
15353 [  9504] By: jhi                                   on 2001/04/01  18:43:09
15354         Log: Add great_circle_direction().
15355      Branch: perl
15356            ! lib/Math/Trig.pm t/lib/trig.t
15357 ____________________________________________________________________________
15358 [  9503] By: jhi                                   on 2001/04/01  17:29:12
15359         Log: Unicode ReadMe update for Unicode 3.1.
15360      Branch: perl
15361            ! lib/unicode/ReadMe.txt
15362 ____________________________________________________________________________
15363 [  9502] By: jhi                                   on 2001/04/01  17:18:40
15364         Log: Integrate change #9501 from maintperl into mainline.
15365              
15366              fix the perlembed notes on multiple interpreters
15367              
15368              fix ExtUtils::Embed to work passably on Windows
15369      Branch: perl
15370           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
15371 ____________________________________________________________________________
15372 [  9501] By: gsar                                  on 2001/04/01  07:21:57
15373         Log: fix the perlembed notes on multiple interpreters
15374              
15375              fix ExtUtils::Embed to work passably on Windows
15376      Branch: maint-5.6/perl
15377            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
15378 ____________________________________________________________________________
15379 [  9500] By: jhi                                   on 2001/04/01  05:58:23
15380         Log: Test for #9499.
15381      Branch: perl
15382            ! t/op/tr.t
15383 ____________________________________________________________________________
15384 [  9499] By: jhi                                   on 2001/04/01  05:55:46
15385         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
15386      Branch: perl
15387            ! embed.h embed.pl op.c proto.h
15388 ____________________________________________________________________________
15389 [  9498] By: jhi                                   on 2001/04/01  05:44:34
15390         Log: Protect the workaround hunk more.
15391      Branch: perl
15392            ! toke.c
15393 ____________________________________________________________________________
15394 [  9497] By: jhi                                   on 2001/04/01  00:24:25
15395         Log: Integrate changes #9493,9494,9495,9496 from maintperl
15396              into mainline.
15397              
15398              fix a broken workaround for Borland compiler in change#4739
15399              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
15400              
15401              nits spotted by Borland compiler
15402              
15403              avoid redefinition warnings under Borland 5.02
15404              
15405              various nits identified by the Borland 5.5 compiler; remove suppression
15406              of a few warnings
15407      Branch: perl
15408           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
15409           !> win32/win32.h
15410 ____________________________________________________________________________
15411 [  9496] By: gsar                                  on 2001/03/31  23:22:28
15412         Log: various nits identified by the Borland 5.5 compiler; remove suppression
15413              of a few warnings
15414      Branch: maint-5.6/perl
15415            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
15416 ____________________________________________________________________________
15417 [  9495] By: gsar                                  on 2001/03/31  21:03:08
15418         Log: avoid redefinition warnings under Borland 5.02
15419      Branch: maint-5.6/perl
15420            ! win32/makefile.mk
15421 ____________________________________________________________________________
15422 [  9494] By: gsar                                  on 2001/03/31  20:18:59
15423         Log: nits spotted by Borland compiler
15424      Branch: maint-5.6/perl
15425            ! utf8.h win32/win32.h
15426 ____________________________________________________________________________
15427 [  9493] By: gsar                                  on 2001/03/31  20:18:05
15428         Log: fix a broken workaround for Borland compiler in change#4739
15429              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
15430      Branch: maint-5.6/perl
15431            ! toke.c
15432 ____________________________________________________________________________
15433 [  9492] By: jhi                                   on 2001/03/31  18:36:24
15434         Log: Integrate change #9491 from maintperl into mainline.
15435              
15436              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
15437              directory is relative (need to fetch the full path name *before*
15438              the chdir!)
15439      Branch: perl
15440           !> lib/Cwd.pm
15441 ____________________________________________________________________________
15442 [  9491] By: gsar                                  on 2001/03/31  17:01:56
15443         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
15444              directory is relative (need to fetch the full path name *before*
15445              the chdir!)
15446              
15447              this is a followup patch for change#6749
15448      Branch: maint-5.6/perl
15449            ! lib/Cwd.pm
15450 ____________________________________________________________________________
15451 [  9490] By: jhi                                   on 2001/03/31  15:50:18
15452         Log: Subject: Re: [PATCH] av.h cosmetics
15453              From: Simon Cozens <simon@netthink.co.uk>
15454              Date: Sat, 31 Mar 2001 13:09:59 +0100
15455              Message-ID: <20010331130959.A22000@netthink.co.uk>
15456              
15457              Document AvALLOC.
15458      Branch: perl
15459            ! pod/perlguts.pod
15460 ____________________________________________________________________________
15461 [  9489] By: jhi                                   on 2001/03/31  15:48:44
15462         Log: Subject: [PATCH] Re: Math::Big* v1.21
15463              From: Tels <perl_dummy@bloodgate.com>
15464              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
15465              Message-Id: <200103311125.GAA377738@www08.hway.net>
15466      Branch: perl
15467            ! pod/perlop.pod
15468 ____________________________________________________________________________
15469 [  9488] By: jhi                                   on 2001/03/31  03:39:51
15470         Log: Debug output tweak.
15471      Branch: perl
15472            ! t/lib/cwd.t
15473 ____________________________________________________________________________
15474 [  9487] By: jhi                                   on 2001/03/31  03:33:02
15475         Log: OverVMSification.
15476      Branch: perl
15477            ! t/lib/cwd.t
15478 ____________________________________________________________________________
15479 [  9486] By: jhi                                   on 2001/03/31  03:01:40
15480         Log: Missed MANIFESTations in #9483.
15481      Branch: perl
15482            ! MANIFEST
15483 ____________________________________________________________________________
15484 [  9485] By: jhi                                   on 2001/03/31  02:58:17
15485         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
15486              From: Peter Prymmer <pvhp@forte.com>
15487              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
15488              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
15489      Branch: perl
15490            ! regexec.c t/lib/cwd.t
15491 ____________________________________________________________________________
15492 [  9484] By: jhi                                   on 2001/03/31  01:04:41
15493         Log: Obsolete file (see #3938)
15494      Branch: perl
15495            - lib/unicode/README.Ethiopic
15496            ! MANIFEST
15497 ____________________________________________________________________________
15498 [  9483] By: jhi                                   on 2001/03/31  00:52:42
15499         Log: Update to Unicode 3.1.
15500              (Rename Names.txt to NamesList.txt.)
15501      Branch: perl
15502            + lib/unicode/NamesList.txt lib/unicode/PropList.html
15503            - lib/unicode/Names.txt
15504            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15505            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
15506            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
15507            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
15508            ! lib/unicode/UCD.html lib/unicode/Unicode.html
15509            ! lib/unicode/rename lib/unicode/version
15510 ____________________________________________________________________________
15511 [  9482] By: jhi                                   on 2001/03/30  23:33:44
15512         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
15513              From: Robin Houston <robin@kitsite.com>
15514              Date: Fri, 30 Mar 2001 20:07:22 +0100
15515              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
15516      Branch: perl
15517            ! ext/B/B/Deparse.pm
15518 ____________________________________________________________________________
15519 [  9481] By: jhi                                   on 2001/03/30  23:20:25
15520         Log: Subject: Re: [PATCH] CwdXS, Take 2
15521              From: Benjamin Sugars <bsugars@canoe.ca>
15522              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
15523              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
15524      Branch: perl
15525            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
15526            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
15527 ____________________________________________________________________________
15528 [  9480] By: jhi                                   on 2001/03/30  22:52:38
15529         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
15530              From: David Dyck <dcd@tc.fluke.com>
15531              Date: Fri, 30 Mar 2001 14:44:13 -0800
15532              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
15533              
15534              The t/rantests flags file creation was accidentally
15535              removed by #9217.
15536      Branch: perl
15537            ! Makefile.SH
15538 ____________________________________________________________________________
15539 [  9479] By: jhi                                   on 2001/03/30  22:45:45
15540         Log: Subject: [PATCH] File::Glob stuff for Mac OS
15541              From: Chris Nandor <pudge@pobox.com>
15542              Date: Fri, 30 Mar 2001 16:51:00 -0500
15543              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
15544      Branch: perl
15545            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15546            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
15547            ! t/lib/glob-taint.t
15548 ____________________________________________________________________________
15549 [  9478] By: jhi                                   on 2001/03/30  22:43:12
15550         Log: Subject: fix for win32/buildext.pl
15551              From: "Vadim Konovalov" <watman@inbox.ru>
15552              Date: Sat, 31 Mar 2001 00:50:36 +0400
15553              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
15554      Branch: perl
15555            ! win32/buildext.pl
15556 ____________________________________________________________________________
15557 [  9477] By: jhi                                   on 2001/03/30  22:41:16
15558         Log: Subject: small base.pm doc patch
15559              From: Leon Brocard <acme@astray.com>
15560              Date: Fri, 30 Mar 2001 21:49:57 +0100
15561              Message-ID: <20010330214957.B8733@ns0.astray.com>
15562      Branch: perl
15563            ! lib/base.pm
15564 ____________________________________________________________________________
15565 [  9476] By: jhi                                   on 2001/03/30  18:16:57
15566         Log: Subject: [PATCH] av.h cosmetics
15567              From: Simon Cozens <simon@netthink.co.uk>
15568              Date: Fri, 30 Mar 2001 18:12:28 +0100
15569              Message-ID: <20010330181228.A9319@netthink.co.uk>
15570      Branch: perl
15571            ! av.h
15572 ____________________________________________________________________________
15573 [  9475] By: jhi                                   on 2001/03/30  18:15:50
15574         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
15575              From: "Philip Newton" <pnewton@gmx.de>
15576              Date: Fri, 30 Mar 2001 19:06:57 +0200
15577              Message-ID: <3AC4D951.14815.1AC7068@localhost>
15578      Branch: perl
15579            ! pod/perlhack.pod
15580 ____________________________________________________________________________
15581 [  9474] By: jhi                                   on 2001/03/30  18:14:02
15582         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
15583              From: Benjamin Sugars <bsugars@canoe.ca>
15584              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
15585              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
15586      Branch: perl
15587            ! t/lib/glob-basic.t
15588 ____________________________________________________________________________
15589 [  9473] By: jhi                                   on 2001/03/30  16:09:24
15590         Log: Update Changes.
15591      Branch: perl
15592            ! Changes patchlevel.h
15593 ____________________________________________________________________________
15594 [  9472] By: jhi                                   on 2001/03/30  15:16:08
15595         Log: Integrate perlio.
15596      Branch: perl
15597           !> t/lib/cwd.t t/lib/glob-basic.t
15598 ____________________________________________________________________________
15599 [  9471] By: nick                                  on 2001/03/30  14:47:10
15600         Log: Should be (^O eq 'MSWin32') not 'Win32'
15601              Fail #12 seems real - chdir is in wrong dir.
15602      Branch: perlio
15603            ! t/lib/cwd.t
15604 ____________________________________________________________________________
15605 [  9470] By: jhi                                   on 2001/03/30  14:41:11
15606         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
15607              From: Radu Greab <radu@netsoft.ro>
15608              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
15609              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
15610              
15611              Replace #9352.
15612      Branch: perl
15613            ! ext/Socket/Socket.xs pp_sys.c
15614 ____________________________________________________________________________
15615 [  9469] By: jhi                                   on 2001/03/30  14:37:51
15616         Log: Subject: PATCH pod/perldiag.pod
15617              From: Robin Houston <robin@kitsite.com>
15618              Date: Fri, 30 Mar 2001 14:10:36 +0100
15619              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
15620      Branch: perl
15621            ! pod/perldiag.pod t/lib/glob-basic.t
15622 ____________________________________________________________________________
15623 [  9468] By: jhi                                   on 2001/03/30  14:36:36
15624         Log: Subject: Better diagnostic in io/fs.t
15625              From: andreas.koenig@anima.de (Andreas J. Koenig)
15626              Date: 30 Mar 2001 10:11:43 +0200
15627              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
15628      Branch: perl
15629            ! t/io/fs.t
15630 ____________________________________________________________________________
15631 [  9467] By: nick                                  on 2001/03/30  14:25:43
15632         Log: Skip order test of glob if case-ignoring system cannot 
15633              create a.test and A.test
15634      Branch: perlio
15635            ! t/lib/glob-basic.t
15636 ____________________________________________________________________________
15637 [  9466] By: nick                                  on 2001/03/30  13:03:12
15638         Log: Integrate mainline.
15639      Branch: perlio
15640            - ext/re/hints/aix.pl
15641           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
15642           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
15643           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
15644           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
15645 ____________________________________________________________________________
15646 [  9465] By: jhi                                   on 2001/03/30  03:53:37
15647         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
15648              the tests sometimes hang, sometimes not.)
15649      Branch: perl
15650            ! t/lib/io_multihomed.t t/lib/io_sock.t
15651 ____________________________________________________________________________
15652 [  9464] By: jhi                                   on 2001/03/30  02:56:04
15653         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
15654              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15655              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
15656              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
15657      Branch: perl
15658            ! op.c
15659 ____________________________________________________________________________
15660 [  9463] By: jhi                                   on 2001/03/30  02:34:48
15661         Log: Test for #9462.
15662      Branch: perl
15663            ! t/lib/b.t
15664 ____________________________________________________________________________
15665 [  9462] By: jhi                                   on 2001/03/30  02:29:37
15666         Log: Subject: B::Deparse precedence bug. (Patch included.)
15667              From: Jeremy Madea <jmadea@inktomi.com>
15668              Date: Thu, 29 Mar 2001 12:05:02 -0800
15669              Message-ID: <20010329120502.A24881@dr.inktomi.com>
15670      Branch: perl
15671            ! ext/B/B/Deparse.pm
15672 ____________________________________________________________________________
15673 [  9461] By: jhi                                   on 2001/03/30  02:18:41
15674         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
15675              From: Peter Prymmer <pvhp@forte.com>
15676              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
15677              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
15678      Branch: perl
15679            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
15680            ! t/lib/md5-file.t
15681 ____________________________________________________________________________
15682 [  9460] By: jhi                                   on 2001/03/30  02:17:07
15683         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
15684              From: Robin Houston <robin@kitsite.com>
15685              Date: Thu, 29 Mar 2001 20:47:56 +0100
15686              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
15687      Branch: perl
15688            ! ext/B/B/Debug.pm
15689 ____________________________________________________________________________
15690 [  9459] By: jhi                                   on 2001/03/30  02:16:05
15691         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
15692              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15693              Date: Wed, 28 Mar 2001 18:02:20 -0600
15694              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
15695      Branch: perl
15696            ! lib/ExtUtils/MM_VMS.pm
15697 ____________________________________________________________________________
15698 [  9458] By: jhi                                   on 2001/03/30  02:07:58
15699         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
15700              From: "Joshua E. Rodd" <jrodd@pbs.org>
15701              Date: Wed, 28 Mar 2001 17:29:12 -0500
15702              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
15703      Branch: perl
15704            ! pod/perlop.pod
15705 ____________________________________________________________________________
15706 [  9457] By: jhi                                   on 2001/03/30  02:04:33
15707         Log: Subject: ext/re/aix.pl can go
15708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15709              Date: Thu, 29 Mar 2001 12:03:28 +0200
15710              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
15711      Branch: perl
15712            - ext/re/hints/aix.pl
15713            ! MANIFEST
15714 ____________________________________________________________________________
15715 [  9456] By: jhi                                   on 2001/03/30  02:03:32
15716         Log: Integrate perlio.
15717      Branch: perl
15718           !> ext/Encode/Encode.xs installperl
15719 ____________________________________________________________________________
15720 [  9455] By: nick                                  on 2001/03/29  21:11:46
15721         Log: DLL name has changed so installperl needs to know
15722              (Why isn't it working it out or passed it?)
15723      Branch: perlio
15724            ! installperl
15725 ____________________________________________________________________________
15726 [  9454] By: nick                                  on 2001/03/29  20:56:12
15727         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
15728              and we don't get undef warnings.
15729      Branch: perlio
15730            ! ext/Encode/Encode.xs
15731 ____________________________________________________________________________
15732 [  9453] By: nick                                  on 2001/03/29  17:58:48
15733         Log: Integrate mainline
15734      Branch: perlio
15735           !> Changes patchlevel.h
15736 ____________________________________________________________________________
15737 [  9452] By: jhi                                   on 2001/03/29  16:44:55
15738         Log: Update Changes.
15739      Branch: perl
15740            ! Changes patchlevel.h
15741 ____________________________________________________________________________
15742 [  9451] By: nick                                  on 2001/03/29  16:31:38
15743         Log: Integrate mainline
15744      Branch: perlio
15745           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
15746           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
15747           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
15748           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
15749           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
15750 ____________________________________________________________________________
15751 [  9450] By: jhi                                   on 2001/03/29  16:29:17
15752         Log: Integrate perlio.
15753      Branch: perl
15754           !> win32/buildext.pl
15755 ____________________________________________________________________________
15756 [  9449] By: jhi                                   on 2001/03/29  15:50:01
15757         Log: Update Changes.
15758      Branch: perl
15759            ! Changes patchlevel.h
15760 ____________________________________________________________________________
15761 [  9448] By: nick                                  on 2001/03/29  15:47:15
15762         Log: Make sure buildext.pl finds Errno.pm
15763      Branch: perlio
15764            ! win32/buildext.pl
15765 ____________________________________________________________________________
15766 [  9447] By: jhi                                   on 2001/03/29  15:39:34
15767         Log: Integrate perlio.
15768      Branch: perl
15769           !> win32/makefile.mk
15770 ____________________________________________________________________________
15771 [  9446] By: nick                                  on 2001/03/29  15:30:03
15772         Log: Integrate win32/makefile.mk with mainline.
15773      Branch: perlio
15774           !> win32/makefile.mk
15775 ____________________________________________________________________________
15776 [  9445] By: nick                                  on 2001/03/29  15:27:32
15777         Log: Fix breakage ... 
15778      Branch: perlio
15779            ! win32/makefile.mk
15780 ____________________________________________________________________________
15781 [  9444] By: jhi                                   on 2001/03/29  15:03:08
15782         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
15783              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15784              Date: Thu, 29 Mar 2001 10:32:59 +0400
15785              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
15786      Branch: perl
15787            ! win32/makefile.mk
15788 ____________________________________________________________________________
15789 [  9443] By: jhi                                   on 2001/03/29  15:02:12
15790         Log: Integrate perlio.
15791      Branch: perl
15792           +> win32/buildext.pl
15793           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
15794           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
15795 ____________________________________________________________________________
15796 [  9442] By: nick                                  on 2001/03/29  14:59:11
15797         Log: Work in progress - determine win32 extensions to build via script.
15798      Branch: perlio
15799            + win32/buildext.pl
15800            ! MANIFEST win32/makefile.mk
15801 ____________________________________________________________________________
15802 [  9441] By: jhi                                   on 2001/03/29  14:51:47
15803         Log: Reintroduce the use of external pwd.
15804      Branch: perl
15805            ! t/lib/cwd.t
15806 ____________________________________________________________________________
15807 [  9440] By: jhi                                   on 2001/03/29  14:42:58
15808         Log: use warnings instead of -w.
15809      Branch: perl
15810            ! utils/h2xs.PL
15811 ____________________________________________________________________________
15812 [  9439] By: jhi                                   on 2001/03/29  14:41:52
15813         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
15814              From: Jonathan Stowe <gellyfish@gellyfish.com>
15815              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
15816              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
15817      Branch: perl
15818            ! utils/h2xs.PL
15819 ____________________________________________________________________________
15820 [  9438] By: jhi                                   on 2001/03/29  14:39:38
15821         Log: Subject: [PATCH perl@9424] minor pod nits
15822              From: Robin Barker <rmb1@cise.npl.co.uk>
15823              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
15824              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
15825      Branch: perl
15826            ! pod/perlhack.pod pod/perliol.pod
15827 ____________________________________________________________________________
15828 [  9437] By: jhi                                   on 2001/03/29  14:29:16
15829         Log: Subject: [PATCH perl@9424] typemap cast warning
15830              From: Robin Barker <rmb1@cise.npl.co.uk>
15831              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
15832              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
15833      Branch: perl
15834            ! lib/ExtUtils/typemap
15835 ____________________________________________________________________________
15836 [  9436] By: jhi                                   on 2001/03/29  14:26:03
15837         Log: Subject: [PATCH perl@9424] printf warning
15838              From: Robin Barker <rmb1@cise.npl.co.uk>
15839              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
15840              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
15841      Branch: perl
15842            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
15843            ! ext/Storable/Storable.xs toke.c
15844 ____________________________________________________________________________
15845 [  9435] By: nick                                  on 2001/03/29  14:23:31
15846         Log: Win32 has name conflict with ERROR
15847      Branch: perlio
15848            ! ext/PerlIO/Via/Via.xs
15849 ____________________________________________________________________________
15850 [  9434] By: jhi                                   on 2001/03/29  14:17:48
15851         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
15852              From: Peter Prymmer <pvhp@forte.com>
15853              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
15854              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
15855      Branch: perl
15856            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
15857 ____________________________________________________________________________
15858 [  9433] By: jhi                                   on 2001/03/29  13:52:44
15859         Log: test-prep target was missing.
15860      Branch: perl
15861            ! Makefile.SH
15862 ____________________________________________________________________________
15863 [  9432] By: nick                                  on 2001/03/29  12:40:03
15864         Log: Make as-shipped compiler default to MSVC6 
15865      Branch: perlio
15866            ! win32/makefile.mk
15867 ____________________________________________________________________________
15868 [  9431] By: nick                                  on 2001/03/29  12:12:16
15869         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
15870              akin to PerlIO::Scalar.
15871      Branch: perlio
15872            ! perlio.c perlio.h
15873 ____________________________________________________________________________
15874 [  9430] By: nick                                  on 2001/03/29  10:56:35
15875         Log: Integrate mainline.
15876      Branch: perlio
15877           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
15878           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
15879           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
15880           !> win32/makefile.mk win32/win32sck.c
15881 ____________________________________________________________________________
15882 [  9429] By: nick                                  on 2001/03/29  09:03:43
15883         Log: Noticed that two tests were skipped as perlio:: package
15884              isn't there any more. Changed the skip condition.
15885              Avoid core-dump if sv_utf8_upgrade() called on something
15886              that does not become SvPOK after SvPV() (e.g. a ref).
15887      Branch: perlio
15888            ! sv.c t/io/utf8.t t/lib/io_scalar.t
15889 ____________________________________________________________________________
15890 [  9428] By: jhi                                   on 2001/03/29  01:31:47
15891         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
15892              From: Benjamin Sugars <bsugars@canoe.ca> 
15893              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
15894              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
15895      Branch: perl
15896            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
15897            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
15898            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
15899 ____________________________________________________________________________
15900 [  9427] By: jhi                                   on 2001/03/29  00:49:30
15901         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
15902              From: "Vadim Konovalov" <watman@inbox.ru>
15903              Date: Thu, 29 Mar 2001 01:50:12 +0400
15904              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
15905      Branch: perl
15906            ! win32/makefile.mk win32/win32sck.c
15907 ____________________________________________________________________________
15908 [  9426] By: gsar                                  on 2001/03/29  00:28:04
15909         Log: dmake can only handle == and != in comparisons; support building
15910              with Borland's VCL libraries (from Vadim Konovalov)
15911      Branch: maint-5.6/perl
15912            ! win32/makefile.mk
15913 ____________________________________________________________________________
15914 [  9425] By: nick                                  on 2001/03/28  19:29:56
15915         Log: Integrate (@snapshot)
15916      Branch: perlio
15917           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
15918 ____________________________________________________________________________
15919 [  9424] By: jhi                                   on 2001/03/28  19:03:16
15920         Log: Update Changes.
15921      Branch: perl
15922            ! Changes patchlevel.h
15923 ____________________________________________________________________________
15924 [  9423] By: jhi                                   on 2001/03/28  18:52:09
15925         Log: Rmdir lib/XS on cleanup.
15926      Branch: perl
15927            ! Makefile.SH
15928 ____________________________________________________________________________
15929 [  9422] By: jhi                                   on 2001/03/28  18:49:34
15930         Log: Integrate perlio.
15931      Branch: perl
15932           !> t/op/utf8decode.t
15933 ____________________________________________________________________________
15934 [  9421] By: nick                                  on 2001/03/28  18:46:44
15935         Log: Loose duplicate chunk.
15936      Branch: perlio
15937            ! t/op/utf8decode.t
15938 ____________________________________________________________________________
15939 [  9420] By: nick                                  on 2001/03/28  18:44:11
15940         Log: Integrate mainline.
15941      Branch: perlio
15942           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
15943           !> vms/vmsish.h
15944 ____________________________________________________________________________
15945 [  9419] By: jhi                                   on 2001/03/28  18:42:05
15946         Log: Can't trust external pwds
15947              (either shell builtins or external programs)
15948      Branch: perl
15949            ! t/lib/cwd.t
15950 ____________________________________________________________________________
15951 [  9418] By: jhi                                   on 2001/03/28  18:34:05
15952         Log: Integrate perlio.
15953      Branch: perl
15954            - lib/perlio.pm
15955           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
15956           !> t/op/utf8decode.t
15957 ____________________________________________________________________________
15958 [  9417] By: nick                                  on 2001/03/28  18:24:02
15959         Log: PerlIO.pm / perlio.pm conflict.
15960              Update some pods.
15961              Make t/op/utf8decode.t a text file.
15962      Branch: perlio
15963            - lib/perlio.pm
15964            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
15965            ! t/op/utf8decode.t
15966 ____________________________________________________________________________
15967 [  9416] By: jhi                                   on 2001/03/28  18:06:07
15968         Log: Integrate change #9409 from mainline to maintperl.
15969              
15970              Yet another tweak on AIX dynaloading.
15971      Branch: maint-5.6/perl
15972           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
15973 ____________________________________________________________________________
15974 [  9415] By: gsar                                  on 2001/03/28  17:13:01
15975         Log: integrate changes#9377,9385,9401 from mainline
15976              
15977              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
15978              
15979              If directory entries compare equal case-insensitively,
15980              retry case-sensitively.
15981              
15982              Subject: [PATCH] B::Terse and warnings
15983      Branch: maint-5.6/perl
15984           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
15985           !> t/pragma/warn/perl
15986 ____________________________________________________________________________
15987 [  9414] By: jhi                                   on 2001/03/28  17:11:12
15988         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
15989              From: "Craig A. Berry" <craigberry@mac.com>
15990              Date: Wed, 28 Mar 2001 10:55:20 -0600
15991              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
15992      Branch: perl
15993            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
15994 ____________________________________________________________________________
15995 [  9413] By: jhi                                   on 2001/03/28  17:03:12
15996         Log: Dup hunk.
15997      Branch: perl
15998            ! t/op/utf8decode.t
15999 ____________________________________________________________________________
16000 [  9412] By: jhi                                   on 2001/03/28  17:02:36
16001         Log: Forced integrate from perlio.
16002      Branch: perl
16003           !> t/op/utf8decode.t
16004 ____________________________________________________________________________
16005 [  9411] By: nick                                  on 2001/03/28  16:50:03
16006         Log: Integrate mainline.
16007      Branch: perlio
16008           +> t/lib/cwd.t
16009           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16010           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
16011           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
16012           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
16013           !> t/pragma/warn/perl
16014 ____________________________________________________________________________
16015 [  9410] By: jhi                                   on 2001/03/28  16:44:23
16016         Log: Subject: Re: [PATCH] 9403 cannot be tested
16017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16018              Date: Wed, 28 Mar 2001 18:33:56 +0200
16019              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
16020      Branch: perl
16021            ! makedef.pl
16022 ____________________________________________________________________________
16023 [  9409] By: jhi                                   on 2001/03/28  16:12:45
16024         Log: Yet another tweak on AIX dynaloading.
16025      Branch: perl
16026            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
16027 ____________________________________________________________________________
16028 [  9408] By: jhi                                   on 2001/03/28  15:52:55
16029         Log: Subject: [PATCH] 9403 cannot be tested
16030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16031              Date: Wed, 28 Mar 2001 17:23:00 +0200
16032              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
16033              
16034              A missing symbol.
16035      Branch: perl
16036            ! makedef.pl
16037 ____________________________________________________________________________
16038 [  9407] By: jhi                                   on 2001/03/28  15:47:43
16039         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
16040      Branch: perl
16041            ! t/op/utf8decode.t
16042           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16043           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
16044 ____________________________________________________________________________
16045 [  9406] By: jhi                                   on 2001/03/28  15:37:08
16046         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
16047              From: Benjamin Sugars <bsugars@canoe.ca> 
16048              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
16049              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
16050      Branch: perl
16051            + t/lib/cwd.t
16052            ! MANIFEST
16053 ____________________________________________________________________________
16054 [  9405] By: jhi                                   on 2001/03/28  15:13:18
16055         Log: pp_ne() needs a CORRECT boolean.
16056      Branch: perl
16057            ! pp.c
16058 ____________________________________________________________________________
16059 [  9404] By: jhi                                   on 2001/03/28  15:09:23
16060         Log: pp_ne() needs a boolean, not an integer.
16061      Branch: perl
16062            ! pp.c
16063 ____________________________________________________________________________
16064 [  9403] By: jhi                                   on 2001/03/28  14:47:43
16065         Log: (Retracted by #9404.)
16066      Branch: perl
16067            ! pp.c
16068 ____________________________________________________________________________
16069 [  9402] By: jhi                                   on 2001/03/28  14:43:59
16070         Log: Subject: Re: [PATCH] Typemap testing
16071              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16072              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
16073              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
16074      Branch: perl
16075            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16076            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
16077 ____________________________________________________________________________
16078 [  9401] By: jhi                                   on 2001/03/28  14:42:14
16079         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
16080              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16081              Date: Sun, 25 Mar 2001 21:59:15 +0100
16082              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
16083              
16084              A variable will be checked for the "use once" warnings if:
16085              
16086              1. It is in the scope of a use warnings 'once'
16087              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
16088              
16089              Otherwise it won't be checked at all.
16090              
16091              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
16092              
16093              The enclosed patch partially fixes this issue. What I didn't
16094              get to work was the case where the "used once" warning is enabled
16095              in any file other than the main file.
16096      Branch: perl
16097            ! gv.c t/pragma/warn/perl
16098 ____________________________________________________________________________
16099 [  9400] By: nick                                  on 2001/03/28  14:38:24
16100         Log: More EBCDIC tweaks:
16101              - one more swash issue &~(0xA0-1) did not do the right thing,
16102              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
16103              - add "use re 'asciirange'" to make [!-~] etc. work
16104              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
16105              - Choose a key for t/op/each.t test which gets encoded.
16106              - Skip utf8decode if this is UTF-EBCDIC.
16107      Branch: perlio
16108            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
16109            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
16110 ____________________________________________________________________________
16111 [  9399] By: jhi                                   on 2001/03/28  14:21:00
16112         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
16113              Andreas Schwab.
16114      Branch: perl
16115            ! pp.c
16116 ____________________________________________________________________________
16117 [  9398] By: jhi                                   on 2001/03/28  00:55:56
16118         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
16119              From: David Dyck <dcd@tc.fluke.com>
16120              Date: Tue, 27 Mar 2001 15:16:24 -0800
16121              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
16122      Branch: perl
16123            ! ext/IO/lib/IO/Socket.pm
16124 ____________________________________________________________________________
16125 [  9397] By: jhi                                   on 2001/03/27  21:52:49
16126         Log: Integrate perlio.
16127      Branch: perl
16128           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16129           +> ext/PerlIO/Via/Via.xs
16130           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16131 ____________________________________________________________________________
16132 [  9396] By: nick                                  on 2001/03/27  21:45:13
16133         Log: Integrate mainline.
16134      Branch: perlio
16135           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
16136           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
16137 ____________________________________________________________________________
16138 [  9395] By: nick                                  on 2001/03/27  21:18:58
16139         Log: Outline docs for PerlIO and PerlIO::Scalar
16140      Branch: perlio
16141            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
16142 ____________________________________________________________________________
16143 [  9394] By: nick                                  on 2001/03/27  20:50:13
16144         Log: PerlIO::Via layer (alpha-ish).
16145      Branch: perlio
16146            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
16147            + ext/PerlIO/Via/Via.xs
16148            ! MANIFEST
16149 ____________________________________________________________________________
16150 [  9393] By: jhi                                   on 2001/03/27  20:49:55
16151         Log: Retract #9329 now that 9390 should take care of the matter.
16152      Branch: perl
16153            ! utils/h2xs.PL
16154 ____________________________________________________________________________
16155 [  9390] By: jhi                                   on 2001/03/27  20:47:50
16156         Log: Subject: Autoloading Errno.pm when %! is encountered
16157              From: Robin Houston <robin@kitsite.com>
16158              Date: Tue, 27 Mar 2001 20:57:11 +0100
16159              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
16160      Branch: perl
16161            ! embed.h embed.pl gv.c proto.h t/op/magic.t
16162 ____________________________________________________________________________
16163 [  9389] By: jhi                                   on 2001/03/27  20:24:31
16164         Log: Integrate perlio.
16165      Branch: perl
16166           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16167           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
16168           !> utf8.c
16169 ____________________________________________________________________________
16170 [  9388] By: jhi                                   on 2001/03/27  20:21:38
16171         Log: Better have a three-element array if one is going to assign
16172              to the third element of that array. (from Tim Jenness)
16173      Branch: perl
16174            ! ext/XS/Typemap/Typemap.xs
16175 ____________________________________________________________________________
16176 [  9387] By: nick                                  on 2001/03/27  20:15:43
16177         Log: Integrate mainline.
16178      Branch: perlio
16179           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16180           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16181           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16182           +> t/lib/xs-typemap.t
16183           !> (integrate 34 files)
16184 ____________________________________________________________________________
16185 [  9386] By: jhi                                   on 2001/03/27  20:04:18
16186         Log: Subject: Re: perl@9359 breaks HTML::Parser
16187              From: Gisle Aas <gisle@ActiveState.com>
16188              Date: 27 Mar 2001 11:30:24 -0800
16189              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
16190              
16191              Clarify the UTF-8 issues of the API docs.
16192              (Slightly reworded and expanded.)
16193      Branch: perl
16194            ! pod/perlapi.pod sv.c sv.h
16195 ____________________________________________________________________________
16196 [  9385] By: jhi                                   on 2001/03/27  19:44:25
16197         Log: If directory entries compare equal case-insensitively,
16198              retry case-sensitively.
16199      Branch: perl
16200            ! ext/File/Glob/bsd_glob.c
16201 ____________________________________________________________________________
16202 [  9384] By: nick                                  on 2001/03/27  19:38:50
16203         Log: Various EBCDIC fixes:
16204              - major revelation that swash code is encoding aware,
16205              (or thought it was) - now it is ;-)
16206              - With that out of the way fix a slab of tr/// cases.
16207              - Fix Encode 'Unicode' to be true Unicode so tests pass.
16208              - As anticipated Base64.xs needed tweaks.
16209              - Until tr/// works right avoid old_encode64 in MIME tests.
16210      Branch: perlio
16211            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
16212            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
16213 ____________________________________________________________________________
16214 [  9383] By: jhi                                   on 2001/03/27  18:34:41
16215         Log: Add the std test suite BEGIN block.
16216      Branch: perl
16217            ! t/lib/xs-typemap.t
16218 ____________________________________________________________________________
16219 [  9382] By: jhi                                   on 2001/03/27  15:16:07
16220         Log: Add debugging output to the test.
16221      Branch: perl
16222            ! t/lib/glob-basic.t
16223 ____________________________________________________________________________
16224 [  9381] By: jhi                                   on 2001/03/27  15:08:10
16225         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
16226      Branch: perl
16227            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
16228            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16229            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
16230            + t/lib/xs-typemap.t
16231            ! MANIFEST
16232 ____________________________________________________________________________
16233 [  9380] By: jhi                                   on 2001/03/27  14:48:34
16234         Log: Subject: [PATCH] Typemap testing
16235              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
16236              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
16237              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
16238              
16239              (The first part of the patch.)
16240      Branch: perl
16241            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
16242 ____________________________________________________________________________
16243 [  9379] By: jhi                                   on 2001/03/27  14:44:56
16244         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
16245              From: Benjamin Sugars <bsugars@canoe.ca> 
16246              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
16247              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
16248      Branch: perl
16249            ! t/lib/glob-basic.t
16250 ____________________________________________________________________________
16251 [  9378] By: jhi                                   on 2001/03/27  14:42:30
16252         Log: Subject: [PATCH] perlvar nit
16253              From: Simon Cozens <simon@netthink.co.uk>
16254              Date: Tue, 27 Mar 2001 01:12:01 +0100
16255              Message-ID: <20010327011201.A19179@netthink.co.uk>
16256      Branch: perl
16257            ! pod/perlvar.pod
16258 ____________________________________________________________________________
16259 [  9377] By: jhi                                   on 2001/03/27  14:36:26
16260         Log: Subject: [PATCH] B::Terse and warnings
16261              From: Benjamin Sugars <ben.sugars@home.com>
16262              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
16263              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
16264      Branch: perl
16265            ! ext/B/B.pm ext/B/B/Terse.pm
16266 ____________________________________________________________________________
16267 [  9376] By: jhi                                   on 2001/03/27  14:31:31
16268         Log: Document sockatmark() some.
16269      Branch: perl
16270            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
16271            ! pod/perltoc.pod
16272 ____________________________________________________________________________
16273 [  9375] By: jhi                                   on 2001/03/27  14:00:24
16274         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
16275              noted by Gisle and fixed by NI-S.
16276      Branch: perl
16277            ! sv.c
16278 ____________________________________________________________________________
16279 [  9374] By: jhi                                   on 2001/03/27  05:50:01
16280         Log: Regen toc.
16281      Branch: perl
16282            ! pod/perltoc.pod
16283 ____________________________________________________________________________
16284 [  9373] By: jhi                                   on 2001/03/27  05:43:51
16285         Log: Pixie documenting.
16286      Branch: perl
16287            ! Makefile.SH pod/perlhack.pod
16288 ____________________________________________________________________________
16289 [  9372] By: jhi                                   on 2001/03/27  05:29:34
16290         Log: Metaconfig unit changes for #9371.
16291      Branch: metaconfig
16292            ! U/modified/myhostname.U
16293      Branch: metaconfig/U/perl
16294            + d_sockatmark.U
16295            ! gccvers.U
16296 ____________________________________________________________________________
16297 [  9371] By: jhi                                   on 2001/03/27  05:29:07
16298         Log: Add sockatmark() probing.
16299      Branch: perl
16300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16301            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16302            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16303            ! vos/config.ga.h win32/config.bc win32/config.gc
16304            ! win32/config.vc
16305 ____________________________________________________________________________
16306 [  9370] By: jhi                                   on 2001/03/26  22:01:18
16307         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
16308              Really need to benchmark this.
16309      Branch: perl
16310            ! pp.c
16311 ____________________________________________________________________________
16312 [  9369] By: nick                                  on 2001/03/26  21:59:30
16313         Log: Integrate mainline.
16314      Branch: perlio
16315            ! ext/MIME/Base64/QuotedPrint.pm
16316           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
16317           !> patchlevel.h pod/perlhack.pod pp_sys.c
16318 ____________________________________________________________________________
16319 [  9368] By: jhi                                   on 2001/03/26  21:47:03
16320         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
16321              
16322              TODO1: perlbench.
16323              TODO2: le, lt, ge, gt?  Yech.
16324      Branch: perl
16325            ! pp.c
16326 ____________________________________________________________________________
16327 [  9367] By: jhi                                   on 2001/03/26  21:34:57
16328         Log: Too much cut-and-paste in #9363.
16329      Branch: perl
16330            ! pp_sys.c
16331 ____________________________________________________________________________
16332 [  9366] By: jhi                                   on 2001/03/26  21:20:53
16333         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
16334              From: Andreas Schwab <schwab@suse.de>
16335              Date: 26 Mar 2001 17:29:04 +0200
16336              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
16337              
16338              (The patch for 5.6.0 or so, this is a guess for bleadperl)
16339      Branch: perl
16340            ! pp_hot.c
16341 ____________________________________________________________________________
16342 [  9365] By: jhi                                   on 2001/03/26  21:07:54
16343         Log: Integrate perlio.
16344      Branch: perl
16345           !> perlio.c
16346 ____________________________________________________________________________
16347 [  9364] By: nick                                  on 2001/03/26  20:30:48
16348         Log: REFCNT botch in layer name cache hash.
16349      Branch: perlio
16350            ! perlio.c
16351 ____________________________________________________________________________
16352 [  9363] By: jhi                                   on 2001/03/26  18:44:32
16353         Log: Subject: [PATCH] socket() leaks file descriptors
16354              From: Benjamin Sugars <bsugars@canoe.ca>
16355              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
16356              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
16357              
16358              Also sockpair() fixed similarly.
16359      Branch: perl
16360            ! pp_sys.c
16361 ____________________________________________________________________________
16362 [  9362] By: jhi                                   on 2001/03/26  18:37:52
16363         Log: Integrate perlio.
16364      Branch: perl
16365           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
16366 ____________________________________________________________________________
16367 [  9361] By: nick                                  on 2001/03/26  17:32:06
16368         Log: Implement flush of linebuffered streams on read of a tty.
16369      Branch: perlio
16370            ! perlio.c perliol.h
16371 ____________________________________________________________________________
16372 [  9360] By: nick                                  on 2001/03/26  17:12:32
16373         Log: Memory tweaks and notes for OEMVS.
16374      Branch: perlio
16375            ! README.os390 miniperlmain.c t/op/pat.t
16376 ____________________________________________________________________________
16377 [  9359] By: jhi                                   on 2001/03/26  02:12:54
16378         Log: Update Changes.
16379      Branch: perl
16380            ! Changes patchlevel.h
16381 ____________________________________________________________________________
16382 [  9358] By: jhi                                   on 2001/03/26  02:05:32
16383         Log: Document the most common pixie options.
16384      Branch: perl
16385            ! pod/perlhack.pod
16386 ____________________________________________________________________________
16387 [  9357] By: jhi                                   on 2001/03/26  01:25:28
16388         Log: For perl.pixie check *before* compiling that optimize is -g,
16389              as for perl.third.
16390      Branch: perl
16391            ! Makefile.SH
16392 ____________________________________________________________________________
16393 [  9356] By: jhi                                   on 2001/03/26  01:13:41
16394         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
16395      Branch: perl
16396            ! Makefile.SH
16397 ____________________________________________________________________________
16398 [  9355] By: jhi                                   on 2001/03/26  01:11:19
16399         Log: Remove t/perl.third.
16400      Branch: perl
16401            ! Makefile.SH
16402 ____________________________________________________________________________
16403 [  9354] By: jhi                                   on 2001/03/26  00:23:38
16404         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
16405              IO::Sockatmark().
16406      Branch: perl
16407            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
16408 ____________________________________________________________________________
16409 [  9353] By: jhi                                   on 2001/03/25  22:25:04
16410         Log: Integrate perlio.
16411      Branch: perl
16412           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16413           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
16414           !> pp_hot.c win32/makefile.mk
16415 ____________________________________________________________________________
16416 [  9352] By: jhi                                   on 2001/03/25  22:21:41
16417         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
16418              From: Radu Greab <radu@netsoft.ro>
16419              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
16420              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
16421      Branch: perl
16422            ! pp_sys.c
16423 ____________________________________________________________________________
16424 [  9351] By: nick                                  on 2001/03/25  22:15:02
16425         Log: Fix readline in list mode to tell rest of world that it has
16426              things on the stack. Otherwise if perl code gets invoked
16427              underneath it it scribbles over results-so-far.
16428              (Why TIEHANDLE has not tripped on this is a mystery.)
16429      Branch: perlio
16430            ! pp_hot.c
16431 ____________________________________________________________________________
16432 [  9350] By: nick                                  on 2001/03/25  22:10:13
16433         Log: win32/makefile.mk typos
16434      Branch: perlio
16435            ! win32/makefile.mk
16436 ____________________________________________________________________________
16437 [  9349] By: nick                                  on 2001/03/25  21:31:14
16438         Log: Integrate now-non-binary file.
16439      Branch: perlio
16440           !> t/lib/mimeqp.t
16441 ____________________________________________________________________________
16442 [  9348] By: nick                                  on 2001/03/25  21:27:24
16443         Log: Make it text
16444      Branch: perlio
16445            ! t/lib/mimeqp.t
16446 ____________________________________________________________________________
16447 [  9347] By: nick                                  on 2001/03/25  21:25:37
16448         Log: Integrate mainline.
16449      Branch: perlio
16450           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
16451           !> lib/Term/ReadLine.pm t/lib/md5-file.t
16452 ____________________________________________________________________________
16453 [  9346] By: nick                                  on 2001/03/25  20:58:15
16454         Log: Add destruct time hook to PerlIO (for work-in-process implementing
16455              layers in perl code. In such cases layers need to be popped before
16456              we loose the ability to run perl code.)
16457              Also back-out "PerlIO::object" hook - it isn't going to work like that...
16458      Branch: perlio
16459            ! perl.c perlio.c perlio.h perliol.h
16460 ____________________________________________________________________________
16461 [  9345] By: nick                                  on 2001/03/25  20:49:11
16462         Log: Avoid at leasy one of undefined warnings in Encode.
16463      Branch: perlio
16464            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16465 ____________________________________________________________________________
16466 [  9344] By: jhi                                   on 2001/03/25  20:37:43
16467         Log: A workaround for using Term::ReadLine in emacs minibuffer
16468              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
16469              additional tweaks from Ilya Zakharevich.
16470      Branch: perl
16471            ! lib/Term/ReadLine.pm
16472 ____________________________________________________________________________
16473 [  9343] By: nick                                  on 2001/03/25  20:21:14
16474         Log: Missing return value.
16475      Branch: perlio
16476            ! ext/PerlIO/Scalar/Scalar.xs
16477 ____________________________________________________________________________
16478 [  9342] By: jhi                                   on 2001/03/25  16:21:00
16479         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
16480              to equal the CPAN versions since no code changes have been made.
16481      Branch: perl
16482            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
16483            ! t/lib/md5-file.t
16484 ____________________________________________________________________________
16485 [  9341] By: jhi                                   on 2001/03/25  16:01:48
16486         Log: Escape 8-bit characters.
16487      Branch: perl
16488            ! t/lib/mimeqp.t
16489 ____________________________________________________________________________
16490 [  9340] By: gsar                                  on 2001/03/25  15:50:53
16491         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
16492              chars)
16493      Branch: perl
16494            + t/lib/mimeqp.t
16495 ____________________________________________________________________________
16496 [  9339] By: gsar                                  on 2001/03/25  15:48:50
16497         Log: delete mimeqp.t for later with text mode set
16498      Branch: perl
16499            - t/lib/mimeqp.t
16500 ____________________________________________________________________________
16501 [  9338] By: nick                                  on 2001/03/25  09:01:57
16502         Log: Integrate mainline.
16503      Branch: perlio
16504           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
16505           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
16506           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
16507           +> t/lib/mimeb64u.t t/lib/mimeqp.t
16508           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
16509           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
16510           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
16511 ____________________________________________________________________________
16512 [  9337] By: jhi                                   on 2001/03/25  04:23:24
16513         Log: Add MIME::Base64 here and there.  Again, a lot of
16514              optimism is in the air.
16515      Branch: perl
16516            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
16517            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
16518 ____________________________________________________________________________
16519 [  9336] By: jhi                                   on 2001/03/25  04:12:43
16520         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
16521              this by ear as I do not do Win32 programming.)
16522      Branch: perl
16523            ! win32/Makefile win32/makefile.mk
16524 ____________________________________________________________________________
16525 [  9335] By: jhi                                   on 2001/03/25  04:03:50
16526         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
16527      Branch: perl
16528            ! t/lib/md5-file.t
16529 ____________________________________________________________________________
16530 [  9334] By: jhi                                   on 2001/03/25  03:58:53
16531         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
16532      Branch: perl
16533            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
16534            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
16535            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
16536            + t/lib/mimeb64u.t t/lib/mimeqp.t
16537            ! MANIFEST
16538 ____________________________________________________________________________
16539 [  9333] By: jhi                                   on 2001/03/24  20:14:37
16540         Log: Integrate perlio.
16541      Branch: perl
16542           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
16543 ____________________________________________________________________________
16544 [  9332] By: nick                                  on 2001/03/24  19:40:34
16545         Log: Fix un-init variable leading to spurious "Out of Memory!"
16546      Branch: perlio
16547            ! doio.c
16548 ____________________________________________________________________________
16549 [  9331] By: nick                                  on 2001/03/24  19:09:59
16550         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
16551              and update layers internals doc.
16552      Branch: perlio
16553            ! pod/perlfunc.pod pod/perliol.pod
16554 ____________________________________________________________________________
16555 [  9330] By: jhi                                   on 2001/03/24  18:42:11
16556         Log: The length might be uninitialized garbage if the *svp is the undef.
16557      Branch: perl
16558            ! doio.c
16559 ____________________________________________________________________________
16560 [  9329] By: jhi                                   on 2001/03/24  18:26:57
16561         Log: (Retracted by #9393)
16562
16563              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
16564              From: Simon Cozens <simon@netthink.co.uk>
16565              Date: Sat, 24 Mar 2001 17:13:17 +0000
16566              Message-ID: <20010324171317.A13406@netthink.co.uk>
16567      Branch: perl
16568            ! utils/h2xs.PL
16569 ____________________________________________________________________________
16570 [  9328] By: nick                                  on 2001/03/24  17:22:02
16571         Log: Integrate mainline.
16572      Branch: perlio
16573           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
16574           !> lib/unicode/version
16575 ____________________________________________________________________________
16576 [  9327] By: nick                                  on 2001/03/24  17:16:02
16577         Log: Integrate mainline.
16578      Branch: perlio
16579           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
16580           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
16581           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
16582           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
16583           +> t/lib/md5-file.t
16584           !> MANIFEST Makefile.SH configure.com djgpp/config.over
16585           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
16586           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
16587           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
16588           !> win32/makefile.mk
16589 ____________________________________________________________________________
16590 [  9326] By: jhi                                   on 2001/03/24  17:00:42
16591         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
16592      Branch: perl
16593            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
16594            ! lib/unicode/version
16595 ____________________________________________________________________________
16596 [  9325] By: jhi                                   on 2001/03/24  16:22:33
16597         Log: Subject: Re: B::Deparse bug (5.6.0)
16598              From: Robin Houston <robin@kitsite.com>
16599              Date: Sat, 24 Mar 2001 14:33:09 +0000
16600              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
16601      Branch: perl
16602            ! op.c pp.c t/lib/b.t t/op/repeat.t
16603 ____________________________________________________________________________
16604 [  9324] By: jhi                                   on 2001/03/24  16:21:56
16605         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
16606              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
16607              these additions may be too optimistic.
16608      Branch: perl
16609            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
16610            ! hints/uwin.sh hints/vmesa.sh
16611 ____________________________________________________________________________
16612 [  9323] By: jhi                                   on 2001/03/24  16:06:01
16613         Log: Integrate perlio.
16614      Branch: perl
16615           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
16616           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16617            ! Makefile.SH
16618           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
16619           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
16620           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
16621           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16622           !> win32/makefile.mk win32/perlhost.h win32/win32.c
16623           !> win32/win32iop.h
16624 ____________________________________________________________________________
16625 [  9322] By: nick                                  on 2001/03/24  14:39:12
16626         Log: Routine Win32 regen_config_h - no real changes.
16627      Branch: perlio
16628            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16629 ____________________________________________________________________________
16630 [  9321] By: nick                                  on 2001/03/24  14:31:49
16631         Log: PerlIO fixups for Win32:
16632              - provide win33_popenlist() - non-functional as yet.
16633              - avoid need for aTHX in PerlIO_debug calls - even if not 
16634              enabled args are still evaluated so Win32 has trouble during fork().
16635              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
16636              - Fixup makedef.pl for latest set of symbols.
16637      Branch: perlio
16638            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
16639            ! win32/perlhost.h win32/win32.c win32/win32iop.h
16640 ____________________________________________________________________________
16641 [  9320] By: nick                                  on 2001/03/24  14:26:58
16642         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
16643              was gibberish - broke it on WIn32 at least.
16644      Branch: perlio
16645            ! ext/POSIX/POSIX.xs
16646 ____________________________________________________________________________
16647 [  9319] By: nick                                  on 2001/03/24  11:29:41
16648         Log: Generated files.
16649      Branch: perlio
16650            ! embed.h global.sym objXSUB.h perlapi.c proto.h
16651 ____________________________________________________________________________
16652 [  9318] By: nick                                  on 2001/03/24  10:29:37
16653         Log: Implement:
16654              1.  open($fh,"+<",undef);  # add test to t/io/open.t
16655              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
16656      Branch: perlio
16657            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
16658            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16659            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
16660            ! t/io/open.t t/io/utf8.t
16661 ____________________________________________________________________________
16662 [  9317] By: jhi                                   on 2001/03/23  23:41:25
16663         Log: AIX does seems to have optimization problems with its C compilers.
16664      Branch: perl
16665            ! hints/aix.sh
16666 ____________________________________________________________________________
16667 [  9316] By: jhi                                   on 2001/03/23  23:40:46
16668         Log: Integrate perlio.
16669      Branch: perl
16670           +> lib/PerlIO.pm
16671           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
16672           !> perliol.h
16673 ____________________________________________________________________________
16674 [  9315] By: jhi                                   on 2001/03/23  22:16:30
16675         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
16676      Branch: perl
16677            ! t/lib/md5-file.t
16678 ____________________________________________________________________________
16679 [  9314] By: nick                                  on 2001/03/23  20:49:02
16680         Log: Perlio internals re-organized.
16681              - open process creates AV of layer/arg pairs
16682              (appends layers from open() or open.pm to default list).
16683              - push arg is now an SV.
16684              - layer ->Open get passed the AV
16685              - open is no longer mandatory method.
16686              - topmost layer that has ->Open method does the open
16687              - any layers above are pushed once that returns.
16688              - vtable re-ordered so dummy layers need only provide push/pop methods.
16689      Branch: perlio
16690            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16691 ____________________________________________________________________________
16692 [  9313] By: nick                                  on 2001/03/23  16:27:41
16693         Log: Check in a stable (working) version before next round of tweaks.
16694              Changes include:
16695              - Move default layers code out of doio.c and into perlio.c
16696              - Single routine for parsing layer specification strings.
16697              - Skeleton support for demand loading of layers
16698              - Core-dump avoidance if PERLIO environment specifies loadable layer
16699              (does not _work_ as need IO to load and need load to do IO ...)
16700      Branch: perlio
16701            + lib/PerlIO.pm
16702            ! MANIFEST doio.c perlio.c
16703 ____________________________________________________________________________
16704 [  9312] By: gsar                                  on 2001/03/23  16:25:25
16705         Log: add execute bit to files with shebang lines in the repository;
16706              avoid clobbering execute bit in Porting/makerel 
16707      Branch: maint-5.6/perl
16708            ! (edit 144 files)
16709 ____________________________________________________________________________
16710 [  9311] By: jhi                                   on 2001/03/23  14:25:35
16711         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
16712      Branch: perl
16713            ! MANIFEST
16714 ____________________________________________________________________________
16715 [  9310] By: jhi                                   on 2001/03/23  13:45:04
16716         Log: Subject: [PATCH] Net::Ping
16717              From: Colin McMillen <mcmi0037@tc.umn.edu>
16718              Date: Thu, 22 Mar 2001 19:30:31 -0600
16719              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
16720      Branch: perl
16721            ! lib/Net/Ping.pm
16722 ____________________________________________________________________________
16723 [  9309] By: jhi                                   on 2001/03/23  13:39:13
16724         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
16725      Branch: perl
16726            ! t/lib/md5-aaa.t t/lib/md5-file.t
16727 ____________________________________________________________________________
16728 [  9308] By: jhi                                   on 2001/03/23  13:20:34
16729         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
16730              - bump the version to 2.14
16731              - drop the base64 tests since they require MIME::Base64
16732              - drop the rfc1321.txt
16733              - drop the hints/dec_osf.pl since it's only needed for
16734              pre-5.005_03 Perls
16735              Todo:
16736              - the U32 alignment testing is now removed; it needs to
16737              be reintroduced as as a Config variable (meaning also
16738              as a Configure test)
16739              - get the new EBCDIC md5sum for MD5.pm
16740              - test in Win32 to see how badly I botched the makefiles
16741      Branch: perl
16742            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
16743            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
16744            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
16745            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
16746            + t/lib/md5-file.t
16747            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
16748            ! win32/Makefile win32/makefile.mk
16749 ____________________________________________________________________________
16750 [  9307] By: jhi                                   on 2001/03/23  12:56:14
16751         Log: Integrate change #9306 from maintperl into mainline,
16752              AIX dynaloader for AIXes without <load.h>.
16753      Branch: perl
16754           !> ext/DynaLoader/hints/aix.pl
16755 ____________________________________________________________________________
16756 [  9306] By: jhi                                   on 2001/03/23  12:51:36
16757         Log: There are AIXes without /usr/include/load.h,
16758              patch from H.Merijn Brand.
16759      Branch: maint-5.6/perl
16760            ! ext/DynaLoader/hints/aix.pl
16761 ____________________________________________________________________________
16762 [  9305] By: nick                                  on 2001/03/23  11:00:42
16763         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
16764      Branch: perlio
16765            ! ext/Encode/Encode.xs perlio.c perlio.h
16766 ____________________________________________________________________________
16767 [  9304] By: nick                                  on 2001/03/23  10:20:46
16768         Log: Render -Duseperlio functional again.
16769              - this is "quick fix" which calls PerlIO_apply_layers after opening,
16770              which is what old scheme did. New scheme needs to change that
16771              to make open(...,\$scalar) etc. work but this will do for now.
16772      Branch: perlio
16773            ! perlio.c
16774 ____________________________________________________________________________
16775 [  9303] By: nick                                  on 2001/03/23  09:53:20
16776         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
16777              -Uuseperlio now works again.
16778              -Duseperlio is still poorly. Don't merge yet...
16779      Branch: perlio
16780            ! doio.c perlio.h
16781 ____________________________________________________________________________
16782 [  9302] By: nick                                  on 2001/03/22  22:26:51
16783         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
16784              type code.
16785              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
16786              is its main caller. In particular now has access to "extra" args, and
16787              can tell when an open handle is "reopened" (or duped?).
16788              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
16789              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
16790              PerlIO_open() et. al. (i.e. other way round).
16791              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
16792              with args close to PerlIO_openn().
16793      Branch: perlio
16794            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16795 ____________________________________________________________________________
16796 [  9301] By: jhi                                   on 2001/03/22  20:58:04
16797         Log: Integrate perlio.
16798      Branch: perl
16799           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
16800           !> t/io/open.t util.c
16801 ____________________________________________________________________________
16802 [  9300] By: nick                                  on 2001/03/22  17:36:32
16803         Log: Don't include $@ in not ok message.
16804      Branch: perlio
16805            ! t/io/open.t
16806 ____________________________________________________________________________
16807 [  9299] By: gsar                                  on 2001/03/22  16:53:45
16808         Log: back out changes#7532,7521 for now (appears to have problems
16809              on IRIX)
16810      Branch: maint-5.6/perl
16811            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16812            ! ext/POSIX/typemap pod/perlvar.pod
16813 ____________________________________________________________________________
16814 [  9298] By: nick                                  on 2001/03/22  14:35:46
16815         Log: Give a meaning to '&' in n-arg open case:
16816              open($fh,"<&",$scalar);
16817              $scalar can be:
16818              - an integer which does "fdopen"
16819              open($fh,"<&",2); # like open($fh,"<&2")
16820              - something that will yield a file handle via sv_2io()
16821              useful for dup'ing anonymous handles.
16822              e.g.:
16823              open(my $fh,"<&",\*STDIN);
16824              open(my $dup,"<&",$fh);
16825      Branch: perlio
16826            ! doio.c t/io/open.t
16827 ____________________________________________________________________________
16828 [  9297] By: nick                                  on 2001/03/22  13:34:35
16829         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
16830      Branch: perlio
16831            ! util.c
16832 ____________________________________________________________________________
16833 [  9296] By: nick                                  on 2001/03/22  12:51:20
16834         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
16835      Branch: perlio
16836            ! perl.c
16837 ____________________________________________________________________________
16838 [  9295] By: nick                                  on 2001/03/22  11:59:44
16839         Log: If stdin, stdout or stderr get opened in unexpected read/write state
16840              then warn at time of open not at time of use.
16841      Branch: perlio
16842            ! doio.c pp_hot.c pp_sys.c
16843 ____________________________________________________________________________
16844 [  9294] By: nick                                  on 2001/03/22  10:54:35
16845         Log: Die on n-arg open(...,"",xxx,yyy,...)
16846              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
16847              - die on read/write cases so we can decide what it means later.
16848      Branch: perlio
16849            ! doio.c embed.pl iperlsys.h util.c
16850 ____________________________________________________________________________
16851 [  9293] By: nick                                  on 2001/03/22  09:02:45
16852         Log: perlio tweaks (reported by Nick Clark)
16853              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
16854              error check in Pendinf_read().
16855      Branch: perlio
16856            ! perlio.c
16857 ____________________________________________________________________________
16858 [  9292] By: gsar                                  on 2001/03/22  07:12:00
16859         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
16860              fixes)
16861      Branch: maint-5.6/perl
16862           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
16863 ____________________________________________________________________________
16864 [  9291] By: jhi                                   on 2001/03/22  06:06:44
16865         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
16866      Branch: perl
16867            ! t/op/re_tests
16868 ____________________________________________________________________________
16869 [  9290] By: jhi                                   on 2001/03/22  05:57:01
16870         Log: Move MacOS Classic higher in the list of supported platforms.
16871      Branch: maint-5.6/perl
16872            ! pod/perlport.pod
16873 ____________________________________________________________________________
16874 [  9289] By: gsar                                  on 2001/03/22  05:35:04
16875         Log: revert part of change#6438 for compatibility (av_reify()
16876              appears to be needed to implement av_splice()ish things
16877              in XS)
16878      Branch: maint-5.6/perl
16879            ! embed.pl global.sym objXSUB.h perlapi.c
16880 ____________________________________________________________________________
16881 [  9288] By: gsar                                  on 2001/03/22  03:09:19
16882         Log: update copyright year
16883      Branch: maint-5.6/perl
16884            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16885            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
16886            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
16887            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
16888            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
16889            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
16890            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
16891            ! x2p/walk.c
16892 ____________________________________________________________________________
16893 [  9287] By: jhi                                   on 2001/03/21  20:30:54
16894         Log: Integrate perlio.
16895      Branch: perl
16896           !> ext/Data/Dumper/Dumper.xs
16897 ____________________________________________________________________________
16898 [  9286] By: gsar                                  on 2001/03/21  19:49:54
16899         Log: makefile.mk tweak
16900      Branch: maint-5.6/perl
16901            ! win32/Makefile win32/makefile.mk
16902 ____________________________________________________________________________
16903 [  9285] By: nick                                  on 2001/03/21  19:07:13
16904         Log: Multiplicity fix for Dumper.
16905      Branch: perlio
16906            ! ext/Data/Dumper/Dumper.xs
16907 ____________________________________________________________________________
16908 [  9284] By: nick                                  on 2001/03/21  19:01:07
16909         Log: Integrate mainline - (does not build xTHX issue in Dumper).
16910      Branch: perlio
16911           !> (integrate 27 files)
16912 ____________________________________________________________________________
16913 [  9283] By: jhi                                   on 2001/03/21  17:17:35
16914         Log: Integrate change #9282 from mainline into maintperl,
16915              4-arg UTF-8 substr().
16916      Branch: maint-5.6/perl
16917           !> pp.c
16918 ____________________________________________________________________________
16919 [  9282] By: jhi                                   on 2001/03/21  17:15:43
16920         Log: The #9270 would have leaked a scalar if pp_substr()
16921              returned early.
16922      Branch: perl
16923            ! pp.c
16924 ____________________________________________________________________________
16925 [  9281] By: gsar                                  on 2001/03/21  17:03:14
16926         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
16927      Branch: maint-5.6/perl
16928            ! win32/makefile.mk
16929 ____________________________________________________________________________
16930 [  9280] By: gsar                                  on 2001/03/21  17:01:20
16931         Log: some tweaks to change#9278 (fork() emulation should be enabled
16932              by setting BUILD_FLAVOR instead of changing the defaults)
16933      Branch: maint-5.6/perl
16934            ! win32/makefile.mk
16935 ____________________________________________________________________________
16936 [  9279] By: gsar                                  on 2001/03/21  16:47:19
16937         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
16938      Branch: maint-5.6/perl
16939            ! ext/File/Glob/Glob.pm
16940           !> lib/Cwd.pm
16941 ____________________________________________________________________________
16942 [  9278] By: jhi                                   on 2001/03/21  14:35:10
16943         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
16944              From: "Vadim Konovalov" <watman@inbox.ru>
16945              Date: Wed, 21 Mar 2001 01:53:51 +0300
16946              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
16947      Branch: maint-5.6/perl
16948            ! win32/makefile.mk win32/win32sck.c
16949 ____________________________________________________________________________
16950 [  9277] By: jhi                                   on 2001/03/21  13:58:28
16951         Log: Integrate change #9270 from mainline to maintperl:
16952              continued 4-arg UTF-8 substr() fixing.
16953      Branch: maint-5.6/perl
16954           !> pp.c t/op/substr.t
16955 ____________________________________________________________________________
16956 [  9276] By: jhi                                   on 2001/03/21  13:33:00
16957         Log: More pixie cleaning.
16958      Branch: perl
16959            ! Makefile.SH
16960 ____________________________________________________________________________
16961 [  9275] By: jhi                                   on 2001/03/21  03:54:17
16962         Log: Update Changes.
16963      Branch: perl
16964            ! Changes patchlevel.h
16965 ____________________________________________________________________________
16966 [  9274] By: jhi                                   on 2001/03/21  03:48:24
16967         Log: First stab at making Data::Dumper to grok Unicode.
16968              
16969              TODO: tests, EBCDICify.
16970      Branch: perl
16971            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16972 ____________________________________________________________________________
16973 [  9273] By: jhi                                   on 2001/03/21  02:23:00
16974         Log: Fix for
16975              
16976              Subject: Memory leak in unquoted print   
16977              From: Benjamin Sugars <bsugars@canoe.ca> 
16978              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
16979              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
16980      Branch: perl
16981            ! perlio.c
16982 ____________________________________________________________________________
16983 [  9272] By: jhi                                   on 2001/03/21  01:33:17
16984         Log: Subject: Re: [PATCH] POSIX::getcwd()
16985              From: Benjamin Sugars <bsugars@canoe.ca> 
16986              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
16987              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
16988      Branch: perl
16989            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16990 ____________________________________________________________________________
16991 [  9271] By: jhi                                   on 2001/03/21  01:22:52
16992         Log: Subject: [PATCH] Cwd.pm docs
16993              From: Benjamin Sugars <bsugars@canoe.ca>
16994              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
16995              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
16996      Branch: perl
16997            ! lib/Cwd.pm
16998 ____________________________________________________________________________
16999 [  9270] By: jhi                                   on 2001/03/21  01:16:29
17000         Log: Continue 4-arg substr() UTF-8 fixage.
17001      Branch: perl
17002            ! pp.c t/op/substr.t
17003 ____________________________________________________________________________
17004 [  9269] By: jhi                                   on 2001/03/21  00:46:14
17005         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
17006              
17007              revert the leak fix in change#9142 (problem needs a more experimental
17008              fix unsuitable for 5.6.1)
17009              
17010              do alphabetical sorting by default (for csh compatibility)
17011              
17012              cut-n-paste goof in change#9264
17013              
17014              VMS piping fixes (from Charles Lane)
17015      Branch: perl
17016           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
17017           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17018           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
17019 ____________________________________________________________________________
17020 [  9268] By: jhi                                   on 2001/03/21  00:37:04
17021         Log: Integrate perlio.
17022      Branch: perl
17023           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17024           !> utf8.c utf8.h utfebcdic.h
17025 ____________________________________________________________________________
17026 [  9267] By: nick                                  on 2001/03/20  20:04:39
17027         Log: More EBCDIC stuff:
17028              - Loose the extra level of function on ASCII.
17029              - spotted a chr(0) issue in sv.c
17030              - re-work of UTF-X tr/// ranges to work in Unicode
17031              space. Still issues with the "0xff is illegal UTF-8" hack.
17032              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
17033              (why do it once when you can do it all over the place :-(
17034              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
17035              need utf8.pm for swashes.
17036              - Simplified and commented scan_const() in toke.c
17037              Still something wrong regexp and tr (swashes?).
17038      Branch: perlio
17039            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
17040            ! utf8.c utf8.h utfebcdic.h
17041 ____________________________________________________________________________
17042 [  9266] By: gsar                                  on 2001/03/20  19:16:43
17043         Log: VMS piping fixes (from Charles Lane)
17044      Branch: maint-5.6/perl
17045            ! vms/vms.c vms/vmspipe.com
17046 ____________________________________________________________________________
17047 [  9265] By: gsar                                  on 2001/03/20  17:53:52
17048         Log: cut-n-paste goof in change#9264
17049      Branch: maint-5.6/perl
17050            ! ext/File/Glob/Glob.xs
17051 ____________________________________________________________________________
17052 [  9264] By: gsar                                  on 2001/03/20  17:43:47
17053         Log: do alphabetical sorting by default (for csh compatibility);
17054              bsd_glob() does ASCII sort by default as usual, unless
17055              GLOB_ALPHASORT was specified
17056      Branch: maint-5.6/perl
17057            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
17058            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17059            ! ext/File/Glob/bsd_glob.h
17060 ____________________________________________________________________________
17061 [  9263] By: gsar                                  on 2001/03/20  16:40:08
17062         Log: integrate change#9255 from mainline (unicode fix)
17063              
17064              substr($bytestr, i, n, $charstr)
17065      Branch: maint-5.6/perl
17066           !> Todo-5.6 pp.c t/op/substr.t
17067 ____________________________________________________________________________
17068 [  9262] By: gsar                                  on 2001/03/20  15:57:41
17069         Log: revert the leak fix in change#9142 (problem needs a more experimental
17070              fix unsuitable for 5.6.1)
17071      Branch: maint-5.6/perl
17072            ! scope.c
17073 ____________________________________________________________________________
17074 [  9261] By: jhi                                   on 2001/03/20  14:26:25
17075         Log: Integrate changes #9259,9260 from maintperl into mainline.
17076              
17077              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17078              
17079              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17080      Branch: perl
17081           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
17082 ____________________________________________________________________________
17083 [  9260] By: jhi                                   on 2001/03/20  14:05:46
17084         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
17085              From: Robin Barker <rmb1@cise.npl.co.uk>
17086              Date: Tue, 20 Mar 2001 10:12:04 GMT
17087              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
17088      Branch: maint-5.6/perl
17089            ! run.c
17090 ____________________________________________________________________________
17091 [  9259] By: jhi                                   on 2001/03/20  14:04:39
17092         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
17093              From: Chris Nandor <pudge@pobox.com>
17094              Date: Tue, 20 Mar 2001 00:40:56 -0500
17095              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
17096      Branch: maint-5.6/perl
17097            ! ext/POSIX/POSIX.xs lib/File/Path.pm
17098 ____________________________________________________________________________
17099 [  9258] By: jhi                                   on 2001/03/20  05:09:34
17100         Log: Update Changes.
17101      Branch: perl
17102            ! Changes patchlevel.h
17103 ____________________________________________________________________________
17104 [  9257] By: jhi                                   on 2001/03/20  05:04:25
17105         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
17106      Branch: perl
17107            ! t/op/tr.t
17108 ____________________________________________________________________________
17109 [  9256] By: jhi                                   on 2001/03/20  04:43:12
17110         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
17111              From: Peter Prymmer <pvhp@forte.com>
17112              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
17113              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
17114      Branch: maint-5.6/perl
17115            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
17116 ____________________________________________________________________________
17117 [  9255] By: jhi                                   on 2001/03/19  23:17:17
17118         Log: substr($bytestr, i, n, $charstr)
17119
17120              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
17121      Branch: perl
17122            ! Todo-5.6 pp.c t/op/substr.t
17123 ____________________________________________________________________________
17124 [  9254] By: jhi                                   on 2001/03/19  22:25:09
17125         Log: Rearrange the make test target prerequisites so that
17126              in a parallel make 'all' is finished before 'test'.
17127      Branch: perl
17128            ! Makefile.SH
17129 ____________________________________________________________________________
17130 [  9253] By: jhi                                   on 2001/03/19  21:48:07
17131         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
17132              From: Robin Houston <robin@kitsite.com>
17133              Date: Mon, 19 Mar 2001 15:48:41 +0000
17134              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
17135      Branch: perl
17136            ! pp_ctl.c
17137 ____________________________________________________________________________
17138 [  9252] By: jhi                                   on 2001/03/19  21:42:27
17139         Log: Integrate perlio.
17140      Branch: perl
17141           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
17142           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
17143           !> utfebcdic.h vms/perly_c.vms
17144 ____________________________________________________________________________
17145 [  9251] By: jhi                                   on 2001/03/19  21:31:28
17146         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
17147              
17148              Dynaloading in 64-bit AIX with vac.
17149      Branch: perl
17150           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17151           !> hints/aix.sh
17152 ____________________________________________________________________________
17153 [  9250] By: jhi                                   on 2001/03/19  21:18:00
17154         Log: A more robust solution for the 64bitall AIX dynaloading
17155              problem, from Jens-Uwe Mager.
17156      Branch: maint-5.6/perl
17157            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17158 ____________________________________________________________________________
17159 [  9249] By: nick                                  on 2001/03/19  20:59:37
17160         Log: Integrate mainline.
17161      Branch: perlio
17162           !> (integrate 42 files)
17163 ____________________________________________________________________________
17164 [  9248] By: nick                                  on 2001/03/19  20:22:07
17165         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
17166              (Building on OS390 uses native YACC and YYDEBUG has other
17167              side effects.)
17168      Branch: perlio
17169            ! perly.c perly.y vms/perly_c.vms
17170 ____________________________________________________________________________
17171 [  9247] By: jhi                                   on 2001/03/19  19:59:53
17172         Log: 64-bit AIX dynaloading problem (see #9244) idea
17173              from Jens-Uwe Mager.
17174      Branch: maint-5.6/perl
17175            ! ext/DynaLoader/dl_aix.xs
17176 ____________________________________________________________________________
17177 [  9246] By: nick                                  on 2001/03/19  19:27:57
17178         Log: More EBCDIC fixes.
17179      Branch: perlio
17180            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
17181            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
17182 ____________________________________________________________________________
17183 [  9245] By: jhi                                   on 2001/03/19  19:05:19
17184         Log: Integrate change #9243 from mainline into maintperl.
17185              
17186              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17187      Branch: maint-5.6/perl
17188           !> README.vmesa
17189 ____________________________________________________________________________
17190 [  9244] By: jhi                                   on 2001/03/19  19:03:15
17191         Log: Get 64bitall AIX building, but still does not test okay:
17192              dynaloading anything fails, for example for op/defins:
17193              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
17194              (update: fixed by #9247,9250)
17195      Branch: maint-5.6/perl
17196            ! hints/aix.sh
17197 ____________________________________________________________________________
17198 [  9243] By: jhi                                   on 2001/03/19  19:00:16
17199         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
17200              From: Robin Barker <rmb1@cise.npl.co.uk>
17201              Date: Mon, 19 Mar 2001 18:01:57 GMT
17202              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
17203      Branch: perl
17204            ! README.vmesa
17205 ____________________________________________________________________________
17206 [  9242] By: jhi                                   on 2001/03/19  18:58:43
17207         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
17208              
17209              TODO: tests.
17210      Branch: perl
17211            ! doop.c op.c
17212 ____________________________________________________________________________
17213 [  9241] By: gsar                                  on 2001/03/19  17:34:46
17214         Log: VMSify tests (from Charles Lane)
17215      Branch: maint-5.6/perl
17216            ! t/lib/filehand.t t/lib/texttabs.t
17217 ____________________________________________________________________________
17218 [  9240] By: jhi                                   on 2001/03/19  14:24:26
17219         Log: Integrate change #9233 from maintperl into mainline.
17220              
17221              some refcounts were incorrect in perl_clone()
17222      Branch: perl
17223           !> sv.c
17224 ____________________________________________________________________________
17225 [  9239] By: gsar                                  on 2001/03/19  09:23:17
17226         Log: this is 5.6.1-trial3
17227      Branch: maint-5.6/perl
17228            ! Changes
17229 ____________________________________________________________________________
17230 [  9238] By: gsar                                  on 2001/03/19  08:47:04
17231         Log: some new symbols are only available under ithreads
17232      Branch: maint-5.6/perl
17233            ! makedef.pl
17234 ____________________________________________________________________________
17235 [  9237] By: gsar                                  on 2001/03/19  08:42:28
17236         Log: update patchlevel.h, Changes, &c.
17237      Branch: maint-5.6/perl
17238            ! Changes patchlevel.h pod/perlhist.pod
17239           !> AUTHORS
17240 ____________________________________________________________________________
17241 [  9236] By: gsar                                  on 2001/03/19  08:17:49
17242         Log: integrate changes#8068,8717 from mainline
17243              
17244              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
17245              
17246              [PATCH CPAN 1.59_51] warning message (not!)
17247      Branch: maint-5.6/perl
17248           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
17249           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
17250           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
17251           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
17252           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17253 ____________________________________________________________________________
17254 [  9235] By: gsar                                  on 2001/03/19  08:07:09
17255         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
17256              
17257              [PATCH] Add missing CV flags to dump.c
17258              
17259              Re: [patch] Re: PL_ptr_table
17260              
17261              Fixup non-ithread build after 8713
17262              
17263              Generated files form 8713 etc.
17264              
17265              Correct the correction :-(
17266              
17267              Documenting coderef @INC (Re: CPAN "make this script work" feature)
17268              
17269              Subject: Re: sync sync sync: have I missed any patches?
17270              Replace djSP with dSP.
17271      Branch: maint-5.6/perl
17272           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
17273           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
17274           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
17275           !> sv.c sv.h win32/perlhost.h
17276 ____________________________________________________________________________
17277 [  9234] By: gsar                                  on 2001/03/19  07:22:05
17278         Log: revert the change#9090 integrate for now (change looks somewhat
17279              incomplete in that [ha]v_exists() need something similar; lacks
17280              tests; &c.)
17281      Branch: maint-5.6/perl
17282            ! hv.c
17283 ____________________________________________________________________________
17284 [  9233] By: gsar                                  on 2001/03/19  07:10:01
17285         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
17286              destruction when there are unreferenced scalars (SvREFCNT==0)
17287      Branch: maint-5.6/perl
17288            ! sv.c
17289 ____________________________________________________________________________
17290 [  9232] By: jhi                                   on 2001/03/19  05:11:02
17291         Log: Regen api and toc.
17292      Branch: maint-5.6/perl
17293            ! pod/perlapi.pod pod/perltoc.pod
17294 ____________________________________________________________________________
17295 [  9231] By: jhi                                   on 2001/03/19  04:06:03
17296         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
17297              add a lost line in pp.c:pp_chop(), update to new op/chop.
17298              
17299              Clarify the description differentiating for and while; inspired by
17300              
17301              Subject: [ID 20010306.004] || != named unary operator
17302              
17303              The $Is_MacOS needs to be declared.
17304      Branch: maint-5.6/perl
17305            ! pp.c t/op/chop.t
17306           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
17307 ____________________________________________________________________________
17308 [  9230] By: jhi                                   on 2001/03/19  03:48:16
17309         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
17310              9079,9083,9089,9090,9091 from mainline to maintperl.
17311              
17312              Quieten some noise in Win32 builds
17313              
17314              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
17315              
17316              The perlretut was still talking about the old \p and \P
17317              definitions.
17318              
17319              More tweakage on the Unicode character class descriptions.
17320              
17321              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
17322              
17323              Subject: 'no *POSIX' Patch speeding up make on BS2000 
17324              
17325              Subject: [PATCH] perldata.pod here-doc docs
17326              
17327              Add /sbin and /usr/sbin to the list of directories scanned
17328              for setuid programs.  Takes care of bug id 20010309.003.
17329              
17330              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
17331              
17332              In op/stat #35 better to scan all the potential directories
17333              for setuids, not just the first one.
17334      Branch: maint-5.6/perl
17335            ! Makefile.SH
17336           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
17337           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
17338           !> t/op/stat.t toke.c win32/win32.h
17339 ____________________________________________________________________________
17340 [  9229] By: jhi                                   on 2001/03/19  02:31:50
17341         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
17342              From: Chris Nandor <pudge@pobox.com>
17343              Date: Sat, 10 Mar 2001 14:22:19 -0500
17344              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
17345      Branch: maint-5.6/perl
17346            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
17347            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
17348            ! t/lib/b.t t/lib/errno.t
17349 ____________________________________________________________________________
17350 [  9228] By: jhi                                   on 2001/03/19  02:29:59
17351         Log: Integrate changes #9113,9122 from mainline into maintperl.
17352              
17353              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
17354      Branch: maint-5.6/perl
17355           !> Configure README.os390 hints/os390.sh
17356 ____________________________________________________________________________
17357 [  9227] By: jhi                                   on 2001/03/19  02:22:35
17358         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
17359              into maintperl.
17360              
17361              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
17362              
17363              Forgot to check-in the larger part of #9120, duh.
17364              
17365              Subject: Another patch for integer.pm POD 
17366              
17367              h2ph strictness and cleanliness from Kurt Starsinic.
17368              
17369              Borland filename case problem.
17370              
17371              h2ph strictness and cleanliness from Kurt Starsinic.
17372              
17373              Subject: [PATCH] the uncontroversial doc patches
17374      Branch: maint-5.6/perl
17375           +> win32/sncfnmcs.pl
17376           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
17377           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
17378           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
17379           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
17380           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
17381           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
17382           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
17383 ____________________________________________________________________________
17384 [  9226] By: jhi                                   on 2001/03/19  02:10:21
17385         Log: Integrate changes #9207,9214 from mainline into maintperl.
17386              
17387              podchecker relaxations: =over has an *optional* number after it,
17388              and whitespace in L<> is okay.
17389      Branch: maint-5.6/perl
17390           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
17391           !> t/pod/poderrs.xr
17392 ____________________________________________________________________________
17393 [  9225] By: jhi                                   on 2001/03/19  02:07:38
17394         Log: Integrate change #9219 from maintperl into mainline.
17395              
17396              remove duplicated tests
17397      Branch: perl
17398           !> t/op/re_tests
17399 ____________________________________________________________________________
17400 [  9224] By: jhi                                   on 2001/03/19  02:06:11
17401         Log: Integrate change #9223 from mainline to maintperl.
17402              
17403              Document -Dmksymlinks.
17404      Branch: maint-5.6/perl
17405           !> INSTALL
17406 ____________________________________________________________________________
17407 [  9223] By: jhi                                   on 2001/03/19  02:01:25
17408         Log: Document -Dmksymlinks.
17409      Branch: perl
17410            ! INSTALL
17411 ____________________________________________________________________________
17412 [  9222] By: jhi                                   on 2001/03/19  01:15:35
17413         Log: The -Dmksymlinks wasn't working for maintperl.
17414      Branch: maint-5.6/perl
17415            ! Configure
17416 ____________________________________________________________________________
17417 [  9221] By: jhi                                   on 2001/03/19  00:49:43
17418         Log: Cleanup pixie residue.
17419      Branch: perl
17420            ! Makefile.SH
17421 ____________________________________________________________________________
17422 [  9220] By: jhi                                   on 2001/03/19  00:44:47
17423         Log: Document the use of pixie/prof; create make targets for it.
17424              
17425              TODO: make t/TEST pixie-aware.
17426      Branch: perl
17427            ! Makefile.SH pod/perlhack.pod
17428 ____________________________________________________________________________
17429 [  9219] By: gsar                                  on 2001/03/19  00:16:55
17430         Log: remove duplicated tests
17431      Branch: maint-5.6/perl
17432            ! t/op/re_tests
17433 ____________________________________________________________________________
17434 [  9218] By: jhi                                   on 2001/03/18  23:59:31
17435         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
17436      Branch: perl
17437            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
17438 ____________________________________________________________________________
17439 [  9217] By: jhi                                   on 2001/03/18  23:25:20
17440         Log: Rewrite the tests section of Makefile to be less redundant
17441              and to allow for more flexible test targets, many recursive
17442              make calls introduced.
17443      Branch: perl
17444            ! Makefile.SH
17445 ____________________________________________________________________________
17446 [  9216] By: jhi                                   on 2001/03/18  22:30:04
17447         Log: Document the use of Third Degree (sparsely).
17448      Branch: perl
17449            ! pod/perlhack.pod t/TEST
17450 ____________________________________________________________________________
17451 [  9215] By: jhi                                   on 2001/03/18  22:10:30
17452         Log: Make targets for testing with Third Degree.
17453      Branch: perl
17454            ! Makefile.SH
17455 ____________________________________________________________________________
17456 [  9214] By: jhi                                   on 2001/03/18  21:08:53
17457         Log: The podchecker relaxations need to mirrored also at the tests.
17458      Branch: perl
17459            ! t/pod/poderrs.xr
17460 ____________________________________________________________________________
17461 [  9213] By: jhi                                   on 2001/03/18  20:56:21
17462         Log: Update Changes.
17463      Branch: perl
17464            ! Changes patchlevel.h
17465 ____________________________________________________________________________
17466 [  9212] By: jhi                                   on 2001/03/18  20:36:59
17467         Log: Looking for config.sh in parent directories isn't
17468              very useful for the toplevel Makefile.
17469      Branch: perl
17470            ! Makefile.SH
17471 ____________________________________________________________________________
17472 [  9211] By: jhi                                   on 2001/03/18  20:33:37
17473         Log: On "make clean" take care of Third Degree droppings.
17474      Branch: perl
17475            ! Makefile.SH
17476 ____________________________________________________________________________
17477 [  9210] By: jhi                                   on 2001/03/18  20:21:34
17478         Log: Add a hook for running the tests under the Third Degree
17479              debugging tool (set $ENV{PERL_3LOG} to non-zero)
17480              
17481              TODO: Document the use of Third Degree.
17482      Branch: perl
17483            ! t/TEST
17484 ____________________________________________________________________________
17485 [  9209] By: jhi                                   on 2001/03/18  20:19:07
17486         Log: Regen toc and api pods.
17487      Branch: perl
17488            ! pod/perlapi.pod pod/perltoc.pod
17489 ____________________________________________________________________________
17490 [  9208] By: jhi                                   on 2001/03/18  20:12:12
17491         Log: Integrate changes #8128,9132 from mainline into maintperl,
17492              Tie::SubstrHash fixes.
17493      Branch: maint-5.6/perl
17494           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
17495 ____________________________________________________________________________
17496 [  9207] By: jhi                                   on 2001/03/18  20:07:43
17497         Log: podchecker relaxations from Michael Stevens.
17498      Branch: perl
17499            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
17500 ____________________________________________________________________________
17501 [  9206] By: jhi                                   on 2001/03/18  20:04:24
17502         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
17503      Branch: perl
17504            ! lib/Locale/Constants.pm lib/Locale/Country.pm
17505            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
17506            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
17507 ____________________________________________________________________________
17508 [  9205] By: jhi                                   on 2001/03/18  19:54:45
17509         Log: Integrate changes #9161,9162 from maintperl to mainline.
17510              
17511              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
17512              results
17513      Branch: perl
17514           !> t/op/magic.t
17515 ____________________________________________________________________________
17516 [  9204] By: jhi                                   on 2001/03/18  19:37:46
17517         Log: Make perl.third checks more understandable to the builder.
17518      Branch: perl
17519            ! Makefile.SH
17520 ____________________________________________________________________________
17521 [  9203] By: jhi                                   on 2001/03/18  19:20:54
17522         Log: Re-integrate #9138 from maintperl to mainline,
17523              the squelching of the unneeded "Scalars leaked" messages.
17524      Branch: perl
17525           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
17526           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
17527           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
17528 ____________________________________________________________________________
17529 [  9202] By: jhi                                   on 2001/03/18  18:48:36
17530         Log: More robust and more paranoid perl.third target.
17531      Branch: perl
17532            ! Makefile.SH
17533 ____________________________________________________________________________
17534 [  9201] By: jhi                                   on 2001/03/18  18:39:21
17535         Log: Integrate change #9197 from maintperl to mainline.
17536              
17537              more thorough cleaning of arenas.
17538      Branch: perl
17539           !> embed.pl perl.c proto.h sv.c t/op/sort.t
17540 ____________________________________________________________________________
17541 [  9200] By: jhi                                   on 2001/03/18  18:25:17
17542         Log: Integrate perlio.
17543      Branch: perl
17544           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
17545           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
17546           !> t/lib/encode.t toke.c universal.c utf8.c
17547 ____________________________________________________________________________
17548 [  9199] By: nick                                  on 2001/03/18  15:23:51
17549         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
17550              is the sense of the test being done. Avoid some magical 127 and 128 values
17551              by using macros.
17552      Branch: perlio
17553            ! doop.c pp_ctl.c sv.c toke.c
17554 ____________________________________________________________________________
17555 [  9198] By: nick                                  on 2001/03/18  14:18:12
17556         Log: UTF-X encoding invariance for Encode:
17557              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
17558              - move the XS code for those to universal.c (so in miniperl)
17559              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
17560              - change ext/Encode/compile to use above.
17561              - Fix t/lib/encode.t for above
17562              - Teach t/lib/b.t to expect -uutf8
17563              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
17564              utf8.pm is needed.
17565      Branch: perlio
17566            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
17567            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
17568 ____________________________________________________________________________
17569 [  9197] By: gsar                                  on 2001/03/18  12:15:57
17570         Log: more thorough cleaning of arenas--keep going until no more
17571              SvREFCNT_dec()s occur (this fixes the problem that causes the
17572              pesky "Scalars leaked" warnings)
17573      Branch: maint-5.6/perl
17574            ! embed.pl perl.c proto.h sv.c t/op/sort.t
17575 ____________________________________________________________________________
17576 [  9196] By: nick                                  on 2001/03/18  10:57:29
17577         Log: Fix pragma/utf8.t # 15
17578              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
17579              are SvUTF8 as well.
17580      Branch: perlio
17581            ! toke.c
17582 ____________________________________________________________________________
17583 [  9195] By: nick                                  on 2001/03/18  09:27:06
17584         Log: Integrate mainline
17585      Branch: perlio
17586           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
17587           !> t/op/pat.t
17588 ____________________________________________________________________________
17589 [  9194] By: jhi                                   on 2001/03/18  05:29:59
17590         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
17591              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
17592      Branch: perl
17593            ! op.c op.h t/op/misc.t t/op/pat.t
17594 ____________________________________________________________________________
17595 [  9193] By: jhi                                   on 2001/03/18  05:15:06
17596         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
17597      Branch: perl
17598            ! mg.c t/op/pat.t
17599 ____________________________________________________________________________
17600 [  9192] By: jhi                                   on 2001/03/18  04:22:43
17601         Log: tr/// UTF-8 patches from Inaba Hiroto.
17602      Branch: perl
17603            ! doop.c op.c
17604 ____________________________________________________________________________
17605 [  9191] By: jhi                                   on 2001/03/18  04:21:17
17606         Log: Integrate perlio.
17607      Branch: perl
17608           !> utf8.c utfebcdic.h
17609 ____________________________________________________________________________
17610 [  9190] By: nick                                  on 2001/03/17  20:32:01
17611         Log: Correct #if EBCDIC side typos.
17612              Builds and passes many tests on OS390.
17613      Branch: perlio
17614            ! utf8.c utfebcdic.h
17615 ____________________________________________________________________________
17616 [  9189] By: jhi                                   on 2001/03/17  18:55:49
17617         Log: Add prerequisites for the perl.third target.
17618      Branch: perl
17619            ! Makefile.SH
17620 ____________________________________________________________________________
17621 [  9188] By: jhi                                   on 2001/03/17  18:46:00
17622         Log: Integrate perlio.
17623      Branch: perl
17624           +> utfebcdic.h
17625           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
17626 ____________________________________________________________________________
17627 [  9187] By: jhi                                   on 2001/03/17  18:38:47
17628         Log: Add a make rule for perl.third (the Third Degree memory debugging
17629              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
17630      Branch: perl
17631            ! Makefile.SH
17632 ____________________________________________________________________________
17633 [  9186] By: nick                                  on 2001/03/17  18:34:48
17634         Log: MANIFEST addition :-(
17635      Branch: perlio
17636            ! MANIFEST
17637 ____________________________________________________________________________
17638 [  9185] By: nick                                  on 2001/03/17  18:29:50
17639         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
17640              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
17641              a superset of ASCII are invariant under the encoding. This is EBCDIC
17642              friendly as an encoded string can be looked at as being EBCDIC by lexer
17643              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
17644              ASCII on ASCII machines.
17645              
17646              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
17647              seperate.
17648              - Add some more macros to comprehend different shift amounts and
17649              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
17650              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
17651              and conditionaly #include it.
17652              
17653              EBCDIC build as yet untested.  ASCII still fails the one test.
17654      Branch: perlio
17655            + utfebcdic.h
17656            ! utf8.c utf8.h
17657 ____________________________________________________________________________
17658 [  9184] By: nick                                  on 2001/03/17  17:44:16
17659         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
17660      Branch: perlio
17661            ! doop.c perl.h pp.c utf8.h
17662 ____________________________________________________________________________
17663 [  9183] By: jhi                                   on 2001/03/17  15:55:42
17664         Log: Integrate perlio.
17665      Branch: perl
17666            ! MANIFEST
17667           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
17668 ____________________________________________________________________________
17669 [  9182] By: nick                                  on 2001/03/17  09:16:06
17670         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
17671      Branch: perlio
17672            ! t/op/pat.t
17673 ____________________________________________________________________________
17674 [  9181] By: nick                                  on 2001/03/17  09:15:11
17675         Log: Integrate mainline.
17676      Branch: perlio
17677           +> lib/Locale/Constants.pm lib/Locale/Country.pm
17678           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
17679           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
17680           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
17681           !> (integrate 83 files)
17682 ____________________________________________________________________________
17683 [  9180] By: nick                                  on 2001/03/16  17:23:21
17684         Log: EBCDIC Fixes.
17685      Branch: perlio
17686            ! perl.h sv.c toke.c utf8.c utf8.h
17687 ____________________________________________________________________________
17688 [  9179] By: jhi                                   on 2001/03/16  14:10:12
17689         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
17690              a change needed to work around an AIX compiler bug.
17691      Branch: perl
17692            ! ext/Storable/Storable.xs
17693 ____________________________________________________________________________
17694 [  9178] By: jhi                                   on 2001/03/16  03:19:59
17695         Log: With Damian's approval synchronize damian's modules'
17696              licensing with Perl's standard module licensing.
17697      Branch: perl
17698            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
17699 ____________________________________________________________________________
17700 [  9177] By: jhi                                   on 2001/03/16  03:15:34
17701         Log: Make the Filter::Util:Call files have their own copies
17702              of the Perl standard module licensing, from Paul Marquess.
17703      Branch: perl
17704            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17705 ____________________________________________________________________________
17706 [  9176] By: jhi                                   on 2001/03/16  02:56:04
17707         Log: Subject: [PATCH] more pod patches
17708              From: Michael Stevens <michael@etla.org>
17709              Date: Thu, 15 Mar 2001 21:25:18 +0000
17710              Message-ID: <20010315212518.A18870@firedrake.org>
17711      Branch: perl
17712            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
17713            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
17714            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
17715            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
17716            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17717            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
17718            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
17719            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
17720            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
17721            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
17722            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
17723            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
17724            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
17725            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
17726            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
17727            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
17728            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
17729            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
17730            ! lib/Locale/Country.pm lib/Locale/Language.pm
17731            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
17732            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
17733            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
17734            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
17735            ! os2/OS2/Process/Process.pm
17736 ____________________________________________________________________________
17737 [  9175] By: jhi                                   on 2001/03/16  02:53:32
17738         Log: Subject: [PATCH] the uncontroversial doc patches
17739              From: Michael Stevens <michael@etla.org>
17740              Date: Thu, 15 Mar 2001 20:01:12 +0000
17741              Message-ID: <20010315200112.A7636@firedrake.org>
17742      Branch: perl
17743            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
17744            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
17745            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
17746            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
17747            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
17748 ____________________________________________________________________________
17749 [  9174] By: jhi                                   on 2001/03/16  02:50:49
17750         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
17751              From: Paul Lindner <lindner@inuus.com>
17752              Date: Fri, 16 Mar 2001 11:28:03 -0800
17753              Message-ID: <20010316112803.A7577@inuus.com>
17754      Branch: perl
17755            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17756 ____________________________________________________________________________
17757 [  9173] By: nick                                  on 2001/03/15  20:21:03
17758         Log: 1st day's EBCDIC fixes:
17759              - toke.c's parsing of strings needed attention
17760              needed to conditionally e2a if string was already UTF-8
17761              - e2a/a2e tables where wrong way round.
17762              - new macros in utf8.h
17763      Branch: perlio
17764            ! perl.h toke.c utf8.h
17765 ____________________________________________________________________________
17766 [  9172] By: jhi                                   on 2001/03/15  15:17:17
17767         Log: Update Changes.
17768      Branch: perl
17769            ! Changes patchlevel.h
17770 ____________________________________________________________________________
17771 [  9171] By: jhi                                   on 2001/03/15  15:09:32
17772         Log: Subject: Re: Another Borland C++ problem.
17773              From: "Vadim Konovalov" <watman@inbox.ru>
17774              Date: Sat, 10 Mar 2001 19:26:07 +0300
17775              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
17776              
17777              Borland filename case problem.
17778      Branch: perl
17779            + win32/sncfnmcs.pl
17780            ! MANIFEST README.win32
17781 ____________________________________________________________________________
17782 [  9170] By: jhi                                   on 2001/03/15  14:54:23
17783         Log: Add Locale::Codes 1.06, from Neil Bowers.
17784      Branch: perl
17785            + lib/Locale/Constants.pm lib/Locale/Country.pm
17786            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
17787            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
17788            + t/lib/lc-language.t t/lib/lc-uk.t
17789            ! MANIFEST
17790 ____________________________________________________________________________
17791 [  9169] By: jhi                                   on 2001/03/15  14:19:01
17792         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
17793      Branch: perl
17794            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17795            ! ext/Storable/Storable.xs
17796 ____________________________________________________________________________
17797 [  9168] By: jhi                                   on 2001/03/15  14:13:22
17798         Log: Integrate changes #9120,9167 from mainline to maintperl.
17799              
17800              Subject: [PATCH 5.6.1] OS/2 docs
17801              
17802              Subject: [PATCH 5.6.1] perldoc
17803      Branch: maint-5.6/perl
17804           !> os2/Changes utils/perldoc.PL
17805 ____________________________________________________________________________
17806 [  9167] By: jhi                                   on 2001/03/15  14:07:42
17807         Log: Subject: [PATCH 5.6.1] perldoc
17808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17809              Date: Wed, 14 Mar 2001 23:46:52 -0500
17810              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
17811      Branch: perl
17812            ! utils/perldoc.PL
17813 ____________________________________________________________________________
17814 [  9166] By: jhi                                   on 2001/03/15  13:53:15
17815         Log: sigaction test condition tweakage.
17816      Branch: perl
17817            ! t/lib/sigaction.t
17818 ____________________________________________________________________________
17819 [  9165] By: alanbur                               on 2001/03/15  03:49:17
17820         Log: Resynchronised with parent
17821      Branch: maint-5.6/pureperl
17822           +> os2/os2add.sym t/op/anonsub.t
17823           !> (integrate 72 files)
17824 ____________________________________________________________________________
17825 [  9164] By: jhi                                   on 2001/03/15  01:05:01
17826         Log: Avoid stomping off the beginning of an array in tr///.
17827      Branch: perl
17828            ! op.c
17829 ____________________________________________________________________________
17830 [  9163] By: jhi                                   on 2001/03/15  00:58:57
17831         Log: h2ph strictness and cleanliness from Kurt Starsinic.
17832      Branch: perl
17833            ! utils/h2ph.PL
17834 ____________________________________________________________________________
17835 [  9162] By: gsar                                  on 2001/03/15  00:56:53
17836         Log: avoid warnings
17837      Branch: maint-5.6/perl
17838            ! t/op/magic.t
17839 ____________________________________________________________________________
17840 [  9161] By: gsar                                  on 2001/03/15  00:52:09
17841         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
17842              results
17843      Branch: maint-5.6/perl
17844            ! t/op/magic.t
17845 ____________________________________________________________________________
17846 [  9160] By: jhi                                   on 2001/03/14  22:02:10
17847         Log: Do not use the Perl malloc in IRIX, suggested by
17848              Helmus Jarausch.
17849      Branch: perl
17850            ! hints/irix_6.sh
17851 ____________________________________________________________________________
17852 [  9159] By: nick                                  on 2001/03/14  21:45:59
17853         Log: Integrate mainline
17854      Branch: perlio
17855           +> t/op/loopctl.t
17856           !> (integrate 41 files)
17857 ____________________________________________________________________________
17858 [  9158] By: jhi                                   on 2001/03/14  21:10:09
17859         Log: The Day of the Retractions continues: the #9138
17860              (integrated in #9144) doesn't work well in mainline.
17861      Branch: perl
17862            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
17863            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
17864            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
17865 ____________________________________________________________________________
17866 [  9157] By: jhi                                   on 2001/03/14  20:58:12
17867         Log: The #9145 CANNOT be enabled: the clear_pmop code still
17868              dumps core all over in Tru64.
17869      Branch: perl
17870            ! op.c op.h t/op/pat.t
17871 ____________________________________________________________________________
17872 [  9156] By: jhi                                   on 2001/03/14  20:48:06
17873         Log: Integrate change #9154 from maintperl to mainline.
17874              
17875              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
17876              (caused Storable 1.0.10 to break on windows)
17877      Branch: perl
17878           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
17879           !> perlapi.c proto.h
17880 ____________________________________________________________________________
17881 [  9155] By: jhi                                   on 2001/03/14  20:23:53
17882         Log: Retract #9136: breaks threading (and binary compatibility).
17883      Branch: perl
17884            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
17885 ____________________________________________________________________________
17886 [  9154] By: gsar                                  on 2001/03/14  17:48:18
17887         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
17888              (caused Storable 1.0.10 to break on windows)
17889      Branch: maint-5.6/perl
17890            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
17891            ! perlapi.c proto.h
17892 ____________________________________________________________________________
17893 [  9153] By: jhi                                   on 2001/03/14  13:35:21
17894         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
17895      Branch: perl
17896            ! t/lib/sigaction.t
17897 ____________________________________________________________________________
17898 [  9152] By: gsar                                  on 2001/03/14  07:29:40
17899         Log: back out changes#9012,9010,9009 and parts of change#9016
17900              (causes ABRs under purify, and some prerequisites don't
17901              seem to be there in 5.6.x)
17902      Branch: maint-5.6/perl
17903            ! doop.c op.c t/op/tr.t toke.c
17904 ____________________________________________________________________________
17905 [  9151] By: gsar                                  on 2001/03/14  07:01:29
17906         Log: reenable change#9145 (the test was busted due to a missing
17907              C<print "ok 27\n">)
17908      Branch: perl
17909            ! op.c op.h t/op/pat.t
17910 ____________________________________________________________________________
17911 [  9150] By: jhi                                   on 2001/03/14  06:38:36
17912         Log: Retract #9145.
17913      Branch: perl
17914            ! op.c op.h t/op/pat.t
17915 ____________________________________________________________________________
17916 [  9149] By: jhi                                   on 2001/03/14  06:14:56
17917         Log: Retract #9143.
17918      Branch: perl
17919            ! op.c
17920 ____________________________________________________________________________
17921 [  9148] By: gsar                                  on 2001/03/14  06:13:02
17922         Log: Uninitialized Memory Read in regexec.c
17923      Branch: perl
17924            ! regexec.c
17925 ____________________________________________________________________________
17926 [  9147] By: jhi                                   on 2001/03/14  04:59:54
17927         Log: Subject: PATCH: make goto work in nested eval ""
17928              From: Robin Houston <robin@kitsite.com>
17929              Date: Wed, 14 Mar 2001 04:16:10 +0000
17930              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
17931      Branch: perl
17932            ! pp_ctl.c t/op/goto.t
17933 ____________________________________________________________________________
17934 [  9146] By: jhi                                   on 2001/03/14  04:42:54
17935         Log: Preserve the #ifdef PERL_CORE in perly.h.
17936      Branch: perl
17937            ! perly.fixer
17938 ____________________________________________________________________________
17939 [  9145] By: jhi                                   on 2001/03/14  03:57:41
17940         Log: (Retracted by #9150.)
17941      Branch: perl
17942            ! op.c op.h t/op/pat.t
17943 ____________________________________________________________________________
17944 [  9144] By: jhi                                   on 2001/03/14  03:50:38
17945         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
17946              
17947              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
17948              
17949              remove squelch controls for "Scalars leaked" messages in most places
17950              (these are now cured)
17951              
17952              fix another memory leak reported by purify (tie callbacks that
17953              croak can leak when wiping out magic)
17954      Branch: perl
17955           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
17956           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
17957           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
17958           !> t/pragma/warnings.t
17959 ____________________________________________________________________________
17960 [  9143] By: jhi                                   on 2001/03/14  03:37:53
17961         Log: (Retracted by #9149.)
17962      Branch: perl
17963            ! op.c
17964 ____________________________________________________________________________
17965 [  9142] By: gsar                                  on 2001/03/14  03:20:48
17966         Log: fix another memory leak reported by purify (tie callbacks that
17967              croak can leak when wiping out magic)
17968      Branch: maint-5.6/perl
17969            ! scope.c
17970 ____________________________________________________________________________
17971 [  9141] By: jhi                                   on 2001/03/14  02:55:00
17972         Log: Subject: PATCH for [ID 20010305.003]
17973              From: Robin Houston <robin@kitsite.com>
17974              Date: Wed, 14 Mar 2001 02:45:51 +0000
17975              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
17976      Branch: perl
17977            ! pp_ctl.c t/op/eval.t
17978 ____________________________________________________________________________
17979 [  9140] By: jhi                                   on 2001/03/14  02:41:54
17980         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
17981              Date: Wed, 14 Mar 2001 01:52:51 +0000
17982              From: Robin Houston <robin@kitsite.com>
17983              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
17984              
17985              Fix for 2000313.004.
17986      Branch: perl
17987            ! pp_ctl.c t/op/goto.t
17988 ____________________________________________________________________________
17989 [  9139] By: jhi                                   on 2001/03/14  02:40:50
17990         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
17991              From: Robin Houston <robin@kitsite.com>
17992              Date: Wed, 14 Mar 2001 00:43:45 +0000
17993              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
17994      Branch: perl
17995            + t/op/loopctl.t
17996            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
17997            ! vms/perly_c.vms
17998 ____________________________________________________________________________
17999 [  9138] By: gsar                                  on 2001/03/14  01:18:00
18000         Log: remove squelch controls for "Scalars leaked" messages in most places
18001              (these are now cured)
18002      Branch: maint-5.6/perl
18003            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
18004            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
18005            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
18006 ____________________________________________________________________________
18007 [  9137] By: gsar                                  on 2001/03/14  00:57:04
18008         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
18009      Branch: maint-5.6/perl
18010            ! regcomp.c
18011 ____________________________________________________________________________
18012 [  9136] By: jhi                                   on 2001/03/13  23:12:24
18013         Log: (Retracted by #9155)
18014              
18015              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
18016              From: Jens-Uwe Mager <jum@helios.de>
18017              Date: Wed, 21 Feb 2001 21:32:04 +0100
18018              Message-ID: <20010221213203.A18340@ans.helios.de>
18019      Branch: perl
18020            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18021 ____________________________________________________________________________
18022 [  9135] By: jhi                                   on 2001/03/13  22:50:05
18023         Log: Integrate perlio.
18024      Branch: perl
18025           !> pp.c
18026 ____________________________________________________________________________
18027 [  9134] By: jhi                                   on 2001/03/13  22:49:05
18028         Log: Integrate change #9131 from maintperl into mainline.
18029              
18030              make the error text look more consistent in hints/hpux.sh
18031      Branch: perl
18032           !> hints/hpux.sh
18033 ____________________________________________________________________________
18034 [  9133] By: gsar                                  on 2001/03/13  22:46:20
18035         Log: integrate change#9067 from mainline
18036              
18037              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
18038      Branch: maint-5.6/perl
18039           !> lib/ExtUtils/MM_Unix.pm
18040 ____________________________________________________________________________
18041 [  9132] By: jhi                                   on 2001/03/13  22:41:21
18042         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
18043              From: "John P. Linderman" <jpl@research.att.com>
18044              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
18045              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
18046              
18047              A more correct prime finder.
18048      Branch: perl
18049            ! lib/Tie/SubstrHash.pm
18050 ____________________________________________________________________________
18051 [  9131] By: gsar                                  on 2001/03/13  22:30:42
18052         Log: make the error text look more consistent in hints/hpux.sh
18053      Branch: maint-5.6/perl
18054            ! hints/hpux.sh
18055 ____________________________________________________________________________
18056 [  9130] By: jhi                                   on 2001/03/13  22:23:44
18057         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
18058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18059              Date: Tue, 13 Mar 2001 18:41:26 +0100
18060              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
18061              
18062              If the test is run non-interactively the default handler
18063              is different.
18064      Branch: perl
18065            ! t/lib/sigaction.t
18066 ____________________________________________________________________________
18067 [  9129] By: jhi                                   on 2001/03/13  22:20:21
18068         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
18069              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18070              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
18071              Date:     Tue, 13 Mar 2001 16:44:32 EST
18072      Branch: perl
18073            ! t/lib/1_compile.t
18074 ____________________________________________________________________________
18075 [  9128] By: jhi                                   on 2001/03/13  22:18:34
18076         Log: Subject: Another patch for integer.pm POD 
18077              From: "John L. Allen" <allen@grumman.com>
18078              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
18079              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
18080      Branch: perl
18081            ! lib/integer.pm
18082 ____________________________________________________________________________
18083 [  9127] By: nick                                  on 2001/03/13  21:26:30
18084         Log: Integrate mainline.
18085      Branch: perlio
18086           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
18087           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
18088           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
18089           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
18090           !> Changes Configure MANIFEST README.os2 README.os390
18091           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
18092           !> os2/Changes patchlevel.h win32/perlhost.h
18093 ____________________________________________________________________________
18094 [  9126] By: nick                                  on 2001/03/13  20:39:51
18095         Log: #ifdef'ed out code to make packed side of pack/unpack
18096              octets. (i.e. pack('U') => encode_utf8).
18097      Branch: perlio
18098            ! pp.c
18099 ____________________________________________________________________________
18100 [  9125] By: jhi                                   on 2001/03/13  15:07:16
18101         Log: Update Changes.
18102      Branch: perl
18103            ! Changes patchlevel.h
18104 ____________________________________________________________________________
18105 [  9124] By: jhi                                   on 2001/03/13  14:22:45
18106         Log: Workaround for the buggy ("internal compiler error")
18107              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
18108              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
18109              of Andreas König.
18110      Branch: perl
18111            ! ext/re/Makefile.PL hints/aix.sh
18112 ____________________________________________________________________________
18113 [  9123] By: jhi                                   on 2001/03/13  03:24:34
18114         Log: Typo in #9114.
18115      Branch: metaconfig
18116            ! U/modified/myhostname.U
18117 ____________________________________________________________________________
18118 [  9122] By: jhi                                   on 2001/03/13  03:24:06
18119         Log: Typo in #9113.
18120      Branch: perl
18121            ! Configure
18122 ____________________________________________________________________________
18123 [  9121] By: jhi                                   on 2001/03/13  01:53:05
18124         Log: Forgot to check-in the larger part of #9120, duh.
18125      Branch: perl
18126            ! README.os2
18127 ____________________________________________________________________________
18128 [  9120] By: jhi                                   on 2001/03/13  01:51:31
18129         Log: Subject: [PATCH 5.6.1] OS/2 docs
18130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18131              Date: Mon, 12 Mar 2001 03:27:32 -0500
18132              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
18133      Branch: perl
18134            ! os2/Changes
18135 ____________________________________________________________________________
18136 [  9119] By: jhi                                   on 2001/03/13  01:49:41
18137         Log: Integrate change #9116 from maintperl into mainline.
18138              
18139              Win32::GetCwd() returns C: instead of C:\ in the root directory
18140              under ithreads
18141      Branch: perl
18142           !> win32/perlhost.h
18143 ____________________________________________________________________________
18144 [  9118] By: jhi                                   on 2001/03/13  01:13:39
18145         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
18146      Branch: perl
18147            + lib/Switch.pm t/lib/switch.t
18148            ! MANIFEST
18149 ____________________________________________________________________________
18150 [  9117] By: jhi                                   on 2001/03/13  01:03:17
18151         Log: Add Text::Balanced 1.83.
18152      Branch: perl
18153            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
18154            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
18155            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
18156            + t/lib/tb-xvari.t
18157            ! MANIFEST
18158 ____________________________________________________________________________
18159 [  9116] By: gsar                                  on 2001/03/13  00:55:53
18160         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
18161              under ithreads
18162      Branch: maint-5.6/perl
18163            ! win32/perlhost.h
18164 ____________________________________________________________________________
18165 [  9115] By: jhi                                   on 2001/03/13  00:54:09
18166         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
18167              From: "John L. Allen" <allen@grumman.com>
18168              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
18169              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
18170              
18171              use integer document clarification.
18172      Branch: perl
18173            ! lib/integer.pm
18174 ____________________________________________________________________________
18175 [  9114] By: jhi                                   on 2001/03/13  00:38:54
18176         Log: Metaconfig unit change for #9113.
18177      Branch: metaconfig
18178            ! U/modified/myhostname.U
18179 ____________________________________________________________________________
18180 [  9113] By: jhi                                   on 2001/03/13  00:38:35
18181         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
18182              From: Peter Prymmer <pvhp@forte.com>
18183              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
18184              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
18185      Branch: perl
18186            ! Configure README.os390 hints/os390.sh
18187 ____________________________________________________________________________
18188 [  9112] By: jhi                                   on 2001/03/13  00:29:00
18189         Log: Integrate perlio.
18190      Branch: perl
18191           !> sv.c utf8.h
18192 ____________________________________________________________________________
18193 [  9111] By: nick                                  on 2001/03/12  21:16:33
18194         Log: Integrate mainline.
18195      Branch: perlio
18196           +> t/op/anonsub.t
18197           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18198           !> proto.h sv.c
18199 ____________________________________________________________________________
18200 [  9110] By: nick                                  on 2001/03/12  21:00:13
18201         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
18202      Branch: perlio
18203            ! sv.c utf8.h
18204 ____________________________________________________________________________
18205 [  9109] By: jhi                                   on 2001/03/12  16:04:47
18206         Log: Integrate change #9108 from maintperl to mainline.
18207              
18208              fix memory leak in C<sub X { sub {} }> arising from a refcount
18209              loop between the outer sub and the inner prototype anonsub
18210              
18211              this also enables closures returned by subroutines that
18212              subsequently get redefined to work without generating coredumps :)
18213              
18214              completely removed the free_closures() hack--it shouldn't be
18215              needed anymore
18216      Branch: perl
18217           +> t/op/anonsub.t
18218           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18219           !> proto.h sv.c
18220 ____________________________________________________________________________
18221 [  9108] By: gsar                                  on 2001/03/12  10:21:31
18222         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
18223              loop between the outer sub and the inner prototype anonsub
18224              
18225              this also enables closures returned by subroutines that
18226              subsequently get redefined to work without generating coredumps :)
18227              
18228              completely removed the free_closures() hack--it shouldn't be
18229              needed anymore
18230      Branch: maint-5.6/perl
18231            + t/op/anonsub.t
18232            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
18233            ! proto.h sv.c
18234 ____________________________________________________________________________
18235 [  9107] By: jhi                                   on 2001/03/12  05:15:31
18236         Log: Integrate perlio.
18237      Branch: perl
18238           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
18239 ____________________________________________________________________________
18240 [  9106] By: nick                                  on 2001/03/11  20:10:12
18241         Log: regcomp.c is working in native space, not Unicode space (if different)
18242              as it is doing compare against 'W' in \W etc.
18243      Branch: perlio
18244            ! regcomp.c
18245 ____________________________________________________________________________
18246 [  9105] By: nick                                  on 2001/03/11  19:39:34
18247         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
18248              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
18249      Branch: perlio
18250            ! regcomp.c toke.c utf8.c
18251 ____________________________________________________________________________
18252 [  9104] By: nick                                  on 2001/03/11  18:15:44
18253         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
18254      Branch: perlio
18255            ! sv.c
18256 ____________________________________________________________________________
18257 [  9103] By: nick                                  on 2001/03/11  18:03:28
18258         Log: Integrate mainline (for regexp stuff).
18259      Branch: perlio
18260           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18261           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
18262           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
18263           !> t/lib/errno.t t/op/pat.t
18264 ____________________________________________________________________________
18265 [  9102] By: nick                                  on 2001/03/11  17:44:20
18266         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
18267              - exclude layer syms in makedef.pl for sfio
18268              - also inhibit Encode from trying to build ":encode()" layer.
18269      Branch: perlio
18270            ! ext/Encode/Encode.xs makedef.pl
18271 ____________________________________________________________________________
18272 [  9101] By: jhi                                   on 2001/03/10  22:38:13
18273         Log: The $Is_MacOS needs to be declared.
18274      Branch: perl
18275            ! lib/ExtUtils/Manifest.pm
18276 ____________________________________________________________________________
18277 [  9100] By: jhi                                   on 2001/03/10  22:14:29
18278         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
18279              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
18280              pollute the symbolspace if using sfio.
18281      Branch: perl
18282            ! ext/Encode/Encode.xs
18283 ____________________________________________________________________________
18284 [  9099] By: jhi                                   on 2001/03/10  21:58:48
18285         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
18286              Date: Sat, 10 Mar 2001 14:23:55 -0500
18287              From: Chris Nandor <pudge@pobox.com>
18288              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
18289      Branch: perl
18290            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
18291            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
18292            ! t/lib/errno.t
18293 ____________________________________________________________________________
18294 [  9098] By: jhi                                   on 2001/03/10  21:38:30
18295         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
18296      Branch: perl
18297            ! regcomp.c regexec.c t/op/pat.t
18298 ____________________________________________________________________________
18299 [  9097] By: jhi                                   on 2001/03/10  14:38:07
18300         Log: Integrate perlio.
18301      Branch: perl
18302           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18303           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18304           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18305 ____________________________________________________________________________
18306 [  9096] By: nick                                  on 2001/03/10  11:55:43
18307         Log: EBCDIC sanity - phase I
18308              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
18309              - use utf8n_xxxx (c.f. pvn) for forms which take length.
18310              - back out vN.N and $^V exceptions to e2a/a2e
18311              - make "locale" isxxx macros be uvchr (may be redundant?)
18312              
18313              Not clear yet that toUPPER_uni et. al. return being handled correctly.
18314              The tr// and rexexp stuff still needs an audit, assumption is they are working
18315              in Unicode space.
18316              
18317              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
18318      Branch: perlio
18319            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
18320            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
18321            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
18322 ____________________________________________________________________________
18323 [  9095] By: jhi                                   on 2001/03/09  22:10:01
18324         Log: Integrate perlio.
18325      Branch: perl
18326           !> dump.c
18327 ____________________________________________________________________________
18328 [  9094] By: nick                                  on 2001/03/09  17:36:38
18329         Log: Builds an passes all tests after integrate and this tweak.
18330      Branch: perlio
18331            ! dump.c
18332 ____________________________________________________________________________
18333 [  9093] By: nick                                  on 2001/03/09  17:16:03
18334         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
18335      Branch: perlio
18336           +> lib/unicode/Scripts.txt t/lib/sigaction.t
18337           !> (integrate 79 files)
18338 ____________________________________________________________________________
18339 [  9092] By: jhi                                   on 2001/03/09  15:28:26
18340         Log: Update Changes.
18341      Branch: perl
18342            ! Changes patchlevel.h
18343 ____________________________________________________________________________
18344 [  9091] By: jhi                                   on 2001/03/09  15:25:05
18345         Log: In op/stat #35 better to scan all the potential directories
18346              for setuids, not just the first one.
18347      Branch: perl
18348            ! t/op/stat.t
18349 ____________________________________________________________________________
18350 [  9090] By: jhi                                   on 2001/03/09  15:01:27
18351         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
18352              From: rspier@pobox.com (Robert Spier)
18353              Date: Fri, 9 Mar 2001 03:30:20 -0500
18354              Message-ID: <15016.38044.381174.160189@rls.cx>
18355              
18356              EXISTS() returning undef mistakenly triggered a FETCH().
18357      Branch: perl
18358            ! hv.c
18359 ____________________________________________________________________________
18360 [  9089] By: jhi                                   on 2001/03/09  14:59:02
18361         Log: Add /sbin and /usr/sbin to the list of directories scanned
18362              for setuid programs.  Takes care of bug id 20010309.003.
18363      Branch: perl
18364            ! t/op/stat.t
18365 ____________________________________________________________________________
18366 [  9088] By: jhi                                   on 2001/03/09  14:48:32
18367         Log: Regen perlapi, perltoc.
18368      Branch: perl
18369            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
18370 ____________________________________________________________________________
18371 [  9087] By: jhi                                   on 2001/03/09  14:38:56
18372         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
18373              From: David Mitchell <davem@fdgroup.co.uk>
18374              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
18375              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
18376      Branch: perl
18377            ! dump.c perl.c perl.h pod/perlrun.pod
18378 ____________________________________________________________________________
18379 [  9086] By: jhi                                   on 2001/03/09  01:47:16
18380         Log: A modified version of
18381              
18382              Subject: [ID 20010307.005] POSIX::sigaction has various problems
18383              From: anders@broadcom.com
18384              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
18385              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
18386              
18387              Currently the sigaction.t test #6 fails (and is fudged to look
18388              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
18389              This may well be a genuine bug in Linux sigaction() (since at
18390              least Tru64, Solaris, and HP-UX disagree with Linux).
18391              Anyone with POSIX / SUSv2 tome handy?  The problem is that
18392              the flags of the oldaction don't match with the flags in
18393              the previously installed disposition.
18394      Branch: perl
18395            + t/lib/sigaction.t
18396            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18397 ____________________________________________________________________________
18398 [  9085] By: jhi                                   on 2001/03/09  01:30:13
18399         Log: Subject: Re: mission impossible for the day
18400              From: Alex Gough <alex@rcon.org>
18401              Date: Thu, 08 Mar 2001 17:18:19 +0000
18402              Message-ID: <3AA7BEDB.8070409@rcon.org>
18403              
18404              If references (are overloaded) and can be directly stringified,
18405              show that instead of "stringified".
18406              
18407              (The problem, infinite mutual recursion caused by overloaded bool
18408              in Switch.pm, tracked by David Mitchell)
18409      Branch: perl
18410            ! lib/Carp/Heavy.pm
18411 ____________________________________________________________________________
18412 [  9084] By: jhi                                   on 2001/03/09  01:20:39
18413         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
18414              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
18415              From: David Mitchell <davem@fdgroup.co.uk>
18416              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
18417      Branch: perl
18418            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
18419            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
18420 ____________________________________________________________________________
18421 [  9083] By: jhi                                   on 2001/03/09  01:16:51
18422         Log: Subject: [PATCH] perldata.pod here-doc docs
18423              From: Jeff Pinyan <jeffp@crusoe.net>
18424              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
18425              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
18426      Branch: perl
18427            ! pod/perldata.pod
18428 ____________________________________________________________________________
18429 [  9082] By: jhi                                   on 2001/03/09  01:01:27
18430         Log: Subject: Re: Unicode/EBCDIC
18431              From: Peter Prymmer <pvhp@forte.com>
18432              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
18433              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
18434      Branch: perl
18435            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
18436 ____________________________________________________________________________
18437 [  9081] By: jhi                                   on 2001/03/08  13:41:30
18438         Log: Subject: Ooops, wrong 'no *POSIX' Patch
18439              From: Dorner Thomas <Thomas.Dorner@start.de>
18440              Date: Thu, 8 Mar 2001 08:43:28 +0100
18441              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
18442      Branch: perl
18443            ! hints/posix-bc.sh
18444 ____________________________________________________________________________
18445 [  9080] By: jhi                                   on 2001/03/08  13:11:42
18446         Log: It's Scripts.txt, not Script.txt.
18447      Branch: perl
18448            ! MANIFEST
18449 ____________________________________________________________________________
18450 [  9079] By: jhi                                   on 2001/03/08  12:59:05
18451         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
18452              From: Dorner Thomas <Thomas.Dorner@start.de>
18453              Date: Wed, 7 Mar 2001 14:13:31 +0100
18454              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
18455      Branch: perl
18456            ! makedepend.SH
18457 ____________________________________________________________________________
18458 [  9078] By: jhi                                   on 2001/03/08  12:57:43
18459         Log: Retract #9069, wrong patch.
18460      Branch: perl
18461            ! Makefile.SH
18462 ____________________________________________________________________________
18463 [  9077] By: jhi                                   on 2001/03/08  01:06:13
18464         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
18465      Branch: perl
18466            + lib/unicode/Scripts.txt
18467            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
18468            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
18469            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
18470            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18471            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
18472            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
18473            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18474            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18475            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18476            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18477            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18478            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18479            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18480            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18481            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18482            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18483            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
18484            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
18485            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
18486            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
18487            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
18488            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
18489            ! lib/unicode/version
18490 ____________________________________________________________________________
18491 [  9076] By: jhi                                   on 2001/03/07  22:59:39
18492         Log: Integrate change #7784 from mainline into maintperl.
18493              
18494              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
18495      Branch: maint-5.6/perl
18496           !> pp_ctl.c t/op/pat.t
18497 ____________________________________________________________________________
18498 [  9075] By: jhi                                   on 2001/03/07  22:05:11
18499         Log: More UTF-8 test tweaks.
18500      Branch: perl
18501            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
18502 ____________________________________________________________________________
18503 [  9074] By: nick                                  on 2001/03/07  21:39:29
18504         Log: Integrate mainline.
18505      Branch: perlio
18506           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
18507           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
18508           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
18509           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
18510           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
18511 ____________________________________________________________________________
18512 [  9073] By: jhi                                   on 2001/03/07  16:37:09
18513         Log: Update Changes.
18514      Branch: perl
18515            ! Changes patchlevel.h
18516 ____________________________________________________________________________
18517 [  9072] By: jhi                                   on 2001/03/07  16:32:30
18518         Log: Subject: [ID 20010306.004] || != named unary operator
18519              From: abela@geneanet.org
18520              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
18521              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
18522      Branch: perl
18523            ! pod/perlop.pod
18524 ____________________________________________________________________________
18525 [  9071] By: jhi                                   on 2001/03/07  15:14:11
18526         Log: Subject: downgrading to bytes for common functions
18527              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
18528              Date: Wed, 7 Mar 2001 02:36:55 -0500
18529              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
18530      Branch: perl
18531            ! pp_sys.c
18532 ____________________________________________________________________________
18533 [  9070] By: jhi                                   on 2001/03/07  15:04:58
18534         Log: Clarify the description differentiating for and while; inspired by
18535              
18536              Subject: [ID 20010306.002] for/while difference in for definition
18537              From: abela@geneanet.org
18538              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
18539              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
18540      Branch: perl
18541            ! pod/perlsyn.pod
18542 ____________________________________________________________________________
18543 [  9069] By: jhi                                   on 2001/03/07  14:55:30
18544         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
18545              From: Dorner Thomas <Thomas.Dorner@start.de>
18546              Date: Wed, 7 Mar 2001 14:13:31 +0100
18547              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
18548      Branch: perl
18549            ! Makefile.SH
18550 ____________________________________________________________________________
18551 [  9068] By: jhi                                   on 2001/03/07  14:51:17
18552         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
18553              From: Radu Greab <radu@netsoft.ro>
18554              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
18555              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
18556      Branch: perl
18557            ! pp.c t/op/chop.t
18558 ____________________________________________________________________________
18559 [  9067] By: jhi                                   on 2001/03/07  14:48:57
18560         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
18561              From: Simon Cozens <simon@netthink.co.uk>
18562              Date: Wed, 7 Mar 2001 13:59:28 +0000
18563              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
18564              
18565              In order to allow MakeMaker to build correct Makefiles,
18566              you need to change the order of the arguments in MM_Unix.pm
18567              as well. (Unless you have C89_CCMODE set, but we're trying
18568              to be POSIXly correct)
18569              
18570              Thanks to Merijn Broeren for tracking this down.
18571      Branch: perl
18572            ! lib/ExtUtils/MM_Unix.pm
18573 ____________________________________________________________________________
18574 [  9066] By: jhi                                   on 2001/03/07  14:30:02
18575         Log: Floating point too messy.
18576      Branch: perl
18577            ! t/camel-III/vstring.t
18578 ____________________________________________________________________________
18579 [  9065] By: jhi                                   on 2001/03/07  14:17:44
18580         Log: Integrate change #9064 from maintperl into mainline.
18581              
18582              fix memory leak in pack("Bb",...)
18583      Branch: perl
18584           !> perl.c
18585 ____________________________________________________________________________
18586 [  9064] By: gsar                                  on 2001/03/07  06:29:24
18587         Log: fix memory leak in pack("Bb",...)
18588      Branch: maint-5.6/perl
18589            ! perl.c
18590 ____________________________________________________________________________
18591 [  9063] By: jhi                                   on 2001/03/07  00:55:04
18592         Log: Major utf8 test reorganisation and rewrite.
18593              Hopefully no tests were lost in the shuffle.
18594              (The beginning of pragma/utf8 was lost intentionally,
18595              the tests were rather bogus and incomplete.)
18596      Branch: perl
18597            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
18598            ! t/pragma/utf8.t
18599 ____________________________________________________________________________
18600 [  9062] By: jhi                                   on 2001/03/07  00:41:16
18601         Log: More tweakage on the Unicode character class descriptions.
18602      Branch: perl
18603            ! lib/unicode/mktables.PL pod/perlretut.pod
18604 ____________________________________________________________________________
18605 [  9061] By: jhi                                   on 2001/03/06  23:12:38
18606         Log: The perlretut was still talking about the old \p and \P
18607              definitions.
18608      Branch: perl
18609            ! pod/perlretut.pod
18610 ____________________________________________________________________________
18611 [  9060] By: nick                                  on 2001/03/06  20:52:37
18612         Log: Integrate mainline (make test works again now).
18613      Branch: perlio
18614           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
18615 ____________________________________________________________________________
18616 [  9059] By: jhi                                   on 2001/03/06  15:36:14
18617         Log: 0.999... does equal 1.0, doesn't it?
18618      Branch: perl
18619            ! t/camel-III/vstring.t
18620 ____________________________________________________________________________
18621 [  9058] By: jhi                                   on 2001/03/06  15:34:00
18622         Log: Make /x{abcd}/ to work without use utf8.
18623      Branch: perl
18624            ! regcomp.c
18625 ____________________________________________________________________________
18626 [  9057] By: jhi                                   on 2001/03/06  03:02:36
18627         Log: Easier to outcomment all the three reset() tests for now.
18628      Branch: perl
18629            ! t/op/pat.t
18630 ____________________________________________________________________________
18631 [  9056] By: jhi                                   on 2001/03/06  02:30:02
18632         Log: Comment out the deadly reset; until the 20010301.005
18633              is finally fixed.
18634      Branch: perl
18635            ! t/op/pat.t
18636 ____________________________________________________________________________
18637 [  9055] By: jhi                                   on 2001/03/06  02:21:26
18638         Log: Integrate the change #9054 from mainline:
18639              retract the PMOP cleanup patch pending further investigation.
18640      Branch: maint-5.6/perl
18641           !> op.c op.h
18642 ____________________________________________________________________________
18643 [  9054] By: jhi                                   on 2001/03/06  02:19:57
18644         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
18645              with oddly familiar stack traces.
18646      Branch: perl
18647            ! op.c op.h
18648 ____________________________________________________________________________
18649 [  9053] By: jhi                                   on 2001/03/05  23:20:28
18650         Log: Integrate perlio.
18651      Branch: perl
18652           +> ext/Encode/Encode/koi8-r.ucm
18653           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
18654           !> makedef.pl
18655 ____________________________________________________________________________
18656 [  9052] By: nick                                  on 2001/03/05  23:08:17
18657         Log: skipping USE_PERLIO symbols correction.
18658      Branch: perlio
18659            ! makedef.pl
18660 ____________________________________________________________________________
18661 [  9051] By: nick                                  on 2001/03/05  22:35:07
18662         Log: More Encode alias tidying.
18663      Branch: perlio
18664            + ext/Encode/Encode/koi8-r.ucm
18665            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
18666 ____________________________________________________________________________
18667 [  9050] By: jhi                                   on 2001/03/05  21:44:29
18668         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
18669              Sarathy's fix for ID 20010301.005.
18670      Branch: maint-5.6/perl
18671           !> op.c op.h
18672 ____________________________________________________________________________
18673 [  9049] By: nick                                  on 2001/03/05  19:54:04
18674         Log: Integrate Jarkko's Encode.pm tweak.
18675      Branch: perlio
18676           !> ext/Encode/Encode.pm
18677 ____________________________________________________________________________
18678 [  9048] By: nick                                  on 2001/03/05  19:47:57
18679         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
18680      Branch: perlio
18681           +> os2/os2add.sym
18682           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
18683           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
18684           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
18685           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
18686           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
18687 ____________________________________________________________________________
18688 [  9047] By: jhi                                   on 2001/03/05  19:25:26
18689         Log: Regen perlapi.
18690      Branch: perl
18691            ! pod/perlapi.pod
18692 ____________________________________________________________________________
18693 [  9046] By: jhi                                   on 2001/03/05  19:12:14
18694         Log: Integrate perlio.
18695      Branch: perl
18696           +> t/camel-III/vstring.t
18697           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
18698 ____________________________________________________________________________
18699 [  9045] By: jhi                                   on 2001/03/05  19:10:36
18700         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
18701      Branch: perl
18702            ! ext/Encode/Encode.pm
18703 ____________________________________________________________________________
18704 [  9044] By: jhi                                   on 2001/03/05  18:49:12
18705         Log: Forgot the other half of the PMOP patch (#9033).
18706      Branch: perl
18707            ! op.h
18708 ____________________________________________________________________________
18709 [  9043] By: nick                                  on 2001/03/05  18:14:47
18710         Log: Update MANIFEST for new test.
18711      Branch: perlio
18712            ! MANIFEST
18713 ____________________________________________________________________________
18714 [  9042] By: nick                                  on 2001/03/05  18:12:41
18715         Log: Some tests for Camel 3rd edition features.
18716              Make gethostbyaddr() test in above work.
18717      Branch: perlio
18718            + t/camel-III/vstring.t
18719            ! pp.h pp_sys.c t/TEST t/harness
18720 ____________________________________________________________________________
18721 [  9041] By: jhi                                   on 2001/03/05  17:41:48
18722         Log: Add more ISO 8859 encoding aliases.
18723      Branch: perl
18724            ! ext/Encode/Encode.pm
18725 ____________________________________________________________________________
18726 [  9040] By: jhi                                   on 2001/03/05  17:30:43
18727         Log: Integrate perlio.
18728      Branch: perl
18729           !> MANIFEST sv.c
18730 ____________________________________________________________________________
18731 [  9039] By: nick                                  on 2001/03/05  17:11:36
18732         Log: Missed added file.
18733      Branch: perlio
18734            ! MANIFEST
18735 ____________________________________________________________________________
18736 [  9038] By: jhi                                   on 2001/03/05  15:58:01
18737         Log: Add tr tests for EBCDIC, from Karsten Sperling.
18738      Branch: perl
18739            ! t/op/tr.t
18740 ____________________________________________________________________________
18741 [  9037] By: nick                                  on 2001/03/05  15:56:35
18742         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
18743              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
18744              
18745              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
18746              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
18747              - uses SvPV() rather than sv_2pv() in case it isn't a string.
18748      Branch: perlio
18749            ! sv.c
18750 ____________________________________________________________________________
18751 [  9036] By: jhi                                   on 2001/03/05  15:49:15
18752         Log: Add matching tests currently failing in EBCDIC,
18753              suggested by Karsten Sperling.
18754      Branch: perl
18755            ! t/op/pat.t
18756 ____________________________________________________________________________
18757 [  9035] By: jhi                                   on 2001/03/05  15:36:55
18758         Log: The #9034 needs a MANIFESTation.
18759      Branch: perl
18760            ! MANIFEST
18761 ____________________________________________________________________________
18762 [  9034] By: jhi                                   on 2001/03/05  15:35:14
18763         Log: Integrate perlio.
18764      Branch: perl
18765           +> ext/Encode/Encode/Tcl.pm
18766           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18767           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
18768           !> ext/Encode/Encode/iso8859-1.ucm
18769           !> ext/Encode/Encode/iso8859-10.ucm
18770           !> ext/Encode/Encode/iso8859-13.ucm
18771           !> ext/Encode/Encode/iso8859-14.ucm
18772           !> ext/Encode/Encode/iso8859-15.ucm
18773           !> ext/Encode/Encode/iso8859-16.ucm
18774           !> ext/Encode/Encode/iso8859-2.ucm
18775           !> ext/Encode/Encode/iso8859-3.ucm
18776           !> ext/Encode/Encode/iso8859-4.ucm
18777           !> ext/Encode/Encode/iso8859-5.ucm
18778           !> ext/Encode/Encode/iso8859-6.ucm
18779           !> ext/Encode/Encode/iso8859-7.ucm
18780           !> ext/Encode/Encode/iso8859-8.ucm
18781           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
18782           !> t/lib/encode.t
18783 ____________________________________________________________________________
18784 [  9033] By: jhi                                   on 2001/03/05  15:33:18
18785         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
18786              From: Gurusamy Sarathy <gsar@ActiveState.com>
18787              Date: Sun, 04 Mar 2001 22:33:15 -0800
18788              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
18789              
18790              PMOPs need to remember their own stash so that they can
18791              gracefully remove themselves from their linked list.
18792      Branch: perl
18793            ! op.c
18794 ____________________________________________________________________________
18795 [  9032] By: nick                                  on 2001/03/05  14:51:50
18796         Log: Encode implementation "completion"
18797              Implement and document define_encoding()
18798              Implement and document encoding aliases including define_alias()
18799              Make Encode::XS use define_encoding() rather than back-door.
18800              Move run-time *.enc to separate Encode::Tcl module.
18801              Make 'compile' honour <codeset_name>
18802              Change canonical names of to iso-8859-* and US-ascii.
18803      Branch: perlio
18804            + ext/Encode/Encode/Tcl.pm
18805            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18806            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
18807            ! ext/Encode/Encode/iso8859-1.ucm
18808            ! ext/Encode/Encode/iso8859-10.ucm
18809            ! ext/Encode/Encode/iso8859-13.ucm
18810            ! ext/Encode/Encode/iso8859-14.ucm
18811            ! ext/Encode/Encode/iso8859-15.ucm
18812            ! ext/Encode/Encode/iso8859-16.ucm
18813            ! ext/Encode/Encode/iso8859-2.ucm
18814            ! ext/Encode/Encode/iso8859-3.ucm
18815            ! ext/Encode/Encode/iso8859-4.ucm
18816            ! ext/Encode/Encode/iso8859-5.ucm
18817            ! ext/Encode/Encode/iso8859-6.ucm
18818            ! ext/Encode/Encode/iso8859-7.ucm
18819            ! ext/Encode/Encode/iso8859-8.ucm
18820            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
18821            ! t/lib/encode.t
18822 ____________________________________________________________________________
18823 [  9031] By: jhi                                   on 2001/03/05  13:51:17
18824         Log: Integrate change #9030 from maintperl into mainline.
18825              
18826              Subject: [PATCH 5.6.1] OS/2 cleanup
18827      Branch: perl
18828           +> os2/os2add.sym
18829           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18830           !> makedef.pl os2/Changes os2/Makefile.SHs
18831           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
18832           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
18833           !> os2/os2.sym os2/os2ish.h
18834 ____________________________________________________________________________
18835 [  9030] By: jhi                                   on 2001/03/05  13:46:49
18836         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
18837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18838              Date: Mon, 5 Mar 2001 02:29:44 -0500
18839              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
18840      Branch: maint-5.6/perl
18841            + os2/os2add.sym
18842            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18843            ! makedef.pl os2/Changes os2/Makefile.SHs
18844            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
18845            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
18846            ! os2/os2.sym os2/os2ish.h
18847 ____________________________________________________________________________
18848 [  9029] By: jhi                                   on 2001/03/05  13:40:35
18849         Log: Integrate change #9028 from maintperl into mainline.
18850              
18851              various nits in MM_Unix.pm found by disabling SelfLoader
18852      Branch: perl
18853           !> lib/ExtUtils/MM_Unix.pm
18854 ____________________________________________________________________________
18855 [  9028] By: gsar                                  on 2001/03/05  09:58:38
18856         Log: various nits in MM_Unix.pm found by disabling SelfLoader
18857      Branch: maint-5.6/perl
18858            ! lib/ExtUtils/MM_Unix.pm
18859 ____________________________________________________________________________
18860 [  9027] By: nick                                  on 2001/03/05  08:35:22
18861         Log: Integrate mainline
18862      Branch: perlio
18863           !> (integrate 28 files)
18864 ____________________________________________________________________________
18865 [  9026] By: jhi                                   on 2001/03/05  02:14:59
18866         Log: Integrate change #9025 from mainline to maintperl,
18867              retract \N{U+HHHH}.
18868      Branch: maint-5.6/perl
18869           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
18870           !> t/lib/charnames.t toke.c
18871 ____________________________________________________________________________
18872 [  9025] By: jhi                                   on 2001/03/05  02:13:09
18873         Log: Retracting \N{U+HHHH}.
18874      Branch: perl
18875            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
18876            ! t/lib/charnames.t toke.c
18877 ____________________________________________________________________________
18878 [  9024] By: jhi                                   on 2001/03/04  20:51:07
18879         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
18880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18881              Date: Fri, 02 Mar 2001 18:25:26 +0100
18882              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
18883              
18884              Casting problem.
18885      Branch: perl
18886            ! ext/Storable/Storable.xs
18887 ____________________________________________________________________________
18888 [  9023] By: jhi                                   on 2001/03/04  19:46:45
18889         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
18890              From: nick@talking.bollo.cx
18891              Date: Sat, 03 Mar 2001 21:41:33 +0000
18892              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
18893              
18894              Revert the workaround.
18895      Branch: perl
18896            ! perlio.c
18897 ____________________________________________________________________________
18898 [  9022] By: jhi                                   on 2001/03/04  19:36:28
18899         Log: Update Changes.
18900      Branch: perl
18901            ! Changes patchlevel.h
18902 ____________________________________________________________________________
18903 [  9021] By: jhi                                   on 2001/03/04  18:41:00
18904         Log: makedef.pl updates suggested by Chris Nandor; double-checking
18905              the changes in AIX, OS/2 Win32 would be nice.
18906      Branch: perl
18907            ! makedef.pl
18908 ____________________________________________________________________________
18909 [  9020] By: jhi                                   on 2001/03/04  18:23:58
18910         Log: Integrate change #9012 from maintperl into mainline,
18911              quench a compiler warning.
18912      Branch: perl
18913           !> toke.c
18914 ____________________________________________________________________________
18915 [  9019] By: jhi                                   on 2001/03/04  18:18:43
18916         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
18917              
18918              \N{U+HHHH} fix.
18919              
18920              pattern in G_ARRAY context
18921      Branch: maint-5.6/perl
18922           !> pp_hot.c t/op/pat.t toke.c
18923 ____________________________________________________________________________
18924 [  9018] By: jhi                                   on 2001/03/04  18:07:48
18925         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
18926              From: Jeff Pinyan <jeffp@crusoe.net>
18927              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
18928              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
18929      Branch: perl
18930            ! pp_hot.c t/op/pat.t
18931 ____________________________________________________________________________
18932 [  9017] By: jhi                                   on 2001/03/04  18:06:21
18933         Log: I thought I tested the #9014.
18934      Branch: perl
18935            ! toke.c
18936 ____________________________________________________________________________
18937 [  9016] By: jhi                                   on 2001/03/04  17:41:22
18938         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
18939              
18940              Tweak the get*ent() OS/2 prototypes.
18941              
18942              Add the \N{U+HHHH} syntax.
18943              
18944              More tr/// UTF-8 fixes from Inaba Hiroto.
18945      Branch: maint-5.6/perl
18946           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
18947           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
18948 ____________________________________________________________________________
18949 [  9015] By: jhi                                   on 2001/03/04  17:36:04
18950         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
18951      Branch: perl
18952            ! doop.c t/op/tr.t
18953 ____________________________________________________________________________
18954 [  9014] By: jhi                                   on 2001/03/04  17:24:49
18955         Log: Add the \N{U+HHHH} syntax.
18956      Branch: perl
18957            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
18958            ! t/lib/charnames.t toke.c
18959 ____________________________________________________________________________
18960 [  9013] By: jhi                                   on 2001/03/04  17:20:45
18961         Log: Tweak the get*ent() OS/2 prototypes.
18962      Branch: perl
18963            ! os2/os2.c
18964 ____________________________________________________________________________
18965 [  9012] By: gsar                                  on 2001/03/04  06:26:14
18966         Log: avoid warning (nit in change#9009)
18967      Branch: maint-5.6/perl
18968            ! toke.c
18969 ____________________________________________________________________________
18970 [  9011] By: gsar                                  on 2001/03/04  06:15:24
18971         Log: lib/charnames.t fails in 5.6.x because of older Unicode
18972              data
18973              
18974              TODO: need to revisit this after updating lib/unicode/...
18975      Branch: maint-5.6/perl
18976            ! t/lib/charnames.t
18977 ____________________________________________________________________________
18978 [  9010] By: gsar                                  on 2001/03/04  06:08:36
18979         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
18980      Branch: maint-5.6/perl
18981            ! toke.c
18982 ____________________________________________________________________________
18983 [  9009] By: jhi                                   on 2001/03/03  19:27:20
18984         Log: Integrate change #9008 from mainline to maintperl,
18985              UTF-8 tr/// fixes from Inaba Hiroto.
18986      Branch: maint-5.6/perl
18987           !> doop.c op.c t/op/tr.t toke.c
18988 ____________________________________________________________________________
18989 [  9008] By: jhi                                   on 2001/03/03  19:19:42
18990         Log: UTF8 tr/// fixes from Inaba Hiroto.
18991      Branch: perl
18992            ! doop.c op.c t/op/tr.t toke.c
18993 ____________________________________________________________________________
18994 [  9007] By: jhi                                   on 2001/03/03  19:00:30
18995         Log: Integrate change #9006 from maintperl to mainline,
18996              more robust quest for the infinite.
18997      Branch: perl
18998           !> lib/Math/Complex.pm
18999 ____________________________________________________________________________
19000 [  9006] By: jhi                                   on 2001/03/03  18:58:06
19001         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
19002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19003              Date: Sat, 3 Mar 2001 12:51:50 -0500
19004              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
19005              
19006              Be more robust in our quest for the infinite.
19007      Branch: maint-5.6/perl
19008            ! lib/Math/Complex.pm
19009 ____________________________________________________________________________
19010 [  9005] By: jhi                                   on 2001/03/03  17:55:50
19011         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
19012      Branch: maint-5.6/perl
19013            ! doio.c
19014 ____________________________________________________________________________
19015 [  9004] By: jhi                                   on 2001/03/03  17:40:14
19016         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
19017              so that picky compilers like IRIX won't get huffy about
19018              "statements without effect" (like 1;).
19019      Branch: perl
19020            ! toke.c
19021 ____________________________________________________________________________
19022 [  9003] By: jhi                                   on 2001/03/03  17:15:52
19023         Log: Integrate change #9002 from mainline to maintperl.
19024              
19025              Subject: [perl-5.6.x, perl-current] accept for EPOC
19026      Branch: maint-5.6/perl
19027           !> pp_sys.c
19028 ____________________________________________________________________________
19029 [  9002] By: jhi                                   on 2001/03/03  17:14:30
19030         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
19031              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19032              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
19033              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
19034      Branch: perl
19035            ! pp_sys.c
19036 ____________________________________________________________________________
19037 [  9001] By: jhi                                   on 2001/03/03  17:13:13
19038         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
19039              From: "Craig A. Berry" <craigberry@mac.com>
19040              Date: Fri, 02 Mar 2001 17:44:40 -0600
19041              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
19042      Branch: perl
19043            ! t/pod/find.t
19044 ____________________________________________________________________________
19045 [  9000] By: jhi                                   on 2001/03/03  17:11:55
19046         Log: Integrate changes #8997,8999 from maintperl.
19047              
19048              Subject: [PATCH 5.6.1] compiling on OS/2
19049              (Better error message from hints/os2.sh)
19050              
19051              Subject: [PATCH 5.6.1] syslog.t
19052      Branch: perl
19053           !> hints/os2.sh t/lib/syslog.t
19054 ____________________________________________________________________________
19055 [  8999] By: jhi                                   on 2001/03/03  17:09:28
19056         Log: Subject: [PATCH 5.6.1] syslog.t
19057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19058              Date: Sat, 3 Mar 2001 02:11:17 -0500
19059              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
19060      Branch: maint-5.6/perl
19061            ! t/lib/syslog.t
19062 ____________________________________________________________________________
19063 [  8998] By: jhi                                   on 2001/03/03  17:07:50
19064         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
19065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19066              Date: Sat, 3 Mar 2001 01:53:52 -0500
19067              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
19068      Branch: maint-5.6/perl
19069            ! opcode.pl os2/os2.c
19070 ____________________________________________________________________________
19071 [  8997] By: jhi                                   on 2001/03/03  17:03:30
19072         Log: Subject: [PATCH 5.6.1] compiling on OS/2
19073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19074              Date: Sat, 3 Mar 2001 01:59:59 -0500
19075              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
19076      Branch: maint-5.6/perl
19077            ! hints/os2.sh
19078 ____________________________________________________________________________
19079 [  8996] By: jhi                                   on 2001/03/03  00:55:58
19080         Log: Regen files for mainline.
19081      Branch: perl
19082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19083            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
19084 ____________________________________________________________________________
19085 [  8995] By: jhi                                   on 2001/03/03  00:35:22
19086         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
19087              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
19088              to maintperl.
19089              
19090              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
19091              
19092              Add Configure option -Dmksymlinks which will create a symlink
19093              forest if the current/build differs from the source directory.
19094              (8218,8220,8221,8317,8318,8971)
19095              
19096              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
19097              (Document APPLLIB_EXP in INSTALL.)
19098              
19099              If running byacc write-enable also perly.h.
19100              
19101              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
19102              
19103              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
19104              
19105              Sanity check for conflicting thread flavours.
19106              
19107              Fix the sys/fcntl.h problem reported by Peter Prymmer.
19108              
19109              Add few CPUs/architectures to the Cppsym scan,
19110              add -perlio to archname if so selected (modified 8890)
19111              
19112              Be more helpful for devel builders, suggested by John L. Allen.
19113              (admittedly pointless change for maintperl, but the usedevel
19114              code is there already)
19115      Branch: maint-5.6/perl
19116           !> Configure INSTALL Makefile.SH Porting/Glossary
19117           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
19118           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
19119           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
19120           !> win32/config.bc win32/config.gc win32/config.vc
19121 ____________________________________________________________________________
19122 [  8994] By: jhi                                   on 2001/03/02  23:31:41
19123         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
19124      Branch: metaconfig/U/perl
19125            ! gccvers.U
19126 ____________________________________________________________________________
19127 [  8993] By: jhi                                   on 2001/03/02  23:22:12
19128         Log: Regenerate various files for maint.
19129      Branch: maint-5.6/perl
19130            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
19131            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
19132 ____________________________________________________________________________
19133 [  8992] By: alanbur                               on 2001/03/02  22:48:34
19134         Log: Resync wuth parent
19135      Branch: maint-5.6/pureperl
19136           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19137           !> (integrate 60 files)
19138 ____________________________________________________________________________
19139 [  8991] By: jhi                                   on 2001/03/02  21:00:08
19140         Log: Retract the #8742 part of #8986, backward compat.
19141      Branch: maint-5.6/perl
19142            ! embed.pl
19143 ____________________________________________________________________________
19144 [  8990] By: jhi                                   on 2001/03/02  20:40:07
19145         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
19146      Branch: maint-5.6/perl
19147            ! hv.c
19148 ____________________________________________________________________________
19149 [  8989] By: jhi                                   on 2001/03/02  19:59:56
19150         Log: Update Changes.
19151      Branch: perl
19152            ! Changes patchlevel.h
19153 ____________________________________________________________________________
19154 [  8988] By: jhi                                   on 2001/03/02  19:57:08
19155         Log: Integrate perlio.
19156      Branch: perl
19157           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19158           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19159           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19160           !> ext/Encode/Encode/iso8859-10.ucm
19161           !> ext/Encode/Encode/iso8859-13.ucm
19162           !> ext/Encode/Encode/iso8859-14.ucm
19163           !> ext/Encode/Encode/iso8859-15.ucm
19164           !> ext/Encode/Encode/iso8859-16.ucm
19165           !> ext/Encode/Encode/iso8859-2.ucm
19166           !> ext/Encode/Encode/iso8859-3.ucm
19167           !> ext/Encode/Encode/iso8859-4.ucm
19168           !> ext/Encode/Encode/iso8859-5.ucm
19169           !> ext/Encode/Encode/iso8859-6.ucm
19170           !> ext/Encode/Encode/iso8859-7.ucm
19171           !> ext/Encode/Encode/iso8859-8.ucm
19172           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19173           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
19174 ____________________________________________________________________________
19175 [  8987] By: jhi                                   on 2001/03/02  19:43:40
19176         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
19177              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
19178              8950,8952,8955 from mainline to maintperl.
19179              
19180              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
19181              
19182              Put to rest the 20010205.001, the email address checking (not) regex.
19183              
19184              fork() not everywhere, cleanup temp files.
19185              
19186              The #8843 wasn't quite right: %Config needs to imported.
19187              
19188              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
19189              (#8849: the glob-basic hunk needed massaging as it depended
19190              on Schwern's large-scale (unintegrated) patches)
19191              
19192              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
19193              
19194              Upgrade to CGI.pm 2.752, from Lincoln Stein.
19195              (Note: there were some conflicts due to EBCDIC and EPOC
19196              patches, in general I preferred the repository code.)
19197              (When 2.753 comes out, we need to synchronize.)
19198              
19199              Subject: [PATCH] fix for charnames above FFFF
19200              
19201              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
19202              
19203              If no sfio, no -lsfio.
19204              
19205              Run run/*.t also in minitest.
19206              
19207              Subject:  [PATCH perl 5.7.0] malloc message address offset
19208              
19209              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
19210              
19211              Subject: fix for parameter -Dm (for perl@8867)
19212              
19213              Subject: [PATCH: perl@8892] was Re: hashing order difference?
19214              (make the test more portable)
19215              
19216              Subject: Re: [PATCH] fix for charnames above FFFF
19217              
19218              Subject: Re: I'm losing the war...
19219              (hv_store() not working correctly in ENV_IS_CASELESS case.)
19220              
19221              Subject: Modified README.bs2000 
19222              
19223              Subject: [PATCH: perl@8935] -Dt padsv($var)
19224              
19225              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
19226              
19227              Subject: PATCH: extra tests to check on negative float to unsigned cast
19228              
19229              Subject: [PATCH] XPUSH[insp] was Re: progress
19230              
19231              Subject: Re: Compile with perlcc..
19232      Branch: maint-5.6/perl
19233           !> (integrate 36 files)
19234 ____________________________________________________________________________
19235 [  8986] By: jhi                                   on 2001/03/02  18:51:25
19236         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
19237              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
19238              to maintperl.
19239              
19240              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
19241              
19242              Subject: [DOC PATCH] overload.pm nits
19243              
19244              Add header for LIB$ prototypes (C. Berry)
19245              
19246              Convert fwrite()s to sockets to write()s, since some socket stacks
19247              don't take kindly to stdio.
19248              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
19249              (for often optional LNMs)
19250              Correct a few typos
19251              (C. Bailey)
19252              
19253              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
19254              
19255              De-cut-and-pasto.
19256              
19257              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
19258              
19259              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
19260              
19261              Upgrade to CPAN 1.59_54, from Andreas König.
19262              
19263              Bogus shebang.
19264              
19265              Subject: [PATCH] Document makepatch in Porting/patching
19266              
19267              UTF-8 documentation.
19268              
19269              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
19270              
19271              Sort the MANIFEST.
19272              
19273              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
19274              
19275              Subject: [PATCH @8807] toke.c cleanup: scan_str()
19276              
19277              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
19278              
19279              Add run/*.t to testables.
19280              
19281              TODO: integrate #8784.
19282      Branch: maint-5.6/perl
19283           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
19284           !> (integrate 28 files)
19285 ____________________________________________________________________________
19286 [  8985] By: nick                                  on 2001/03/02  18:15:45
19287         Log: Integrate mainline
19288      Branch: perlio
19289           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
19290           !> vms/vms.c
19291 ____________________________________________________________________________
19292 [  8984] By: jhi                                   on 2001/03/02  16:00:17
19293         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
19294              
19295              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
19296              5.004_05, and mention the suidperl August 2000 security problem.
19297              (#8978,#8981)
19298              
19299              Subject: [ID 20010301.004] Technically speaking in perldata
19300              
19301              Subject: [PATCH] File::Copy for bleadperl, maintperl
19302              
19303              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19304              
19305              (The #8982, fix for 20010221.005 and 20010221.008,
19306              would be nice too but it didn't integrate cleanly.)
19307      Branch: maint-5.6/perl
19308           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
19309 ____________________________________________________________________________
19310 [  8983] By: jhi                                   on 2001/03/02  15:51:16
19311         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
19312              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19313              Date:     Thu, 1 Mar 2001 15:54:09 EST
19314              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
19315      Branch: perl
19316            ! vms/vms.c
19317 ____________________________________________________________________________
19318 [  8982] By: jhi                                   on 2001/03/02  15:43:31
19319         Log: Subject: Re: sync sync sync: have I missed any patches?
19320              From: Radu Greab <radu@netsoft.ro> 
19321              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
19322              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
19323              
19324              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
19325              was checking argv[0] regardless of whether a different pathname
19326              will actually be executed."  Test case not supplied because 
19327              drafting that, ironically enough, revealed another bug
19328              (or a feature).
19329      Branch: perl
19330            ! doio.c
19331 ____________________________________________________________________________
19332 [  8981] By: jhi                                   on 2001/03/02  15:28:03
19333         Log: Misdate in #8978.
19334      Branch: perl
19335            ! pod/perlfaq1.pod
19336 ____________________________________________________________________________
19337 [  8980] By: jhi                                   on 2001/03/02  15:24:20
19338         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
19339              From: Chris Nandor <pudge@pobox.com>
19340              Date: Wed, 28 Feb 2001 22:10:15 -0500
19341              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
19342      Branch: perl
19343            ! lib/File/Copy.pm
19344 ____________________________________________________________________________
19345 [  8979] By: jhi                                   on 2001/03/02  15:17:16
19346         Log: Subject: [ID 20010301.004] Technically speaking in perldata
19347              From: abela@geneanet.org
19348              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
19349              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
19350      Branch: perl
19351            ! pod/perldata.pod
19352 ____________________________________________________________________________
19353 [  8978] By: jhi                                   on 2001/03/02  15:15:27
19354         Log: Subject: [ID 20010301.003] ref to 5.004
19355              From: abela@geneanet.org
19356              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
19357              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
19358              
19359              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
19360              and mention the suidperl August 2000 security problem.
19361      Branch: perl
19362            ! pod/perlfaq1.pod
19363 ____________________________________________________________________________
19364 [  8977] By: alanbur                               on 2001/03/02  14:17:45
19365         Log: Resynchronised with parent
19366      Branch: maint-5.6/pureperl
19367           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
19368           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
19369           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
19370           !> vms/descrip_mms.template win32/win32.c win32/win32.h
19371           !> win32/win32iop.h
19372 ____________________________________________________________________________
19373 [  8976] By: nick                                  on 2001/03/01  23:25:30
19374         Log: Integrate mainline.
19375      Branch: perlio
19376            - t/op/qu.t
19377           !> (integrate 55 files)
19378 ____________________________________________________________________________
19379 [  8975] By: jhi                                   on 2001/03/01  16:51:34
19380         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
19381      Branch: perl
19382           !> toke.c
19383 ____________________________________________________________________________
19384 [  8974] By: gsar                                  on 2001/03/01  16:28:21
19385         Log: fix for bugid 20010226.008
19386              
19387              the problem was that some of the pointers (PL_last_lop and
19388              PL_last_uni specifically) into the lex buffers weren't correctly
19389              being invalidated when the buffer changed; this would leave the
19390              pointers pointing at an arbitrary location in the buffer if
19391              the buffer didn't need to be reallocated, or point into freed
19392              memory if the buffer had to be realloced
19393              
19394              TODO item for bugdb maintainers: check other seemingly random
19395              parser-related bugs--they might be cured by this
19396      Branch: maint-5.6/perl
19397            ! toke.c
19398 ____________________________________________________________________________
19399 [  8973] By: jhi                                   on 2001/03/01  02:23:25
19400         Log: Retract #8970 because of a completely mysterious core dump:
19401              adding the tests 241..244 causes op/pat dump core at test #25.
19402              The test needs a lot of whittling down before the bug can be solved.
19403      Branch: perl
19404            ! t/op/pat.t
19405 ____________________________________________________________________________
19406 [  8972] By: jhi                                   on 2001/03/01  01:58:38
19407         Log: Regen perlapi.
19408      Branch: perl
19409            ! pod/perlapi.pod
19410 ____________________________________________________________________________
19411 [  8971] By: jhi                                   on 2001/03/01  01:34:09
19412         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
19413              From: Nicholas Clark <nick@ccl4.org>
19414              Date: Wed, 28 Feb 2001 23:28:49 +0000
19415              Message-ID: <20010228232849.A55187@plum.flirble.org>
19416              
19417              Allow a completely write protected source code tree
19418              when using the Configure -Dmksymlinks.
19419      Branch: perl
19420            ! embed.pl warnings.pl
19421 ____________________________________________________________________________
19422 [  8970] By: jhi                                   on 2001/03/01  01:32:04
19423         Log: Add back the EBCDIC character range tests (for matching).
19424      Branch: perl
19425            ! t/op/pat.t
19426 ____________________________________________________________________________
19427 [  8969] By: nick                                  on 2001/02/28  18:18:01
19428         Log: Add charname comments to .ucm files writen by 'compile',
19429              also order charmaps in those files by source encoding.
19430              regenerate distrubuted .ucm files
19431      Branch: perlio
19432            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
19433            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
19434            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
19435            ! ext/Encode/Encode/iso8859-10.ucm
19436            ! ext/Encode/Encode/iso8859-13.ucm
19437            ! ext/Encode/Encode/iso8859-14.ucm
19438            ! ext/Encode/Encode/iso8859-15.ucm
19439            ! ext/Encode/Encode/iso8859-16.ucm
19440            ! ext/Encode/Encode/iso8859-2.ucm
19441            ! ext/Encode/Encode/iso8859-3.ucm
19442            ! ext/Encode/Encode/iso8859-4.ucm
19443            ! ext/Encode/Encode/iso8859-5.ucm
19444            ! ext/Encode/Encode/iso8859-6.ucm
19445            ! ext/Encode/Encode/iso8859-7.ucm
19446            ! ext/Encode/Encode/iso8859-8.ucm
19447            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
19448            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
19449 ____________________________________________________________________________
19450 [  8968] By: jhi                                   on 2001/02/28  16:26:37
19451         Log: Expand usemorebits early if d_casti32 needs to be undefined.
19452      Branch: perl
19453            ! hints/hpux.sh hints/irix_6.sh
19454 ____________________________________________________________________________
19455 [  8967] By: jhi                                   on 2001/02/28  16:22:26
19456         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
19457              retract toke.c/qu parts of #8583, retract #8485, retract
19458              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
19459              op/length.t, and MANIFEST, and delete t/op/qu.t.
19460      Branch: perl
19461            - t/op/qu.t
19462            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
19463            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
19464            ! t/op/length.t toke.c
19465 ____________________________________________________________________________
19466 [  8966] By: jhi                                   on 2001/02/28  15:00:27
19467         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
19468              by not changing from pre-Unicode days into being Unicode-aware.
19469              Sniff.
19470      Branch: perl
19471            ! pp.c t/op/pack.t t/op/qu.t
19472 ____________________________________________________________________________
19473 [  8965] By: jhi                                   on 2001/02/28  14:37:55
19474         Log: Subject: Re: Errors in core PODs
19475              From: Michael Stevens <michael@etla.org> 
19476              Date: Fri, 23 Feb 2001 15:47:56 +0000
19477              Message-ID: <20010223154756.A7723@firedrake.org> 
19478      Branch: perl
19479            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
19480            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
19481            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
19482            ! x2p/a2p.pod
19483 ____________________________________________________________________________
19484 [  8964] By: jhi                                   on 2001/02/28  14:35:35
19485         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
19486              (The #8961 was too bold.)
19487      Branch: perl
19488            ! hints/hpux.sh hints/irix_6.sh
19489 ____________________________________________________________________________
19490 [  8963] By: jhi                                   on 2001/02/28  14:33:39
19491         Log: Subject: Re: sync sync sync: have I missed any patches?
19492              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19493              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
19494              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
19495              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
19496              
19497              Replace djSP with dSP.
19498      Branch: perl
19499            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
19500            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
19501            ! win32/perlhost.h
19502 ____________________________________________________________________________
19503 [  8962] By: jhi                                   on 2001/02/27  23:21:14
19504         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
19505      Branch: perl
19506            ! lib/Filter/Simple.pm
19507 ____________________________________________________________________________
19508 [  8961] By: jhi                                   on 2001/02/27  22:55:26
19509         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
19510              and this would be it.
19511      Branch: perl
19512            ! hints/hpux.sh hints/irix_6.sh
19513 ____________________________________________________________________________
19514 [  8960] By: jhi                                   on 2001/02/27  22:51:33
19515         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
19516              From: "Craig A. Berry" <craigberry@mac.com>
19517              Date: Tue, 27 Feb 2001 16:11:44 -0600
19518              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
19519      Branch: maint-5.6/perl
19520            ! configure.com vms/descrip_mms.template
19521 ____________________________________________________________________________
19522 [  8959] By: jhi                                   on 2001/02/27  22:47:23
19523         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
19524              From: "Craig A. Berry" <craigberry@mac.com>
19525              Date: Tue, 27 Feb 2001 16:11:44 -0600
19526              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
19527      Branch: perl
19528            ! configure.com vms/descrip_mms.template
19529 ____________________________________________________________________________
19530 [  8958] By: jhi                                   on 2001/02/27  15:16:42
19531         Log: Update Changes.
19532      Branch: perl
19533            ! Changes patchlevel.h
19534 ____________________________________________________________________________
19535 [  8957] By: jhi                                   on 2001/02/27  06:15:07
19536         Log: Subject: [5.6.x] EPOC additions
19537              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19538              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
19539              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
19540      Branch: maint-5.6/perl
19541            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
19542 ____________________________________________________________________________
19543 [  8956] By: jhi                                   on 2001/02/27  06:12:11
19544         Log: Subject: [perl-current] EPOC 
19545              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19546              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
19547              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
19548      Branch: perl
19549            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
19550            ! epoc/epocish.c epoc/epocish.h pp_sys.c
19551 ____________________________________________________________________________
19552 [  8955] By: jhi                                   on 2001/02/27  05:59:50
19553         Log: Subject: Re: Compile with perlcc..
19554              From: Edward Peschko <edwardp@excitehome.net>
19555              Date: Mon, 26 Feb 2001 18:51:58 -0800
19556              Message-ID: <20010226185158.A9871@excitehome.net>
19557              
19558              plus add a simple usage message if no arguments given.
19559      Branch: perl
19560            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
19561            ! utils/Makefile utils/perlcc.PL win32/pod.mak
19562 ____________________________________________________________________________
19563 [  8954] By: nick                                  on 2001/02/26  21:02:59
19564         Log: Integrate mainline
19565      Branch: perlio
19566           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
19567           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
19568           !> t/op/sprintf.t
19569 ____________________________________________________________________________
19570 [  8953] By: jhi                                   on 2001/02/26  14:43:54
19571         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
19572              From: Nicholas Clark <nick@ccl4.org>
19573              Date: Mon, 26 Feb 2001 00:42:07 +0000
19574              Message-ID: <20010226004207.F23333@plum.flirble.org>
19575      Branch: perl
19576            ! pp_ctl.c
19577 ____________________________________________________________________________
19578 [  8952] By: jhi                                   on 2001/02/26  14:42:13
19579         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
19580              From: Simon Cozens <simon@netthink.co.uk>
19581              Date: Mon, 26 Feb 2001 12:23:48 +0000
19582              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
19583      Branch: perl
19584            ! pod/perlguts.pod
19585 ____________________________________________________________________________
19586 [  8951] By: jhi                                   on 2001/02/26  14:39:15
19587         Log: Subject: [PATCH] perlio - unknown layer
19588              From: Nicholas Clark <nick@ccl4.org>
19589              Date: Mon, 26 Feb 2001 00:27:19 +0000
19590              Message-ID: <20010226002719.E23333@plum.flirble.org>
19591      Branch: perl
19592            ! perlio.c
19593 ____________________________________________________________________________
19594 [  8950] By: jhi                                   on 2001/02/26  14:38:04
19595         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
19596              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
19597              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
19598              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
19599      Branch: perl
19600            ! t/op/bop.t
19601 ____________________________________________________________________________
19602 [  8949] By: jhi                                   on 2001/02/26  14:37:07
19603         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
19604              From: Peter Prymmer <pvhp@forte.com>
19605              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
19606              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
19607      Branch: perl
19608            ! lib/Test.pm
19609 ____________________________________________________________________________
19610 [  8948] By: jhi                                   on 2001/02/26  14:35:53
19611         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
19612              From: Radu Greab <radu@netsoft.ro>
19613              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
19614              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
19615      Branch: perl
19616            ! pod/perlop.pod
19617 ____________________________________________________________________________
19618 [  8947] By: jhi                                   on 2001/02/26  14:34:46
19619         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
19620              From: David Mitchell <davem@fdgroup.co.uk>
19621              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
19622              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
19623      Branch: perl
19624            ! run.c
19625 ____________________________________________________________________________
19626 [  8946] By: jhi                                   on 2001/02/26  14:32:37
19627         Log: Subject: Modified README.bs2000 
19628              From: Dorner Thomas <Thomas.Dorner@start.de>
19629              Date: Mon, 26 Feb 2001 09:22:17 +0100
19630              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
19631      Branch: perl
19632            ! README.bs2000
19633 ____________________________________________________________________________
19634 [  8945] By: jhi                                   on 2001/02/26  14:19:53
19635         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
19636              to maintperl, listing the known failures on the tests 129 and 130.
19637      Branch: maint-5.6/perl
19638           !> t/op/sprintf.t
19639 ____________________________________________________________________________
19640 [  8944] By: jhi                                   on 2001/02/26  14:14:15
19641         Log: Add more known sprintf failures.
19642      Branch: perl
19643            ! t/op/sprintf.t
19644 ____________________________________________________________________________
19645 [  8943] By: jhi                                   on 2001/02/26  13:56:22
19646         Log: perlglob.exe needs to be found in Win32, patch from
19647              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
19648              which needs external glob at mini-perl time."
19649      Branch: perl
19650            ! ext/Encode/compile
19651 ____________________________________________________________________________
19652 [  8942] By: jhi                                   on 2001/02/26  13:52:19
19653         Log: A missing dTHX from Vadim Konovalov.
19654      Branch: perl
19655            ! perlio.c
19656 ____________________________________________________________________________
19657 [  8941] By: jhi                                   on 2001/02/26  13:37:05
19658         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
19659      Branch: perl
19660            ! op.c
19661 ____________________________________________________________________________
19662 [  8940] By: jhi                                   on 2001/02/26  13:35:40
19663         Log: Integrate perlio.
19664      Branch: perl
19665           !> ext/Encode/Encode.pm
19666 ____________________________________________________________________________
19667 [  8939] By: nick                                  on 2001/02/25  23:47:09
19668         Log: Integrate mainline.
19669      Branch: perlio
19670           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
19671           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
19672 ____________________________________________________________________________
19673 [  8938] By: nick                                  on 2001/02/25  19:36:28
19674         Log: Encode implementations docs.
19675      Branch: perlio
19676            ! ext/Encode/Encode.pm
19677 ____________________________________________________________________________
19678 [  8937] By: jhi                                   on 2001/02/25  19:26:16
19679         Log: Script wasn't aligned with reality.
19680      Branch: perl
19681            ! t/pod/find.t
19682 ____________________________________________________________________________
19683 [  8936] By: jhi                                   on 2001/02/25  18:54:55
19684         Log: Update Changes.
19685      Branch: perl
19686            ! Changes patchlevel.h
19687 ____________________________________________________________________________
19688 [  8935] By: jhi                                   on 2001/02/25  18:46:36
19689         Log: Retract #8929,8930,8932,8933 for now.
19690      Branch: perl
19691            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
19692 ____________________________________________________________________________
19693 [  8934] By: jhi                                   on 2001/02/25  17:34:35
19694         Log: Integrate perlio.
19695      Branch: perl
19696           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
19697           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
19698           !> t/lib/encode.t
19699 ____________________________________________________________________________
19700 [  8933] By: jhi                                   on 2001/02/25  17:33:12
19701         Log: (Retracted by #8395.)
19702              
19703              Slight tweaks in scan_const(), not fixes yet, it seems like
19704              lots of work remains to be done...
19705      Branch: perl
19706            ! toke.c
19707 ____________________________________________________________________________
19708 [  8932] By: jhi                                   on 2001/02/25  17:27:11
19709         Log: (Retracted by #8395.)
19710              
19711              Missing from #8930.
19712      Branch: perl
19713            ! perl.h
19714 ____________________________________________________________________________
19715 [  8931] By: jhi                                   on 2001/02/25  17:26:19
19716         Log: A comment tweak.
19717      Branch: perl
19718            ! utf8.c
19719 ____________________________________________________________________________
19720 [  8930] By: jhi                                   on 2001/02/25  17:25:47
19721         Log: (Retracted by #8395.)
19722              
19723              Attempt to fix the EBCDIC character range problwm with //.
19724      Branch: perl
19725            ! regcomp.c
19726 ____________________________________________________________________________
19727 [  8929] By: jhi                                   on 2001/02/25  17:23:45
19728         Log: (Retracted by #8395.)
19729              
19730              Expand the EBCDIC character range tests, and add few nasty
19731              tr tests from Karsten Sperling.
19732      Branch: perl
19733            ! t/op/pat.t t/op/tr.t
19734 ____________________________________________________________________________
19735 [  8928] By: jhi                                   on 2001/02/25  17:18:49
19736         Log: Missing check-in.
19737      Branch: perl
19738            ! lib/Pod/Find.pm
19739 ____________________________________________________________________________
19740 [  8927] By: nick                                  on 2001/02/25  11:30:22
19741         Log: Change method names in Encode implementation classes to something
19742              less confusing (preparing to "go public").
19743      Branch: perlio
19744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
19745 ____________________________________________________________________________
19746 [  8926] By: nick                                  on 2001/02/25  10:53:24
19747         Log: GCC __atribute__ / printf fix
19748      Branch: perlio
19749            ! perl.h
19750 ____________________________________________________________________________
19751 [  8925] By: nick                                  on 2001/02/25  10:52:25
19752         Log: Checked in the wrong one ...
19753      Branch: perlio
19754            ! ext/Encode/Encode.pm
19755 ____________________________________________________________________________
19756 [  8924] By: nick                                  on 2001/02/24  18:46:51
19757         Log: Integrate mainline - to see what Jarkko has in ...
19758      Branch: perlio
19759           +> t/pod/testpods/lib/Pod/Stuff.pm
19760           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
19761 ____________________________________________________________________________
19762 [  8923] By: nick                                  on 2001/02/24  17:05:23
19763         Log: Encode API documentation nd tidy up.
19764              Minor additions to test.
19765              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
19766              Adds STRLEN to standard typemap.
19767      Branch: perlio
19768            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
19769            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
19770 ____________________________________________________________________________
19771 [  8922] By: jhi                                   on 2001/02/24  16:38:12
19772         Log: Add a test for the "character range should match in EBCDIC
19773              if specified using explicit numerics" bug found by Karsten
19774              Sperling.
19775      Branch: perl
19776            ! t/op/pat.t
19777 ____________________________________________________________________________
19778 [  8921] By: jhi                                   on 2001/02/24  16:30:16
19779         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
19780              From: schwern@pobox.com
19781              Date: Fri, 23 Feb 2001 03:21:37 -0500
19782              Message-ID: <20010223032137.A26022@magnonel.guild.net>
19783              
19784              plus Charles Lane's fixes, plus tweaks.
19785      Branch: perl
19786            + t/pod/testpods/lib/Pod/Stuff.pm
19787            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
19788 ____________________________________________________________________________
19789 [  8920] By: nick                                  on 2001/02/24  10:30:11
19790         Log: Integrate mainline
19791      Branch: perlio
19792           !> (integrate 33 files)
19793 ____________________________________________________________________________
19794 [  8919] By: jhi                                   on 2001/02/24  00:23:35
19795         Log: Subject: Re: I'm losing the war...
19796              From: "Vadim Konovalov" <watman@inbox.ru>
19797              Date: Sat, 24 Feb 2001 00:10:14 +0300
19798              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
19799              
19800              hv_store() not working correctly in ENV_IS_CASELESS case.
19801      Branch: perl
19802            ! hv.c
19803 ____________________________________________________________________________
19804 [  8918] By: jhi                                   on 2001/02/24  00:20:09
19805         Log: Subject: Re: [PATCH] fix for charnames above FFFF
19806              From: andreas.koenig@anima.de (Andreas J. Koenig)
19807              Date: 23 Feb 2001 02:39:03 +0100
19808              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
19809              
19810              A further efficiency tweak.
19811      Branch: perl
19812            ! lib/charnames.pm
19813 ____________________________________________________________________________
19814 [  8917] By: jhi                                   on 2001/02/23  20:27:51
19815         Log: Integrate change #8916 from mainline,
19816              do away with USE_WIN32_RTL_ENV.
19817      Branch: maint-5.6/perl
19818           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
19819 ____________________________________________________________________________
19820 [  8916] By: jhi                                   on 2001/02/23  20:02:25
19821         Log: Abolish USE_WIN32_RTL_ENV.
19822      Branch: perl
19823            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
19824 ____________________________________________________________________________
19825 [  8915] By: jhi                                   on 2001/02/23  19:36:00
19826         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
19827              later protected by some #define.
19828      Branch: perl
19829            ! gv.c
19830 ____________________________________________________________________________
19831 [  8914] By: jhi                                   on 2001/02/23  19:31:38
19832         Log: Retract #8902 for now, requested by Charles Lane, the correct
19833              fix will be something else.
19834      Branch: perl
19835            ! op.c
19836 ____________________________________________________________________________
19837 [  8913] By: jhi                                   on 2001/02/23  19:11:36
19838         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
19839              From: Peter Prymmer <pvhp@forte.com>
19840              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
19841              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
19842      Branch: perl
19843            ! t/op/lex_assign.t
19844 ____________________________________________________________________________
19845 [  8912] By: jhi                                   on 2001/02/23  18:38:20
19846         Log: Subject: [patch] perlio + useithreads
19847              From: Doug MacEachern <dougm@covalent.net>
19848              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
19849              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
19850              
19851              Gets things running but not complete.
19852      Branch: perl
19853            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
19854 ____________________________________________________________________________
19855 [  8911] By: jhi                                   on 2001/02/23  04:20:02
19856         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
19857              
19858              Duplicated environment freeing, File::Temp 0.12,
19859              op/append portability (EBCDIC) tweak.
19860      Branch: maint-5.6/perl
19861           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19862           !> t/op/append.t
19863 ____________________________________________________________________________
19864 [  8910] By: jhi                                   on 2001/02/23  02:07:33
19865         Log: Integrate change #8909 from mainline, a better Borland
19866              putenv() workaround.
19867      Branch: maint-5.6/perl
19868           !> perl.c
19869 ____________________________________________________________________________
19870 [  8909] By: jhi                                   on 2001/02/23  02:05:46
19871         Log: A better workaround for Borland putenv() brokenness from Sarathy.
19872      Branch: perl
19873            ! perl.c
19874 ____________________________________________________________________________
19875 [  8908] By: jhi                                   on 2001/02/23  02:04:14
19876         Log: Subject: fix for parameter -Dm (for perl@8867)
19877              From: "Vadim Konovalov" <watman@inbox.ru>
19878              Date: Thu, 22 Feb 2001 17:30:12 +0300
19879              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
19880      Branch: perl
19881            ! perl.h
19882 ____________________________________________________________________________
19883 [  8907] By: jhi                                   on 2001/02/23  01:58:20
19884         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
19885              From: Peter Prymmer <pvhp@forte.com>
19886              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
19887              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
19888      Branch: perl
19889            ! t/op/append.t
19890 ____________________________________________________________________________
19891 [  8906] By: jhi                                   on 2001/02/23  01:48:34
19892         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
19893      Branch: perl
19894            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19895 ____________________________________________________________________________
19896 [  8905] By: jhi                                   on 2001/02/23  01:43:30
19897         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
19898              From: Peter Prymmer <pvhp@forte.com>
19899              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
19900              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
19901      Branch: perl
19902            ! t/lib/st-06compat.t
19903 ____________________________________________________________________________
19904 [  8904] By: jhi                                   on 2001/02/23  01:42:39
19905         Log: Metaconfig unit change for #8903.
19906      Branch: metaconfig/U/perl
19907            ! Devel.U
19908 ____________________________________________________________________________
19909 [  8903] By: jhi                                   on 2001/02/23  01:42:12
19910         Log: Be more helpful for devel builders, suggested by John L. Allen.
19911      Branch: perl
19912            ! Configure
19913 ____________________________________________________________________________
19914 [  8902] By: jhi                                   on 2001/02/23  01:37:41
19915         Log: (Retracted by #8914)
19916              (Wrongly, reinstated by #8941)             
19917
19918              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
19919              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19920              Date:     Thu, 22 Feb 2001 09:43:57 EST
19921              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
19922      Branch: perl
19923            ! op.c
19924 ____________________________________________________________________________
19925 [  8901] By: jhi                                   on 2001/02/23  01:20:32
19926         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
19927              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19928              Date:     Thu, 22 Feb 2001 08:01:35 EST
19929              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
19930      Branch: perl
19931            ! malloc.c
19932 ____________________________________________________________________________
19933 [  8900] By: jhi                                   on 2001/02/23  01:18:02
19934         Log: Integrate changes #8898,8899 from mainline, environ handling.
19935      Branch: maint-5.6/perl
19936           !> perl.c
19937 ____________________________________________________________________________
19938 [  8899] By: jhi                                   on 2001/02/23  01:16:25
19939         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
19940              putenv() is not to be relied on, they are either broken or leaky
19941              or both.)
19942      Branch: perl
19943            ! perl.c
19944 ____________________________________________________________________________
19945 [  8898] By: jhi                                   on 2001/02/22  23:36:59
19946         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
19947              and safesysfree() must be used.
19948      Branch: perl
19949            ! perl.c
19950 ____________________________________________________________________________
19951 [  8897] By: jhi                                   on 2001/02/22  23:25:45
19952         Log: With environ one must use safesysmalloc()/safesysfree().
19953      Branch: perl
19954            ! perl.c
19955 ____________________________________________________________________________
19956 [  8896] By: jhi                                   on 2001/02/22  22:13:18
19957         Log: If we have a duplicated environment free it
19958              if PERL_DESTRUCT_LEVEL.
19959      Branch: perl
19960            ! perl.c
19961 ____________________________________________________________________________
19962 [  8895] By: alanbur                               on 2001/02/22  19:31:57
19963         Log: Synchronised with parent
19964      Branch: maint-5.6/pureperl
19965           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
19966 ____________________________________________________________________________
19967 [  8894] By: gsar                                  on 2001/02/22  19:06:18
19968         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
19969              
19970              fix memory leak in method call optimization (change#3768);
19971              made C<eval "$x->foo()"> leak
19972              
19973              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
19974      Branch: maint-5.6/perl
19975           !> op.c
19976 ____________________________________________________________________________
19977 [  8893] By: jhi                                   on 2001/02/22  18:35:27
19978         Log: (Retracted by #8915.)
19979              
19980              Third Degree finding:
19981              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
19982      Branch: perl
19983            ! gv.c
19984 ____________________________________________________________________________
19985 [  8892] By: jhi                                   on 2001/02/22  14:28:32
19986         Log: Update Changes.
19987      Branch: perl
19988            ! Changes patchlevel.h
19989 ____________________________________________________________________________
19990 [  8891] By: jhi                                   on 2001/02/22  13:22:45
19991         Log: Metaconfig unit changes for #8890.
19992      Branch: metaconfig
19993            ! U/modified/Cppsym.U U/threads/archname.U
19994 ____________________________________________________________________________
19995 [  8890] By: jhi                                   on 2001/02/22  13:22:12
19996         Log: Add -stdio to the archname if no perlio selected,
19997              no -perlio added since that is now the default.
19998              
19999              Add few CPUs/architectures to the Cppsym scan.
20000      Branch: perl
20001            ! Configure config_h.SH
20002 ____________________________________________________________________________
20003 [  8889] By: jhi                                   on 2001/02/22  13:05:59
20004         Log: Metaconfig unit change for #8888.
20005      Branch: metaconfig/U/perl
20006            ! useperlio.U
20007 ____________________________________________________________________________
20008 [  8888] By: jhi                                   on 2001/02/22  13:05:28
20009         Log: *drum roll*  Make perlio the default.
20010      Branch: perl
20011            ! Configure config_h.SH
20012 ____________________________________________________________________________
20013 [  8887] By: jhi                                   on 2001/02/22  12:50:52
20014         Log: Integrate change #8665 from maintperl to mainline,
20015              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
20016      Branch: perl
20017           !> ext/POSIX/POSIX.xs
20018 ____________________________________________________________________________
20019 [  8886] By: jhi                                   on 2001/02/22  12:49:24
20020         Log: Integrate changes #8883,8884 from mainline to maintperl.
20021              
20022              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20023              Subject: Re: File::Temp::_gettemp warning
20024      Branch: maint-5.6/perl
20025           !> embed.h embed.pl lib/File/Temp.pm
20026 ____________________________________________________________________________
20027 [  8885] By: jhi                                   on 2001/02/22  12:43:59
20028         Log: Based on
20029              
20030              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
20031              From: schwab@suse.de
20032              Date: Thu, 22 Feb 2001 13:08:09 +0100
20033              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
20034              
20035              but the fix done slightly differently because the other
20036              half was already done in #8664.
20037      Branch: maint-5.6/perl
20038            ! ext/POSIX/POSIX.xs
20039 ____________________________________________________________________________
20040 [  8884] By: jhi                                   on 2001/02/22  12:37:15
20041         Log: Subject: Re: File::Temp::_gettemp warning
20042              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20043              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
20044              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
20045              
20046              This patch to File::Temp does two things:
20047              
20048              1. Fixes the problem with CGI::Carp when determining
20049              the Fcntl constants
20050              
20051              2. Removes most of the carps and consolidates them so that all the
20052              reasons are included in a single die that is caught by the test. This
20053              means that the correct skipping behaviour is displayed by the test.
20054      Branch: perl
20055            ! lib/File/Temp.pm
20056 ____________________________________________________________________________
20057 [  8883] By: jhi                                   on 2001/02/22  12:29:19
20058         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
20059              From: Peter Prymmer <pvhp@forte.com>
20060              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
20061              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
20062      Branch: perl
20063            ! embed.h embed.pl
20064 ____________________________________________________________________________
20065 [  8882] By: jhi                                   on 2001/02/21  19:41:33
20066         Log: Integrate change #8881 from mainlin to maintperl.
20067              
20068              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20069      Branch: maint-5.6/perl
20070           !> op.c
20071 ____________________________________________________________________________
20072 [  8881] By: jhi                                   on 2001/02/21  19:38:57
20073         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
20074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20075              Date:     Wed, 21 Feb 2001 13:08:03 EST
20076              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
20077      Branch: perl
20078            ! op.c
20079 ____________________________________________________________________________
20080 [  8880] By: jhi                                   on 2001/02/21  19:34:34
20081         Log: Retract #8875, cannot let go of the old semantics of unpack U
20082              without rethinking utf8decode.t.
20083      Branch: perl
20084            ! pp.c t/op/pack.t
20085 ____________________________________________________________________________
20086 [  8879] By: jhi                                   on 2001/02/21  19:08:02
20087         Log: Run run/*.t also in minitest.
20088      Branch: perl
20089            ! Makefile.SH
20090 ____________________________________________________________________________
20091 [  8878] By: nick                                  on 2001/02/21  18:55:37
20092         Log: Integrate mainline
20093      Branch: perlio
20094           !> (integrate 76 files)
20095 ____________________________________________________________________________
20096 [  8877] By: jhi                                   on 2001/02/21  15:09:33
20097         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
20098      Branch: metaconfig
20099            ! U/compline/nblock_io.U
20100      Branch: perl
20101            ! Configure config_h.SH
20102 ____________________________________________________________________________
20103 [  8876] By: jhi                                   on 2001/02/21  14:54:45
20104         Log: If no sfio, no -lsfio.
20105      Branch: metaconfig/U/perl
20106            ! d_sfio.U
20107      Branch: perl
20108            ! Configure config_h.SH
20109 ____________________________________________________________________________
20110 [  8875] By: jhi                                   on 2001/02/21  14:54:00
20111         Log: Make unpack C and unpack C truly equivalent.
20112      Branch: perl
20113            ! pp.c t/op/pack.t
20114 ____________________________________________________________________________
20115 [  8874] By: jhi                                   on 2001/02/21  14:26:02
20116         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20117              From: Peter Prymmer <pvhp@forte.com>
20118              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
20119              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
20120      Branch: perl
20121            ! pod/perlport.pod
20122 ____________________________________________________________________________
20123 [  8873] By: jhi                                   on 2001/02/21  14:24:31
20124         Log: Subject: [PATCH] fix for charnames above FFFF
20125              From: andreas.koenig@anima.de (Andreas J. Koenig)
20126              Date: 21 Feb 2001 07:05:45 +0100
20127              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
20128      Branch: perl
20129            ! lib/charnames.pm t/lib/charnames.t
20130 ____________________________________________________________________________
20131 [  8872] By: jhi                                   on 2001/02/21  14:15:25
20132         Log: Integrate change #8868 from pureperl to mainline.
20133              
20134              Fixed reference count loop caused by sv_magic.
20135      Branch: perl
20136           !> sv.c
20137 ____________________________________________________________________________
20138 [  8871] By: jhi                                   on 2001/02/21  14:07:29
20139         Log: Integrate change #8868 from pureperl to maintperl.
20140              
20141              Fixed reference count loop caused by sv_magic.
20142      Branch: maint-5.6/perl
20143           !> sv.c
20144 ____________________________________________________________________________
20145 [  8870] By: jhi                                   on 2001/02/21  14:04:41
20146         Log: Put back the #8840, it was innocent.
20147      Branch: perl
20148            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20149            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20150 ____________________________________________________________________________
20151 [  8869] By: jhi                                   on 2001/02/21  14:00:03
20152         Log: unpack("C", ...) was left slightly unfinished by #8865.
20153      Branch: perl
20154            ! pp.c t/op/pack.t
20155 ____________________________________________________________________________
20156 [  8868] By: alanbur                               on 2001/02/21  01:33:45
20157         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
20158              from gv_fetchpv to create single-character magic variables (e.g. $!),
20159              and it is passed a sv and the gv that contains the sv as the mg_obj
20160              value.  When sv_magic stores the mg_obj pointer it increments the gv
20161              refcount, thus causing a sv-gv pair that can't be freed.  There is
20162              already a check for sv == obj which is used to prevent such reference
20163              loops.  This change extends the check to cover the case described above.
20164      Branch: maint-5.6/pureperl
20165            ! sv.c
20166 ____________________________________________________________________________
20167 [  8867] By: jhi                                   on 2001/02/21  00:52:39
20168         Log: Update Changes.
20169      Branch: perl
20170            ! Changes patchlevel.h
20171 ____________________________________________________________________________
20172 [  8866] By: jhi                                   on 2001/02/21  00:34:20
20173         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
20174              (Note: there were some conflicts due to EBCDIC and EPOC
20175              patches, in general I preferred the repository code.)
20176              (When 2.753 comes out, we need to synchronize.)
20177      Branch: perl
20178            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20179            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
20180            ! t/lib/cgi-html.t
20181 ____________________________________________________________________________
20182 [  8865] By: jhi                                   on 2001/02/21  00:24:22
20183         Log: Make pack("C", 0x100) to create Unicode, unless under the
20184              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
20185              will understand Unicode, unless you under know what.
20186      Branch: perl
20187            ! pp.c t/op/pack.t t/op/qu.t
20188 ____________________________________________________________________________
20189 [  8864] By: alanbur                               on 2001/02/20  22:35:34
20190         Log: Resynchronised with parent
20191      Branch: maint-5.6/pureperl
20192           !> README.win32 ext/GDBM_File/GDBM_File.pm
20193           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20194           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
20195           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
20196           !> t/lib/sdbm.t util.c
20197 ____________________________________________________________________________
20198 [  8863] By: jhi                                   on 2001/02/20  20:55:11
20199         Log: Integrate change #8860,8861 from mainline into maintperl.
20200              
20201              "pseudo-literal j"
20202              
20203              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20204      Branch: maint-5.6/perl
20205           !> lib/Test.pm pod/perlop.pod
20206 ____________________________________________________________________________
20207 [  8862] By: jhi                                   on 2001/02/20  20:30:07
20208         Log: Don't do casting between pointers pointing to differently sized
20209              integers.
20210      Branch: perl
20211            ! hv.c sv.c
20212 ____________________________________________________________________________
20213 [  8861] By: jhi                                   on 2001/02/20  19:53:44
20214         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
20215              From: Peter Prymmer <pvhp@forte.com>
20216              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
20217              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
20218      Branch: perl
20219            ! lib/Test.pm
20220 ____________________________________________________________________________
20221 [  8860] By: jhi                                   on 2001/02/20  19:48:02
20222         Log: "pseudo-literal j", a documentation glitch reported to Debian.
20223              The text recovered from Perl 5.005_03, and pseudo-literal replaced
20224              by "backtick string".
20225      Branch: perl
20226            ! pod/perlop.pod
20227 ____________________________________________________________________________
20228 [  8859] By: jhi                                   on 2001/02/20  19:15:46
20229         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
20230              from Chris Nandor.
20231      Branch: perl
20232            ! makedef.pl
20233 ____________________________________________________________________________
20234 [  8858] By: jhi                                   on 2001/02/20  17:36:53
20235         Log: Integrate pureperl changes #8844,8845,8850 to mainline
20236              (via maintperl #8855).
20237              
20238              Fixed %^H scoping bug
20239              
20240              Removed GV <-> CV refcount loop
20241              
20242              Removed %ENV refcount loop
20243      Branch: perl
20244           !> gv.c op.c perl.c pp.c scope.c
20245 ____________________________________________________________________________
20246 [  8857] By: jhi                                   on 2001/02/20  17:34:32
20247         Log: Integrate changes #8853,8854 from maintperl to mainline.
20248              
20249              EBDIC fixes, README.win32 Borland update.
20250      Branch: perl
20251           !> README.win32 handy.h util.c
20252 ____________________________________________________________________________
20253 [  8856] By: jhi                                   on 2001/02/20  17:33:16
20254         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
20255      Branch: maint-5.6/perl
20256           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20257           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20258           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20259 ____________________________________________________________________________
20260 [  8855] By: jhi                                   on 2001/02/20  17:32:13
20261         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
20262              
20263              Fixed %^H scoping bug
20264              
20265              Removed GV <-> CV refcount loop
20266              
20267              Removed %ENV refcount loop
20268      Branch: maint-5.6/perl
20269           !> gv.c op.c perl.c pp.c scope.c
20270 ____________________________________________________________________________
20271 [  8854] By: jhi                                   on 2001/02/20  17:25:06
20272         Log: Subject: Addition to readme.win32 for Borland C++ compilers
20273              Date: Tue, 20 Feb 2001 02:15:25 +0300
20274              From: "Vadim Konovalov" <watman@inbox.ru>
20275              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
20276              
20277              Document Borland compiler misbehaviour.
20278      Branch: maint-5.6/perl
20279            ! README.win32
20280 ____________________________________________________________________________
20281 [  8853] By: jhi                                   on 2001/02/20  17:22:25
20282         Log: The assimilation of ebcdic.c didn't quite work at the first try,
20283              patches from Thomas Dorner.
20284      Branch: maint-5.6/perl
20285            ! handy.h util.c
20286 ____________________________________________________________________________
20287 [  8852] By: jhi                                   on 2001/02/20  17:20:15
20288         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
20289              From: Chris Nandor <pudge@pobox.com>
20290              Date: Tue, 20 Feb 2001 08:32:45 -0500
20291              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
20292      Branch: maint-5.6/perl
20293            ! makedef.pl mg.c
20294 ____________________________________________________________________________
20295 [  8851] By: jhi                                   on 2001/02/20  17:15:52
20296         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
20297      Branch: perl
20298            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
20299            ! t/lib/filter-util.t
20300 ____________________________________________________________________________
20301 [  8850] By: alanbur                               on 2001/02/20  17:12:40
20302         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
20303              and the magic pointer points back to the GV that contains the
20304              %ENV hash.  This creates a refcount loop that prevents members
20305              of %ENV from being freed correctly.  This change removes the
20306              refcount loop - the magic pointer was never used anyway, the
20307              only use of the magic was to check the type ('E') so that the
20308              appropriate environment manipulation code is called when %ENV
20309              is modified.
20310      Branch: maint-5.6/pureperl
20311            ! perl.c
20312 ____________________________________________________________________________
20313 [  8849] By: jhi                                   on 2001/02/20  17:12:20
20314         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20315              From: "Craig A. Berry" <craigberry@mac.com>
20316              Date: Mon, 19 Feb 2001 23:36:12 -0600
20317              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
20318              
20319              Case-forgiving systems match TestInit.pm with TES*.
20320      Branch: perl
20321            ! t/lib/glob-basic.t
20322 ____________________________________________________________________________
20323 [  8848] By: jhi                                   on 2001/02/20  17:10:02
20324         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
20325      Branch: perl
20326            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
20327            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
20328            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20329 ____________________________________________________________________________
20330 [  8847] By: jhi                                   on 2001/02/20  15:34:41
20331         Log: The #8843 wasn't quite right: %Config needs to imported.
20332      Branch: perl
20333            ! t/run/runenv.t
20334 ____________________________________________________________________________
20335 [  8846] By: jhi                                   on 2001/02/20  15:31:50
20336         Log: Retract the #8838 and #8840 for now because of
20337              the DB_File tie problem.
20338      Branch: perl
20339            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
20340            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
20341            ! proto.h sv.c
20342 ____________________________________________________________________________
20343 [  8845] By: alanbur                               on 2001/02/20  14:25:41
20344         Log: Removed GV <-> CV refcount loop
20345              CvGV(mycv) points to the parent GV of the CV, and was previously
20346              refcounted.  The pointer remains, but the refcounting has been removed
20347              as it causes a refcount loop between the CV and GV that means the CV
20348              can't ever be deleted.
20349      Branch: maint-5.6/pureperl
20350            ! gv.c op.c pp.c
20351 ____________________________________________________________________________
20352 [  8844] By: alanbur                               on 2001/02/20  14:23:13
20353         Log: Fixed %^H scoping bug
20354      Branch: maint-5.6/pureperl
20355            ! scope.c
20356 ____________________________________________________________________________
20357 [  8843] By: jhi                                   on 2001/02/19  13:38:08
20358         Log: fork() not everywhere, cleanup temp files.
20359      Branch: perl
20360            ! t/run/runenv.t
20361 ____________________________________________________________________________
20362 [  8842] By: alanbur                               on 2001/02/19  12:42:07
20363         Log: Resynchronised with parent
20364      Branch: maint-5.6/pureperl
20365           !> pod/perlfaq4.pod sv.c utf8.c
20366 ____________________________________________________________________________
20367 [  8841] By: jhi                                   on 2001/02/19  03:35:51
20368         Log: Update Changes.
20369      Branch: perl
20370            ! Changes patchlevel.h
20371 ____________________________________________________________________________
20372 [  8840] By: jhi                                   on 2001/02/19  00:23:41
20373         Log: Subject: [patch] add sv_setref_uv
20374              From: Doug MacEachern <dougm@covalent.net>
20375              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
20376              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
20377      Branch: perl
20378            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20379            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
20380 ____________________________________________________________________________
20381 [  8839] By: jhi                                   on 2001/02/19  00:01:38
20382         Log: Put to rest the 20010205.001, the email address checking (not) regex.
20383      Branch: perl
20384            ! pod/perlfaq9.pod
20385 ____________________________________________________________________________
20386 [  8838] By: jhi                                   on 2001/02/18  22:17:54
20387         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
20388              From: Doug MacEachern <dougm@covalent.net>
20389              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
20390              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
20391      Branch: perl
20392            ! lib/ExtUtils/xsubpp
20393 ____________________________________________________________________________
20394 [  8837] By: jhi                                   on 2001/02/18  22:16:50
20395         Log: Subject: [patch] -Wall cleanup round 2
20396              From: Doug MacEachern <dougm@covalent.net>
20397              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
20398              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
20399      Branch: perl
20400            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
20401            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
20402            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
20403            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
20404            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
20405            ! ext/SDBM_File/SDBM_File.xs
20406 ____________________________________________________________________________
20407 [  8836] By: jhi                                   on 2001/02/18  22:11:20
20408         Log: Misapplied regex optimizations when \C is present.
20409              Fixes 20001230.002.
20410              
20411              What still remains broken is that the submatches that
20412              have \C in them get their UTF8 flag on because their
20413              parent SV has it on.  This will result in malformed
20414              UTF8 if a \C happened to match a non-ASCII byte.
20415      Branch: perl
20416            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20417            ! t/pragma/utf8.t
20418 ____________________________________________________________________________
20419 [  8835] By: jhi                                   on 2001/02/18  20:12:02
20420         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
20421              
20422              The hash key got wrongly UTF8fied.
20423      Branch: perl
20424            ! pod/perlapi.pod toke.c utf8.c
20425 ____________________________________________________________________________
20426 [  8834] By: jhi                                   on 2001/02/18  19:44:25
20427         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
20428              don't warn on magical or overloaded things.
20429      Branch: perl
20430            ! pp_hot.c
20431 ____________________________________________________________________________
20432 [  8833] By: nick                                  on 2001/02/18  19:31:22
20433         Log: Integrate mainline
20434      Branch: perlio
20435           +> t/TestInit.pm t/run/runenv.t
20436            - t/UTEST
20437           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
20438           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
20439           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
20440           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
20441           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
20442           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
20443           !> utf8.c
20444 ____________________________________________________________________________
20445 [  8832] By: jhi                                   on 2001/02/18  19:21:18
20446         Log: Integrate perlio.
20447      Branch: perl
20448           !> perlio.c pod/perldiag.pod
20449 ____________________________________________________________________________
20450 [  8831] By: jhi                                   on 2001/02/18  19:14:20
20451         Log: Integrate change #8827 from mainline.
20452              
20453              UTF8 tweaks.
20454      Branch: maint-5.6/perl
20455           !> sv.c utf8.c
20456 ____________________________________________________________________________
20457 [  8830] By: nick                                  on 2001/02/18  19:10:34
20458         Log: Apply the spirit of patch from Nick Clark:
20459              Subject: [PATCH] Re: extensions that provide layers
20460              From: Nicholas Clark <nick@ccl4.org>
20461              Date: Mon, 12 Feb 2001 16:43:51 +0000
20462              Message-Id: <20010212164350.Q3652@plum.flirble.org>
20463      Branch: perlio
20464            ! perlio.c pod/perldiag.pod
20465 ____________________________________________________________________________
20466 [  8829] By: jhi                                   on 2001/02/18  19:03:25
20467         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
20468              From: schwern@pobox.com 
20469              Date: Sun, 18 Feb 2001 13:44:35 -0500
20470              Message-ID: <20010218134435.A17544@magnonel.guild.net>
20471              
20472              Applied, but as t/TestInit.pm.
20473      Branch: perl
20474            + t/TestInit.pm
20475            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
20476            ! t/op/subst_wamp.t
20477 ____________________________________________________________________________
20478 [  8828] By: jhi                                   on 2001/02/18  18:43:52
20479         Log: Integrate perlio.
20480      Branch: perl
20481           !> perlio.c
20482 ____________________________________________________________________________
20483 [  8827] By: jhi                                   on 2001/02/18  18:41:33
20484         Log: UTF-8 tweaks.
20485      Branch: perl
20486            ! sv.c utf8.c
20487 ____________________________________________________________________________
20488 [  8826] By: nick                                  on 2001/02/18  17:40:59
20489         Log: Fix [ID 20010217.002]
20490              open FOO, "<:raw:perlio", ...
20491              :raw now inserts default base layer below itself.
20492              Also
20493              open FOO, "<:unix", ...
20494              works as well - but leaves buffer layer on stack under the unix layer.
20495      Branch: perlio
20496            ! perlio.c
20497 ____________________________________________________________________________
20498 [  8825] By: jhi                                   on 2001/02/18  17:15:39
20499         Log: Integrate perlio.
20500      Branch: perl
20501           !> perlio.c perliol.h
20502 ____________________________________________________________________________
20503 [  8824] By: jhi                                   on 2001/02/18  17:10:53
20504         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
20505              From: schwern@pobox.com
20506              Date: Sun, 18 Feb 2001 01:48:50 -0500
20507              Message-ID: <20010218014850.C19957@magnonel.guild.net>
20508      Branch: perl
20509            ! lib/Test/Harness.pm t/TEST t/op/chop.t
20510 ____________________________________________________________________________
20511 [  8823] By: jhi                                   on 2001/02/18  17:01:06
20512         Log: Add run/*.t to testables.
20513      Branch: perl
20514            ! t/TEST
20515 ____________________________________________________________________________
20516 [  8822] By: jhi                                   on 2001/02/18  16:58:58
20517         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
20518              From: schwern@pobox.com
20519              Date: Sun, 18 Feb 2001 01:11:35 -0500
20520              Message-ID: <20010218011135.A19957@magnonel.guild.net>
20521              
20522              Revive mjd's and Simon's PERL5OPT fix.
20523      Branch: perl
20524            + t/run/runenv.t
20525            ! MANIFEST perl.c
20526 ____________________________________________________________________________
20527 [  8821] By: jhi                                   on 2001/02/18  16:53:46
20528         Log: Subject: Re: Why t/TEST and not Test::Harness?
20529              From: schwern@pobox.com
20530              Date: Sat, 17 Feb 2001 22:44:44 -0500
20531              Message-ID: <20010217224444.A6679@magnonel.guild.net>
20532              
20533              Replace UTEST with TEST -utf8.
20534      Branch: perl
20535            - t/UTEST
20536            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
20537            ! t/lib/glob-basic.t
20538 ____________________________________________________________________________
20539 [  8820] By: nick                                  on 2001/02/18  13:06:16
20540         Log: Clean up a few core dumps when layers are used in unexpected ways.
20541              (Still not "right"...)
20542      Branch: perlio
20543            ! perlio.c perliol.h
20544 ____________________________________________________________________________
20545 [  8819] By: jhi                                   on 2001/02/18  02:25:55
20546         Log: Integrate change #8818 from maintperl, a FAQ nit.
20547      Branch: perl
20548           !> pod/perlfaq4.pod
20549 ____________________________________________________________________________
20550 [  8818] By: jhi                                   on 2001/02/18  02:24:50
20551         Log: FAQ nit from Chris Fedde.
20552      Branch: maint-5.6/perl
20553            ! pod/perlfaq4.pod
20554 ____________________________________________________________________________
20555 [  8817] By: nick                                  on 2001/02/17  18:20:14
20556         Log: Integrate mainline
20557      Branch: perlio
20558           +> lib/unicode/UCD.html lib/unicode/Unicode.html
20559           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
20560           +> pod/perlclib.pod
20561            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
20562            - lib/unicode/Unicode.301
20563           !> (integrate 324 files)
20564 ____________________________________________________________________________
20565 [  8816] By: jhi                                   on 2001/02/17  16:56:58
20566         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
20567      Branch: perl
20568            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20569            ! ext/Storable/Storable.xs t/lib/st-06compat.t
20570            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
20571 ____________________________________________________________________________
20572 [  8815] By: jhi                                   on 2001/02/17  16:40:07
20573         Log: Subject: [patch] -Wall
20574              From: Doug MacEachern <dougm@covalent.net>
20575              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
20576              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
20577      Branch: perl
20578            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
20579            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
20580 ____________________________________________________________________________
20581 [  8814] By: jhi                                   on 2001/02/16  19:27:18
20582         Log: Document qu better.
20583      Branch: perl
20584            ! pod/perlop.pod
20585 ____________________________________________________________________________
20586 [  8813] By: jhi                                   on 2001/02/15  13:54:37
20587         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
20588              From: Hugo <hv@crypt.compulink.co.uk>
20589              Date: Thu, 15 Feb 2001 13:39:49 +0000
20590              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
20591      Branch: perl
20592            ! toke.c
20593 ____________________________________________________________________________
20594 [  8812] By: alanbur                               on 2001/02/15  13:52:16
20595         Log: Resynchronised with parent
20596      Branch: maint-5.6/pureperl
20597            - ebcdic.c
20598           !> (integrate 36 files)
20599 ____________________________________________________________________________
20600 [  8811] By: jhi                                   on 2001/02/15  13:51:16
20601         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
20602              
20603              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
20604              From: Jan Dubois <JanD@ActiveState.com>
20605              Date: Wed, 31 Jan 2001 21:17:03 -0800
20606              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
20607              
20608              tweak change#8659 to keep it simple
20609              
20610              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
20611              From: Russ Allbery <rra@stanford.edu>
20612              Date: 14 Feb 2001 10:15:41 -0800
20613              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
20614              
20615              (8809 empty)
20616
20617              Upgrade to podlators 1.08, from Russ Allbery.
20618      Branch: perl
20619           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
20620           !> utils/perldoc.PL
20621 ____________________________________________________________________________
20622 [  8810] By: jhi                                   on 2001/02/15  13:35:08
20623         Log: Upgrade to podlators 1.08, from Russ Allbery.
20624      Branch: maint-5.6/perl
20625            ! lib/Pod/Man.pm lib/Pod/Text.pm
20626 ____________________________________________________________________________
20627 [  8809] By: jhi                                   on 2001/02/15  13:26:38
20628         Log: (accidentally empty check-in)
20629      Branch: maint-5.6/perl
20630            ! lib/Test/Harness.pm
20631 ____________________________________________________________________________
20632 [  8808] By: jhi                                   on 2001/02/15  13:23:47
20633         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
20634              From: Russ Allbery <rra@stanford.edu>
20635              Date: 14 Feb 2001 10:15:41 -0800
20636              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
20637              
20638              perldoc was hardcoding $Config{installscript}, which breaks
20639              when install* isn't where Perl ends up (such as with AFS).
20640              
20641              Use $Config{scriptdir} instead.
20642      Branch: maint-5.6/perl
20643            ! utils/perldoc.PL
20644 ____________________________________________________________________________
20645 [  8807] By: jhi                                   on 2001/02/14  14:37:27
20646         Log: Update Changes.
20647      Branch: perl
20648            ! Changes patchlevel.h
20649 ____________________________________________________________________________
20650 [  8806] By: jhi                                   on 2001/02/14  14:25:31
20651         Log: Integrate changes #8803,8804,8805 from mainline.
20652              
20653              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
20654              
20655              Don't skip too much of the locale error message if no environ array,
20656              from Chris Nandor.
20657              
20658              More MacOS Classic fixes from Chris Nandor.
20659      Branch: maint-5.6/perl
20660           !> doop.c lib/Cwd.pm perl.c perl.h util.c
20661 ____________________________________________________________________________
20662 [  8805] By: jhi                                   on 2001/02/14  03:29:01
20663         Log: More MacOS Classic fixes from Chris Nandor.
20664      Branch: perl
20665            ! doop.c lib/Cwd.pm
20666 ____________________________________________________________________________
20667 [  8804] By: jhi                                   on 2001/02/14  03:18:35
20668         Log: Don't skip too much of the locale error message if no environ array,
20669              from Chris Nandor.
20670      Branch: perl
20671            ! util.c
20672 ____________________________________________________________________________
20673 [  8803] By: jhi                                   on 2001/02/14  03:14:14
20674         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
20675      Branch: perl
20676            ! perl.c perl.h
20677 ____________________________________________________________________________
20678 [  8802] By: jhi                                   on 2001/02/13  18:31:33
20679         Log: AUTHORS update.
20680      Branch: perl
20681            ! AUTHORS
20682 ____________________________________________________________________________
20683 [  8801] By: jhi                                   on 2001/02/13  17:55:19
20684         Log: Integrate change #8792 from mainline.
20685              
20686              Subject: buncha MacPerl patches for bleadperl
20687              From: Chris Nandor <pudge@pobox.com>
20688              Date: Tue, 13 Feb 2001 00:02:43 -0500
20689              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
20690      Branch: maint-5.6/perl
20691           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20692           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
20693           !> t/lib/basename.t toke.c util.h
20694 ____________________________________________________________________________
20695 [  8800] By: jhi                                   on 2001/02/13  17:46:43
20696         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
20697              to be forced to Off_t.
20698              
20699              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
20700              From: nick@ccl4.org
20701              Date: Thu, 1 Feb 2001 12:01:04 +0000
20702              Message-Id: <20010201120103.E11401@plum.flirble.org>
20703      Branch: maint-5.6/perl
20704            ! iperlsys.h perlio.c
20705 ____________________________________________________________________________
20706 [  8799] By: jhi                                   on 2001/02/13  16:52:51
20707         Log: Duplex duplex hunk hunk.
20708      Branch: maint-5.6/perl
20709            ! Makefile.SH
20710 ____________________________________________________________________________
20711 [  8797] By: jhi                                   on 2001/02/13  14:52:04
20712         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
20713              From: "Craig A. Berry" <craigberry@mac.com>
20714              Date: Mon, 12 Feb 2001 11:05:25 -0600
20715              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
20716      Branch: perl
20717            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
20718 ____________________________________________________________________________
20719 [  8796] By: jhi                                   on 2001/02/13  14:36:47
20720         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
20721              From: simon.cozens@pembroke.oxford.ac.uk 
20722              Date: Sat, 10 Feb 2001 17:57:02 +0000
20723              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
20724              
20725              Now it does include.
20726      Branch: perl
20727            ! pod/perldiag.pod
20728 ____________________________________________________________________________
20729 [  8795] By: jhi                                   on 2001/02/13  14:30:11
20730         Log: Sort the MANIFEST.
20731      Branch: perl
20732            ! MANIFEST
20733 ____________________________________________________________________________
20734 [  8794] By: jhi                                   on 2001/02/13  14:26:51
20735         Log: Integrate change #8793 from mainline, FAQ updates.
20736      Branch: maint-5.6/perl
20737           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
20738 ____________________________________________________________________________
20739 [  8793] By: jhi                                   on 2001/02/13  14:25:13
20740         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
20741      Branch: perl
20742            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
20743 ____________________________________________________________________________
20744 [  8792] By: jhi                                   on 2001/02/13  14:22:50
20745         Log: Subject: buncha MacPerl patches for bleadperl
20746              From: Chris Nandor <pudge@pobox.com>
20747              Date: Tue, 13 Feb 2001 00:02:43 -0500
20748              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
20749      Branch: perl
20750            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20751            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
20752            ! t/lib/basename.t toke.c util.h
20753 ____________________________________________________________________________
20754 [  8791] By: jhi                                   on 2001/02/13  14:10:39
20755         Log: Integrate change #8790 from mainline.
20756              
20757              environ array wrongly assumed in Perl_init_i18nl10n(),
20758      Branch: maint-5.6/perl
20759           !> util.c
20760 ____________________________________________________________________________
20761 [  8790] By: jhi                                   on 2001/02/13  14:06:15
20762         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
20763              noticed by Chris Nandor in MacOS Classic.
20764      Branch: perl
20765            ! util.c
20766 ____________________________________________________________________________
20767 [  8789] By: jhi                                   on 2001/02/13  13:58:07
20768         Log: Integrate changes #8373,8487,8544,8783 from mainline.
20769              
20770              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
20771              hints files, the dynaloading, assimilate ebcdic into util.c.
20772      Branch: maint-5.6/perl
20773            - ebcdic.c
20774            ! MANIFEST hints/posix-bc.sh
20775           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
20776           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
20777           !> perlapi.c proto.h util.c
20778 ____________________________________________________________________________
20779 [  8788] By: alanbur                               on 2001/02/13  10:33:13
20780         Log: Integrated changes from maint-5.6
20781      Branch: maint-5.6/pureperl
20782           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
20783           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
20784           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20785           !> vos/config.ga.h vos/configure_perl.cm
20786 ____________________________________________________________________________
20787 [  8787] By: jhi                                   on 2001/02/13  05:56:36
20788         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
20789      Branch: perl
20790           !> Makefile.SH
20791 ____________________________________________________________________________
20792 [  8786] By: jhi                                   on 2001/02/13  05:54:34
20793         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
20794              From: Dorner Thomas <Thomas.Dorner@start.de>
20795              Date: Mon, 12 Feb 2001 15:06:26 +0100
20796              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
20797      Branch: maint-5.6/perl
20798            ! Makefile.SH
20799 ____________________________________________________________________________
20800 [  8785] By: jhi                                   on 2001/02/13  05:29:04
20801         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
20802      Branch: perl
20803           !> hints/openbsd.sh
20804 ____________________________________________________________________________
20805 [  8784] By: jhi                                   on 2001/02/13  02:25:24
20806         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
20807              From: Peter Prymmer <pvhp@forte.com>
20808              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
20809              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
20810      Branch: perl
20811            ! pod/perlclib.pod
20812 ____________________________________________________________________________
20813 [  8783] By: jhi                                   on 2001/02/13  02:22:36
20814         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
20815      Branch: perl
20816            - ebcdic.c
20817            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
20818            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
20819            ! util.c
20820 ____________________________________________________________________________
20821 [  8782] By: jhi                                   on 2001/02/13  02:00:07
20822         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
20823      Branch: maint-5.6/perl
20824            ! pod/perlport.pod
20825 ____________________________________________________________________________
20826 [  8781] By: jhi                                   on 2001/02/13  01:58:44
20827         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
20828      Branch: maint-5.6/perl
20829            ! hints/openbsd.sh
20830 ____________________________________________________________________________
20831 [  8780] By: jhi                                   on 2001/02/13  01:57:33
20832         Log: Synchronize the regexp tests between maintperl and mainline.
20833      Branch: maint-5.6/perl
20834           !> t/op/re_tests
20835 ____________________________________________________________________________
20836 [  8779] By: jhi                                   on 2001/02/13  01:49:35
20837         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
20838              From: Hugo <hv@crypt.compulink.co.uk>
20839              Date: Tue, 13 Feb 2001 00:11:11 +0000
20840              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
20841      Branch: perl
20842            ! regcomp.c t/op/re_tests
20843 ____________________________________________________________________________
20844 [  8778] By: jhi                                   on 2001/02/13  00:23:10
20845         Log: Comments do not nest.
20846      Branch: perl
20847            ! perl.h
20848 ____________________________________________________________________________
20849 [  8777] By: jhi                                   on 2001/02/13  00:17:54
20850         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
20851              From: Hugo <hv@crypt.compulink.co.uk>
20852              Date: Tue, 13 Feb 2001 00:11:11 +0000
20853              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
20854      Branch: maint-5.6/perl
20855            ! regcomp.c t/op/re_tests
20856 ____________________________________________________________________________
20857 [  8776] By: jhi                                   on 2001/02/12  23:25:52
20858         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
20859      Branch: maint-5.6/perl
20860            ! pod/perlport.pod
20861 ____________________________________________________________________________
20862 [  8775] By: jhi                                   on 2001/02/12  23:04:28
20863         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
20864      Branch: maint-5.6/perl
20865            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
20866            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20867            ! vos/configure_perl.cm
20868 ____________________________________________________________________________
20869 [  8774] By: jhi                                   on 2001/02/12  22:59:11
20870         Log: Subject: Re: [patch] context for 'U' magic functions
20871              From: Doug MacEachern <dougm@covalent.net>
20872              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
20873              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
20874              
20875              plus the suggestion by Nick Ing-Simmons to name the macro
20876              as PERL_MG_UFUNC to avoid namespace pollution, plus add
20877              the advice by Doug for XS writers to perl.h
20878      Branch: perl
20879            ! mg.c perl.h
20880 ____________________________________________________________________________
20881 [  8773] By: jhi                                   on 2001/02/11  20:14:12
20882         Log: Update Changes.
20883      Branch: perl
20884            ! Changes patchlevel.h
20885 ____________________________________________________________________________
20886 [  8772] By: jhi                                   on 2001/02/11  18:47:52
20887         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
20888              From: Simon Cozens <simon@cozens.net>
20889              Date: Wed, 31 Jan 2001 16:31:43 +0000
20890              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
20891      Branch: perl
20892            + pod/perlclib.pod
20893            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
20894            ! pod/perltoc.pod
20895 ____________________________________________________________________________
20896 [  8771] By: jhi                                   on 2001/02/11  18:36:48
20897         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
20898              
20899              Blocks-4d3.beta.txt
20900              CaseFolding-3d4.beta.txt
20901              CompositionExclusions-3d6.beta.txt
20902              EastAsianWidth-4d4.beta.txt
20903              LineBreak-6d3.beta.txt
20904              NamesList-3.1.0d1.beta.txt
20905              PropList-3.1.0d4.beta.txt
20906              SpecialCasing-4d1.beta.txt
20907              UnicodeData-3.1.0d6.beta.txt
20908      Branch: perl
20909            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
20910           +> lib/unicode/UCD.html lib/unicode/Unicode.html
20911            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
20912            - lib/unicode/Unicode.301
20913            ! (edit 257 files)
20914 ____________________________________________________________________________
20915 [  8770] By: jhi                                   on 2001/02/11  17:26:22
20916         Log: UTF-8 documentation.
20917      Branch: perl
20918            ! utf8.h
20919 ____________________________________________________________________________
20920 [  8769] By: jhi                                   on 2001/02/11  17:12:49
20921         Log: Retract #8762.
20922      Branch: perl
20923            ! regexec.c
20924 ____________________________________________________________________________
20925 [  8768] By: jhi                                   on 2001/02/11  16:54:45
20926         Log: Subject: [PATCH] Test::Harness
20927              From: andreas.koenig@anima.de (Andreas J. Koenig)
20928              Date: 11 Feb 2001 14:37:00 +0100
20929              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
20930      Branch: perl
20931            ! lib/Test/Harness.pm
20932 ____________________________________________________________________________
20933 [  8767] By: jhi                                   on 2001/02/11  16:53:52
20934         Log: Subject: [PATCH] Document makepatch in Porting/patching
20935              From: andreas.koenig@anima.de (Andreas J. Koenig)
20936              Date: 11 Feb 2001 16:46:28 +0100
20937              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
20938      Branch: perl
20939            ! Porting/patching.pod
20940 ____________________________________________________________________________
20941 [  8766] By: jhi                                   on 2001/02/11  06:30:23
20942         Log: Subject: Re: [patch] GvSHARED
20943              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
20944              From: Doug MacEachern <dougm@covalent.net>
20945              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
20946              
20947              Subject: Re: [patch] GvSHARED
20948              From: Doug MacEachern <dougm@covalent.net>
20949              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
20950              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
20951              
20952              Subject: [patch] attributes.pm support for `shared'
20953              From: Doug MacEachern <dougm@covalent.net>
20954              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
20955              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
20956              
20957              our() attributes were ignored, our :shared pieces missing,
20958              allow attributes.pm to turn on shared.
20959      Branch: perl
20960            ! op.c t/op/attrs.t toke.c xsutils.c
20961 ____________________________________________________________________________
20962 [  8765] By: alanbur                               on 2001/02/10  23:11:19
20963         Log: Resync with parent (hopefully sucessfully this time)
20964      Branch: maint-5.6/pureperl
20965           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
20966           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
20967           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
20968           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
20969           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
20970           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
20971           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
20972 ____________________________________________________________________________
20973 [  8764] By: jhi                                   on 2001/02/10  22:54:38
20974         Log: Make TEST and UTEST more verbose in case something goes
20975              wrong in running/compiling a script, suggested by Doug
20976              MacEachern.
20977      Branch: perl
20978            ! t/TEST t/UTEST
20979 ____________________________________________________________________________
20980 [  8763] By: jhi                                   on 2001/02/10  22:11:34
20981         Log: Bogus shebang.
20982      Branch: perl
20983            ! t/lib/texttabs.t
20984 ____________________________________________________________________________
20985 [  8762] By: jhi                                   on 2001/02/10  21:56:02
20986         Log: (Retracted by #8769)
20987      Branch: perl
20988            ! regexec.c
20989 ____________________________________________________________________________
20990 [  8761] By: jhi                                   on 2001/02/10  21:26:15
20991         Log: Subject: Re: [patch] GvSHARED 
20992              From: Doug MacEachern <dougm@covalent.net>
20993              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
20994              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
20995              
20996              our @EXPORT : shared = (...);
20997      Branch: perl
20998            ! toke.c
20999 ____________________________________________________________________________
21000 [  8760] By: jhi                                   on 2001/02/10  21:25:07
21001         Log: Subject: [patch] GvSHARED
21002              From: Doug MacEachern <dougm@covalent.net>
21003              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
21004              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
21005      Branch: perl
21006            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
21007 ____________________________________________________________________________
21008 [  8759] By: alanbur                               on 2001/02/10  21:24:27
21009         Log: Backed out mismerge.
21010      Branch: maint-5.6/pureperl
21011            ! MANIFEST README.hpux README.vmesa gv.c installhtml
21012            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
21013            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21014            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21015            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21016            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21017            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
21018 ____________________________________________________________________________
21019 [  8758] By: jhi                                   on 2001/02/10  18:01:17
21020         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
21021              
21022              Fixed UMRs and leak in Perl_pmtrans()
21023              
21024              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21025              associated UTFied tr/// code.  Also fixed scoping leak of
21026              PL_reg_start_tmp.
21027              
21028              newATTRSUB leaks when an attempt to redefine the active sort sub is
21029              made.
21030      Branch: maint-5.6/perl
21031           !> op.c regcomp.c
21032 ____________________________________________________________________________
21033 [  8757] By: alanbur                               on 2001/02/10  17:56:46
21034         Log: Resynchronised with parent
21035      Branch: maint-5.6/pureperl
21036           +> README.bs2000
21037            - README.posix-bc
21038            ! gv.c perl.c sv.c
21039           !> MANIFEST README.hpux README.vmesa installhtml
21040           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
21041           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21042           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
21043           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
21044           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
21045           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
21046 ____________________________________________________________________________
21047 [  8756] By: alanbur                               on 2001/02/10  17:51:15
21048         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
21049              made.
21050      Branch: maint-5.6/pureperl
21051            ! op.c
21052 ____________________________________________________________________________
21053 [  8755] By: jhi                                   on 2001/02/09  22:41:35
21054         Log: Upgrade to CPAN 1.59_54, from Andreas König.
21055      Branch: perl
21056            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21057 ____________________________________________________________________________
21058 [  8754] By: jhi                                   on 2001/02/09  22:29:20
21059         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21060              
21061              Didn't upgrade the fill.t since it has a dependency to File::Slurp
21062              purely for debugging purposes, the actual test hasn't changed.
21063      Branch: perl
21064            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
21065            ! t/lib/textwrap.t
21066 ____________________________________________________________________________
21067 [  8753] By: jhi                                   on 2001/02/09  20:17:50
21068         Log: Integrate change #8682 from maintperl.
21069              
21070              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
21071              to work correctly.
21072      Branch: perl
21073           !> hints/irix_6.sh
21074 ____________________________________________________________________________
21075 [  8752] By: jhi                                   on 2001/02/09  20:00:46
21076         Log: Update Changes.
21077      Branch: perl
21078            ! Changes patchlevel.h
21079 ____________________________________________________________________________
21080 [  8751] By: nick                                  on 2001/02/09  19:48:37
21081         Log: Integrate mainline
21082      Branch: perlio
21083           +> README.bs2000 t/lib/cgi-esc.t
21084            - README.posix-bc
21085           !> (integrate 53 files)
21086 ____________________________________________________________________________
21087 [  8750] By: nick                                  on 2001/02/09  19:25:16
21088         Log: Subject: RE: Biannual Competition to Improve Hashing Function
21089              From: Fisher Mark <fisherm@tce.com>
21090              Date: Thu, 8 Feb 2001 10:44:00 -0500
21091              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
21092              Date: Thu, 8 Feb 2001 15:02:47 -0500
21093              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
21094      Branch: perl
21095            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
21096 ____________________________________________________________________________
21097 [  8749] By: jhi                                   on 2001/02/09  19:02:35
21098         Log: Forgotten fragment.
21099      Branch: perl
21100            ! pod/perlapi.pod
21101 ____________________________________________________________________________
21102 [  8748] By: jhi                                   on 2001/02/09  18:31:34
21103         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
21104              plus manual tweakage.
21105              
21106              Sync the perlfaq2 between mainline and maintperl.
21107      Branch: maint-5.6/perl
21108            ! pod/perlfaq2.pod
21109      Branch: perl
21110           !> pod/perlfaq2.pod
21111 ____________________________________________________________________________
21112 [  8747] By: jhi                                   on 2001/02/09  18:12:04
21113         Log: Subject: versiononly and installperl
21114              From: abigail@foad.org
21115              Date: Wed, 7 Feb 2001 22:43:12 +0100
21116              Message-ID: <20010207214312.7045.qmail@foad.org>    
21117              
21118              Add +v flag to force a normal install of the perl binary
21119              and the utilities.
21120              
21121              Subject: [PATCH] installperl
21122              From: Nicholas Clark <nick@ccl4.org>
21123              Date: Fri, 9 Feb 2001 16:28:57 +0000
21124              Message-ID: <20010209162857.B10931@plum.flirble.org>
21125              
21126              Add -A flag which also hardlinks the binary with
21127              the full architecture name.
21128      Branch: perl
21129            ! installperl
21130 ____________________________________________________________________________
21131 [  8746] By: jhi                                   on 2001/02/09  18:03:43
21132         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
21133              
21134              Subject: perlfaq2, re: perlmongers
21135              
21136              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21137              
21138              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21139              
21140              Subject: [ID 20010205.001] typo in perlfaq9
21141              
21142              Subject: [ID 20010208.002] unordered explanation in perlcall
21143      Branch: maint-5.6/perl
21144           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
21145           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
21146           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
21147 ____________________________________________________________________________
21148 [  8745] By: jhi                                   on 2001/02/09  17:59:09
21149         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
21150              From: abela@geneanet.org
21151              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
21152              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
21153      Branch: perl
21154            ! pod/perlcall.pod
21155 ____________________________________________________________________________
21156 [  8744] By: jhi                                   on 2001/02/09  17:48:16
21157         Log: Subject: [ID 20010205.001] typo in perlfaq9
21158              From: eserte@vran.herceg.de
21159              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
21160              Message-Id: <200102042244.XAA21926@vran.herceg.de>
21161      Branch: perl
21162            ! pod/perlfaq9.pod
21163 ____________________________________________________________________________
21164 [  8743] By: jhi                                   on 2001/02/09  17:25:12
21165         Log: Integrate change #8695 from maintperl.
21166              
21167              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
21168      Branch: perl
21169           !> thread.h
21170 ____________________________________________________________________________
21171 [  8742] By: jhi                                   on 2001/02/09  17:21:22
21172         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21173              From: Andy Dougherty <doughera@lafayette.edu>
21174              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
21175              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
21176      Branch: perl
21177            ! embed.pl
21178 ____________________________________________________________________________
21179 [  8741] By: jhi                                   on 2001/02/09  17:05:19
21180         Log: Integrate changes #8738,8739,8740 from maintperl.
21181              
21182              Html files will be installed in a more logical and easier to
21183              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21184              
21185              Html files will be generated with a header to make them look
21186              a little less bare.
21187              
21188              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21189      Branch: perl
21190           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
21191 ____________________________________________________________________________
21192 [  8740] By: jhi                                   on 2001/02/09  17:03:46
21193         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
21194              From: "Brendan O'Dea" <bod@compusol.com.au>
21195              Date: Sun, 4 Feb 2001 11:17:56 +1100
21196              Message-ID: <20010204111756.A16301@compusol.com.au>
21197      Branch: maint-5.6/perl
21198            ! pod/perlfaq3.pod
21199 ____________________________________________________________________________
21200 [  8739] By: jhi                                   on 2001/02/09  17:01:59
21201         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
21202              From: "Indy Singh" <indy@nusphere.com>
21203              Date: Fri, 2 Feb 2001 15:09:59 -0500
21204              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
21205              
21206              Html files will be generated with a header to make them look
21207              a little less bare.
21208      Branch: maint-5.6/perl
21209            ! installhtml
21210 ____________________________________________________________________________
21211 [  8738] By: jhi                                   on 2001/02/09  16:58:48
21212         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
21213              From: "Indy Singh" <indy@nusphere.com>
21214              Date: Fri, 2 Feb 2001 15:08:23 -0500
21215              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
21216              
21217              Html files will be installed in a more logical and easier to
21218              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
21219      Branch: maint-5.6/perl
21220            ! win32/Makefile win32/makefile.mk
21221 ____________________________________________________________________________
21222 [  8737] By: jhi                                   on 2001/02/09  16:46:54
21223         Log: Integrate changes #8687,8736 from maintperl.
21224              
21225              HP-UX thread patches from Merijn H. Brand.
21226              
21227              Latin nit from Philip Newton.
21228      Branch: perl
21229           !> README.hpux hints/hpux.sh
21230 ____________________________________________________________________________
21231 [  8736] By: jhi                                   on 2001/02/09  16:42:31
21232         Log: Latin nit from Philip Newton.
21233      Branch: maint-5.6/perl
21234            ! README.hpux
21235 ____________________________________________________________________________
21236 [  8735] By: jhi                                   on 2001/02/09  16:24:03
21237         Log: Integrate changes #8704,8710 from pureperl.
21238              
21239              Fixed UMRs and leak in Perl_pmtrans()
21240              
21241              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21242              associated UTFied tr/// code.  Also fixed scoping leak of
21243              PL_reg_start_tmp.
21244      Branch: perl
21245           !> op.c regcomp.c
21246 ____________________________________________________________________________
21247 [  8734] By: jhi                                   on 2001/02/09  15:40:21
21248         Log: Integrate change #8733 from maintperl.
21249              
21250              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21251      Branch: perl
21252           !> pod/perlre.pod
21253 ____________________________________________________________________________
21254 [  8733] By: jhi                                   on 2001/02/09  15:35:47
21255         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
21256              From: Prymmer/Kahn <pvhp@best.com>
21257              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
21258              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
21259      Branch: maint-5.6/perl
21260            ! pod/perlre.pod
21261 ____________________________________________________________________________
21262 [  8732] By: jhi                                   on 2001/02/09  15:26:17
21263         Log: Rename README.posix-bc to README.bs2000 (to avoid the
21264              confusion of a "perlposix-bc.pod"), add a few missing
21265              arch pods, regen toc.
21266      Branch: maint-5.6/perl
21267           +> README.bs2000
21268            - README.posix-bc
21269            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21270            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21271 ____________________________________________________________________________
21272 [  8731] By: jhi                                   on 2001/02/09  15:23:39
21273         Log: De-cut-and-pasto.
21274      Branch: perl
21275            ! pod/perl.pod
21276 ____________________________________________________________________________
21277 [  8730] By: jhi                                   on 2001/02/09  15:11:13
21278         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
21279              when people think that perlposix-bc.pod tells anything about
21280              Perl and POSIX.  Regen toc.
21281      Branch: perl
21282           +> README.bs2000
21283            - README.posix-bc
21284            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21285            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21286 ____________________________________________________________________________
21287 [  8729] By: jhi                                   on 2001/02/09  14:52:28
21288         Log: The README.vmesa part of #8712 from maintperl.
21289      Branch: perl
21290            ! README.vmesa
21291 ____________________________________________________________________________
21292 [  8728] By: jhi                                   on 2001/02/09  14:46:06
21293         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
21294              From: Peter Prymmer <pvhp@forte.com>
21295              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
21296              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
21297      Branch: maint-5.6/perl
21298            ! README.vmesa win32/Makefile win32/makefile.mk
21299 ____________________________________________________________________________
21300 [  8727] By: jhi                                   on 2001/02/09  14:33:25
21301         Log: Integrate change #8712 from mainline.
21302              
21303              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
21304      Branch: maint-5.6/perl
21305           !> lib/Pod/Find.pm
21306 ____________________________________________________________________________
21307 [  8726] By: jhi                                   on 2001/02/09  14:30:28
21308         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21309              From: Peter Prymmer <pvhp@forte.com>
21310              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
21311              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
21312      Branch: perl
21313            + t/lib/cgi-esc.t
21314            ! MANIFEST lib/CGI/Util.pm
21315 ____________________________________________________________________________
21316 [  8725] By: jhi                                   on 2001/02/09  04:56:47
21317         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
21318      Branch: maint-5.6/perl
21319            ! pod/perlport.pod
21320 ____________________________________________________________________________
21321 [  8724] By: jhi                                   on 2001/02/09  04:40:59
21322         Log: Integrate changes 7819,7820 from vmsperl into mainline.
21323              
21324              Add header for LIB$ prototypes (C. Berry)
21325              
21326              Convert fwrite()s to sockets to write()s, since some socket stacks
21327              don't take kindly to stdio.
21328              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21329              (for often optional LNMs)
21330              Correct a few typos
21331              (C. Bailey)
21332      Branch: perl
21333           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
21334 ____________________________________________________________________________
21335 [  8723] By: jhi                                   on 2001/02/09  03:29:29
21336         Log: Integrate change #8722 from mainline.
21337              
21338              The Im() function wasn't returning zero for non-Math::Complex
21339              arguments.  The bug reported by John Gamble.
21340      Branch: maint-5.6/perl
21341           !> lib/Math/Complex.pm
21342 ____________________________________________________________________________
21343 [  8722] By: jhi                                   on 2001/02/09  03:28:33
21344         Log: The Im() function wasn't returning zero for non-Math::Complex
21345              arguments.  The bug reported by John Gamble.
21346      Branch: perl
21347            ! lib/Math/Complex.pm
21348 ____________________________________________________________________________
21349 [  8721] By: nick                                  on 2001/02/08  22:11:35
21350         Log: Correct the correction :-(
21351      Branch: perl
21352            ! perl.c
21353 ____________________________________________________________________________
21354 [  8720] By: bailey                                on 2001/02/08  20:59:22
21355         Log: Convert frwite()s to sockets to write()s, since some socket stacks
21356              don't take kindly to stdio.
21357              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21358              (for often optional LNMs)
21359              Correct a few typos
21360              (C. Bailey)
21361      Branch: vmsperl
21362            ! vms/vms.c vms/vmsish.h
21363 ____________________________________________________________________________
21364 [  8719] By: bailey                                on 2001/02/08  20:51:02
21365         Log: Add header for LIB$ prototypes (C. Berry)
21366      Branch: vmsperl
21367            ! ext/Devel/DProf/DProf.xs
21368 ____________________________________________________________________________
21369 [  8718] By: bailey                                on 2001/02/08  20:49:00
21370         Log: SYN SYN
21371      Branch: vmsperl
21372           +> pod/perliol.pod t/lib/sample-tests/bailout
21373           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
21374           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
21375           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
21376           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
21377           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
21378           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
21379            - lib/unicode/Is/DCinital.pl
21380           !> (integrate 101 files)
21381 ____________________________________________________________________________
21382 [  8717] By: nick                                  on 2001/02/08  19:38:48
21383         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
21384              From: Robin Barker <rmb1@cise.npl.co.uk>
21385              Date: Thu, 8 Feb 2001 14:38:07 GMT
21386              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
21387      Branch: perl
21388            ! lib/CPAN.pm
21389 ____________________________________________________________________________
21390 [  8716] By: nick                                  on 2001/02/08  19:29:07
21391         Log: Generated files form 8713 etc.
21392      Branch: perl
21393            ! embed.h global.sym objXSUB.h perlapi.c proto.h
21394 ____________________________________________________________________________
21395 [  8715] By: nick                                  on 2001/02/08  19:26:08
21396         Log: Fixup non-ithread build after 8713
21397      Branch: perl
21398            ! perl.c
21399 ____________________________________________________________________________
21400 [  8714] By: nick                                  on 2001/02/08  19:17:45
21401         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
21402              From: nick@ccl4.org
21403              Date: Wed, 7 Feb 2001 00:27:47 +0000
21404              Message-Id: <20010207002747.B63724@plum.flirble.org>
21405      Branch: perl
21406            ! sv.c toke.c
21407 ____________________________________________________________________________
21408 [  8713] By: nick                                  on 2001/02/08  19:15:58
21409         Log: Subject: Re: [patch] Re: PL_ptr_table
21410              From: Doug Maceachern <dougm@covalent.net>
21411              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
21412              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
21413      Branch: perl
21414            ! embed.pl perl.c sv.c sv.h
21415 ____________________________________________________________________________
21416 [  8712] By: nick                                  on 2001/02/08  19:12:47
21417         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
21418              From: Peter Prymmer <pvhp@forte.com>
21419              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
21420              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
21421      Branch: perl
21422            ! lib/Pod/Find.pm
21423 ____________________________________________________________________________
21424 [  8711] By: nick                                  on 2001/02/07  21:06:11
21425         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
21426              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
21427              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21428              Date: Tue, 06 Feb 2001 23:37:01 +0000
21429              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
21430      Branch: perl
21431            ! regcomp.c
21432 ____________________________________________________________________________
21433 [  8710] By: alanbur                               on 2001/02/07  00:22:04
21434         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
21435              associated UTFied tr/// code.  Also fixed scoping leak of
21436              PL_reg_start_tmp.
21437      Branch: maint-5.6/pureperl
21438            ! op.c regcomp.c
21439 ____________________________________________________________________________
21440 [  8709] By: nick                                  on 2001/02/06  21:16:49
21441         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
21442              From: Michael G Schwern <schwern@pobox.com>
21443              Date: Sun, 4 Feb 2001 19:47:14 -0500
21444              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
21445      Branch: perl
21446            ! pod/perlapi.pod pod/perlmodlib.PL
21447 ____________________________________________________________________________
21448 [  8708] By: nick                                  on 2001/02/06  20:41:20
21449         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
21450              From: Michael G Schwern <schwern@pobox.com>
21451              Date: Sun, 4 Feb 2001 21:17:49 -0500
21452              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
21453      Branch: perl
21454            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
21455            ! pod/perltootc.pod
21456 ____________________________________________________________________________
21457 [  8707] By: nick                                  on 2001/02/06  20:29:11
21458         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
21459              From: Michael G Schwern <schwern@pobox.com>
21460              Date: Tue, 6 Feb 2001 05:54:30 -0500
21461              Message-Id: <20010206055430.A951@blackrider.aocn.com>
21462      Branch: perl
21463            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
21464 ____________________________________________________________________________
21465 [  8706] By: nick                                  on 2001/02/06  20:21:40
21466         Log: Subject: RE: some win32 fixes
21467              Date: Tue, 6 Feb 2001 09:23:20 +0300
21468              From: Vadim Konovalov <vkonovalov@lucent.com>
21469              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
21470      Branch: perl
21471            ! toke.c win32/Makefile win32/config.bc win32/config.gc
21472            ! win32/config.vc win32/config_H.bc win32/makefile.mk
21473 ____________________________________________________________________________
21474 [  8705] By: alanbur                               on 2001/02/06  15:00:03
21475         Log: Synchronised with parent
21476      Branch: maint-5.6/pureperl
21477            ! regexec.c
21478           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
21479           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
21480 ____________________________________________________________________________
21481 [  8704] By: alanbur                               on 2001/02/06  14:55:24
21482         Log: Fixed UMRs and leak in Perl_pmtrans()
21483      Branch: maint-5.6/pureperl
21484            ! op.c
21485 ____________________________________________________________________________
21486 [  8703] By: gsar                                  on 2001/02/06  02:29:37
21487         Log: $(MAKE) distclean doesn't clean up properly on windows
21488      Branch: maint-5.6/perl
21489            ! win32/Makefile win32/makefile.mk
21490 ____________________________________________________________________________
21491 [  8702] By: gsar                                  on 2001/02/06  01:00:46
21492         Log: tweak change#8659 to keep it simple
21493      Branch: maint-5.6/perl
21494            ! utils/perldoc.PL
21495 ____________________________________________________________________________
21496 [  8701] By: gsar                                  on 2001/02/05  22:45:41
21497         Log: change#8693 was missing testsuite changes
21498      Branch: maint-5.6/perl
21499           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
21500 ____________________________________________________________________________
21501 [  8700] By: nick                                  on 2001/02/05  20:32:52
21502         Log: Integrate mainline
21503      Branch: perlio
21504           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
21505           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
21506           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
21507           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
21508           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
21509           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
21510           +> t/lib/test-harness.t
21511           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
21512           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
21513           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
21514           !> pod/perlutil.pod t/TEST utils/h2xs.PL
21515 ____________________________________________________________________________
21516 [  8699] By: nick                                  on 2001/02/05  19:41:07
21517         Log: Subject: perlfaq2, re: perlmongers
21518              From: David H. Adler <dha@panix.com>
21519              Date: Sun, 4 Feb 2001 23:48:23 -0500
21520              Message-Id: <20010204234823.A13429@panix.com>
21521      Branch: perl
21522            ! pod/perlfaq2.pod
21523 ____________________________________________________________________________
21524 [  8698] By: nick                                  on 2001/02/05  19:39:31
21525         Log: Missed file f#rom the testharness mess.
21526      Branch: perl
21527            + t/lib/test-harness.t
21528 ____________________________________________________________________________
21529 [  8697] By: nick                                  on 2001/02/05  19:37:21
21530         Log: Subject: [DOC PATCH] overload.pm nits
21531              From: John Tobey <jtobey@john-edwin-tobey.org>
21532              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
21533              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
21534      Branch: perl
21535            ! lib/overload.pm
21536 ____________________________________________________________________________
21537 [  8696] By: alanbur                               on 2001/02/05  11:56:00
21538         Log: Sync with parent
21539      Branch: maint-5.6/pureperl
21540           !> thread.h
21541 ____________________________________________________________________________
21542 [  8695] By: gsar                                  on 2001/02/05  03:27:34
21543         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
21544      Branch: maint-5.6/perl
21545            ! thread.h
21546 ____________________________________________________________________________
21547 [  8694] By: alanbur                               on 2001/02/05  00:07:47
21548         Log: Initial branch creation from //depot/maint-5.6/perl
21549      Branch: maint-5.6/pureperl
21550           +> (branch 1719 files)
21551 ____________________________________________________________________________
21552 [  8693] By: gsar                                  on 2001/02/04  22:38:49
21553         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
21554              changes)
21555      Branch: maint-5.6/perl
21556           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
21557           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
21558           !> ext/DB_File/version.c
21559 ____________________________________________________________________________
21560 [  8692] By: nick                                  on 2001/02/04  18:15:57
21561         Log: The missed t/TEST part of the grand testharness upgrade.
21562      Branch: perl
21563            ! t/TEST
21564 ____________________________________________________________________________
21565 [  8691] By: nick                                  on 2001/02/04  18:05:17
21566         Log: New improved test harness
21567              Subject: Re: [PATCH Test::Harness] Third time's a charm?
21568              From: Michael G Schwern <schwern@pobox.com>
21569              Date: Sun, 4 Feb 2001 08:01:20 -0500
21570              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
21571      Branch: perl
21572            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
21573            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
21574            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
21575            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
21576            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
21577            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
21578            ! MANIFEST lib/Test/Harness.pm
21579 ____________________________________________________________________________
21580 [  8690] By: nick                                  on 2001/02/04  17:57:51
21581         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
21582              From: Jonathan Stowe <gellyfish@gellyfish.com>
21583              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
21584              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
21585      Branch: perl
21586            ! utils/h2xs.PL
21587 ____________________________________________________________________________
21588 [  8689] By: nick                                  on 2001/02/04  17:55:24
21589         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
21590              From: Michael G Schwern <schwern@pobox.com>
21591              Date: Sat, 3 Feb 2001 22:46:38 -0500
21592              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
21593      Branch: perl
21594            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
21595            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
21596 ____________________________________________________________________________
21597 [  8688] By: nick                                  on 2001/02/04  17:43:55
21598         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
21599              length byfailing to spot lack of closing )
21600              From: nick@talking.bollo.cx
21601              Date: Sat, 03 Feb 2001 23:53:16 +0000
21602              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
21603      Branch: perl
21604            ! perlio.c pod/perldiag.pod
21605 ____________________________________________________________________________
21606 [  8687] By: jhi                                   on 2001/02/03  17:11:42
21607         Log: HP-UX thread patches from Merijn H. Brand.
21608      Branch: maint-5.6/perl
21609            ! README.hpux hints/hpux.sh
21610 ____________________________________________________________________________
21611 [  8686] By: jhi                                   on 2001/02/03  16:40:12
21612         Log: Metaconfig changes for #8685.
21613      Branch: metaconfig
21614            ! U/installdirs/instubperl.U
21615      Branch: metaconfig/U/perl
21616            ! Devel.U versiononly.U
21617 ____________________________________________________________________________
21618 [  8685] By: jhi                                   on 2001/02/03  16:39:49
21619         Log: For -Dusedevel builds turn off installusrbinperl and turn on
21620              versiononly, a combined idea of Richard Soderberg and Merijn
21621              H. Brand.  You can still override both of these from the command
21622              line if you need to, -Dinstallusrbinperl and -Uversiononly.
21623      Branch: perl
21624            ! Configure
21625 ____________________________________________________________________________
21626 [  8684] By: jhi                                   on 2001/02/03  16:16:34
21627         Log: Metaconfig unit fix for #8683.
21628      Branch: metaconfig
21629            ! U/compline/nblock_io.U
21630 ____________________________________________________________________________
21631 [  8683] By: jhi                                   on 2001/02/03  16:16:12
21632         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
21633              reported by Peter Prymmer for 5.6-TRIAL1.
21634      Branch: perl
21635            ! Configure
21636 ____________________________________________________________________________
21637 [  8682] By: jhi                                   on 2001/02/03  05:52:11
21638         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
21639              to work correctly.
21640      Branch: maint-5.6/perl
21641            ! hints/irix_6.sh
21642 ____________________________________________________________________________
21643 [  8681] By: jhi                                   on 2001/02/03  05:47:33
21644         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
21645      Branch: maint-5.6/perl
21646            ! pod/perlport.pod
21647 ____________________________________________________________________________
21648 [  8680] By: jhi                                   on 2001/02/02  21:39:49
21649         Log: perlport update from Peter Prymmer.
21650      Branch: maint-5.6/perl
21651            ! pod/perlport.pod
21652 ____________________________________________________________________________
21653 [  8679] By: nick                                  on 2001/02/02  20:50:48
21654         Log: Integrate mainline
21655      Branch: perlio
21656           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
21657           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
21658           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
21659 ____________________________________________________________________________
21660 [  8678] By: gsar                                  on 2001/02/02  16:02:12
21661         Log: note about bincompat, slightly modified (from Lupe Christoph)
21662      Branch: maint-5.6/perl
21663            ! README.solaris
21664 ____________________________________________________________________________
21665 [  8677] By: jhi                                   on 2001/02/02  15:46:20
21666         Log: Supported platforms updates.
21667      Branch: maint-5.6/perl
21668            ! pod/perlport.pod
21669 ____________________________________________________________________________
21670 [  8676] By: jhi                                   on 2001/02/02  03:41:26
21671         Log: A couple more perlfaq2 tweaks.
21672      Branch: maint-5.6/perl
21673            ! pod/perlfaq2.pod
21674 ____________________________________________________________________________
21675 [  8675] By: jhi                                   on 2001/02/02  03:17:44
21676         Log: Misedit in #8661.
21677      Branch: maint-5.6/perl
21678            ! Configure
21679 ____________________________________________________________________________
21680 [  8674] By: jhi                                   on 2001/02/02  03:14:38
21681         Log: Damien again.
21682      Branch: maint-5.6/perl
21683            ! pod/perlfaq2.pod
21684 ____________________________________________________________________________
21685 [  8673] By: jhi                                   on 2001/02/02  03:12:40
21686         Log: perlfaq update from Elaine Ashton.
21687      Branch: maint-5.6/perl
21688            ! pod/perlfaq2.pod
21689 ____________________________________________________________________________
21690 [  8672] By: jhi                                   on 2001/02/02  03:07:08
21691         Log: UTF-8 s/// patch from Inaba Hiroto.
21692      Branch: maint-5.6/perl
21693            ! pp_ctl.c pp_hot.c
21694 ____________________________________________________________________________
21695 [  8671] By: jhi                                   on 2001/02/01  22:34:31
21696         Log: Update Changes.
21697      Branch: perl
21698            ! Changes patchlevel.h
21699 ____________________________________________________________________________
21700 [  8670] By: jhi                                   on 2001/02/01  22:15:29
21701         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
21702              from maintperl.
21703              
21704              Upgrade to Getopt::Long 2.25, from Johan Vromans.
21705              
21706              more files need to be writable in the source distribution
21707              
21708              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
21709              
21710              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
21711              
21712              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
21713              
21714              Allow the float to be fuzzier.
21715              
21716              need to use INT2PTR instead of a straight cast or ia64 fails
21717              
21718              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
21719              
21720              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
21721      Branch: perl
21722           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
21723           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
21724           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
21725 ____________________________________________________________________________
21726 [  8669] By: jhi                                   on 2001/02/01  21:57:02
21727         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
21728              From: Robin Barker <rmb1@cise.npl.co.uk>
21729              Date: Thu, 1 Feb 2001 16:59:05 GMT
21730              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
21731      Branch: maint-5.6/perl
21732            ! pod/perlmodlib.PL
21733 ____________________________________________________________________________
21734 [  8668] By: nick                                  on 2001/02/01  19:41:40
21735         Log: Integrate mainline
21736      Branch: perlio
21737           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
21738           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
21739           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
21740 ____________________________________________________________________________
21741 [  8667] By: gsar                                  on 2001/02/01  16:59:11
21742         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
21743      Branch: maint-5.6/perl
21744            ! embed.pl embedvar.h
21745 ____________________________________________________________________________
21746 [  8666] By: gsar                                  on 2001/02/01  16:34:51
21747         Log: add missing entries to win32/config.?c
21748      Branch: maint-5.6/perl
21749            ! win32/config.bc win32/config.gc win32/config.vc
21750            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21751 ____________________________________________________________________________
21752 [  8665] By: jhi                                   on 2001/02/01  14:58:51
21753         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
21754              From: "Stephen P. Potter" <spp@spotter.yi.org>
21755              Date: Thu, 01 Feb 2001 10:45:46 -0500
21756              Message-Id: <200102011545.KAA31479@spotter.yi.org>
21757      Branch: maint-5.6/perl
21758            ! pod/perlfunc.pod
21759 ____________________________________________________________________________
21760 [  8664] By: gsar                                  on 2001/02/01  14:52:37
21761         Log: need to use INT2PTR instead of a straight cast or ia64 fails
21762              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
21763      Branch: maint-5.6/perl
21764            ! ext/POSIX/POSIX.xs
21765 ____________________________________________________________________________
21766 [  8663] By: jhi                                   on 2001/02/01  14:09:13
21767         Log: Allow the float to be fuzzier.
21768      Branch: maint-5.6/perl
21769            ! t/lib/peek.t
21770 ____________________________________________________________________________
21771 [  8662] By: jhi                                   on 2001/02/01  13:59:00
21772         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
21773              From: Robin Barker <rmb1@cise.npl.co.uk>
21774              Date: Thu, 1 Feb 2001 13:05:39 GMT
21775              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
21776      Branch: maint-5.6/perl
21777            ! pod/perlmodlib.pod
21778 ____________________________________________________________________________
21779 [  8661] By: jhi                                   on 2001/02/01  13:57:38
21780         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
21781              Date: Thu, 01 Feb 2001 14:15:41 +0100
21782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21783              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
21784              
21785              Have the $ccflags in the gcc version test (strange, this change
21786              is claimed to be have been integrated already)
21787      Branch: maint-5.6/perl
21788            ! Configure
21789 ____________________________________________________________________________
21790 [  8660] By: jhi                                   on 2001/02/01  13:44:10
21791         Log: Integrate changes #7950,7964,7962 from mainline.
21792              
21793              Find the stdchar signedness using cpp, should fix some of
21794              the Solaris compiler warnings reported by Alan Burlison.
21795      Branch: maint-5.6/perl
21796           !> Configure config_h.SH
21797 ____________________________________________________________________________
21798 [  8659] By: jhi                                   on 2001/02/01  05:35:32
21799         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
21800              From: Jan Dubois <JanD@ActiveState.com>
21801              Date: Wed, 31 Jan 2001 21:17:03 -0800
21802              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
21803      Branch: maint-5.6/perl
21804            ! utils/perldoc.PL
21805 ____________________________________________________________________________
21806 [  8658] By: jhi                                   on 2001/02/01  04:33:17
21807         Log: Integrate the README.os390 and README.posix-bc parts of mainline
21808              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
21809              installperl parts were taken care of by #8657.)
21810      Branch: maint-5.6/perl
21811           !> README.os390 README.posix-bc
21812 ____________________________________________________________________________
21813 [  8657] By: jhi                                   on 2001/02/01  04:29:21
21814         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21815              From: Peter Prymmer <pvhp@forte.com>
21816              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
21817              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
21818      Branch: maint-5.6/perl
21819            + ext/DynaLoader/dl_dllload.xs
21820            ! MANIFEST Makefile.SH hints/os390.sh installperl
21821 ____________________________________________________________________________
21822 [  8656] By: jhi                                   on 2001/02/01  04:25:45
21823         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
21824              From: Peter Prymmer <pvhp@forte.com>
21825              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
21826              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
21827      Branch: maint-5.6/perl
21828            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
21829 ____________________________________________________________________________
21830 [  8655] By: jhi                                   on 2001/02/01  04:14:47
21831         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
21832              From: troc@netrus.net
21833              Date: Wed, 31 Jan 2001 22:31:26 -0500
21834              Message-Id: <200102010331.WAA117.85@rocco.homenet>
21835      Branch: maint-5.6/perl
21836            ! os2/os2.c
21837 ____________________________________________________________________________
21838 [  8654] By: jhi                                   on 2001/02/01  04:12:52
21839         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
21840              as reported by Alan Burlison.
21841      Branch: maint-5.6/perl
21842            ! pp.h
21843 ____________________________________________________________________________
21844 [  8653] By: jhi                                   on 2001/02/01  04:05:12
21845         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
21846              From: dsugalski@northernlight.com
21847              Date: Wed, 31 Jan 2001 18:54:11 -0500
21848              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
21849      Branch: maint-5.6/perl
21850            ! configure.com
21851 ____________________________________________________________________________
21852 [  8652] By: jhi                                   on 2001/02/01  04:03:11
21853         Log: Misplaced #endif.
21854              
21855              Subject: [perl-5-6-1-trial2] patches for EPOC
21856              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21857              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
21858              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
21859      Branch: maint-5.6/perl
21860            ! epoc/epocish.c
21861 ____________________________________________________________________________
21862 [  8651] By: jhi                                   on 2001/02/01  04:00:25
21863         Log: Integrate changes #8647,8648,8650 from mainline.
21864              
21865              Macrofy a magic UTF-8 test.
21866              
21867              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
21868              
21869              Watch out for cross compiling for EPOC (usually done on linux).
21870      Branch: maint-5.6/perl
21871           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
21872 ____________________________________________________________________________
21873 [  8650] By: jhi                                   on 2001/02/01  03:56:20
21874         Log: Watch out for cross compiling for EPOC (usually done on linux)
21875              
21876              Subject: [perl-5-6-1-trial2] patches for EPOC
21877              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21878              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
21879              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
21880      Branch: perl
21881            ! ext/Errno/Errno_pm.PL
21882 ____________________________________________________________________________
21883 [  8649] By: gsar                                  on 2001/02/01  00:46:00
21884         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
21885      Branch: maint-5.6/perl
21886            ! sv.c
21887 ____________________________________________________________________________
21888 [  8648] By: jhi                                   on 2001/01/31  23:35:36
21889         Log: All the uses of PL_numeric_radix must be protected by
21890              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
21891              
21892              Subject: [perl-5-6-1-trial2] patches for EPOC
21893              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21894              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
21895              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
21896      Branch: perl
21897            ! sv.c
21898 ____________________________________________________________________________
21899 [  8647] By: jhi                                   on 2001/01/31  22:56:16
21900         Log: Macrofy a magic UTF-8 test.
21901      Branch: perl
21902            ! utf8.c utf8.h
21903 ____________________________________________________________________________
21904 [  8646] By: gsar                                  on 2001/01/31  15:55:12
21905         Log: update Changes
21906      Branch: maint-5.6/perl
21907            ! Changes
21908 ____________________________________________________________________________
21909 [  8645] By: gsar                                  on 2001/01/31  15:10:14
21910         Log: Configure tweak suggested by Peter Prymmer
21911      Branch: maint-5.6/perl
21912            ! Configure
21913 ____________________________________________________________________________
21914 [  8644] By: gsar                                  on 2001/01/31  15:06:32
21915         Log: more files need to be writable in the source distribution
21916      Branch: maint-5.6/perl
21917            ! Porting/makerel
21918 ____________________________________________________________________________
21919 [  8643] By: jhi                                   on 2001/01/31  14:59:46
21920         Log: Integrate changes #8258,8278,8279 from mainline.
21921              
21922              Make the large file tests more robust/talkative.
21923      Branch: maint-5.6/perl
21924           !> t/lib/syslfs.t t/op/lfs.t
21925 ____________________________________________________________________________
21926 [  8642] By: gsar                                  on 2001/01/31  14:53:48
21927         Log: integrate changes#8311,8334 from mainline
21928              
21929              Add a new MakeMaker variable PM_FILTER that defines a Unix
21930              filter to be run on each .pm during the pm_to_blib() phase,
21931              a fixed version of
21932              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
21933              
21934              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
21935              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
21936              accurate reading of the "atime".  
21937      Branch: maint-5.6/perl
21938           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
21939           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21940           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
21941 ____________________________________________________________________________
21942 [  8641] By: jhi                                   on 2001/01/31  14:46:37
21943         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
21944      Branch: maint-5.6/perl
21945            ! lib/Getopt/Long.pm
21946 ____________________________________________________________________________
21947 [  8640] By: gsar                                  on 2001/01/31  14:40:24
21948         Log: make regen_all
21949      Branch: maint-5.6/perl
21950            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
21951 ____________________________________________________________________________
21952 [  8639] By: gsar                                  on 2001/01/31  14:37:25
21953         Log: refresh windows config files
21954      Branch: maint-5.6/perl
21955            ! win32/Makefile win32/config_H.bc win32/config_H.gc
21956            ! win32/config_H.vc win32/makefile.mk
21957 ____________________________________________________________________________
21958 [  8638] By: gsar                                  on 2001/01/31  14:28:10
21959         Log: makefile tweaks for windows: introduce a bulk-switch to enable
21960              same options as ActivePerl; sync changes with makefile.mk
21961      Branch: maint-5.6/perl
21962            ! win32/Makefile win32/makefile.mk
21963 ____________________________________________________________________________
21964 [  8637] By: jhi                                   on 2001/01/31  04:41:30
21965         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
21966              From: Nicholas Clark <nick@ccl4.org>
21967              Date: Tue, 30 Jan 2001 19:51:05 +0000
21968              Message-ID: <20010130195105.R76607@plum.flirble.org> 
21969              
21970              op/inc cure.
21971      Branch: perl
21972            ! pp.c pp.h pp_hot.c t/op/arith.t
21973 ____________________________________________________________________________
21974 [  8636] By: jhi                                   on 2001/01/31  02:38:32
21975         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
21976              no perlio],8257,8380,8479,8515 from mainline.
21977              
21978              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
21979              
21980              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
21981              Subject: [PATCH perl@8133] fix-up for VMS extensions
21982              
21983              In VMS embedded perls couldn't access the statically built Socket.
21984              
21985              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
21986              
21987              Further VMS piping fixes from Charles Lane.
21988              
21989              Subject:  [PATCH] make t/op/misc.t work on VMS
21990              
21991              Add tracing for debugging extensions builds in VMS.
21992              
21993              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
21994      Branch: maint-5.6/perl
21995           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
21996           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
21997           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
21998 ____________________________________________________________________________
21999 [  8635] By: jhi                                   on 2001/01/31  01:46:41
22000         Log: Integrate change #7732 from mainline.
22001              
22002              Sparc 64-bit pack() fix from Jens Hamisch.
22003      Branch: maint-5.6/perl
22004           !> pp.c
22005 ____________________________________________________________________________
22006 [  8634] By: jhi                                   on 2001/01/31  01:41:16
22007         Log: One spot missing from #8626.
22008      Branch: maint-5.6/perl
22009            ! sv.c
22010 ____________________________________________________________________________
22011 [  8633] By: jhi                                   on 2001/01/31  00:49:17
22012         Log: Integrate change #7495 from mainline.
22013              
22014              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22015      Branch: maint-5.6/perl
22016           !> MANIFEST ext/re/Makefile.PL
22017 ____________________________________________________________________________
22018 [  8632] By: jhi                                   on 2001/01/30  23:38:49
22019         Log: Integrate change #8396 from mainline.
22020              
22021              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
22022              better multicast support (resend)
22023      Branch: maint-5.6/perl
22024           !> ext/Socket/Socket.pm
22025 ____________________________________________________________________________
22026 [  8631] By: jhi                                   on 2001/01/30  23:28:03
22027         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
22028              
22029              More AIX lore. (7514, ext/re/hints/aix.pl)
22030              
22031              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
22032              
22033              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
22034              
22035              Subject: [ID 20001214.002] Net::Ping patch
22036              
22037              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
22038              
22039              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
22040              
22041              Add ReuseAddr as a (preferred) alias for Reuse as we now
22042              also have ReusePort.
22043              
22044              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
22045      Branch: maint-5.6/perl
22046           +> ext/re/hints/aix.pl
22047           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
22048           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
22049 ____________________________________________________________________________
22050 [  8630] By: jhi                                   on 2001/01/30  23:03:59
22051         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
22052              
22053              read() documentation tweak for 20001121.004.
22054              
22055              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
22056      Branch: maint-5.6/perl
22057           !> pod/perlfunc.pod pod/perlre.pod
22058 ____________________________________________________________________________
22059 [  8629] By: jhi                                   on 2001/01/30  22:41:57
22060         Log: Integrate change #8098 from mainline.
22061              
22062              fastgetcwd is defined using a glob alias on a $^O dependent basis
22063              and there was no default assignment or perl subroutine.
22064      Branch: maint-5.6/perl
22065           !> lib/Cwd.pm
22066 ____________________________________________________________________________
22067 [  8628] By: jhi                                   on 2001/01/30  21:58:52
22068         Log: Integrate change #7866 from mainline.
22069              
22070              File::Temp 0.11.
22071      Branch: maint-5.6/perl
22072           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
22073 ____________________________________________________________________________
22074 [  8627] By: jhi                                   on 2001/01/30  21:39:44
22075         Log: Integrate changes #8075,8086,8228 from mainline.  
22076              
22077              Darwin is not Windows. (8075,8086)
22078              
22079              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22080      Branch: maint-5.6/perl
22081           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
22082           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
22083           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
22084           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
22085 ____________________________________________________________________________
22086 [  8626] By: jhi                                   on 2001/01/30  21:22:11
22087         Log: Integrate with tweakery the change #8625 from mainline,
22088              the multibyte decimal separator fix ("fa_IR locale failure").
22089      Branch: maint-5.6/perl
22090            ! embedvar.h perlapi.h
22091           !> intrpvar.h perl.c perl.h sv.c util.c
22092 ____________________________________________________________________________
22093 [  8625] By: jhi                                   on 2001/01/30  20:26:33
22094         Log: Fix for the fa_IR locale failure.  The reason for the failure
22095              was that Perl was assuming the decimal separator aka the radix
22096              separator is one character.  The Farsi-Iranian locale crushed
22097              that bad assumption since there the separator is 'Momayyez',
22098              glyphwise looking somewhat like a slash, and in Unicode UTF-8
22099              encoded in two bytes, 0xd9 0xab.
22100      Branch: perl
22101            ! intrpvar.h perl.c perl.h sv.c util.c
22102 ____________________________________________________________________________
22103 [  8624] By: gsar                                  on 2001/01/30  20:17:03
22104         Log: regen_headers
22105      Branch: maint-5.6/perl
22106            ! Makefile.SH pod/perlintern.pod
22107 ____________________________________________________________________________
22108 [  8623] By: gsar                                  on 2001/01/30  19:42:34
22109         Log: backout change#7431 and its dependents (causes spurious rebuilds
22110              of autogenerated files)
22111              
22112              fix benign b.t failure
22113      Branch: maint-5.6/perl
22114            ! Makefile.SH t/lib/b.t
22115 ____________________________________________________________________________
22116 [  8622] By: jhi                                   on 2001/01/30  19:41:41
22117         Log: Microperl sync.
22118      Branch: perl
22119            ! mg.c perl.h
22120 ____________________________________________________________________________
22121 [  8621] By: gsar                                  on 2001/01/30  19:24:47
22122         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
22123              from mainline
22124              
22125              Subject: podlators 1.06 released
22126              
22127              Subject: [PATCH @8436] Eliminate op_children
22128              
22129              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
22130              
22131              (Replaced by #8448)  More op_children traces (cleanup of #8442).
22132              
22133              Subject: [PATCH #3 @8436] Re: Eliminate op_children
22134              Replace #8444 and #8445.
22135              
22136              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
22137              at the setting of the ofs_sv in new_struct_thread() as the
22138              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
22139              uninitialized fields are, uh, initialized with),
22140              SvREFCNT_inc()ing that invited a core dump.
22141              
22142              podlators 1.07, from Russ Allbery.
22143              
22144              Subject: [PATCH] regcomp.c old feature removal
22145              From: mjd@plover.com
22146              Date: 16 Jan 2001 14:43:18 -0000 
22147              Message-ID: <20010116144318.7140.qmail@plover.com> 
22148      Branch: maint-5.6/perl
22149           +> lib/Pod/Text/Overstrike.pm
22150           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
22151           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
22152           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
22153           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
22154           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
22155           !> util.c
22156 ____________________________________________________________________________
22157 [  8620] By: gsar                                  on 2001/01/30  18:48:32
22158         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
22159              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
22160              now fails one test)
22161              
22162              Subject: [PATCH] lvalue AUTOLOAD. No, really.
22163              
22164              Subject: [PATCH] Interesting syntax idea
22165              Make opens + bareword assigns do typeglob assigns.
22166              
22167              Tests for #8254.
22168              
22169              Subject: [PATCH @8269] Continue blocks and B::Deparse
22170              Make the peephole optimizer to bypass more null ops and
22171              and rewrite the deparse handling of continue blocks.
22172              
22173              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22174              Doc tweak on #8313.
22175              
22176              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
22177              
22178              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
22179              
22180              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
22181              
22182              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
22183              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
22184              according to the platform.
22185              
22186              Subject: [PATCH @8404] Consolidated lvalue sub changes
22187              
22188              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
22189              
22190              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
22191              
22192              Subject: B::Concise -- an improved replacement for B::Terse 
22193              
22194              The B::Terse drop-in replacement wasn't quite drop-in.
22195              
22196              The LVRET macro needed an aTHX.
22197              
22198              Use the /^Perl_/-less form of is_lvalue_sub().
22199              
22200              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
22201      Branch: maint-5.6/perl
22202           +> ext/B/B/Concise.pm
22203           !> (integrate 27 files)
22204 ____________________________________________________________________________
22205 [  8619] By: nick                                  on 2001/01/30  18:40:28
22206         Log: Integrate mainline
22207      Branch: perlio
22208           !> (integrate 40 files)
22209 ____________________________________________________________________________
22210 [  8618] By: jhi                                   on 2001/01/30  18:37:18
22211         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
22212              Date: Mon, 29 Jan 2001 22:51:29 -0600
22213              From: "Craig A. Berry" <craigberry@mac.com>
22214              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
22215      Branch: perl
22216            ! vms/test.com
22217 ____________________________________________________________________________
22218 [  8617] By: jhi                                   on 2001/01/30  18:34:53
22219         Log: Subject: [PATCH] Add missing CV flags to dump.c
22220              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22221              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
22222              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
22223      Branch: perl
22224            ! dump.c
22225 ____________________________________________________________________________
22226 [  8616] By: jhi                                   on 2001/01/30  18:20:58
22227         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
22228              part isn't applicable to maintperl.
22229              
22230              UTF-8 nit from Inaba Hiroto.
22231      Branch: maint-5.6/perl
22232           !> pod/perlapi.pod utf8.c
22233 ____________________________________________________________________________
22234 [  8615] By: jhi                                   on 2001/01/30  18:18:51
22235         Log: UTF-8 nit from Inaba Hiroto.
22236      Branch: perl
22237            ! pod/perlapi.pod t/op/each.t utf8.c
22238 ____________________________________________________________________________
22239 [  8614] By: jhi                                   on 2001/01/30  18:13:38
22240         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
22241              
22242              perl's internal variables are not for public consumption,
22243              move their docs from perlapi.pod to perlintern.pod
22244              
22245              support for -Dusethreads build under HP-UX 10.20 and DCE threads
22246              library (11.0 and later have pthreads but 10.x don't)
22247              
22248              avoid uninitialized value warnings
22249              
22250              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22251              gets weird results)
22252              
22253              perldoc nit on windows
22254              
22255              make it possible to run the tests outside the source tree
22256              (there's still a dependency on ../lib being the library
22257              location)
22258      Branch: perl
22259           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
22260           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
22261           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
22262           !> win32/bin/search.pl win32/vdir.h
22263 ____________________________________________________________________________
22264 [  8613] By: gsar                                  on 2001/01/30  16:39:59
22265         Log: make it possible to run the tests outside the source tree
22266              (there's still a dependency on ../lib being the library
22267              location)
22268      Branch: maint-5.6/perl
22269            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
22270 ____________________________________________________________________________
22271 [  8612] By: gsar                                  on 2001/01/30  16:31:12
22272         Log: perldoc nit on windows
22273      Branch: maint-5.6/perl
22274            ! utils/perldoc.PL
22275 ____________________________________________________________________________
22276 [  8611] By: gsar                                  on 2001/01/30  16:22:54
22277         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
22278              gets weird results)
22279      Branch: maint-5.6/perl
22280            ! win32/vdir.h
22281 ____________________________________________________________________________
22282 [  8610] By: gsar                                  on 2001/01/30  16:12:45
22283         Log: avoid uninitialized value warnings
22284      Branch: maint-5.6/perl
22285            ! win32/bin/search.pl
22286 ____________________________________________________________________________
22287 [  8609] By: gsar                                  on 2001/01/30  16:08:01
22288         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
22289              library (11.0 and later have pthreads but 10.x don't)
22290      Branch: maint-5.6/perl
22291            ! hints/hpux.sh thread.h
22292 ____________________________________________________________________________
22293 [  8608] By: gsar                                  on 2001/01/30  15:48:55
22294         Log: perl's internal variables are not for public consumption,
22295              move their docs from perlapi.pod to perlintern.pod
22296      Branch: maint-5.6/perl
22297            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
22298            ! thrdvar.h
22299 ____________________________________________________________________________
22300 [  8607] By: gsar                                  on 2001/01/30  15:44:27
22301         Log: mistakenly branched perl56delta.pod, revert
22302      Branch: maint-5.6/perl
22303            - pod/perl56delta.pod
22304           !> pod/perldelta.pod
22305 ____________________________________________________________________________
22306 [  8606] By: gsar                                  on 2001/01/30  14:20:24
22307         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
22308              dTHR which has been a noop for a while now, except for the
22309              compatibility definition in thread.h)
22310      Branch: maint-5.6/perl
22311           !> (integrate 45 files)
22312 ____________________________________________________________________________
22313 [  8605] By: jhi                                   on 2001/01/30  05:43:58
22314         Log: Mark the UTF-8 APIs as experimental.
22315      Branch: maint-5.6/perl
22316            ! embed.pl pod/perlapi.pod
22317 ____________________________________________________________________________
22318 [  8604] By: jhi                                   on 2001/01/30  05:38:40
22319         Log: Nits from earlier integrates.
22320      Branch: maint-5.6/perl
22321            ! lib/Carp/Heavy.pm
22322           !> sv.c
22323 ____________________________________________________________________________
22324 [  8603] By: jhi                                   on 2001/01/30  05:27:26
22325         Log: Regenerate Porting files.
22326      Branch: maint-5.6/perl
22327            ! Porting/Glossary Porting/config.sh Porting/config_H
22328 ____________________________________________________________________________
22329 [  8602] By: jhi                                   on 2001/01/30  05:14:59
22330         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
22331              8310,8339,8447,8492,8493,8505,8525: documentation changes.
22332              
22333              Subject: Re: perlfaq style changes
22334              
22335              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
22336              
22337              Subject: [PATCH] docs on NaN
22338              
22339              Subject: [patch] perlfaq7
22340              
22341              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
22342              
22343              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
22344              
22345              Subject: [PATCH] open() example in perlfunc.pod
22346              
22347              Podify README.mpeix (a new version from the web)
22348              
22349              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22350              
22351              Subject: [PATCH] format and rewording in perlfaq.pod
22352              
22353              Subject: [PATCH] API Variable documentation   
22354              
22355              Memory management calls documentation.
22356              
22357              Subject: [PATCH: perl@8482] README.vms URL updates
22358              
22359              Subject: Minor typos in perlfaq2.pod
22360              
22361              Subject: [PATCH] pod/perlvar.pod
22362      Branch: maint-5.6/perl
22363           +> pod/perl56delta.pod
22364            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22365           !> README.amiga README.epoc README.mpeix README.vms
22366           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
22367           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
22368           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
22369           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
22370           !> pod/perlvar.pod thrdvar.h
22371 ____________________________________________________________________________
22372 [  8601] By: jhi                                   on 2001/01/30  04:38:35
22373         Log: Integrate changes #8036,8096,8253 from mainline:
22374              hints changes.
22375              
22376              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
22377              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
22378              
22379              Output the (apparent) version of gcc in Tru64.
22380      Branch: maint-5.6/perl
22381           +> ext/POSIX/hints/svr4.pl
22382           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
22383           !> hints/svr4.sh t/lib/bigfltpm.t
22384 ____________________________________________________________________________
22385 [  8600] By: jhi                                   on 2001/01/30  04:04:01
22386         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
22387              locale fixes.
22388              
22389              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
22390              
22391              Debian allows /usr/bin/locale to exist without any locales. (7868)
22392              
22393              Allow the locale test needing POSIX and the taint test
22394              needing IPC::SysV to run under 'minitest' (basically,
22395              bail out if loading the extension fails). (8384)
22396              
22397              Cleanup the locale.t output  (8480)
22398      Branch: maint-5.6/perl
22399           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
22400           !> t/pragma/locale.t
22401 ____________________________________________________________________________
22402 [  8599] By: jhi                                   on 2001/01/30  03:51:04
22403         Log: Missing generated files from #8598.
22404      Branch: maint-5.6/perl
22405            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22406 ____________________________________________________________________________
22407 [  8598] By: jhi                                   on 2001/01/30  03:41:54
22408         Log: Integrate change #8555 from mainline, manually integrate parts
22409              of changes 8452 and 8583.
22410              
22411              Subject: [PATCH] utf8.c documentation (8452)
22412              
22413              No point in checking the length if the pointer is bogus. (8555)
22414              
22415              Introduce bytes_from_utf8() and implement sv_eq() using it,
22416              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
22417              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
22418              was malformed. (8583)
22419      Branch: maint-5.6/perl
22420            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
22421           !> pod/perlapi.pod sv.c utf8.c
22422 ____________________________________________________________________________
22423 [  8597] By: gsar                                  on 2001/01/30  02:37:26
22424         Log: get PERL_OBJECT build going again on windows
22425      Branch: maint-5.6/perl
22426            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22427            ! pod/perlapi.pod proto.h sv.c
22428 ____________________________________________________________________________
22429 [  8596] By: jhi                                   on 2001/01/30  02:16:17
22430         Log: Signedness nit.
22431      Branch: perl
22432            ! sv.c
22433 ____________________________________________________________________________
22434 [  8595] By: jhi                                   on 2001/01/30  02:11:07
22435         Log: EBCDIC patch for Storable, from Peter Prymmer.
22436      Branch: perl
22437            ! t/lib/st-06compat.t
22438 ____________________________________________________________________________
22439 [  8594] By: jhi                                   on 2001/01/30  01:04:48
22440         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
22441              From: Peter Prymmer <pvhp@forte.com>
22442              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
22443              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
22444      Branch: perl
22445            ! t/lib/b.t
22446 ____________________________________________________________________________
22447 [  8593] By: jhi                                   on 2001/01/30  00:56:47
22448         Log: Subject: [PATCH: perl@8585] pod problems in io
22449              From: Peter Prymmer <pvhp@forte.com>
22450              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
22451              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
22452      Branch: perl
22453            ! pod/perlapio.pod pod/perliol.pod
22454 ____________________________________________________________________________
22455 [  8592] By: jhi                                   on 2001/01/30  00:48:20
22456         Log: Integrate perlio.
22457      Branch: perl
22458           !> pod/perlapio.pod pod/perliol.pod
22459 ____________________________________________________________________________
22460 [  8591] By: nick                                  on 2001/01/29  22:02:28
22461         Log: GNU 'merge' Simon's copy of perliol.pod with version
22462              patched by Craig's patch.
22463      Branch: perlio
22464            ! pod/perliol.pod
22465 ____________________________________________________________________________
22466 [  8590] By: nick                                  on 2001/01/29  21:55:10
22467         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
22468      Branch: perlio
22469            ! pod/perlapio.pod pod/perliol.pod
22470 ____________________________________________________________________________
22471 [  8589] By: jhi                                   on 2001/01/29  15:35:33
22472         Log: Integrate change #8586 from maint-5.6/perl.
22473              
22474              make the BOM detection code not call tell() until it has to
22475              (meant to fix esoteric compatibility issues where PL_rsfp
22476              is overridden)
22477      Branch: perl
22478           !> toke.c
22479 ____________________________________________________________________________
22480 [  8588] By: jhi                                   on 2001/01/29  15:29:11
22481         Log: Subject: MAking Solaris malloc() the default
22482              From: Lupe Christoph <lupe@lupe-christoph.de>
22483              Date: Mon, 29 Jan 2001 12:59:36 +0100
22484              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
22485              
22486              The README.solaris part slightly tweaked.
22487      Branch: perl
22488            ! README.solaris hints/solaris_2.sh
22489 ____________________________________________________________________________
22490 [  8587] By: jhi                                   on 2001/01/29  15:17:34
22491         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
22492              From: root@ak-75.mind.de
22493              Date: Sun, 28 Jan 2001 20:32:29 +0100
22494              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
22495      Branch: perl
22496            ! pod/perlre.pod
22497 ____________________________________________________________________________
22498 [  8586] By: gsar                                  on 2001/01/29  13:43:44
22499         Log: make the BOM detection code not call tell() until it has to
22500              (meant to fix esoteric compatibility issues where PL_rsfp
22501              is overridden)
22502      Branch: maint-5.6/perl
22503            ! toke.c
22504 ____________________________________________________________________________
22505 [  8585] By: jhi                                   on 2001/01/28  20:05:45
22506         Log: Update Changes.
22507      Branch: perl
22508            ! Changes patchlevel.h
22509 ____________________________________________________________________________
22510 [  8584] By: jhi                                   on 2001/01/28  19:30:02
22511         Log: Integrate perlio.
22512      Branch: perl
22513           +> pod/perliol.pod
22514           !> MANIFEST pod/perlapio.pod
22515 ____________________________________________________________________________
22516 [  8583] By: jhi                                   on 2001/01/28  19:28:40
22517         Log: Patch from Inaba Hiroto:
22518              - canonical UTF-8 hash keys: if a key string for a hash is
22519              UTF8-on, try downgrade the string and use it if
22520              unicode::distinct is not in effect.
22521              For the task, I added a function bytes_from_utf8() to utf8.c.
22522              It might resemble utf8_to_bytes() but it is not convenient
22523              to the task.
22524              Made a test for it and added to t/op/each.t
22525              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
22526              the mortal copy of the argument SV.
22527              And changed t/io/utf8.t test 18 which expects print() to
22528              upgrade its argument.
22529              - re-implement sv_eq with bytes_from_utf8()
22530              - some bug fixes
22531              - tr/// does not handle UTF8 range (\x{}-\x{})
22532              - \ before raw UTF8 character produced
22533              "Malformed UTF-8 character" warning.
22534              - "\x{100}\N{CENT SIGN}" is Malformed.
22535              Added tests for these 3.
22536              - and one silly bug (by me) with qu operator.
22537      Branch: perl
22538            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
22539            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
22540            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
22541 ____________________________________________________________________________
22542 [  8582] By: nick                                  on 2001/01/28  19:25:04
22543         Log: Add pod/perliol.pod to MANIFEST :-(
22544      Branch: perlio
22545            ! MANIFEST
22546 ____________________________________________________________________________
22547 [  8581] By: nick                                  on 2001/01/28  19:22:40
22548         Log: PerlIO documentation. Proofing and sub-editing requested.
22549      Branch: perlio
22550            + pod/perliol.pod
22551            ! pod/perlapio.pod
22552 ____________________________________________________________________________
22553 [  8580] By: jhi                                   on 2001/01/28  05:16:25
22554         Log: Revert the change to sv_2pv() done by #8054: Someone who
22555              did SvNV_set() on a scalar that also happened to be POK,
22556              followed by sv_2pv() won't get the right coercion anymore.
22557              [Sarathy]
22558      Branch: maint-5.6/perl
22559            ! sv.c
22560 ____________________________________________________________________________
22561 [  8579] By: jhi                                   on 2001/01/28  05:15:04
22562         Log: Remove the #8084 effect: do not allow -Q to be interpreted
22563              as -&Q(), this is too much wiggle room.
22564      Branch: maint-5.6/perl
22565            ! toke.c
22566 ____________________________________________________________________________
22567 [  8578] By: jhi                                   on 2001/01/28  05:12:45
22568         Log: Needed bits of #8439 (should have been in #8576),
22569              mainly for lval substr().
22570      Branch: maint-5.6/perl
22571            ! mg.c pp.c pp_hot.c
22572 ____________________________________________________________________________
22573 [  8577] By: jhi                                   on 2001/01/28  05:02:46
22574         Log: A missing check-in.
22575      Branch: maint-5.6/perl
22576            ! utf8.c
22577 ____________________________________________________________________________
22578 [  8576] By: jhi                                   on 2001/01/28  04:26:18
22579         Log: Integrate changes #8425,8436,8439,8517 from mainline.
22580              The 8439 was not truly integrated because it had too many
22581              dependencies on the development branch and because it introduced
22582              concepts too bold for a maintenance branch (such as the qu operator).
22583              
22584              Subject: [PATCH perl@8342] -Wformat
22585              
22586              Tighten some of the UTF-8 tests a bit.
22587              
22588              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
22589              - The substr lval was still not okay.
22590              - Now pp_stringify and sv_setsv copies source's UTF8 flag
22591              even if IN_BYTE.  pp_stringify is called from fold_constants
22592              at optimization phase and "\x{100}" was made SvUTF8_off under
22593              use bytes (the bytes pragma is for "byte semantics" and not
22594              for "do not produce UTF8 data")
22595      Branch: maint-5.6/perl
22596            ! t/lib/charnames.t t/op/substr.t toke.c
22597           !> sv.c t/pragma/utf8.t
22598 ____________________________________________________________________________
22599 [  8575] By: jhi                                   on 2001/01/28  04:01:51
22600         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
22601              
22602              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
22603              
22604              Subject: [ID 20001230.003] UTF-8 tr still hurts
22605              
22606              Test cases for #8385 (from Simon's "torture.pl")
22607              
22608              Start fixing UTF-8 lval substr() (8405)
22609      Branch: maint-5.6/perl
22610           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
22611           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
22612 ____________________________________________________________________________
22613 [  8574] By: jhi                                   on 2001/01/28  03:09:06
22614         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
22615              from mainline.
22616              
22617              UTF-8 cleanup.
22618              
22619              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
22620              
22621              "\x{FF}\xFF" was broken.
22622              
22623              Tests for #8329 and #8330.
22624              
22625              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
22626              
22627              IRIX compiler noticed that the bof initialization might be
22628              bypassed by control flow.
22629              
22630              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
22631      Branch: maint-5.6/perl
22632           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22633           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
22634 ____________________________________________________________________________
22635 [  8573] By: jhi                                   on 2001/01/28  02:06:12
22636         Log: Retract #8552.
22637      Branch: perl
22638            ! lib/Text/Wrap.pm t/lib/textwrap.t
22639 ____________________________________________________________________________
22640 [  8572] By: jhi                                   on 2001/01/28  02:04:49
22641         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
22642              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
22643              not really integrated but instead salvaged by hand
22644              (they had too many dependencies on the development release
22645              to be cleanly integratable).
22646              
22647              Subject: more UTF8 test suites and an UTF8 patch
22648              
22649              Tweak for MULTIPLICITY/USE_PERLIO
22650              
22651              Signedness nit.
22652              
22653              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
22654              
22655              Use the UTF8_XXX macros in is_utf8_char().
22656              
22657              Rewrite pp_concat() in terms of sv_catsv().  The . operator
22658              should now be UTF-8-proof.
22659              
22660              Subject: [PATCH perl@8269] scanning two hex-constants
22661              fails on EBCDIC environment (script length.t)
22662              
22663              Add some Unicode chop() tests.
22664      Branch: maint-5.6/perl
22665            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
22666           !> sv.c t/op/chop.t utf8.h
22667 ____________________________________________________________________________
22668 [  8571] By: jhi                                   on 2001/01/28  00:35:59
22669         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
22670              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
22671              
22672              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
22673              
22674              The maxiters upper limit sanity check (guarding against
22675              non-progress) assumed bytes instead of characters in s///
22676              and split().
22677              
22678              Signedness nit.
22679              
22680              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
22681              join() should now be UTF-8-proof.
22682              
22683              More split // UTF-8 tests. (8250)
22684      Branch: maint-5.6/perl
22685           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
22686           !> util.c
22687 ____________________________________________________________________________
22688 [  8570] By: jhi                                   on 2001/01/27  22:15:46
22689         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
22690              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
22691              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
22692              8084,8204,8244,8333 from mainline.
22693              
22694              For -Q where Q might be a one-letter sub name one does no more
22695              get a warning about an unknown filetest (7941,7943,7944,8084).
22696              
22697              Subject: Re: [ID 20001130.011] expression parsing bug ?
22698              
22699              Make uv_to_utf8() to zero-terminate its output buffer.
22700              
22701              Split off t/op/length.t (7995)
22702              
22703              Split off t/op/utf8decode.t (7996)
22704              
22705              Remove an unnecessary 'use utf8' from the utf8.t (7998)
22706              
22707              Split off t/op/concat.t (8004)
22708              
22709              Split off t/op/ver.t (8005)
22710              
22711              Document utf8_length(), utf8_distance(), and utf8_hop().
22712              
22713              Document utf8_to_uv() better.
22714              
22715              Introduce macros for UTF8 decoding (8028,8033).
22716              
22717              Add test for reverse() (8030,8031).
22718              
22719              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
22720              
22721              Do not return the Unicode replacement character    on UTF-8
22722              decoding failure.
22723              
22724              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
22725              not this_utf8 i.e. the output string has one, but don't mess
22726              with source assumption. (8052,8053)
22727              
22728              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
22729              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
22730              was not expecting to be called with something that was already
22731              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
22732              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
22733              (8054)
22734              
22735              Recode the naughty binary bytes in utf8decode.t using the \xHH.
22736              
22737              Make some panic messages a bit more logical.
22738      Branch: maint-5.6/perl
22739           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
22740           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
22741           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
22742           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
22743           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
22744           !> utf8.c utf8.h
22745 ____________________________________________________________________________
22746 [  8569] By: jhi                                   on 2001/01/27  19:16:43
22747         Log: Integrate changes #7750 from perlio and #8566 from mainline.
22748      Branch: maint-5.6/perl
22749           !> regexec.c sv.c
22750 ____________________________________________________________________________
22751 [  8568] By: jhi                                   on 2001/01/27  18:06:51
22752         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
22753              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
22754              7935[-perlio.c],7936,7959,7965 from mainline.
22755              
22756              Change the "big byte" error message to "Wide character".
22757              (7355, the croak-if-wide-chars-in-print part ignored)
22758              
22759              Use UINT64_C().
22760              
22761              Introduce Perl_utf8_length().
22762              
22763              diff -se shows these as different (7753, forgotten check-ins)
22764              
22765              Subject: [PATCH] doop.c - UTF8 tr///
22766              
22767              If we use (aTHX_ ...) then put Perl_ on the front.
22768              
22769              Make utf8_length() and utf8_distance() to be less forgiving
22770              about bad UTF-8.
22771              
22772              Test line numbers are different with utf8.
22773              
22774              No need to scan till infinity, 13 is enough. (7872,7911)
22775              
22776              Subject: [PATCH] Tokeniser debugging
22777              
22778              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
22779              
22780              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
22781              
22782              Be more careful in Perl_sv_utf8_downgrade().
22783              
22784              Use DO_UTF8().
22785              
22786              Raw zero bytes in text files confuse at least GNU patch 2.1.
22787      Branch: maint-5.6/perl
22788           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
22789           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
22790           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
22791           !> t/pragma/utf8.t toke.c utf8.c utf8.h
22792 ____________________________________________________________________________
22793 [  8567] By: nick                                  on 2001/01/27  11:10:38
22794         Log: Integrate mainline
22795      Branch: perlio
22796           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
22797           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
22798           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
22799           !> toke.c
22800 ____________________________________________________________________________
22801 [  8566] By: jhi                                   on 2001/01/27  06:22:48
22802         Log: More documentation for the regexp context stack.
22803      Branch: perl
22804            ! regexec.c
22805 ____________________________________________________________________________
22806 [  8565] By: jhi                                   on 2001/01/27  05:21:57
22807         Log: Update Changes.
22808      Branch: perl
22809            ! Changes patchlevel.h
22810 ____________________________________________________________________________
22811 [  8564] By: jhi                                   on 2001/01/27  04:44:04
22812         Log: Threadedness patch for #8562 from Doug MacEachern.
22813      Branch: perl
22814            ! toke.c
22815 ____________________________________________________________________________
22816 [  8563] By: jhi                                   on 2001/01/27  04:26:24
22817         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
22818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22819              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
22820              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
22821      Branch: perl
22822            ! op.c
22823 ____________________________________________________________________________
22824 [  8562] By: jhi                                   on 2001/01/27  04:20:30
22825         Log: Subject: Re: Announce : Tokener reporting patch
22826              From: Simon Cozens <simon@cozens.net>
22827              Date: Mon, 22 Jan 2001 02:17:22 +0000
22828              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
22829      Branch: perl
22830            ! embed.h embed.pl proto.h toke.c
22831 ____________________________________________________________________________
22832 [  8561] By: jhi                                   on 2001/01/27  04:17:24
22833         Log: Forgot from #8545.  Oops.
22834      Branch: perl
22835            ! pp.c t/pragma/overload.t
22836 ____________________________________________________________________________
22837 [  8560] By: jhi                                   on 2001/01/27  03:01:47
22838         Log: A better module compilation test, use MANIFEST as suggested
22839              by Spider.
22840      Branch: perl
22841            ! t/lib/1_compile.t
22842 ____________________________________________________________________________
22843 [  8559] By: jhi                                   on 2001/01/27  02:50:48
22844         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
22845              From: Peter Prymmer <pvhp@forte.com>
22846              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
22847              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
22848      Branch: perl
22849            ! t/lib/b.t
22850 ____________________________________________________________________________
22851 [  8558] By: jhi                                   on 2001/01/27  02:27:05
22852         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
22853              From: Peter Prymmer <pvhp@forte.com>
22854              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
22855              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
22856      Branch: perl
22857            ! t/pragma/sub_lval.t
22858 ____________________________________________________________________________
22859 [  8557] By: jhi                                   on 2001/01/27  02:26:03
22860         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
22861              From: Peter Prymmer <pvhp@forte.com>
22862              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
22863              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
22864      Branch: perl
22865            ! t/lib/st-06compat.t
22866 ____________________________________________________________________________
22867 [  8556] By: jhi                                   on 2001/01/27  02:24:33
22868         Log: Subject: [PATCH: perl@8531] minor update to README.os390
22869              From: Peter Prymmer <pvhp@forte.com>
22870              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
22871              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
22872      Branch: perl
22873            ! README.os390
22874 ____________________________________________________________________________
22875 [  8555] By: jhi                                   on 2001/01/27  00:35:47
22876         Log: No point in checking the length before we know whether the pointer
22877              is bogus or not, fixes Abigail's odbm failures in Linux.
22878      Branch: perl
22879            ! sv.c
22880 ____________________________________________________________________________
22881 [  8554] By: nick                                  on 2001/01/26  19:01:31
22882         Log: Integrate mainline
22883      Branch: perlio
22884           !> lib/Text/Wrap.pm t/lib/textwrap.t
22885 ____________________________________________________________________________
22886 [  8553] By: jhi                                   on 2001/01/26  15:19:39
22887         Log: Integrate change #7792 from perlio (multiplicity fix),
22888              fix the AV leak in regex DEBUGGING (tiny part of the
22889              polymorphic regexp patch #8143).
22890      Branch: maint-5.6/perl
22891            ! regcomp.c
22892           !> scope.h
22893 ____________________________________________________________________________
22894 [  8552] By: jhi                                   on 2001/01/26  15:03:23
22895         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
22896              From: Michael G Schwern <schwern@pobox.com>
22897              Date: Fri, 26 Jan 2001 09:28:31 -0500
22898              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
22899      Branch: perl
22900            ! lib/Text/Wrap.pm t/lib/textwrap.t
22901 ____________________________________________________________________________
22902 [  8551] By: jhi                                   on 2001/01/26  02:33:19
22903         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
22904              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
22905              
22906              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
22907              
22908              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
22909              
22910              Message nit.
22911              
22912              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
22913              
22914              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
22915              
22916              (the cleanup of unused submatches in regtry() and regcppop())
22917              
22918              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
22919              stored and restored, and thusly was trounced by the utf8 swash
22920              routines.
22921              
22922              use utf8 not required to use \x{}.
22923              
22924              Removed two more tests that make no sense in UTF-8 since the test
22925              data is not in UTF-8.
22926              
22927              Get the three different space character classes right under utf8.
22928              
22929              Implement ANYOFUTF8 regprop() dumping.
22930              
22931              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
22932              
22933              Document the regex context pushing/popping a bit better.
22934      Branch: maint-5.6/perl
22935           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
22936           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
22937           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
22938           !> t/op/regmesg.t utf8.c
22939 ____________________________________________________________________________
22940 [  8550] By: nick                                  on 2001/01/25  19:42:30
22941         Log: Integrate mainline
22942      Branch: perlio
22943           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
22944           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
22945           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
22946           !> t/lib/bigint.t t/lib/bigintpm.t
22947 ____________________________________________________________________________
22948 [  8549] By: jhi                                   on 2001/01/25  15:22:28
22949         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
22950      Branch: maint-5.6/perl
22951            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
22952 ____________________________________________________________________________
22953 [  8548] By: jhi                                   on 2001/01/25  15:02:55
22954         Log: Integrate changes #7997,8063,8492,8547 from mainline.
22955              
22956              Subject: Re: STRLEN - what?
22957              
22958              Subject: [PATCH] perlguts.pod
22959              
22960              Memory management calls documentation.
22961              
22962              Layout using tabulator is not a good idea in a pod.
22963      Branch: maint-5.6/perl
22964           !> pod/perlguts.pod
22965 ____________________________________________________________________________
22966 [  8547] By: jhi                                   on 2001/01/25  14:49:05
22967         Log: Layout using tabulator is not a good idea in a pod.
22968      Branch: perl
22969            ! pod/perlguts.pod
22970 ____________________________________________________________________________
22971 [  8546] By: jhi                                   on 2001/01/25  14:31:12
22972         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
22973              from mainline.
22974              
22975              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
22976              
22977              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
22978              
22979              More Win32 editor/IDE/shell hints.
22980              
22981              More Win32 Perling.
22982              
22983              Yet another editor edit.
22984              
22985              Edit edit edit.
22986              
22987              IDE/editor section tweaking.
22988              
22989              Few more IDE/editor nits from p5p.
22990      Branch: maint-5.6/perl
22991           !> pod/perlfaq3.pod
22992 ____________________________________________________________________________
22993 [  8545] By: jhi                                   on 2001/01/25  04:16:32
22994         Log: Subject: [PATCH 5.7.0] overload int()
22995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22996              Date: Wed, 24 Jan 2001 19:06:57 -0500
22997              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
22998      Branch: perl
22999            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
23000            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
23001            ! t/lib/bigintpm.t
23002 ____________________________________________________________________________
23003 [  8544] By: jhi                                   on 2001/01/25  04:15:11
23004         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
23005              From: Peter Prymmer <pvhp@forte.com>
23006              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
23007              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
23008      Branch: perl
23009            ! Makefile.SH README.os390 hints/os390.sh installperl
23010 ____________________________________________________________________________
23011 [  8543] By: jhi                                   on 2001/01/25  03:52:08
23012         Log: Integrate change #8462,8469 from mainline.
23013              
23014              In VMS Perl subversion (perl -V) is undef.
23015      Branch: maint-5.6/perl
23016           !> configure.com
23017 ____________________________________________________________________________
23018 [  8542] By: jhi                                   on 2001/01/25  03:44:55
23019         Log: Integrate changes #7835,7850,8315,8316 from mainline.
23020              
23021              Solaris hints.
23022      Branch: maint-5.6/perl
23023           !> hints/solaris_2.sh
23024 ____________________________________________________________________________
23025 [  8541] By: jhi                                   on 2001/01/25  03:39:28
23026         Log: Integrate #8336 from mainline.
23027      Branch: maint-5.6/perl
23028           !> hv.c
23029 ____________________________________________________________________________
23030 [  8540] By: jhi                                   on 2001/01/25  03:23:50
23031         Log: Retract #8539.
23032      Branch: maint-5.6/perl
23033            ! pod/perlfaq3.pod
23034 ____________________________________________________________________________
23035 [  8539] By: jhi                                   on 2001/01/25  03:21:55
23036         Log: (Retracted by #5940.)
23037      Branch: maint-5.6/perl
23038            ! pod/perlfaq3.pod
23039 ____________________________________________________________________________
23040 [  8538] By: jhi                                   on 2001/01/25  03:14:07
23041         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
23042              From: Peter Prymmer <pvhp@forte.com>
23043              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
23044              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
23045              
23046              The VMS bits.
23047      Branch: maint-5.6/perl
23048            ! configure.com vms/descrip_mms.template
23049 ____________________________________________________________________________
23050 [  8537] By: jhi                                   on 2001/01/25  03:06:09
23051         Log: Integrate #7710,7824,7973 from mainline.
23052      Branch: maint-5.6/perl
23053           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23054           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
23055           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
23056           !> vos/config.ga.def vos/config.ga.h win32/config.bc
23057           !> win32/config.gc win32/config.vc
23058 ____________________________________________________________________________
23059 [  8536] By: jhi                                   on 2001/01/24  13:50:20
23060         Log: Revert the edits made by me so far to the 5.6 branch since
23061              the TRIAL1 since I did edits when I should have been using
23062              integrates.  Bad programmer.   (Will integrate them properly later.)
23063              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
23064              The #8353 will not be reapplied at least for now since
23065              the UTF-8 hash keys need more thinking.
23066              (The patches #8347, #8354, #8454, #8473 were okay since they
23067              were original edits made specifically for the 5.6.1-TRIAL1.)
23068      Branch: maint-5.6/perl
23069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23070            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
23071            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
23072            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
23073            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
23074            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23075            ! win32/config.bc win32/config.gc win32/config.vc
23076 ____________________________________________________________________________
23077 [  8535] By: bailey                                on 2001/01/24  06:37:02
23078         Log: SYN SYN
23079      Branch: vmsperl
23080           +> (branch 26 files)
23081           !> (integrate 130 files)
23082 ____________________________________________________________________________
23083 [  8534] By: nick                                  on 2001/01/23  19:30:57
23084         Log: Integrate mainline.
23085      Branch: perlio
23086           !> Changes Configure Porting/Glossary Porting/config.sh
23087           !> Porting/config_H embed.h embed.pl ext/Encode/compile
23088           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
23089           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
23090           !> pod/perlvar.pod proto.h t/lib/1_compile.t
23091 ____________________________________________________________________________
23092 [  8533] By: jhi                                   on 2001/01/23  16:15:46
23093         Log: Forgotten from #8501.
23094      Branch: perl
23095            ! Porting/Glossary Porting/config.sh Porting/config_H
23096 ____________________________________________________________________________
23097 [  8532] By: jhi                                   on 2001/01/23  16:13:27
23098         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
23099              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23100              Date: Mon, 22 Jan 2001 17:51:58 +0100
23101              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
23102      Branch: perl
23103            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
23104 ____________________________________________________________________________
23105 [  8531] By: jhi                                   on 2001/01/23  15:46:01
23106         Log: Update Changes.
23107      Branch: perl
23108            ! Changes patchlevel.h
23109 ____________________________________________________________________________
23110 [  8530] By: jhi                                   on 2001/01/23  15:38:39
23111         Log: De-cut-and-pasto.
23112      Branch: perl
23113            ! t/lib/1_compile.t
23114 ____________________________________________________________________________
23115 [  8529] By: jhi                                   on 2001/01/23  15:11:04
23116         Log: Document the mkdir trailing slashes case.
23117      Branch: perl
23118            ! pod/perlfunc.pod
23119 ____________________________________________________________________________
23120 [  8528] By: jhi                                   on 2001/01/23  15:08:28
23121         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
23122              get installed:
23123              
23124              Subject: lib/lib.pm
23125              From: <abigail@foad.org>
23126              Date: Mon, 28 Aug 2000 20:35:08 -0400
23127              Message-ID: <20000829003508.21281.qmail@foad.org>
23128      Branch: perl
23129            ! installperl
23130 ____________________________________________________________________________
23131 [  8527] By: jhi                                   on 2001/01/23  14:44:04
23132         Log: Metaconfig unit change for #8526.
23133      Branch: metaconfig
23134            ! U/threads/archname.U
23135 ____________________________________________________________________________
23136 [  8526] By: jhi                                   on 2001/01/23  14:43:19
23137         Log: Attach -perlio to the archname if so selected.
23138      Branch: perl
23139            ! Configure
23140 ____________________________________________________________________________
23141 [  8525] By: jhi                                   on 2001/01/23  14:24:01
23142         Log: Subject: [PATCH] pod/perlvar.pod
23143              From: abigail@foad.org
23144              Date: Tue, 23 Jan 2001 01:41:10 +0100
23145              Message-ID: <20010123004110.22259.qmail@foad.org>
23146      Branch: perl
23147            ! pod/perlvar.pod
23148 ____________________________________________________________________________
23149 [  8524] By: jhi                                   on 2001/01/23  14:22:32
23150         Log: A bug introduced in #8217 (the undefined variable in the
23151              lib/safe1_t #3) fixed, by Charles Lane:
23152              
23153              The earlier patch made it so that stuff running in Safe
23154              compartments could do a "caller" and see "main".  That
23155              little change in name is done right before the code in
23156              the compartment is run, and apparantly the parser
23157              was picking up the stash name before it got changed.
23158              
23159              (why it was threaded vs. unthreaded Perl that was sensitive to this
23160              I still don't know...and it probably doesn't matter).
23161              
23162              I tryed removing the stash name-change and saw that threaded Perl
23163              did indeed pass the lib/safe1.t tests.
23164              
23165              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
23166              do the name change (and to connect _ in the compartment to the global
23167              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
23168              to call _safe_pkg_prep when creating a new compartment.
23169              
23170              Passes all tests with threaded perl on linux; passes all tests
23171              with unthreaded perl on VMS.
23172              
23173              At some point I'll probably want to revisit Safe and Opcode to
23174              provide more sensible handling of global variables...and to get
23175              formats working in Safe compartments, which they don't do currently.
23176      Branch: perl
23177            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
23178 ____________________________________________________________________________
23179 [  8523] By: jhi                                   on 2001/01/23  14:11:58
23180         Log: Also the lib/Thread.pm itself needs to be ignored if
23181              the Thread extension hasn't been built.
23182      Branch: perl
23183            ! t/lib/1_compile.t
23184 ____________________________________________________________________________
23185 [  8522] By: jhi                                   on 2001/01/23  13:51:28
23186         Log: print() instead of warn() so that stderr doesn't get
23187              unncessarily polluted.
23188      Branch: perl
23189            ! ext/Encode/compile
23190 ____________________________________________________________________________
23191 [  8521] By: jhi                                   on 2001/01/23  13:49:48
23192         Log: Integrate perlio.
23193      Branch: perl
23194           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
23195           !> ext/Encode/encode.h
23196 ____________________________________________________________________________
23197 [  8520] By: nick                                  on 2001/01/22  21:44:00
23198         Log: More messing with Encode:
23199              Extra fields in header to allow multiple names and to record
23200              other things "compile" knows.
23201              Re-organise compile to factor out common output routines.
23202      Branch: perlio
23203            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
23204 ____________________________________________________________________________
23205 [  8519] By: nick                                  on 2001/01/22  20:33:50
23206         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
23207      Branch: perlio
23208            ! ext/Encode/Makefile.PL ext/Encode/compile
23209 ____________________________________________________________________________
23210 [  8518] By: nick                                  on 2001/01/22  20:28:13
23211         Log: Integrate mainline
23212      Branch: perlio
23213           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
23214           !> vos/config.alpha.def vos/config.alpha.h
23215 ____________________________________________________________________________
23216 [  8517] By: jhi                                   on 2001/01/22  15:37:17
23217         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
23218              by Inaba Hiroto.
23219      Branch: perl
23220            ! sv.c
23221 ____________________________________________________________________________
23222 [  8516] By: jhi                                   on 2001/01/22  14:55:15
23223         Log: More SIG_SIZE fixes.
23224      Branch: perl
23225            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
23226 ____________________________________________________________________________
23227 [  8515] By: jhi                                   on 2001/01/22  14:50:27
23228         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23229              From: "Craig A. Berry" <craigberry@mac.com>
23230              Date: Mon, 22 Jan 2001 00:42:24 -0600
23231              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
23232      Branch: perl
23233            ! configure.com
23234 ____________________________________________________________________________
23235 [  8514] By: jhi                                   on 2001/01/22  14:31:17
23236         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
23237              From: "Craig A. Berry" <craigberry@mac.com>
23238              Date: Sun, 21 Jan 2001 23:03:25 -0600
23239              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
23240      Branch: perl
23241            ! configure.com
23242 ____________________________________________________________________________
23243 [  8513] By: jhi                                   on 2001/01/22  14:14:00
23244         Log: Add the .ucm encoding tables to the MANIFEST.
23245      Branch: perl
23246            ! MANIFEST
23247 ____________________________________________________________________________
23248 [  8512] By: jhi                                   on 2001/01/22  13:43:33
23249         Log: Integrate perlio.
23250      Branch: perl
23251           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23252           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23253           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23254           +> ext/Encode/Encode/iso8859-10.ucm
23255           +> ext/Encode/Encode/iso8859-13.ucm
23256           +> ext/Encode/Encode/iso8859-14.ucm
23257           +> ext/Encode/Encode/iso8859-15.ucm
23258           +> ext/Encode/Encode/iso8859-16.ucm
23259           +> ext/Encode/Encode/iso8859-2.ucm
23260           +> ext/Encode/Encode/iso8859-3.ucm
23261           +> ext/Encode/Encode/iso8859-4.ucm
23262           +> ext/Encode/Encode/iso8859-5.ucm
23263           +> ext/Encode/Encode/iso8859-6.ucm
23264           +> ext/Encode/Encode/iso8859-7.ucm
23265           +> ext/Encode/Encode/iso8859-8.ucm
23266           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23267           +> ext/Encode/Encode/symbol.ucm
23268           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
23269           !> perliol.h
23270 ____________________________________________________________________________
23271 [  8511] By: nick                                  on 2001/01/21  23:44:47
23272         Log: Make "real" layers of ":utf8" and ":raw".
23273              So now PERLIO=utf8 perl ...
23274              does what Andreas wanted.
23275              Fix arg passing in open.pm (still have a Carp issue).
23276      Branch: perlio
23277            ! lib/open.pm perlio.c perliol.h
23278 ____________________________________________________________________________
23279 [  8510] By: jhi                                   on 2001/01/21  22:56:53
23280         Log: Document the regex context pushing/popping a bit better.
23281      Branch: perl
23282            ! regexec.c
23283 ____________________________________________________________________________
23284 [  8509] By: jhi                                   on 2001/01/21  22:55:44
23285         Log: Tweak the mkdir trailing slash code some more.
23286              
23287              TO DO: the same handling should probably be done for
23288              all the other filesystem functions that can have directories
23289              as their arguments.
23290      Branch: perl
23291            ! pp_sys.c
23292 ____________________________________________________________________________
23293 [  8508] By: nick                                  on 2001/01/21  21:37:43
23294         Log: Switch "compiled in" encodings to .ucm format.
23295              (Leave others as .enc till we can run-time load .ucm,
23296              or find some other way to load them.)
23297      Branch: perlio
23298            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23299            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23300            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23301            + ext/Encode/Encode/iso8859-10.ucm
23302            + ext/Encode/Encode/iso8859-13.ucm
23303            + ext/Encode/Encode/iso8859-14.ucm
23304            + ext/Encode/Encode/iso8859-15.ucm
23305            + ext/Encode/Encode/iso8859-16.ucm
23306            + ext/Encode/Encode/iso8859-2.ucm
23307            + ext/Encode/Encode/iso8859-3.ucm
23308            + ext/Encode/Encode/iso8859-4.ucm
23309            + ext/Encode/Encode/iso8859-5.ucm
23310            + ext/Encode/Encode/iso8859-6.ucm
23311            + ext/Encode/Encode/iso8859-7.ucm
23312            + ext/Encode/Encode/iso8859-8.ucm
23313            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23314            + ext/Encode/Encode/symbol.ucm
23315            ! ext/Encode/Makefile.PL ext/Encode/compile
23316 ____________________________________________________________________________
23317 [  8507] By: nick                                  on 2001/01/21  21:02:03
23318         Log: Integrate (partial) mainline.
23319      Branch: perlio
23320           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
23321           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
23322           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23323 ____________________________________________________________________________
23324 [  8506] By: jhi                                   on 2001/01/21  20:09:30
23325         Log: Update Changes.
23326      Branch: perl
23327            ! Changes patchlevel.h
23328 ____________________________________________________________________________
23329 [  8505] By: jhi                                   on 2001/01/21  19:39:59
23330         Log: Subject: Minor typos in perlfaq2.pod
23331              From: "Stephen P. Potter" <spp@spotter.yi.org>
23332              Message-Id: <200101192101.QAA11911@spotter.yi.org>
23333              Date: Fri, 19 Jan 2001 16:01:13 -0500
23334              
23335              with a nit from Philip Netwon.
23336      Branch: perl
23337            ! pod/perlfaq2.pod
23338 ____________________________________________________________________________
23339 [  8504] By: jhi                                   on 2001/01/21  19:33:05
23340         Log: Metaconfig change for #8503.
23341      Branch: metaconfig
23342            ! U/threads/usethreads.U
23343 ____________________________________________________________________________
23344 [  8503] By: jhi                                   on 2001/01/21  19:32:21
23345         Log: Sanity check for conflicting thread flavours.
23346      Branch: perl
23347            ! Configure config_h.SH
23348 ____________________________________________________________________________
23349 [  8502] By: jhi                                   on 2001/01/21  19:23:00
23350         Log: Metaconfig change for #8501.
23351      Branch: metaconfig
23352            ! U/modified/sig_name.U
23353 ____________________________________________________________________________
23354 [  8501] By: jhi                                   on 2001/01/21  19:22:26
23355         Log: The SIG_SIZE is the number of the elements *excluding*
23356              the terminating NULL.
23357      Branch: perl
23358            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
23359            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
23360            ! win32/config_H.vc
23361 ____________________________________________________________________________
23362 [  8500] By: jhi                                   on 2001/01/21  18:31:31
23363         Log: Integrate perlio.
23364      Branch: perl
23365           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
23366           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
23367           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
23368           !> pp_sys.c proto.h sv.c
23369 ____________________________________________________________________________
23370 [  8499] By: jhi                                   on 2001/01/21  17:43:57
23371         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
23372              From: Hugo <hv@crypt.compulink.co.uk>
23373              Date: Sun, 21 Jan 2001 13:34:05 +0000
23374              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
23375              
23376              In sprintf UTF8ize only if necessary.
23377      Branch: perl
23378            ! sv.c
23379 ____________________________________________________________________________
23380 [  8498] By: nick                                  on 2001/01/21  16:25:32
23381         Log: Encode cleanup.
23382              Add command line control over "compile" so that Makefile.PL
23383              needs can be combined with other uses.
23384              Use command line options in Makefile.PL.
23385              Fix multi-byte parsing in .ucm files.
23386      Branch: perlio
23387            ! ext/Encode/Makefile.PL ext/Encode/compile
23388 ____________________________________________________________________________
23389 [  8497] By: nick                                  on 2001/01/21  12:56:27
23390         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
23391      Branch: perlio
23392            ! ext/Encode/Encode.xs
23393 ____________________________________________________________________________
23394 [  8496] By: nick                                  on 2001/01/21  12:18:45
23395         Log: Fixup after integrate:
23396              missed the .sym files that are changed by regen_headers
23397              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
23398      Branch: perlio
23399            ! global.sym pp.sym sv.c
23400 ____________________________________________________________________________
23401 [  8495] By: nick                                  on 2001/01/21  11:51:07
23402         Log: Integrate mainline.
23403      Branch: perlio
23404           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
23405           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
23406           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
23407           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
23408           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
23409           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
23410           !> win32/Makefile win32/makefile.mk
23411 ____________________________________________________________________________
23412 [  8494] By: jhi                                   on 2001/01/20  23:12:11
23413         Log: Forgot the expect_number() prototype.
23414      Branch: perl
23415            ! embed.h embed.pl proto.h
23416 ____________________________________________________________________________
23417 [  8493] By: jhi                                   on 2001/01/20  22:56:39
23418         Log: Subject: [PATCH: perl@8482] README.vms URL updates
23419              From: Peter Prymmer <pvhp@forte.com>
23420              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
23421              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
23422              
23423              Plus Craig A. Berry's suggestion to use compaq.com instead
23424              of digital.com.
23425      Branch: perl
23426            ! README.vms
23427 ____________________________________________________________________________
23428 [  8492] By: jhi                                   on 2001/01/20  22:50:05
23429         Log: Memory management calls documentation.
23430      Branch: perl
23431            ! pod/perlguts.pod
23432 ____________________________________________________________________________
23433 [  8491] By: jhi                                   on 2001/01/20  22:38:33
23434         Log: Signedness nit plus few memcpy/Copy nits.
23435      Branch: perl
23436            ! sv.c
23437 ____________________________________________________________________________
23438 [  8490] By: jhi                                   on 2001/01/20  22:25:53
23439         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
23440              From: Peter Prymmer <pvhp@forte.com>
23441              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
23442              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
23443      Branch: perl
23444            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
23445 ____________________________________________________________________________
23446 [  8489] By: jhi                                   on 2001/01/20  22:24:41
23447         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
23448              From: Peter Prymmer <pvhp@forte.com>
23449              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
23450              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
23451      Branch: perl
23452            ! win32/Makefile win32/makefile.mk
23453 ____________________________________________________________________________
23454 [  8488] By: jhi                                   on 2001/01/20  22:22:27
23455         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
23456              From: Peter Prymmer <pvhp@forte.com>
23457              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
23458              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
23459      Branch: perl
23460            ! Makefile.SH
23461 ____________________________________________________________________________
23462 [  8487] By: jhi                                   on 2001/01/20  22:21:18
23463         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
23464              From: Peter Prymmer <pvhp@forte.com>
23465              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
23466              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
23467      Branch: perl
23468            + ext/DynaLoader/dl_dllload.xs
23469            ! MANIFEST Makefile.SH hints/os390.sh
23470 ____________________________________________________________________________
23471 [  8486] By: jhi                                   on 2001/01/20  22:17:53
23472         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
23473              From: Peter Prymmer <pvhp@forte.com>
23474              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
23475              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
23476      Branch: perl
23477            ! README.os390 README.posix-bc
23478 ____________________________________________________________________________
23479 [  8485] By: jhi                                   on 2001/01/20  20:15:30
23480         Log: Document and test the new qu operator.
23481      Branch: perl
23482            + t/op/qu.t
23483            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
23484            ! pod/perlretut.pod pod/perlunicode.pod
23485 ____________________________________________________________________________
23486 [  8484] By: nick                                  on 2001/01/20  19:42:30
23487         Log: Infrastructure to allow:
23488              open($fh,"|-",@array);
23489              to be implemented
23490              i.e. mark pp_open as needing a stack mark, and make pp_open
23491              process its args in that style (and pass them _all_ to tied handles OPEN).
23492              Invent do_openn() which takes SV ** at allow it to see multiple args.
23493              Note this does not _do_ anything yet.
23494      Branch: perlio
23495            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
23496            ! perlapi.c pp_proto.h pp_sys.c proto.h
23497 ____________________________________________________________________________
23498 [  8483] By: nick                                  on 2001/01/20  17:23:14
23499         Log: Integrate mainline.
23500      Branch: perlio
23501           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
23502           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
23503 ____________________________________________________________________________
23504 [  8482] By: jhi                                   on 2001/01/19  15:37:49
23505         Log: Update Changes.
23506      Branch: perl
23507            ! Changes patchlevel.h
23508 ____________________________________________________________________________
23509 [  8481] By: jhi                                   on 2001/01/19  14:41:24
23510         Log: Subject: Re: new feature: s?printf parameter reordering 
23511              From: Hugo <hv@crypt.compulink.co.uk>
23512              Date: Thu, 11 Jan 2001 17:09:03 +0000
23513              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
23514              
23515              - support reordering for all parameters: %, *v, *, .*
23516              - lay down that the reordering specification must immediately
23517              follow that parameter: %3$, *v3$, *3$, .*3$
23518              - fix vectorisation of a zero-length string
23519              - factor out the code choosing the argument to format
23520              
23521              Possibly unwanted side-effects:
23522              - the special format specifiers ' +-0' must now precede any
23523              vectorisation specifier. Tests in op/sprintf and op/ver
23524              have been changed to reflect this.
23525              - sprintf.t test #214 changed its expectations because in many
23526              cases, the next parameter has already been consumed when an
23527              invalid type letter is detected.
23528              
23529              Probably wanted side-effects:
23530              - attempts to format a non-existent parameter will warn as if C<undef>
23531              - attempt to write to non-existent parameter with '%n' will complain
23532              of "attempt to modify read-only value" instead of being silent
23533      Branch: perl
23534            ! sv.c t/op/sprintf.t t/op/ver.t
23535 ____________________________________________________________________________
23536 [  8480] By: jhi                                   on 2001/01/19  14:08:37
23537         Log: Subject: PATCH pragma/locale.t
23538              From: andreas.koenig@anima.de (Andreas J. Koenig)
23539              Date: 18 Jan 2001 09:45:37 +0100
23540              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
23541      Branch: perl
23542            ! t/pragma/locale.t
23543 ____________________________________________________________________________
23544 [  8479] By: jhi                                   on 2001/01/19  13:19:58
23545         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
23546      Branch: perl
23547            ! configure.com
23548 ____________________________________________________________________________
23549 [  8478] By: jhi                                   on 2001/01/19  02:12:35
23550         Log: Automate 1_compile.t.
23551      Branch: perl
23552            ! t/lib/1_compile.t
23553 ____________________________________________________________________________
23554 [  8477] By: jhi                                   on 2001/01/19  01:49:56
23555         Log: Integrate perlio.
23556      Branch: perl
23557           !> sv.c win32/config.bc win32/config.gc win32/config.vc
23558           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23559 ____________________________________________________________________________
23560 [  8476] By: nick                                  on 2001/01/18  21:51:52
23561         Log: Integrate mainline
23562      Branch: perlio
23563           +> t/lib/1_compile.t t/lib/compmod.pl
23564           !> MANIFEST configure.com lib/unicode/distinct.pm
23565 ____________________________________________________________________________
23566 [  8475] By: nick                                  on 2001/01/18  21:48:02
23567         Log: Win32 "safe signals" co-existance fix.
23568              Fix SIG_SIZE value.
23569              Clear PL_sig_pending when cloning (fork).
23570      Branch: perlio
23571            ! sv.c win32/config.bc win32/config.gc win32/config.vc
23572            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23573 ____________________________________________________________________________
23574 [  8474] By: jhi                                   on 2001/01/18  14:40:57
23575         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
23576      Branch: perl
23577            ! t/lib/1_compile.t
23578 ____________________________________________________________________________
23579 [  8473] By: gsar                                  on 2001/01/18  11:42:31
23580         Log: unsubmitted trial1 change
23581      Branch: maint-5.6/perl
23582            ! Changes
23583 ____________________________________________________________________________
23584 [  8472] By: jhi                                   on 2001/01/18  04:30:24
23585         Log: The first bug found by 1_compile.t.
23586      Branch: perl
23587            ! lib/unicode/distinct.pm
23588 ____________________________________________________________________________
23589 [  8471] By: jhi                                   on 2001/01/18  04:29:42
23590         Log: Add Schwern's 1_compile test.  The compile_module script renamed
23591              to be a bit shorter for the 8.3 people.
23592      Branch: perl
23593            + t/lib/1_compile.t t/lib/compmod.pl
23594            ! MANIFEST
23595 ____________________________________________________________________________
23596 [  8470] By: jhi                                   on 2001/01/18  04:16:00
23597         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
23598              From: Peter Prymmer <pvhp@forte.com>
23599              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
23600              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
23601              Replace #8463.
23602      Branch: maint-5.6/perl
23603            ! configure.com
23604 ____________________________________________________________________________
23605 [  8469] By: jhi                                   on 2001/01/18  04:13:02
23606         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
23607              From: Peter Prymmer <pvhp@forte.com>
23608              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
23609              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
23610              Replace #8462.
23611      Branch: perl
23612            ! configure.com
23613 ____________________________________________________________________________
23614 [  8468] By: jhi                                   on 2001/01/18  03:42:08
23615         Log: Integrate perlio.
23616      Branch: perl
23617           !> gv.c mg.c perlio.c util.c
23618 ____________________________________________________________________________
23619 [  8467] By: nick                                  on 2001/01/17  22:41:10
23620         Log: "Safe" signals - trial implementation.
23621              gv.c tweaked to zero PL_sig_pend array
23622              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
23623              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
23624              Odd thing is that it "works" with PERLIO=stdio as well (linux).
23625      Branch: perlio
23626            ! gv.c mg.c perlio.c util.c
23627 ____________________________________________________________________________
23628 [  8466] By: nick                                  on 2001/01/17  20:40:20
23629         Log: Integrate mainline.
23630      Branch: perlio
23631           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23632           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
23633           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
23634           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23635           !> vos/config.ga.h win32/config.bc win32/config.gc
23636           !> win32/config.vc
23637 ____________________________________________________________________________
23638 [  8465] By: jhi                                   on 2001/01/17  18:37:13
23639         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
23640              From: Nicholas Clark <nick@ccl4.org>
23641              Date: Wed, 17 Jan 2001 17:31:33 +0000
23642              Message-ID: <20010117173133.I2633@plum.flirble.org>
23643      Branch: perl
23644            ! t/op/int.t
23645 ____________________________________________________________________________
23646 [  8464] By: jhi                                   on 2001/01/17  14:43:17
23647         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
23648              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23649              Date: Wed, 17 Jan 2001 15:16:43 +0100
23650              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
23651              
23652              pp_int() was dropping an NV to the floor,
23653              int(279964589018079/59) either returned not an integer
23654              4745162525730.15, or one got "Attempt to free unreferenced scalar."
23655      Branch: perl
23656            ! pp.c
23657 ____________________________________________________________________________
23658 [  8463] By: jhi                                   on 2001/01/17  06:12:42
23659         Log: (Replaced by #8470)
23660              
23661              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
23662              From: "Craig A. Berry" <craigberry@mac.com>
23663              Date: Tue, 16 Jan 2001 23:38:46 -0600
23664              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
23665      Branch: maint-5.6/perl
23666            ! configure.com
23667 ____________________________________________________________________________
23668 [  8462] By: jhi                                   on 2001/01/17  06:11:31
23669         Log: (Replaced by #8469)
23670              
23671              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
23672              From: "Craig A. Berry" <craigberry@mac.com>
23673              Date: Tue, 16 Jan 2001 23:38:46 -0600
23674              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
23675      Branch: perl
23676            ! configure.com
23677 ____________________________________________________________________________
23678 [  8461] By: jhi                                   on 2001/01/17  05:56:12
23679         Log: Allow for one trailing slash in the directory of mkdir().
23680      Branch: perl
23681            ! pp_sys.c
23682 ____________________________________________________________________________
23683 [  8460] By: jhi                                   on 2001/01/17  03:26:01
23684         Log: Metaconfig unit changes for #8459.
23685      Branch: metaconfig
23686            ! U/modified/Loc.U U/modified/sig_name.U
23687 ____________________________________________________________________________
23688 [  8459] By: jhi                                   on 2001/01/17  03:24:48
23689         Log: Define SIG_SIZE, the number of elements in the sig_name and
23690              sig_num arrays, including the final NULL entry.
23691      Branch: perl
23692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23693            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
23694            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
23695            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23696            ! win32/config.bc win32/config.gc win32/config.vc
23697 ____________________________________________________________________________
23698 [  8458] By: jhi                                   on 2001/01/17  01:41:33
23699         Log: Integrate perlio.
23700      Branch: perl
23701           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
23702           !> perlapi.h proto.h sv.c
23703 ____________________________________________________________________________
23704 [  8457] By: nick                                  on 2001/01/16  22:07:26
23705         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
23706              Provides all the "cost" but no benefit yet - it is to allow cost
23707              to be measured, and implementation experiments (just in mg.c?).
23708      Branch: perlio
23709            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
23710            ! perlapi.h proto.h sv.c
23711 ____________________________________________________________________________
23712 [  8456] By: nick                                  on 2001/01/16  21:07:07
23713         Log: Integrate mainline.
23714      Branch: perlio
23715           !> (integrate 51 files)
23716 ____________________________________________________________________________
23717 [  8455] By: jhi                                   on 2001/01/16  18:13:43
23718         Log: Subject: [PATCH] regcomp.c old feature removal
23719              From: mjd@plover.com
23720              Date: 16 Jan 2001 14:43:18 -0000 
23721              Message-ID: <20010116144318.7140.qmail@plover.com> 
23722      Branch: perl
23723            ! regcomp.c
23724 ____________________________________________________________________________
23725 [  8454] By: jhi                                   on 2001/01/16  16:12:39
23726         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
23727              From: "Indy Singh" <indy@nusphere.com>
23728              Date: Wed, 10 Jan 2001 20:17:49 -0500
23729              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
23730      Branch: maint-5.6/perl
23731            ! win32/Makefile
23732 ____________________________________________________________________________
23733 [  8453] By: jhi                                   on 2001/01/16  16:09:33
23734         Log: Update Changes.
23735      Branch: perl
23736            ! Changes patchlevel.h
23737 ____________________________________________________________________________
23738 [  8452] By: jhi                                   on 2001/01/16  15:42:04
23739         Log: Subject: Re: API Cleanup
23740              To: perl5-porters@perl.org
23741              Date: Tue, 16 Jan 2001 13:42:30 +0000
23742              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
23743              
23744              Subject: [PATCH] utf8.c documentation
23745              From: Simon Cozens <simon@cozens.net>
23746              Date: Tue, 16 Jan 2001 13:52:48 +0000
23747              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
23748              
23749              Subject: Re: API Cleanup
23750              From: Simon Cozens <simon@cozens.net>
23751              Date: Tue, 16 Jan 2001 14:58:55 +0000
23752              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
23753              
23754              UTF-8 doc patches.
23755      Branch: perl
23756            ! embed.pl pod/perlapi.pod utf8.c
23757 ____________________________________________________________________________
23758 [  8451] By: jhi                                   on 2001/01/16  14:41:39
23759         Log: podlators 1.07, from Russ Allbery.
23760      Branch: perl
23761            ! lib/Pod/Man.pm
23762 ____________________________________________________________________________
23763 [  8450] By: jhi                                   on 2001/01/16  14:24:19
23764         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
23765              From: "Indy Singh" <indy@nusphere.com>
23766              Date: Mon, 15 Jan 2001 20:59:40 -0500
23767              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
23768      Branch: perl
23769            ! win32/Makefile
23770 ____________________________________________________________________________
23771 [  8449] By: jhi                                   on 2001/01/16  03:42:55
23772         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
23773              at the setting of the ofs_sv in new_struct_thread() as the
23774              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
23775              that invited a core dump.
23776      Branch: perl
23777            ! util.c
23778 ____________________________________________________________________________
23779 [  8448] By: jhi                                   on 2001/01/16  01:49:07
23780         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
23781              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23782              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
23783              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
23784              
23785              Replace #8444 and #8445.
23786      Branch: perl
23787            ! ext/B/B.xs ext/B/B/Debug.pm
23788 ____________________________________________________________________________
23789 [  8447] By: jhi                                   on 2001/01/15  21:05:35
23790         Log: Subject: [PATCH] API Variable documentation   
23791              From: Simon Cozens <simon@cozens.net>
23792              Date: Mon, 15 Jan 2001 19:35:54 +0000
23793              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
23794      Branch: perl
23795            ! pod/perlapi.pod thrdvar.h
23796 ____________________________________________________________________________
23797 [  8446] By: jhi                                   on 2001/01/15  20:49:20
23798         Log: Signedness nit.
23799      Branch: perl
23800            ! pp_ctl.c
23801 ____________________________________________________________________________
23802 [  8445] By: jhi                                   on 2001/01/15  20:28:48
23803         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
23804      Branch: perl
23805            ! ext/B/B/Debug.pm
23806 ____________________________________________________________________________
23807 [  8444] By: jhi                                   on 2001/01/15  13:09:10
23808         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
23809      Branch: perl
23810            ! ext/B/B.xs
23811 ____________________________________________________________________________
23812 [  8443] By: jhi                                   on 2001/01/15  13:06:26
23813         Log: Missing from #8439.
23814      Branch: perl
23815            ! keywords.h mg.c
23816 ____________________________________________________________________________
23817 [  8442] By: jhi                                   on 2001/01/15  13:02:38
23818         Log: Subject: [PATCH @8436] Eliminate op_children
23819              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23820              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
23821              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
23822              
23823              Subject: [PATCH @8436] Re: Eliminate op_children
23824              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23825              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
23826              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
23827      Branch: perl
23828            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
23829            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
23830            ! op.c op.h
23831 ____________________________________________________________________________
23832 [  8441] By: jhi                                   on 2001/01/15  12:57:08
23833         Log: Use the /^Perl_/-less form of is_lvalue_sub().
23834      Branch: perl
23835            ! pp.h
23836 ____________________________________________________________________________
23837 [  8440] By: jhi                                   on 2001/01/15  05:13:09
23838         Log: Revert #8437 and #8438, the Linux large files story is more complex.
23839      Branch: metaconfig/U/perl
23840            ! d_fpos64_t.U d_off64_t.U
23841      Branch: perl
23842            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23843            ! config_h.SH configure.com epoc/config.sh perl.h
23844            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
23845            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23846            ! win32/config.bc win32/config.gc win32/config.vc
23847 ____________________________________________________________________________
23848 [  8439] By: jhi                                   on 2001/01/15  05:02:24
23849         Log: More UTF-8 patches from Inaba Hiroto.
23850              - The substr lval was still not okay.
23851              - Now pp_stringify and sv_setsv copies source's UTF8 flag
23852              even if IN_BYTE.  pp_stringify is called from fold_constants
23853              at optimization phase and "\x{100}" was made SvUTF8_off under
23854              use bytes (the bytes pragma is for "byte semantics" and not
23855              for "do not produce UTF8 data")
23856              - New `qu' operator to generate UTF8 string explicitly.
23857              Though I agree with the policy "0x00-0xff always produce bytes",
23858              sometimes want to such a string to be coded in UTF8.
23859              I can use pack"U0a*" but it requires more typing and has
23860              runtime overhead.
23861              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
23862              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
23863              string is not UTF8_on and has char 0x80-0xff.
23864              
23865              TODO: document and test qu.
23866      Branch: perl
23867            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
23868            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
23869            ! toke.c
23870 ____________________________________________________________________________
23871 [  8438] By: jhi                                   on 2001/01/14  05:10:23
23872         Log: Metaconfig unit changes for #8437.
23873      Branch: metaconfig/U/perl
23874            ! d_fpos64_t.U d_off64_t.U
23875 ____________________________________________________________________________
23876 [  8437] By: jhi                                   on 2001/01/14  04:55:34
23877         Log: Add <features.h> probing, seems to be needed for (some?)
23878              Linux largefileness.
23879      Branch: perl
23880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23881            ! config_h.SH configure.com epoc/config.sh perl.h
23882            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
23883            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23884            ! win32/config.bc win32/config.gc win32/config.vc
23885 ____________________________________________________________________________
23886 [  8436] By: jhi                                   on 2001/01/13  17:47:21
23887         Log: Tighten some of the tests a bit.
23888      Branch: perl
23889            ! t/pragma/utf8.t
23890 ____________________________________________________________________________
23891 [  8435] By: jhi                                   on 2001/01/13  17:31:54
23892         Log: Integrate perlio.
23893      Branch: perl
23894           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
23895           !> win32/config_H.gc win32/config_H.vc
23896 ____________________________________________________________________________
23897 [  8434] By: nick                                  on 2001/01/13  11:36:53
23898         Log: Run dmake regen_config_h for Win32
23899      Branch: perlio
23900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23901 ____________________________________________________________________________
23902 [  8433] By: nick                                  on 2001/01/13  11:31:55
23903         Log: VMS friendly patch to Encode compile process
23904      Branch: perlio
23905            ! ext/Encode/Makefile.PL ext/Encode/compile
23906 ____________________________________________________________________________
23907 [  8432] By: nick                                  on 2001/01/13  11:06:44
23908         Log: Integrate mainline
23909      Branch: perlio
23910           +> ext/B/B/Concise.pm
23911           !> (integrate 52 files)
23912 ____________________________________________________________________________
23913 [  8431] By: jhi                                   on 2001/01/13  05:55:55
23914         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
23915              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23916              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
23917              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
23918      Branch: perl
23919            ! ext/B/B/Concise.pm
23920 ____________________________________________________________________________
23921 [  8430] By: jhi                                   on 2001/01/13  04:24:18
23922         Log: The LVRET macro needed an aTHX.
23923      Branch: perl
23924            ! pp.h
23925 ____________________________________________________________________________
23926 [  8429] By: jhi                                   on 2001/01/13  02:12:42
23927         Log: Update Changes.
23928      Branch: perl
23929            ! Changes patchlevel.h
23930 ____________________________________________________________________________
23931 [  8428] By: jhi                                   on 2001/01/13  02:08:50
23932         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
23933              From: Peter Prymmer <pvhp@forte.com>
23934              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
23935              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
23936              
23937              Add a BEGIN guard for sloppy floating point division.
23938      Branch: perl
23939            ! lib/Math/BigInt.pm lib/bigint.pl
23940 ____________________________________________________________________________
23941 [  8427] By: jhi                                   on 2001/01/13  01:47:16
23942         Log: The B::Terse drop-in replacement wasn't quite drop-in.
23943      Branch: perl
23944            ! ext/B/B/Terse.pm
23945 ____________________________________________________________________________
23946 [  8426] By: jhi                                   on 2001/01/12  21:20:43
23947         Log: Use UVXf.
23948      Branch: perl
23949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23950            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
23951            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23952            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23953            ! win32/config.gc win32/config.vc
23954 ____________________________________________________________________________
23955 [  8425] By: jhi                                   on 2001/01/12  20:20:14
23956         Log: Subject: [PATCH perl@8342] -Wformat
23957              From: Robin Barker <rmb1@cise.npl.co.uk>
23958              Date: Fri, 12 Jan 2001 20:03:14 GMT
23959              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
23960      Branch: perl
23961            ! ext/Encode/Encode.xs mg.c sv.c toke.c
23962 ____________________________________________________________________________
23963 [  8424] By: jhi                                   on 2001/01/12  20:01:48
23964         Log: Subject: B::Concise -- an improved replacement for B::Terse 
23965              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23966              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
23967              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
23968      Branch: perl
23969            + ext/B/B/Concise.pm
23970            ! MANIFEST ext/B/B/Terse.pm
23971 ____________________________________________________________________________
23972 [  8423] By: jhi                                   on 2001/01/12  19:24:02
23973         Log: The new metaconfig unit from the #8421.
23974      Branch: metaconfig/U/perl
23975            + d_sigprocmask.U
23976 ____________________________________________________________________________
23977 [  8422] By: jhi                                   on 2001/01/12  19:23:43
23978         Log: Forgot the microperl config from the #8421.
23979      Branch: perl
23980            ! uconfig.h uconfig.sh
23981 ____________________________________________________________________________
23982 [  8421] By: jhi                                   on 2001/01/12  19:05:27
23983         Log: Add sigprocmask() probe, regen Configure, regen toc.
23984      Branch: perl
23985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23986            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
23987            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23988            ! vos/config.ga.h win32/config.bc win32/config.gc
23989            ! win32/config.vc
23990 ____________________________________________________________________________
23991 [  8420] By: jhi                                   on 2001/01/12  18:34:31
23992         Log: Add sockatmark() to the todo list.
23993      Branch: perl
23994            ! Todo-5.6
23995 ____________________________________________________________________________
23996 [  8419] By: jhi                                   on 2001/01/12  18:09:46
23997         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
23998      Branch: perl
23999            ! op.c
24000 ____________________________________________________________________________
24001 [  8418] By: jhi                                   on 2001/01/12  18:05:30
24002         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24003              From: Radu Greab <radu@netsoft.ro>
24004              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
24005              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
24006      Branch: perl
24007            ! op.c t/pragma/sub_lval.t
24008 ____________________________________________________________________________
24009 [  8417] By: jhi                                   on 2001/01/12  16:09:09
24010         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
24011              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
24012              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
24013              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
24014      Branch: perl
24015            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
24016            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
24017            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
24018            ! t/pragma/sub_lval.t toke.c
24019 ____________________________________________________________________________
24020 [  8416] By: jhi                                   on 2001/01/12  15:42:06
24021         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24022              From: "Richard Soderberg" <rs@crystalflame.net>
24023              Date: Fri, 12 Jan 2001 04:49:35 -0800
24024              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
24025              
24026              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24027              according to the platform.
24028      Branch: perl
24029            ! op.c
24030 ____________________________________________________________________________
24031 [  8415] By: jhi                                   on 2001/01/12  15:33:41
24032         Log: One more UTF-8 fix from Inaba Hiroto.
24033      Branch: perl
24034            ! pp.c regexec.c t/pragma/utf8.t
24035 ____________________________________________________________________________
24036 [  8414] By: jhi                                   on 2001/01/12  15:30:18
24037         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
24038      Branch: perl
24039            ! regexec.c
24040 ____________________________________________________________________________
24041 [  8413] By: jhi                                   on 2001/01/12  15:22:10
24042         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
24043              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24044              Date: Thu, 11 Jan 2001 12:53:36 +0100
24045              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
24046      Branch: perl
24047            ! toke.c
24048 ____________________________________________________________________________
24049 [  8412] By: jhi                                   on 2001/01/12  15:20:25
24050         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
24051              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24052              Date: Fri, 12 Jan 2001 14:37:55 +0100
24053              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
24054      Branch: perl
24055            ! hints/posix-bc.sh
24056 ____________________________________________________________________________
24057 [  8411] By: jhi                                   on 2001/01/12  15:14:14
24058         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
24059              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24060              Date: Fri, 12 Jan 2001 10:42:21 +0100
24061              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
24062      Branch: perl
24063            ! t/op/regmesg.t
24064 ____________________________________________________________________________
24065 [  8410] By: jhi                                   on 2001/01/12  05:48:55
24066         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
24067              From: Nicholas Clark <nick@ccl4.org> 
24068              Date: Sun, 7 Jan 2001 19:47:14 +0000
24069              Message-ID: <20010107194714.B1048@plum.flirble.org>
24070      Branch: perl
24071            ! t/op/numconvert.t
24072 ____________________________________________________________________________
24073 [  8409] By: jhi                                   on 2001/01/12  05:41:28
24074         Log: Integrate perlio.
24075      Branch: perl
24076           !> mg.c scope.h
24077 ____________________________________________________________________________
24078 [  8408] By: nick                                  on 2001/01/11  22:43:28
24079         Log: Remove variables that were used in experiments.
24080      Branch: perlio
24081            ! mg.c
24082 ____________________________________________________________________________
24083 [  8407] By: nick                                  on 2001/01/11  20:57:44
24084         Log: Catch die in %SIG handler and unblock the signal before re-dying.
24085              This make Linux work _without_ sigsetjmp().
24086              Turn off sigsetjmp() to see what else it does.
24087              May need Configure probe for sigprocmask() if anything has sigaction()
24088              but not sigprocmask().
24089      Branch: perlio
24090            ! mg.c scope.h
24091 ____________________________________________________________________________
24092 [  8406] By: nick                                  on 2001/01/11  19:32:07
24093         Log: Integrate mainline
24094      Branch: perlio
24095           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
24096           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
24097           !> t/op/substr.t
24098 ____________________________________________________________________________
24099 [  8405] By: jhi                                   on 2001/01/11  17:11:01
24100         Log: Fix UTF-8 lval substr().
24101      Branch: perl
24102            ! mg.c t/op/substr.t
24103 ____________________________________________________________________________
24104 [  8404] By: jhi                                   on 2001/01/11  05:13:58
24105         Log: Update Changes.
24106      Branch: perl
24107            ! Changes patchlevel.h
24108 ____________________________________________________________________________
24109 [  8403] By: jhi                                   on 2001/01/11  04:38:24
24110         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24111              From: Hugo <hv@crypt.compulink.co.uk>
24112              Date: Mon, 30 Oct 2000 01:33:26 +0000
24113              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
24114      Branch: perl
24115            ! regexec.c t/op/re_tests
24116 ____________________________________________________________________________
24117 [  8402] By: jhi                                   on 2001/01/11  04:26:12
24118         Log: Integrate perlio.
24119      Branch: perl
24120           !> scope.h util.c
24121 ____________________________________________________________________________
24122 [  8401] By: nick                                  on 2001/01/10  22:52:55
24123         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
24124              (So Alan and Ilya can try setting via hints.)
24125              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
24126              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
24127              doing the save everywhere seems to restart read() correctly, but just
24128              doing it once "round" the handler does not.
24129      Branch: perlio
24130            ! scope.h
24131 ____________________________________________________________________________
24132 [  8400] By: jhi                                   on 2001/01/10  21:57:54
24133         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
24134              of IRIX, HP-UX is unaffected.
24135      Branch: perl
24136            ! perl.h
24137 ____________________________________________________________________________
24138 [  8399] By: nick                                  on 2001/01/10  21:29:19
24139         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
24140      Branch: perlio
24141            ! util.c
24142 ____________________________________________________________________________
24143 [  8398] By: jhi                                   on 2001/01/10  20:55:31
24144         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
24145              also have ReusePort.
24146      Branch: perl
24147            ! ext/IO/lib/IO/Socket/INET.pm
24148 ____________________________________________________________________________
24149 [  8397] By: jhi                                   on 2001/01/10  20:50:57
24150         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24151              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24152              Date: Wed, 10 Jan 2001 01:38:13 -0800
24153              Message-ID: <20010110013813.B41744@yahoo-inc.com>
24154      Branch: perl
24155            ! ext/IO/lib/IO/Socket/INET.pm
24156 ____________________________________________________________________________
24157 [  8396] By: jhi                                   on 2001/01/10  20:49:30
24158         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
24159              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
24160              Date: Wed, 10 Jan 2001 01:37:32 -0800
24161              Message-ID: <20010110013732.A41744@yahoo-inc.com>
24162      Branch: perl
24163            ! ext/Socket/Socket.pm
24164 ____________________________________________________________________________
24165 [  8395] By: jhi                                   on 2001/01/10  20:41:37
24166         Log: Test for bug id 20010105.016 (fixed by #8378).
24167      Branch: perl
24168            ! t/op/split.t
24169 ____________________________________________________________________________
24170 [  8394] By: jhi                                   on 2001/01/10  20:26:32
24171         Log: Integrate perlio.
24172      Branch: perl
24173            ! util.c
24174 ____________________________________________________________________________
24175 [  8393] By: nick                                  on 2001/01/10  19:34:30
24176         Log: Back out Simon's pid hackery for now.
24177      Branch: perlio
24178            ! util.c
24179 ____________________________________________________________________________
24180 [  8392] By: nick                                  on 2001/01/10  19:23:13
24181         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
24182      Branch: perlio
24183           !> (integrate 29 files)
24184 ____________________________________________________________________________
24185 [  8391] By: jhi                                   on 2001/01/10  18:43:15
24186         Log: Subject: [PATCH] Fix my_pclose segfault
24187              From: Simon Cozens <simon@cozens.net>
24188              Date: Wed, 10 Jan 2001 18:39:35 +0000
24189              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
24190      Branch: perl
24191            ! util.c
24192 ____________________________________________________________________________
24193 [  8390] By: jhi                                   on 2001/01/10  18:42:08
24194         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
24195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24196              Date:     Wed, 10 Jan 2001 13:23:02 EST
24197              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
24198      Branch: perl
24199            ! ext/Opcode/Opcode.xs
24200 ____________________________________________________________________________
24201 [  8389] By: jhi                                   on 2001/01/10  15:16:07
24202         Log: Turn off the integer preservation for now.
24203      Branch: perl
24204            ! perl.h
24205 ____________________________________________________________________________
24206 [  8388] By: jhi                                   on 2001/01/10  15:01:25
24207         Log: Few more IDE/editor nits from p5p.
24208      Branch: perl
24209            ! pod/perlfaq3.pod
24210 ____________________________________________________________________________
24211 [  8387] By: jhi                                   on 2001/01/10  06:53:16
24212         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
24213              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
24214              Date: Tue, 9 Jan 2001 23:16:02 +0000
24215              Message-ID: <20010109231602.A81101@plum.flirble.org>
24216      Branch: perl
24217            ! sv.c
24218 ____________________________________________________________________________
24219 [  8386] By: jhi                                   on 2001/01/10  03:17:54
24220         Log: Test cases for #8385 (from Simon's "torture.pl")
24221      Branch: perl
24222            ! t/op/tr.t
24223 ____________________________________________________________________________
24224 [  8385] By: jhi                                   on 2001/01/10  03:17:11
24225         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
24226              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
24227              Date: Wed, 10 Jan 2001 11:39:39 +0900
24228              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
24229              
24230              Some more UTF-8 tr cases fixed.
24231      Branch: perl
24232            ! doop.c
24233 ____________________________________________________________________________
24234 [  8384] By: jhi                                   on 2001/01/09  22:45:40
24235         Log: Allow the locale test needing POSIX and the taint test
24236              needing IPC::SysV to run under 'minitest' (basically,
24237              bail out if loading the extension fails)
24238      Branch: perl
24239            ! t/op/misc.t t/op/taint.t
24240 ____________________________________________________________________________
24241 [  8383] By: jhi                                   on 2001/01/09  21:36:04
24242         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24243              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24244              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
24245              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
24246      Branch: perl
24247            ! t/io/openpid.t
24248 ____________________________________________________________________________
24249 [  8382] By: jhi                                   on 2001/01/09  21:06:08
24250         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
24251              Should finish up the bug id 20001205.022.
24252      Branch: perl
24253            ! pp.c pp_hot.c scope.c
24254 ____________________________________________________________________________
24255 [  8381] By: jhi                                   on 2001/01/09  18:27:43
24256         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
24257              From: Andy Dougherty <doughera@lafayette.edu>
24258              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
24259              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
24260              
24261              More robust yacc/bison error detection.
24262      Branch: perl
24263            ! t/comp/proto.t
24264 ____________________________________________________________________________
24265 [  8380] By: jhi                                   on 2001/01/09  15:21:38
24266         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
24267              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24268              Date:     Tue, 9 Jan 2001 07:53:55 EST
24269              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
24270      Branch: perl
24271            ! t/op/misc.t vms/test.com
24272 ____________________________________________________________________________
24273 [  8379] By: jhi                                   on 2001/01/09  15:20:38
24274         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
24275              From: jhi@cc.hut.fi
24276              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
24277              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
24278              
24279              The #8378 fixed this.
24280      Branch: perl
24281            ! t/op/tr.t
24282 ____________________________________________________________________________
24283 [  8378] By: jhi                                   on 2001/01/09  15:05:32
24284         Log: Subject: One more patch for UTF8 
24285              From: Inaba Hiroto <inaba@st.rim.or.jp>
24286              Date: Tue, 09 Jan 2001 01:04:32 +0900
24287              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
24288              
24289              UTF-8 fixes for 'x' and tr///.
24290      Branch: perl
24291            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
24292            ! regcomp.c regexec.c toke.c utf8.c
24293 ____________________________________________________________________________
24294 [  8377] By: jhi                                   on 2001/01/09  14:32:17
24295         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24296      Branch: perl
24297            ! t/op/length.t
24298 ____________________________________________________________________________
24299 [  8376] By: jhi                                   on 2001/01/09  04:32:32
24300         Log: integrate changes #7775, #8316, #8316 from mainline
24301      Branch: maint-5.6/perl
24302            ! hints/solaris_2.sh
24303 ____________________________________________________________________________
24304 [  8375] By: jhi                                   on 2001/01/09  04:26:43
24305         Log: Update Changes.
24306      Branch: perl
24307            ! Changes patchlevel.h
24308 ____________________________________________________________________________
24309 [  8374] By: jhi                                   on 2001/01/09  04:14:32
24310         Log: IDE/editor section tweaking.
24311      Branch: perl
24312            ! pod/perlfaq3.pod
24313 ____________________________________________________________________________
24314 [  8373] By: jhi                                   on 2001/01/09  02:38:26
24315         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
24316              From: Peter Prymmer <pvhp@forte.com>
24317              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
24318              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
24319              
24320              In preparation os OS/390 dynamic loading.
24321      Branch: perl
24322            ! README.os390 hints/os390.sh
24323 ____________________________________________________________________________
24324 [  8372] By: jhi                                   on 2001/01/09  00:24:30
24325         Log: Integrate with perlio.
24326      Branch: perl
24327           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24328 ____________________________________________________________________________
24329 [  8371] By: nick                                  on 2001/01/08  23:54:33
24330         Log: Fix "scalars leaked" bugs caused by overload magic
24331              (Highlighted by Ilya's DESTROY optimization.)
24332      Branch: perlio
24333            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
24334 ____________________________________________________________________________
24335 [  8370] By: nick                                  on 2001/01/08  20:19:41
24336         Log: Integrate mainline
24337      Branch: perlio
24338           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
24339           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
24340           !> t/op/64bitint.t
24341 ____________________________________________________________________________
24342 [  8369] By: jhi                                   on 2001/01/08  17:30:52
24343         Log: save_delete() Safefree() doesn't (anymore?) work with shared
24344              strings, one test failure in op/misc and almost all of lib/b.
24345              (Outcomments #8369.)
24346      Branch: perl
24347            ! scope.c
24348 ____________________________________________________________________________
24349 [  8368] By: jhi                                   on 2001/01/08  14:47:10
24350         Log: (Outcommented by #8369.)
24351              
24352              Subject: Re: Perl BugID 20001205.022 ---- save_delete
24353              From: Simon Cozens <simon@cozens.net>
24354              Date: Sat, 6 Jan 2001 11:48:40 +0000
24355              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
24356              
24357              The save_delete() does need the Safefree.
24358      Branch: perl
24359            ! scope.c
24360 ____________________________________________________________________________
24361 [  8367] By: bailey                                on 2001/01/08  08:53:52
24362         Log: Once again syncing after too long an absence
24363      Branch: vmsperl
24364           +> (branch 55 files)
24365            - MAINTAIN fix_pl vos/config.def vos/config.h
24366            - vos/config_h.SH_orig
24367           !> (integrate 498 files)
24368 ____________________________________________________________________________
24369 [  8366] By: jhi                                   on 2001/01/08  02:42:59
24370         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
24371              From: nick@ccl4.org
24372              Date: Sun, 7 Jan 2001 21:07:18 +0000
24373              Message-Id: <20010107210717.D1048@plum.flirble.org>
24374      Branch: perl
24375            ! sv.c t/op/64bitint.t
24376 ____________________________________________________________________________
24377 [  8365] By: jhi                                   on 2001/01/08  02:35:16
24378         Log: Subject: [PATCH] environ nit
24379              From: Simon Cozens <simon@cozens.net>
24380              Date: Sun, 7 Jan 2001 17:57:07 +0000
24381              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
24382              
24383              Use environ only if we have it.
24384      Branch: perl
24385            ! mg.c
24386 ____________________________________________________________________________
24387 [  8364] By: jhi                                   on 2001/01/08  02:24:51
24388         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
24389      Branch: perl
24390            ! ext/GDBM_File/GDBM_File.xs
24391 ____________________________________________________________________________
24392 [  8363] By: jhi                                   on 2001/01/08  02:19:24
24393         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
24394              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24395              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
24396              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
24397      Branch: perl
24398            ! dump.c op.c
24399 ____________________________________________________________________________
24400 [  8362] By: jhi                                   on 2001/01/08  02:17:43
24401         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
24402              From: Doug MacEachern <dougm@covalent.net>
24403              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
24404              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
24405              
24406              Allow AUTOLOAD to be an xsub and allow such xsubs
24407              to avoid use of $AUTOLOAD.
24408      Branch: perl
24409            ! gv.c
24410 ____________________________________________________________________________
24411 [  8361] By: jhi                                   on 2001/01/08  02:16:07
24412         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
24413              From: Radu Greab <radu@netsoft.ro>
24414              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
24415              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
24416              
24417              No need for the potentially unportable $SIG{CHLD}.
24418      Branch: perl
24419            ! t/io/pipe.t
24420 ____________________________________________________________________________
24421 [  8360] By: jhi                                   on 2001/01/08  01:58:23
24422         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
24423      Branch: perl
24424            ! lib/Getopt/Long.pm
24425 ____________________________________________________________________________
24426 [  8359] By: jhi                                   on 2001/01/08  01:55:44
24427         Log: Integrate perlio.
24428      Branch: perl
24429           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
24430           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
24431           !> utf8.c win32/Makefile
24432 ____________________________________________________________________________
24433 [  8358] By: jhi                                   on 2001/01/07  21:16:50
24434         Log: Update the EPOC cross SDK URL.
24435      Branch: perl
24436            ! README.epoc
24437 ____________________________________________________________________________
24438 [  8357] By: jhi                                   on 2001/01/07  21:16:09
24439         Log: Update the EPOC cross SDK URL.
24440      Branch: maint-5.6/perl
24441            ! README.epoc
24442 ____________________________________________________________________________
24443 [  8356] By: nick                                  on 2001/01/06  21:47:52
24444         Log: FILE * in XS code for PerlIO world:
24445              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
24446              - Add FILE * T_STDIO typemap.
24447              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
24448      Branch: perlio
24449            ! lib/ExtUtils/typemap perlio.c perlio.h
24450 ____________________________________________________________________________
24451 [  8355] By: jhi                                   on 2001/01/06  20:27:15
24452         Log: integrate change #8336 from mainline
24453              
24454              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
24455      Branch: maint-5.6/perl
24456            ! hv.c
24457 ____________________________________________________________________________
24458 [  8354] By: jhi                                   on 2001/01/06  20:24:29
24459         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24460              From: Robin Barker <rmb1@cise.npl.co.uk>
24461              Date: Fri, 22 Dec 2000 12:17:38 GMT
24462              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
24463              
24464              The patch reformats some long =item lines so they give
24465              correct output via pod2man | nroff -man
24466              
24467              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24468              From: Robin Barker <rmb1@cise.npl.co.uk>
24469              Date: Tue, 2 Jan 2001 15:35:03 GMT
24470              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
24471              
24472              Here is a _further_ patch which corrects a few more errors:
24473              * an empty C<=item> in CPAN.pm
24474              * patching the wrong file (pod/perlamiga.pod not README.amiga)
24475              * leaving empty C<=item>s which formatted incorrectly
24476              * over long C<=item>s revealed by latest patch to Pod::Man
24477      Branch: maint-5.6/perl
24478            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
24479            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
24480            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
24481            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
24482            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
24483            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
24484 ____________________________________________________________________________
24485 [  8353] By: jhi                                   on 2001/01/06  20:21:10
24486         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
24487              
24488              UTF-8 hash keys.
24489      Branch: maint-5.6/perl
24490            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
24491 ____________________________________________________________________________
24492 [  8352] By: jhi                                   on 2001/01/06  20:18:44
24493         Log: Forgotten from #8438.
24494      Branch: maint-5.6/perl
24495            ! epoc/epocish.h
24496 ____________________________________________________________________________
24497 [  8351] By: jhi                                   on 2001/01/06  20:18:12
24498         Log: Forgotten from #8347.
24499      Branch: maint-5.6/perl
24500            ! config_h.SH
24501 ____________________________________________________________________________
24502 [  8350] By: jhi                                   on 2001/01/06  20:00:19
24503         Log: Thinko in #8347.
24504      Branch: maint-5.6/perl
24505            ! regcomp.c
24506 ____________________________________________________________________________
24507 [  8349] By: jhi                                   on 2001/01/06  18:05:30
24508         Log: Copy the FAQ3 IDE section from the development branch,
24509              changes originally by Peter Prymmer.
24510      Branch: maint-5.6/perl
24511            ! pod/perlfaq3.pod
24512 ____________________________________________________________________________
24513 [  8348] By: jhi                                   on 2001/01/06  18:03:02
24514         Log: EPOC updates for TRIAL1.
24515              
24516              Subject: [5.6.1 trial1] EPOC update
24517              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24518              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
24519              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
24520              
24521              Subject: epoc patch2 for perl-5.6.1-trial1
24522              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24523              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
24524              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
24525      Branch: maint-5.6/perl
24526            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
24527            ! epoc/epocish.c
24528 ____________________________________________________________________________
24529 [  8347] By: jhi                                   on 2001/01/06  17:29:10
24530         Log: integrate changes #7710,7824,7973 from mainline,
24531              plus VMS nits from Peter Prymmer and Dan Sugalski.
24532              
24533              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
24534              library (getprotobyname and getprotobynumber are outversioned by
24535              the same calls in libc, at least for xlc version 3.
24536              
24537              Add HAS_SBRK_PROTO.
24538              
24539              Fixes for signedness warnings noticed by VMSperlers.
24540      Branch: maint-5.6/perl
24541            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24542            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
24543            ! sv.c vms/descrip_mms.template vos/config.alpha.def
24544            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24545            ! win32/config.bc win32/config.gc win32/config.vc
24546 ____________________________________________________________________________
24547 [  8346] By: nick                                  on 2001/01/06  14:36:01
24548         Log: Fixup accumulated integrate muddles (perlio == devperl again)
24549      Branch: perlio
24550            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
24551 ____________________________________________________________________________
24552 [  8345] By: nick                                  on 2001/01/06  14:24:58
24553         Log: Integrate mainline
24554      Branch: perlio
24555           !> (integrate 55 files)
24556 ____________________________________________________________________________
24557 [  8344] By: jhi                                   on 2001/01/06  02:24:02
24558         Log: Subject: [patch] PerlIO_cleanup() prototype
24559              From: Doug MacEachern <dougm@covalent.net>
24560              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
24561              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
24562      Branch: perl
24563            ! perlio.h
24564 ____________________________________________________________________________
24565 [  8343] By: jhi                                   on 2001/01/06  01:04:09
24566         Log: IRIX compiler noticed that the bof initialization might be
24567              bypassed by control flow.
24568      Branch: perl
24569            ! toke.c
24570 ____________________________________________________________________________
24571 [  8342] By: jhi                                   on 2001/01/06  00:10:48
24572         Log: Update Changes.
24573      Branch: perl
24574            ! Changes patchlevel.h
24575 ____________________________________________________________________________
24576 [  8341] By: jhi                                   on 2001/01/05  23:52:33
24577         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
24578      Branch: perl
24579            ! toke.c
24580 ____________________________________________________________________________
24581 [  8340] By: jhi                                   on 2001/01/05  22:44:08
24582         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
24583              From: Radu Greab <radu@netsoft.ro>
24584              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
24585              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
24586      Branch: perl
24587            ! t/io/pipe.t util.c
24588 ____________________________________________________________________________
24589 [  8339] By: jhi                                   on 2001/01/05  22:35:17
24590         Log: Subject: [PATCH] format and rewording in perlfaq.pod
24591              From: Robin Barker <rmb1@cise.npl.co.uk>
24592              Date: Fri, 5 Jan 2001 18:51:20 GMT
24593              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
24594      Branch: perl
24595            ! pod/perlfaq.pod
24596 ____________________________________________________________________________
24597 [  8338] By: jhi                                   on 2001/01/05  22:31:17
24598         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
24599              From: Peter Prymmer <pvhp@forte.com>
24600              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
24601              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
24602      Branch: perl
24603            ! utils/perlbug.PL
24604 ____________________________________________________________________________
24605 [  8337] By: jhi                                   on 2001/01/05  18:15:11
24606         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
24607              From: Robin Barker <rmb1@cise.npl.co.uk>
24608              Date: Tue, 2 Jan 2001 15:24:07 GMT
24609              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
24610              
24611              If you call configure as C<./Configure> or C<sh ./Configure>,
24612              $src is set to the absolute path name, not '.'.
24613              
24614              This, in turn, means -Dmksymlink tries to do its stuff because
24615              it does not think it is in the src directory.
24616              
24617              (plus a metaconfig nitfix)
24618      Branch: metaconfig
24619            ! U/compline/ccflags.U U/modified/src.U
24620      Branch: perl
24621            ! Configure config_h.SH
24622 ____________________________________________________________________________
24623 [  8336] By: jhi                                   on 2001/01/05  17:48:32
24624         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
24625              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24626              Message-ID: <3A5606C4.473D2226@uk.sun.com>
24627              Date: Fri, 05 Jan 2001 17:39:16 +0000
24628      Branch: perl
24629            ! hv.c
24630 ____________________________________________________________________________
24631 [  8335] By: jhi                                   on 2001/01/05  16:05:44
24632         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
24633      Branch: perl
24634            ! lib/Getopt/Long.pm
24635 ____________________________________________________________________________
24636 [  8334] By: jhi                                   on 2001/01/05  16:00:51
24637         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
24638              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
24639              Date: Fri, 05 Jan 2001 13:46:51 +0100
24640              Message-ID: <13693.978698811@nice.ram.loc>
24641              
24642              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
24643              accurate reading of the "atime".  
24644      Branch: perl
24645            ! t/io/fs.t
24646 ____________________________________________________________________________
24647 [  8333] By: jhi                                   on 2001/01/05  15:57:37
24648         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
24649              From: Simon Cozens <simon@cozens.net>
24650              Date: Fri, 8 Dec 2000 13:33:31 +0000
24651              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
24652              
24653              A lost patch fragment.
24654      Branch: perl
24655            ! doop.c
24656 ____________________________________________________________________________
24657 [  8332] By: jhi                                   on 2001/01/05  15:40:42
24658         Log: Do away with strncpy() and a fixed length buffer.
24659      Branch: perl
24660            ! utf8.c
24661 ____________________________________________________________________________
24662 [  8331] By: jhi                                   on 2001/01/05  15:03:07
24663         Log: Tests for #8329 and #8330.
24664      Branch: perl
24665            ! t/op/bop.t
24666 ____________________________________________________________________________
24667 [  8330] By: jhi                                   on 2001/01/05  15:02:38
24668         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
24669              raw 8-bit form to the UTF-8 string.
24670      Branch: perl
24671            ! toke.c
24672 ____________________________________________________________________________
24673 [  8329] By: jhi                                   on 2001/01/05  14:55:13
24674         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
24675              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24676              Date: Fri, 5 Jan 2001 12:28:52 +0100
24677              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
24678              
24679              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
24680              no effect.  (changed the strncpy() to Copy())
24681      Branch: perl
24682            ! toke.c
24683 ____________________________________________________________________________
24684 [  8328] By: jhi                                   on 2001/01/05  06:44:27
24685         Log: UTF-8 cleanup.
24686      Branch: perl
24687            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
24688            ! regexec.c sv.c toke.c
24689 ____________________________________________________________________________
24690 [  8327] By: jhi                                   on 2001/01/05  01:11:29
24691         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')
24692              From: Radu Greab <radu@netsoft.ro>
24693              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
24694              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
24695              
24696              Cleans up Harness to not use FileHandle, which uses IO.
24697      Branch: perl
24698            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24699 ____________________________________________________________________________
24700 [  8326] By: jhi                                   on 2001/01/05  00:56:37
24701         Log: Update Changes.
24702      Branch: perl
24703            ! Changes patchlevel.h
24704 ____________________________________________________________________________
24705 [  8325] By: jhi                                   on 2001/01/05  00:53:18
24706         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
24707              From: Peter Prymmer <pvhp@forte.com>
24708              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
24709              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
24710              
24711              plus a couple more tailing whitespace removals.
24712      Branch: perl
24713            ! win32/Makefile
24714 ____________________________________________________________________________
24715 [  8324] By: jhi                                   on 2001/01/05  00:47:39
24716         Log: Add some Unicode chop() tests.
24717      Branch: perl
24718            ! t/op/chop.t
24719 ____________________________________________________________________________
24720 [  8323] By: jhi                                   on 2001/01/05  00:47:23
24721         Log: Unify UTF-8 malformedness handling.
24722      Branch: perl
24723            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
24724 ____________________________________________________________________________
24725 [  8322] By: jhi                                   on 2001/01/04  22:21:54
24726         Log: The new $issymlink was unknown to Mksymlinks.
24727      Branch: metaconfig/U/perl
24728            ! Mksymlinks.U issymlink.U
24729      Branch: perl
24730            ! Configure config_h.SH
24731 ____________________________________________________________________________
24732 [  8321] By: jhi                                   on 2001/01/04  21:51:05
24733         Log: The test didn't work under the core test framework.
24734      Branch: perl
24735            ! t/lib/st-lock.t
24736 ____________________________________________________________________________
24737 [  8320] By: jhi                                   on 2001/01/04  21:14:22
24738         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
24739      Branch: perl
24740            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
24741 ____________________________________________________________________________
24742 [  8319] By: jhi                                   on 2001/01/04  20:46:17
24743         Log: Typo in #8312 when manually appying a problematic patch fragment.
24744      Branch: perl
24745            ! ext/Storable/Storable.xs
24746 ____________________________________________________________________________
24747 [  8318] By: jhi                                   on 2001/01/04  20:43:01
24748         Log: The $sh_c didn't fly.
24749      Branch: metaconfig
24750            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
24751            ! U/modified/Loc.U U/modified/myhostname.U
24752            ! U/modified/spitshell.U
24753      Branch: metaconfig/U/perl
24754            ! issymlink.U
24755      Branch: perl
24756            ! Configure config_h.SH
24757 ____________________________________________________________________________
24758 [  8317] By: jhi                                   on 2001/01/04  19:58:01
24759         Log: AIX builtin test -h is broken, changes based on
24760              
24761              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
24762              Date: Tue, 02 Jan 2001 11:24:39 +0100
24763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24764              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
24765      Branch: metaconfig
24766            + U/modified/spitshell.U
24767            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
24768            ! U/modified/Loc.U U/modified/myhostname.U
24769      Branch: metaconfig/U/perl
24770            ! Mksymlinks.U issymlink.U
24771      Branch: perl
24772            ! Configure
24773 ____________________________________________________________________________
24774 [  8316] By: jhi                                   on 2001/01/04  19:02:22
24775         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
24776              From: Andy Dougherty <doughera@lafayette.edu>
24777              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
24778              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
24779              
24780              Beware of GNU ld.
24781      Branch: perl
24782            ! hints/solaris_2.sh
24783 ____________________________________________________________________________
24784 [  8315] By: jhi                                   on 2001/01/04  18:56:48
24785         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
24786              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
24787              Date: Wed, 3 Jan 2001 07:58:51 +0100
24788              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
24789      Branch: perl
24790            ! hints/solaris_2.sh
24791 ____________________________________________________________________________
24792 [  8314] By: jhi                                   on 2001/01/04  18:54:07
24793         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
24794              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24795              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
24796              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
24797              
24798              Doc tweak on #8313.
24799      Branch: perl
24800            ! ext/B/B/Deparse.pm
24801 ____________________________________________________________________________
24802 [  8313] By: jhi                                   on 2001/01/04  18:52:27
24803         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
24804              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
24805              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24806              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
24807              
24808              Make the peephole optimizer to bypass more null ops and
24809              and rewrite the deparse handling of continue blocks.
24810      Branch: perl
24811            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
24812 ____________________________________________________________________________
24813 [  8312] By: jhi                                   on 2001/01/04  18:47:39
24814         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
24815      Branch: perl
24816            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
24817            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24818            ! t/lib/st-lock.t
24819 ____________________________________________________________________________
24820 [  8311] By: jhi                                   on 2001/01/04  18:36:08
24821         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
24822              filter to be run on each .pm during the pm_to_blib() phase,
24823              a fixed version of
24824              
24825              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
24826              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
24827              Date: Wed, 03 Jan 2001 22:01:30 +0100
24828              Message-ID: <5296.978555690@nice.ram.loc>
24829      Branch: perl
24830            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
24831            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24832            ! lib/ExtUtils/MakeMaker.pm
24833 ____________________________________________________________________________
24834 [  8310] By: jhi                                   on 2001/01/04  18:32:54
24835         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24836              From: Robin Barker <rmb1@cise.npl.co.uk>
24837              Date: Tue, 2 Jan 2001 15:35:03 GMT
24838              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
24839      Branch: perl
24840            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
24841            ! pod/perlrequick.pod
24842 ____________________________________________________________________________
24843 [  8309] By: jhi                                   on 2001/01/04  18:29:07
24844         Log: Subject: Re: [patch] static-ize XS()
24845              From: Doug MacEachern <dougm@covalent.net>
24846              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
24847              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
24848              
24849              Provide prototypes for the XS functions.
24850      Branch: perl
24851            ! lib/ExtUtils/xsubpp
24852 ____________________________________________________________________________
24853 [  8308] By: jhi                                   on 2001/01/04  18:27:44
24854         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
24855              From: Doug MacEachern <dougm@covalent.net>
24856              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
24857              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
24858      Branch: perl
24859            ! lib/ExtUtils/typemap
24860 ____________________________________________________________________________
24861 [  8307] By: jhi                                   on 2001/01/04  18:25:25
24862         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
24863              From: Doug MacEachern <dougm@covalent.net>
24864              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
24865              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
24866              
24867              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
24868      Branch: perl
24869            ! lib/ExtUtils/MM_Unix.pm
24870 ____________________________________________________________________________
24871 [  8306] By: jhi                                   on 2001/01/04  18:23:00
24872         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
24873              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24874              Date: Thu, 4 Jan 2001 12:47:10 +0100 
24875              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
24876              
24877              The toke.c part only, patching embed.h and proto.h is futile.
24878      Branch: perl
24879            ! toke.c
24880 ____________________________________________________________________________
24881 [  8305] By: jhi                                   on 2001/01/04  18:05:51
24882         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
24883              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24884              Date: Thu, 4 Jan 2001 17:50:12 +0100 
24885              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
24886      Branch: perl
24887            ! toke.c
24888 ____________________________________________________________________________
24889 [  8304] By: jhi                                   on 2001/01/04  18:03:26
24890         Log: Subject: [PATCH perl@8269]
24891              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24892              Date: Thu, 4 Jan 2001 12:53:39 +0100 
24893              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
24894              
24895              If running byacc write-enable also perly.h.
24896      Branch: perl
24897            ! Makefile.SH
24898 ____________________________________________________________________________
24899 [  8303] By: jhi                                   on 2001/01/04  15:40:49
24900         Log: Rewrite pp_concat() in terms of sv_catsv().
24901      Branch: perl
24902            ! pp_hot.c
24903 ____________________________________________________________________________
24904 [  8302] By: nick                                  on 2001/01/03  22:43:22
24905         Log: Integrate mainline.
24906      Branch: perlio
24907           !> ext/Encode/Encode.xs sv.c utf8.c
24908 ____________________________________________________________________________
24909 [  8301] By: jhi                                   on 2001/01/02  23:40:26
24910         Log: Variable naming tweak.
24911      Branch: perl
24912            ! sv.c
24913 ____________________________________________________________________________
24914 [  8300] By: jhi                                   on 2001/01/02  23:40:02
24915         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
24916              in is_utf8_string().
24917      Branch: perl
24918            ! utf8.c
24919 ____________________________________________________________________________
24920 [  8299] By: jhi                                   on 2001/01/02  22:14:40
24921         Log: Integrate perlio.
24922      Branch: perl
24923           !> pp.c pp_hot.c win32/Makefile
24924 ____________________________________________________________________________
24925 [  8298] By: nick                                  on 2001/01/02  22:03:06
24926         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
24927      Branch: perlio
24928            ! pp.c pp_hot.c
24929 ____________________________________________________________________________
24930 [  8297] By: jhi                                   on 2001/01/02  04:26:28
24931         Log: Signedness nit.
24932      Branch: perl
24933            ! ext/Encode/Encode.xs
24934 ____________________________________________________________________________
24935 [  8296] By: nick                                  on 2001/01/01  23:49:36
24936         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
24937      Branch: perlio
24938            ! win32/Makefile
24939 ____________________________________________________________________________
24940 [  8295] By: jhi                                   on 2001/01/01  23:05:48
24941         Log: Integrate perlio.
24942      Branch: perl
24943           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
24944           !> t/lib/encode.t
24945 ____________________________________________________________________________
24946 [  8294] By: nick                                  on 2001/01/01  22:48:34
24947         Log: Integrate mainline
24948      Branch: perlio
24949            ! pp_hot.c t/lib/encode.t
24950           !> (integrate 65 files)
24951 ____________________________________________________________________________
24952 [  8293] By: nick                                  on 2001/01/01  21:58:50
24953         Log: More rigor in UTF-8-ness of Encode's toUnicode
24954              XS export some of the utf8 internal functions.
24955              Test some of the functions.
24956              Fix pp_concat() bug shown by said tests.
24957      Branch: perlio
24958            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
24959            ! t/lib/encode.t
24960 ____________________________________________________________________________
24961 [  8292] By: jhi                                   on 2001/01/01  18:11:44
24962         Log: Integrate perlio.
24963      Branch: perl
24964           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
24965           !> ext/Encode/encengine.c ext/Encode/encode.h
24966 ____________________________________________________________________________
24967 [  8291] By: jhi                                   on 2001/01/01  18:10:58
24968         Log: Podify README.mpeix (a new version from the web),
24969              add a dummy NAME to Carp::Heavy, regen toc.
24970      Branch: perl
24971            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
24972            ! pod/perltoc.pod
24973 ____________________________________________________________________________
24974 [  8290] By: nick                                  on 2001/01/01  17:43:47
24975         Log: Loose the "Loading..." warning.
24976              Another bug in fallback support
24977      Branch: perlio
24978            ! ext/Encode/Encode.pm ext/Encode/encengine.c
24979 ____________________________________________________________________________
24980 [  8289] By: jhi                                   on 2001/01/01  00:01:57
24981         Log: Bump up Larry's copyright.
24982      Branch: perl
24983            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
24984            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
24985            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
24986            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
24987            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
24988            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
24989            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
24990            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
24991 ____________________________________________________________________________
24992 [  8288] By: nick                                  on 2000/12/31  21:27:53
24993         Log: Fix .ucm reading - forgot a chr()
24994              Start of .ucm write (for .enc to .ucm)
24995      Branch: perlio
24996            ! ext/Encode/compile
24997 ____________________________________________________________________________
24998 [  8287] By: jhi                                   on 2000/12/31  18:15:56
24999         Log: Comment away a diagnostic message as noted by Craig A. Berry
25000              (the unexpected message was confusing testing)
25001      Branch: perl
25002            ! ext/Encode/Encode.pm
25003 ____________________________________________________________________________
25004 [  8286] By: jhi                                   on 2000/12/31  18:14:51
25005         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
25006              Date: Sun, 31 Dec 2000 11:17:37 -0600
25007              From: "Craig A. Berry" <craigberry@mac.com>
25008              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
25009      Branch: perl
25010            ! ext/Encode/Makefile.PL
25011 ____________________________________________________________________________
25012 [  8285] By: nick                                  on 2000/12/31  18:11:54
25013         Log: Start of support of ICU-style .ucm files:
25014              - teach compile how to read a .ucm file
25015              - first guess at how to represent fallbacks in "tries".
25016              - use fallbacks if check == 0
25017              - new return code to indicate we used one.
25018      Branch: perlio
25019            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25020            ! ext/Encode/encengine.c ext/Encode/encode.h
25021 ____________________________________________________________________________
25022 [  8284] By: jhi                                   on 2000/12/31  18:04:41
25023         Log: Pacify picky VMS compiler.
25024              
25025              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
25026              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25027              Date: Sat, 30 Dec 2000 18:10:02 -0600
25028              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
25029      Branch: perl
25030            ! sv.c
25031 ____________________________________________________________________________
25032 [  8283] By: jhi                                   on 2000/12/31  16:11:47
25033         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
25034      Branch: perl
25035            ! t/lib/glob-basic.t
25036 ____________________________________________________________________________
25037 [  8282] By: jhi                                   on 2000/12/31  15:26:11
25038         Log: Integrate perlio.
25039      Branch: perl
25040           !> makedef.pl opcode.pl os2/os2.c perlio.c
25041 ____________________________________________________________________________
25042 [  8281] By: nick                                  on 2000/12/31  10:06:15
25043         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
25044              is available to be exported
25045      Branch: perlio
25046            ! makedef.pl perlio.c
25047 ____________________________________________________________________________
25048 [  8280] By: nick                                  on 2000/12/31  09:41:26
25049         Log: Ilya's OS2 patch (testing for damage on Win32)
25050      Branch: perlio
25051            ! makedef.pl opcode.pl os2/os2.c
25052 ____________________________________________________________________________
25053 [  8279] By: jhi                                   on 2000/12/30  21:52:07
25054         Log: Test nits.
25055      Branch: perl
25056            ! t/lib/syslfs.t t/op/lfs.t
25057 ____________________________________________________________________________
25058 [  8278] By: jhi                                   on 2000/12/30  21:47:49
25059         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25060              From: andreas.koenig@anima.de (Andreas J. Koenig)
25061              Date: 30 Dec 2000 22:35:37 +0100
25062              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
25063              
25064              The 32-bit wraparound test wasn't quite right.
25065      Branch: perl
25066            ! t/lib/syslfs.t t/op/lfs.t
25067 ____________________________________________________________________________
25068 [  8277] By: jhi                                   on 2000/12/30  21:33:44
25069         Log: Subject: [PATCH] open() example in perlfunc.pod 
25070              From: Karsten Sperling <s_sperli@ira.uka.de>
25071              Date: Sat, 30 Dec 2000 22:27:09 +0100
25072              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
25073      Branch: perl
25074            ! pod/perlfunc.pod
25075 ____________________________________________________________________________
25076 [  8276] By: jhi                                   on 2000/12/30  20:32:40
25077         Log: Not quite that many tests yet.
25078      Branch: perl
25079            ! t/op/pat.t
25080 ____________________________________________________________________________
25081 [  8275] By: jhi                                   on 2000/12/30  20:26:58
25082         Log: Integrate perlio.
25083      Branch: perl
25084           !> toke.c
25085 ____________________________________________________________________________
25086 [  8274] By: jhi                                   on 2000/12/30  20:24:56
25087         Log: Signedness nit.
25088      Branch: perl
25089            ! utf8.c
25090 ____________________________________________________________________________
25091 [  8273] By: jhi                                   on 2000/12/30  20:15:46
25092         Log: Add a test case for 20000731.001 which was fixed by the #8267.
25093      Branch: perl
25094            ! t/op/pat.t
25095 ____________________________________________________________________________
25096 [  8272] By: nick                                  on 2000/12/30  19:47:51
25097         Log: Tweak for MULTIPLICITY/USE_PERLIO
25098      Branch: perlio
25099            ! toke.c
25100 ____________________________________________________________________________
25101 [  8271] By: nick                                  on 2000/12/30  19:46:45
25102         Log: Integrate mainline
25103      Branch: perlio
25104           +> lib/unicode/distinct.pm
25105           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
25106           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
25107           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
25108 ____________________________________________________________________________
25109 [  8270] By: jhi                                   on 2000/12/30  19:39:50
25110         Log: Subject: RE: perl@8269
25111              From: "Richard Soderberg" <rs@crystalflame.net>
25112              Date: Sat, 30 Dec 2000 11:36:27 -0800
25113              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
25114              
25115              A missing aTHX_.
25116      Branch: perl
25117            ! toke.c
25118 ____________________________________________________________________________
25119 [  8269] By: jhi                                   on 2000/12/30  18:55:48
25120         Log: Update Changes.
25121      Branch: perl
25122            ! Changes patchlevel.h
25123 ____________________________________________________________________________
25124 [  8268] By: jhi                                   on 2000/12/30  17:18:40
25125         Log: Add a test for Unicode split //.  The #8267 was the cure.
25126      Branch: perl
25127            ! t/op/split.t
25128 ____________________________________________________________________________
25129 [  8267] By: jhi                                   on 2000/12/30  17:14:19
25130         Log: Subject: more UTF8 test suites and an UTF8 patch
25131              From: Inaba Hiroto <inaba@st.rim.or.jp>
25132              Date: Sat, 30 Dec 2000 14:27:10 +0900
25133              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
25134              
25135              Just the patch part for now, and the pragma renamed
25136              as unicode::distinct.
25137      Branch: perl
25138            + lib/unicode/distinct.pm
25139            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
25140            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25141            ! regcomp.h regexec.c sv.c toke.c utf8.c
25142 ____________________________________________________________________________
25143 [  8266] By: nick                                  on 2000/12/30  16:40:49
25144         Log: Integrate mainline
25145      Branch: perlio
25146           +> lib/Pod/Text/Overstrike.pm
25147           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
25148           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
25149           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
25150           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
25151           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
25152 ____________________________________________________________________________
25153 [  8265] By: jhi                                   on 2000/12/30  07:28:55
25154         Log: The sv_catsv() fix, take two.
25155      Branch: perl
25156            ! sv.c t/op/join.t
25157 ____________________________________________________________________________
25158 [  8264] By: jhi                                   on 2000/12/30  06:19:18
25159         Log: Undo all the join-related changes since #8248: relevant
25160              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
25161              The new sv_catsv() doesn't fly so it must go back to
25162              the drawing board.
25163      Branch: perl
25164            ! sv.c t/op/join.t t/pragma/utf8.t
25165 ____________________________________________________________________________
25166 [  8263] By: jhi                                   on 2000/12/30  01:08:32
25167         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
25168      Branch: perl
25169            ! sv.c
25170 ____________________________________________________________________________
25171 [  8262] By: jhi                                   on 2000/12/30  00:45:14
25172         Log: Retract #8261.
25173      Branch: perl
25174            ! hv.c util.c
25175 ____________________________________________________________________________
25176 [  8261] By: jhi                                   on 2000/12/30  00:38:32
25177         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
25178      Branch: perl
25179            ! hv.c util.c
25180 ____________________________________________________________________________
25181 [  8260] By: jhi                                   on 2000/12/29  22:51:33
25182         Log: (Retracted by #8264)  More fixing for #8251.
25183      Branch: perl
25184            ! sv.c
25185 ____________________________________________________________________________
25186 [  8259] By: jhi                                   on 2000/12/29  18:27:30
25187         Log: Subject: podlators 1.06 released
25188              From: Russ Allbery <rra@stanford.edu>
25189              Date: 25 Dec 2000 05:09:30 -0800
25190              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
25191      Branch: perl
25192            + lib/Pod/Text/Overstrike.pm
25193            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
25194            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
25195 ____________________________________________________________________________
25196 [  8258] By: jhi                                   on 2000/12/29  18:20:45
25197         Log: Make the large file tests more robust/talkative as suggested by
25198              
25199              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
25200              From: andreas.koenig@anima.de (Andreas J. Koenig)
25201              Date: 29 Dec 2000 14:23:01 +0100
25202              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
25203      Branch: perl
25204            ! t/lib/syslfs.t t/op/lfs.t
25205 ____________________________________________________________________________
25206 [  8257] By: jhi                                   on 2000/12/29  17:48:04
25207         Log: Further VMS piping fixes from Charles Lane:
25208              
25209              In summary, error messages produced when a subprocess terminated
25210              abnormally were being sent not just to the parent process, but to
25211              grandparents, because of default values for error output that were
25212              not completely overridden when the subprocess was started.
25213              
25214              This patch fixes this behavior by defining user-mode (i.e., temporary
25215              for the duration of the program) logical names for SYS$OUTPUT and
25216              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
25217              changes to make it so that the user-mode logicals are the ones that
25218              control where Perl's error messages go if it terminates abnormally.
25219              
25220              I also added some gratuitous fixes to the indentation of braces in
25221              the piping code.  It just looked ugly, before.
25222      Branch: perl
25223            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
25224 ____________________________________________________________________________
25225 [  8256] By: jhi                                   on 2000/12/29  17:45:12
25226         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
25227              From: "Casey R. Tweten" <crt@kiski.net>
25228              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
25229              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
25230              
25231              Tests for for #8240.
25232      Branch: perl
25233            ! t/pragma/constant.t
25234 ____________________________________________________________________________
25235 [  8255] By: jhi                                   on 2000/12/29  17:43:07
25236         Log: Subject: Re: [PATCH] Interesting syntax idea
25237              From: Simon Cozens <simon@cozens.net>
25238              Date: Fri, 29 Dec 2000 14:34:04 +0000
25239              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
25240              
25241              Tests for #8254.
25242      Branch: perl
25243            ! t/pragma/sub_lval.t
25244 ____________________________________________________________________________
25245 [  8254] By: jhi                                   on 2000/12/29  17:42:11
25246         Log: Subject: [PATCH] Interesting syntax idea
25247              From: Simon Cozens <simon@cozens.net>
25248              Date: Wed, 27 Dec 2000 05:08:57 +0000
25249              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
25250              
25251              Make opens + bareword assigns do typeglob assigns.
25252      Branch: perl
25253            ! op.c
25254 ____________________________________________________________________________
25255 [  8253] By: jhi                                   on 2000/12/29  17:36:45
25256         Log: Output the (apparent) version of gcc, as suggested by
25257              
25258              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
25259              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
25260              Date: 26 Dec 2000 04:29:17 -0500
25261              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
25262              
25263              (The patch as such didn't any more apply as the misparsing had
25264              already been addressed in #6474.)  Also change the wording about
25265              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
25266      Branch: perl
25267            ! hints/dec_osf.sh
25268 ____________________________________________________________________________
25269 [  8252] By: nick                                  on 2000/12/29  12:14:31
25270         Log: Integrate mainline
25271      Branch: perlio
25272           !> (integrate 27 files)
25273 ____________________________________________________________________________
25274 [  8251] By: jhi                                   on 2000/12/29  08:45:46
25275         Log: (Retracted by #8264)
25276              
25277              (Fixed by #8260.)
25278              
25279              sv_catsv() needs one more byte space than seems reasonable.
25280              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
25281              Curiouser and curiouser.
25282      Branch: perl
25283            ! sv.c
25284 ____________________________________________________________________________
25285 [  8250] By: jhi                                   on 2000/12/29  07:57:52
25286         Log: More split // UTF-8 tests.
25287      Branch: perl
25288            ! t/pragma/utf8.t
25289 ____________________________________________________________________________
25290 [  8249] By: jhi                                   on 2000/12/29  07:54:51
25291         Log: (Retracted by #8264)  More join() testing which was good because
25292              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
25293      Branch: perl
25294            ! pp.c t/op/join.t utf8.c utf8.h
25295 ____________________________________________________________________________
25296 [  8248] By: jhi                                   on 2000/12/29  07:08:32
25297         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
25298              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
25299              that the only cases to care about are byte+byte and byte+character.
25300              
25301              TODO: See how well pp_concat() could be implemented in terms
25302              of sv_catsv().
25303      Branch: perl
25304            ! doop.c sv.c t/op/join.t utf8.h
25305 ____________________________________________________________________________
25306 [  8247] By: jhi                                   on 2000/12/29  06:35:23
25307         Log: Signedness nit.
25308      Branch: perl
25309            ! pp_hot.c
25310 ____________________________________________________________________________
25311 [  8246] By: jhi                                   on 2000/12/29  01:23:31
25312         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
25313              From: Lupe Christoph <lupe@lupe-christoph.de>
25314              Date: Thu, 28 Dec 2000 23:00:00 +0100
25315              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
25316              
25317              Suggest rsync --delete --dry-run.
25318      Branch: perl
25319            ! pod/perlhack.pod
25320 ____________________________________________________________________________
25321 [  8245] By: jhi                                   on 2000/12/28  23:57:05
25322         Log: The maxiters upper limit sanity check (guarding against
25323              non-progress) assumed bytes instead of characters in s///
25324              and split().
25325      Branch: perl
25326            ! pp.c pp_hot.c
25327 ____________________________________________________________________________
25328 [  8244] By: jhi                                   on 2000/12/28  23:34:08
25329         Log: Make some panic messages a bit more logical.
25330      Branch: perl
25331            ! doop.c pod/perldiag.pod pp.c pp_hot.c
25332 ____________________________________________________________________________
25333 [  8243] By: jhi                                   on 2000/12/28  22:59:16
25334         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
25335              From: Simon Cozens <simon@cozens.net>
25336              Date: Wed, 27 Dec 2000 02:30:03 +0000
25337              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
25338      Branch: perl
25339            ! pp.c t/pragma/sub_lval.t
25340 ____________________________________________________________________________
25341 [  8242] By: jhi                                   on 2000/12/28  22:56:53
25342         Log: Subject: [PATCH blead] Fix B::Terse indentation
25343              From: Daniel Chetlin <daniel@chetlin.com>
25344              Date: Wed, 27 Dec 2000 06:43:30 -0800
25345              Message-ID: <20001227064329.B9573@darkstar>
25346      Branch: perl
25347            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
25348 ____________________________________________________________________________
25349 [  8241] By: jhi                                   on 2000/12/28  22:48:59
25350         Log: The latter patch from the
25351              
25352              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
25353              From: Peter Prymmer <pvhp@forte.com> 
25354              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
25355              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
25356              
25357              (the former patch from the above should have been
25358              taken care of by Nick I-S)
25359      Branch: perl
25360            ! win32/Makefile
25361 ____________________________________________________________________________
25362 [  8240] By: jhi                                   on 2000/12/28  22:45:22
25363         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
25364              From: "Casey R. Tweten" <crt@kiski.net>
25365              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
25366              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
25367      Branch: perl
25368            ! lib/constant.pm
25369 ____________________________________________________________________________
25370 [  8239] By: jhi                                   on 2000/12/28  22:37:45
25371         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
25372              From: Simon Cozens <simon@cozens.net>
25373              Date: Wed, 27 Dec 2000 14:12:44 +0000
25374              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
25375      Branch: perl
25376            ! t/op/method.t t/op/sort.t toke.c
25377 ____________________________________________________________________________
25378 [  8238] By: jhi                                   on 2000/12/28  22:30:32
25379         Log: Subject: [PATCH perl@8229] Call.pm
25380              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25381              Date: Mon, 25 Dec 2000 10:47:15 -0000
25382              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
25383      Branch: perl
25384            ! ext/Filter/Util/Call/Call.pm
25385 ____________________________________________________________________________
25386 [  8237] By: jhi                                   on 2000/12/28  22:19:21
25387         Log: Subject: [PATCH blead] Fix problem with `&' prototype
25388              From: Daniel Chetlin <daniel@chetlin.com>
25389              Date: Wed, 27 Dec 2000 15:55:32 -0800
25390              Message-ID: <20001227155532.D9573@darkstar>
25391      Branch: perl
25392            ! op.c t/comp/proto.t
25393 ____________________________________________________________________________
25394 [  8236] By: jhi                                   on 2000/12/28  22:09:25
25395         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
25396              From: Daniel Chetlin <daniel@chetlin.com>
25397              Date: Sun, 24 Dec 2000 04:09:49 -0800
25398              Message-ID: <20001224040949.B3090@darkstar>
25399      Branch: perl
25400            ! gv.c mg.c t/op/attrs.t
25401 ____________________________________________________________________________
25402 [  8235] By: jhi                                   on 2000/12/28  22:07:11
25403         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
25404              From: Jan Dubois <jand@ActiveState.com>
25405              Date: Tue, 26 Dec 2000 20:57:31 -0800
25406              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
25407      Branch: perl
25408            ! win32/win32.c
25409 ____________________________________________________________________________
25410 [  8234] By: jhi                                   on 2000/12/28  21:52:42
25411         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
25412              From: Simon Cozens <simon@cozens.net>
25413              Date: Thu, 28 Dec 2000 20:33:13 +0000
25414              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
25415      Branch: perl
25416            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
25417 ____________________________________________________________________________
25418 [  8233] By: jhi                                   on 2000/12/28  19:40:49
25419         Log: Integrate perlio.
25420      Branch: perl
25421           !> ext/Encode/Makefile.PL ext/Encode/compile
25422 ____________________________________________________________________________
25423 [  8232] By: nick                                  on 2000/12/23  16:06:00
25424         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
25425              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
25426      Branch: perlio
25427            ! ext/Encode/Makefile.PL
25428 ____________________________________________________________________________
25429 [  8231] By: nick                                  on 2000/12/23  14:30:34
25430         Log: "Compiled" encode build cleanup
25431              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
25432              - .c files do not export sub-tables
25433      Branch: perlio
25434            ! ext/Encode/Makefile.PL ext/Encode/compile
25435 ____________________________________________________________________________
25436 [  8230] By: nick                                  on 2000/12/23  12:50:37
25437         Log: Integrate mainline
25438      Branch: perlio
25439           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25440           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25441           !> pod/perl5004delta.pod pod/perl5005delta.pod
25442           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
25443           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
25444           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
25445           !> pod/perlsub.pod
25446 ____________________________________________________________________________
25447 [  8229] By: jhi                                   on 2000/12/22  15:32:12
25448         Log: Integrate perlio.
25449      Branch: perl
25450           +> win32/distclean.bat
25451           !> MANIFEST t/io/utf8.t
25452 ____________________________________________________________________________
25453 [  8228] By: jhi                                   on 2000/12/22  15:29:40
25454         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25455              From: Robin Barker <rmb1@cise.npl.co.uk>
25456              Date: Fri, 22 Dec 2000 12:17:38 GMT
25457              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
25458      Branch: perl
25459            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
25460            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
25461            ! pod/perl5004delta.pod pod/perl5005delta.pod
25462            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
25463            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
25464            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
25465            ! pod/perlsub.pod
25466 ____________________________________________________________________________
25467 [  8227] By: jhi                                   on 2000/12/22  15:24:28
25468         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
25469              From: "John L. Allen" <allen@grumman.com>
25470              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
25471              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
25472              
25473              Document APPLLIB_EXP.
25474      Branch: perl
25475            ! INSTALL
25476 ____________________________________________________________________________
25477 [  8226] By: nick                                  on 2000/12/21  22:11:50
25478         Log: Handy script for when one forgets to "dmake clean" 
25479      Branch: perlio
25480            + win32/distclean.bat
25481            ! MANIFEST
25482 ____________________________________________________________________________
25483 [  8225] By: nick                                  on 2000/12/21  21:54:04
25484         Log: CRLF platform issue with io/utf8 fix.
25485      Branch: perlio
25486            ! t/io/utf8.t
25487 ____________________________________________________________________________
25488 [  8224] By: nick                                  on 2000/12/21  21:02:20
25489         Log: Integrate mainline
25490      Branch: perlio
25491           !> Changes Configure Makefile.SH Porting/Glossary
25492           !> Porting/config.sh Porting/config_H configure.com
25493           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
25494           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
25495           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
25496           !> win32/config.bc win32/config.gc win32/config.vc
25497 ____________________________________________________________________________
25498 [  8223] By: jhi                                   on 2000/12/21  17:09:16
25499         Log: Update Changes.
25500      Branch: perl
25501            ! Changes patchlevel.h
25502 ____________________________________________________________________________
25503 [  8222] By: jhi                                   on 2000/12/21  16:24:01
25504         Log: Metaconfig unit changes for #8221.
25505      Branch: metaconfig/U/perl
25506           +> issymlink.U
25507            - testsyml.U
25508            ! Mksymlinks.U
25509 ____________________________________________________________________________
25510 [  8221] By: jhi                                   on 2000/12/21  16:23:48
25511         Log: Rename testsyml to issymlink.
25512      Branch: perl
25513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25514            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
25515            ! win32/config.vc
25516 ____________________________________________________________________________
25517 [  8220] By: jhi                                   on 2000/12/21  15:47:26
25518         Log: Robustness support for #8218 (symlink forest) since the GNU
25519              tools seem to be overly picky about symlinkage depths.
25520      Branch: perl
25521            ! Makefile.SH t/io/fs.t
25522 ____________________________________________________________________________
25523 [  8219] By: jhi                                   on 2000/12/21  15:38:27
25524         Log: Metaconfig changes for #8218.
25525      Branch: metaconfig
25526            ! U/modified/Oldconfig.U
25527      Branch: metaconfig/U/perl
25528            + Mksymlinks.U
25529            ! testsyml.U
25530 ____________________________________________________________________________
25531 [  8218] By: jhi                                   on 2000/12/21  15:37:57
25532         Log: Add Configure option -Dmksymlinks which will create a symlink
25533              forest if the current/build differs from the source directory.
25534              TODO: mkdir -p is not portable.
25535      Branch: perl
25536            ! Configure
25537 ____________________________________________________________________________
25538 [  8217] By: jhi                                   on 2000/12/21  14:39:12
25539         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
25540              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
25541              Date: Thu, 21 Dec 2000 09:38:18 GMT
25542              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
25543              
25544              The ofs became an SV.
25545      Branch: perl
25546            ! ext/Thread/Thread.xs
25547 ____________________________________________________________________________
25548 [  8216] By: jhi                                   on 2000/12/21  05:40:21
25549         Log: The polymorphism seems to have fixed 20000517.001.
25550      Branch: perl
25551            ! t/pragma/utf8.t
25552 ____________________________________________________________________________
25553 [  8215] By: jhi                                   on 2000/12/21  04:44:52
25554         Log: read() documentation tweak for 20001121.004.
25555      Branch: perl
25556            ! pod/perlfunc.pod
25557 ____________________________________________________________________________
25558 [  8214] By: jhi                                   on 2000/12/21  03:54:11
25559         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
25560      Branch: perl
25561            ! pp_sys.c t/op/misc.t
25562 ____________________________________________________________________________
25563 [  8213] By: jhi                                   on 2000/12/21  00:28:10
25564         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
25565              From: Peter Prymmer <pvhp@forte.com>
25566              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
25567              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
25568      Branch: perl
25569            ! configure.com
25570 ____________________________________________________________________________
25571 [  8212] By: jhi                                   on 2000/12/21  00:26:21
25572         Log: Edit edit edit.
25573      Branch: perl
25574            ! pod/perlfaq3.pod
25575 ____________________________________________________________________________
25576 [  8211] By: jhi                                   on 2000/12/20  18:52:46
25577         Log: Update Changes.
25578      Branch: perl
25579            ! Changes patchlevel.h
25580 ____________________________________________________________________________
25581 [  8210] By: jhi                                   on 2000/12/20  18:34:47
25582         Log: Yet another editor edit.
25583      Branch: perl
25584            ! pod/perlfaq3.pod
25585 ____________________________________________________________________________
25586 [  8209] By: jhi                                   on 2000/12/20  15:33:28
25587         Log: More Win32 Perling.
25588      Branch: perl
25589            ! pod/perlfaq3.pod
25590 ____________________________________________________________________________
25591 [  8208] By: jhi                                   on 2000/12/20  15:07:46
25592         Log: More Win32 editor/IDE/shell hints.
25593      Branch: perl
25594            ! pod/perlfaq3.pod
25595 ____________________________________________________________________________
25596 [  8207] By: jhi                                   on 2000/12/20  03:54:08
25597         Log: Subject: [PATCH] obscure timing knowledge
25598              From: Nicholas Clark <nick@ccl4.org>
25599              Date: Tue, 19 Dec 2000 19:22:31 +0000
25600              Message-ID: <20001219192231.F2827@plum.flirble.org>
25601      Branch: perl
25602            ! sv.c
25603 ____________________________________________________________________________
25604 [  8206] By: jhi                                   on 2000/12/20  03:45:57
25605         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
25606              From: Spider Boardman <spider@leggy.zk3.dec.com>
25607              Date: Tue, 19 Dec 2000 21:30:16 -0500
25608              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
25609      Branch: perl
25610            ! sv.c
25611 ____________________________________________________________________________
25612 [  8205] By: jhi                                   on 2000/12/19  23:02:01
25613         Log: Update Changes.
25614      Branch: perl
25615            ! Changes patchlevel.h
25616 ____________________________________________________________________________
25617 [  8204] By: jhi                                   on 2000/12/19  22:58:18
25618         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
25619              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
25620              on editors and diffing/patching.
25621      Branch: perl
25622            ! t/op/utf8decode.t
25623 ____________________________________________________________________________
25624 [  8203] By: nick                                  on 2000/12/19  21:36:16
25625         Log: Integrate mainline (forgot my own change...)
25626      Branch: perlio
25627           !> ext/Encode/compile
25628 ____________________________________________________________________________
25629 [  8202] By: nick                                  on 2000/12/19  21:34:42
25630         Log: Integrate mainline.
25631      Branch: perlio
25632           !> (integrate 61 files)
25633 ____________________________________________________________________________
25634 [  8201] By: nick                                  on 2000/12/19  21:34:06
25635         Log: Avoid looking for File::Glob when we don't need it.
25636      Branch: perl
25637            ! ext/Encode/compile
25638 ____________________________________________________________________________
25639 [  8200] By: jhi                                   on 2000/12/19  18:35:49
25640         Log: Update Changes.
25641      Branch: perl
25642            ! Changes patchlevel.h
25643 ____________________________________________________________________________
25644 [  8199] By: jhi                                   on 2000/12/19  18:35:07
25645         Log: Microperl tweaks.
25646      Branch: perl
25647            ! sv.c uconfig.h uconfig.sh
25648 ____________________________________________________________________________
25649 [  8198] By: jhi                                   on 2000/12/19  18:29:59
25650         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
25651      Branch: perl
25652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25653            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
25654 ____________________________________________________________________________
25655 [  8197] By: jhi                                   on 2000/12/19  17:55:29
25656         Log: In VMS embedded perls couldn't access the statically built Socket,
25657              from Charles Lane.
25658      Branch: perl
25659            ! configure.com
25660 ____________________________________________________________________________
25661 [  8196] By: jhi                                   on 2000/12/19  17:49:50
25662         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
25663              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
25664              Date: Sun, 17 Dec 2000 19:11:44 -0000
25665              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
25666      Branch: perl
25667            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25668            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25669 ____________________________________________________________________________
25670 [  8195] By: jhi                                   on 2000/12/19  17:47:53
25671         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
25672              From: Jonathan Stowe <gellyfish@gellyfish.com>
25673              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
25674              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
25675      Branch: perl
25676            ! utils/h2xs.PL
25677 ____________________________________________________________________________
25678 [  8194] By: jhi                                   on 2000/12/19  17:46:28
25679         Log: Subject: Re: useless use of void context work-around
25680              From: andreas.koenig@anima.de (Andreas J. Koenig)
25681              Date: 16 Dec 2000 15:13:36 +0100
25682              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
25683              
25684              Document (comment) the q(di ds ig) trick in the code.
25685      Branch: perl
25686            ! op.c
25687 ____________________________________________________________________________
25688 [  8193] By: jhi                                   on 2000/12/19  17:10:57
25689         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
25690              From: "Mark J. Reed" <mreed@strange.turner.com>
25691              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
25692              Message-Id: <200012160222.VAA13986@strange.turner.com>
25693      Branch: perl
25694            ! ext/Sys/Syslog/Syslog.pm
25695 ____________________________________________________________________________
25696 [  8192] By: jhi                                   on 2000/12/19  17:07:45
25697         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
25698              From: Nicholas Clark <nick@ccl4.org>
25699              Date: Sat, 16 Dec 2000 19:03:13 +0000
25700              Message-ID: <20001216190313.D68304@plum.flirble.org>
25701      Branch: perl
25702            ! t/op/64bitint.t
25703 ____________________________________________________________________________
25704 [  8191] By: jhi                                   on 2000/12/19  17:06:13
25705         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
25706              From: Dominic Dunlop <domo@computer.org>
25707              Date: Mon, 18 Dec 2000 12:00:15 +0100
25708              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
25709              
25710              This patchlet is needed in order that perl can be statically linked.  
25711      Branch: perl
25712            ! regexec.c
25713 ____________________________________________________________________________
25714 [  8190] By: jhi                                   on 2000/12/19  17:03:08
25715         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
25716              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25717              Date: Sun, 17 Dec 2000 00:18:35 -0600
25718              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
25719      Branch: perl
25720            ! perlio.h vms/gen_shrfls.pl
25721 ____________________________________________________________________________
25722 [  8189] By: jhi                                   on 2000/12/19  16:20:28
25723         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
25724              From: Prymmer/Kahn <pvhp@best.com>
25725              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
25726              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
25727              
25728              A better version of #8188.
25729      Branch: perl
25730            ! pod/perlfaq3.pod
25731 ____________________________________________________________________________
25732 [  8188] By: jhi                                   on 2000/12/19  15:57:06
25733         Log: (Replaced by #8189)
25734              
25735              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
25736              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
25737              From: Prymmer/Kahn <pvhp@best.com>
25738              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
25739              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
25740              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
25741              Date: Mon, 18 Dec 2000 11:10:45 -0500
25742              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
25743      Branch: perl
25744            ! pod/perlfaq3.pod
25745 ____________________________________________________________________________
25746 [  8187] By: jhi                                   on 2000/12/19  15:54:19
25747         Log: Email address fix for Anton Berezin.
25748      Branch: perl
25749            ! AUTHORS
25750 ____________________________________________________________________________
25751 [  8186] By: jhi                                   on 2000/12/19  15:38:54
25752         Log: Subject: [PATCH perl@8102] cygwin port
25753              From: "Eric Fifer" <efifer@dircon.co.uk> 
25754              Date: Thu, 14 Dec 2000 13:41:29 -0000
25755              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
25756              
25757              When compiling modules the data item that is being imported
25758              from libperl.dll needs to be tagged as imported/shared data:
25759              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
25760      Branch: perl
25761            ! perliol.h
25762 ____________________________________________________________________________
25763 [  8185] By: jhi                                   on 2000/12/19  14:53:24
25764         Log: Regen uconfig.h and uconfig.sh.
25765      Branch: perl
25766            ! uconfig.h uconfig.sh
25767 ____________________________________________________________________________
25768 [  8184] By: jhi                                   on 2000/12/18  20:43:49
25769         Log: Comments work so much better when they are closed.
25770      Branch: perl
25771            ! regcomp.c
25772 ____________________________________________________________________________
25773 [  8183] By: jhi                                   on 2000/12/18  18:04:02
25774         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
25775              Fixes the bug 20001218.016.
25776      Branch: perl
25777            ! regcomp.c
25778 ____________________________________________________________________________
25779 [  8182] By: gsar                                  on 2000/12/18  09:53:47
25780         Log: delete spurious files
25781      Branch: maint-5.6/perl
25782            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
25783            - vos/config.h vos/config_h.SH_orig
25784 ____________________________________________________________________________
25785 [  8181] By: gsar                                  on 2000/12/18  09:46:08
25786         Log: regen perltoc
25787      Branch: maint-5.6/perl
25788            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
25789 ____________________________________________________________________________
25790 [  8180] By: gsar                                  on 2000/12/18  09:20:27
25791         Log: integrate changes#7924..7926,7946,7952 from mainline
25792      Branch: maint-5.6/perl
25793           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
25794           !> lib/File/stat.pm t/lib/class-struct.t
25795 ____________________________________________________________________________
25796 [  8179] By: gsar                                  on 2000/12/18  08:55:54
25797         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
25798              7918,7919,7988,8907 from mainline (various)
25799      Branch: maint-5.6/perl
25800           +> t/lib/class-struct.t
25801           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
25802           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
25803           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
25804 ____________________________________________________________________________
25805 [  8178] By: gsar                                  on 2000/12/18  08:16:30
25806         Log: avoid redefinition warnings on windows due to sys/socket.h getting
25807              #included before win32.h
25808      Branch: maint-5.6/perl
25809            ! win32/include/sys/socket.h
25810 ____________________________________________________________________________
25811 [  8177] By: gsar                                  on 2000/12/18  05:24:04
25812         Log: make regen_headers; fix POSIX.xs problems; remove outdated
25813              code from sys/socket.h that makes build fail now
25814      Branch: maint-5.6/perl
25815            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
25816            ! pod/perlapi.pod
25817           !> win32/include/sys/socket.h
25818 ____________________________________________________________________________
25819 [  8176] By: gsar                                  on 2000/12/18  05:20:17
25820         Log: update Changes
25821      Branch: maint-5.6/perl
25822            ! Changes patchlevel.h
25823 ____________________________________________________________________________
25824 [  8175] By: gsar                                  on 2000/12/18  04:57:48
25825         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
25826              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
25827              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
25828              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
25829              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
25830              7823,7825,7838
25831      Branch: maint-5.6/perl
25832           +> lib/File/Spec/Epoc.pm
25833           !> (integrate 88 files)
25834 ____________________________________________________________________________
25835 [  8174] By: gsar                                  on 2000/12/18  03:53:09
25836         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
25837              7625..7629,7631..7634,7637,7639,7642 from mainline
25838      Branch: maint-5.6/perl
25839           +> README.solaris
25840           !> (integrate 26 files)
25841 ____________________________________________________________________________
25842 [  8173] By: gsar                                  on 2000/12/18  03:37:02
25843         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
25844              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
25845              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
25846              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
25847      Branch: maint-5.6/perl
25848           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
25849            - MAINTAIN
25850           !> (integrate 111 files)
25851 ____________________________________________________________________________
25852 [  8172] By: jhi                                   on 2000/12/18  02:49:27
25853         Log: Regen pods.
25854      Branch: perl
25855            ! pod/perlmodlib.pod pod/perltoc.pod
25856 ____________________________________________________________________________
25857 [  8171] By: gsar                                  on 2000/12/18  02:49:24
25858         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
25859              7465..7471 from mainline
25860              
25861              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
25862              in platforms that strictly require all the symbols being present
25863              at link time.
25864              
25865              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
25866              
25867              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
25868              
25869              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
25870              
25871              Subject: [PATCH] todo
25872              
25873              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
25874              
25875              Use $sort, $uniq (and $tr) consistently as wondered
25876              by Nicholas Clark.
25877              
25878              Too enthusiastic editing in #7460.
25879              
25880              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
25881              
25882              Upgrade to CPAN 1.58_55.
25883              Subject: CPAN.pm status
25884              
25885              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
25886              
25887              Make target reordering to avoid pointless re-makes.
25888              Subject: Re: Total re-make of 'make okfile' after 7451 ?
25889              
25890              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
25891              
25892              Subject: DOC PATCH 5.6.0
25893              
25894              Add the repository doc by Malcolm, Sarathy, and by Simon,
25895              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
25896      Branch: maint-5.6/perl
25897           +> Porting/repository.pod
25898           !> Configure MANIFEST Makefile.SH README.dos README.os2
25899           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
25900           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
25901           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
25902 ____________________________________________________________________________
25903 [  8169] By: gsar                                  on 2000/12/18  02:33:34
25904         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
25905              7435..7441,7445 from mainline
25906              
25907              Make the UTF-8 decoding stricter and more verbose when
25908              malformation happens.  This involved adding an argument
25909              to utf8_to_uv_chk(), which involved changing its prototype,
25910              and prefer STRLEN over I32 for the UTF-8 length, which as
25911              a domino effect necessitated changing the prototypes of
25912              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
25913              The stricter UTF-8 decoding checking uses Markus Kuhn's
25914              UTF-8 Decode Stress Tester from
25915              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
25916              
25917              Run vms/vms_yfix.pl, should have done that after changing
25918              perly.c in #7382.
25919              
25920              Subject: [PATCH 5.7.0] static linking with uninstalled perl
25921              
25922              (Replaced by #7440.)
25923              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25924              
25925              Fix the bug ID 20001024.005, the bug introduced by #7416.
25926              
25927              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
25928              
25929              Fix the bug reported in
25930              From: andreas.koenig@anima.de (Andreas J. Koenig)
25931              Also make is_utf8_char() stricter.
25932              
25933              Missed the header file changes from #7425.
25934              
25935              Check if stdio supports tweaking lval and cnt simultaneously.
25936              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
25937              
25938              Stratus VOS updates from Paul Green.
25939              
25940              Podify README.epoc and README.vos.
25941              
25942              Add targets to Makefile.SH, most importantly
25943              'regen_all' which also remembers to update vms/perly*.
25944              
25945              Subject: Minor update to find2perl, for portability
25946              
25947              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
25948              
25949              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
25950              
25951              Rename UTF8LEN() to be UNISKIP(), too confusing to have
25952              UTF8LEN() and UTF8SKIP(). 
25953              
25954              Allow poking holes at the UTF-8 decoding strictness.
25955              
25956              Continue the internal UTF-8 API tweaking.
25957              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
25958              used much more than the simpler API, now called utf8_to_uv_simple().
25959              Still not quite happy with API, too much partial duplication
25960              of functionality.
25961              
25962              A new version of making the syslog test more robust.
25963              (Replaces #7421.)
25964              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
25965              
25966              buildtoc target tweaks.
25967              
25968              Integrate with vmsperl #7430 by Charles Bailey:
25969              
25970              Cleanup from prior patch (Charles Lane?):
25971              - improve handling of MFDs in Basename and Path
25972              - default to no xsubpp line # munging when building debug images
25973      Branch: maint-5.6/perl
25974           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25975           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
25976           !> (integrate 67 files)
25977 ____________________________________________________________________________
25978 [  8168] By: gsar                                  on 2000/12/18  02:05:49
25979         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
25980              
25981              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
25982              From: Martin Husemann <martin@duskware.de>
25983              
25984              Subject: [PATCH 5.7.0] restore match data on backtracing
25985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25986      Branch: maint-5.6/perl
25987           !> regcomp.c regexec.c t/op/re_tests
25988 ____________________________________________________________________________
25989 [  8167] By: gsar                                  on 2000/12/18  01:55:22
25990         Log: integrate changes#7858,7986 from mainline
25991              
25992              C<foreach my $x ...> in pseudo-fork()ed process may diddle
25993              parent's memory; fix it by keeping track of the actual pad
25994              offset rather than a raw pointer (this change is probably also
25995              relevant to non-ithreads case to avoid fallout from reallocs of
25996              the pad array, but is currently only enabled for the ithreads
25997              case in the interests of minimal disruption to existing "well
25998              tested" code)
25999              
26000              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
26001              due to the notorious GetFileType() bug in Windows 9x, which fstat()
26002              tickles)
26003      Branch: maint-5.6/perl
26004           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26005           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
26006           !> win32/win32.c win32/win32.h win32/win32sck.c
26007 ____________________________________________________________________________
26008 [  8166] By: gsar                                  on 2000/12/18  01:52:59
26009         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
26010              from mainline (xsubpp and ExtUtils::LibList fixups, various
26011              other small items)
26012      Branch: maint-5.6/perl
26013           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
26014           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26015           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
26016           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
26017           !> win32/bin/search.pl
26018 ____________________________________________________________________________
26019 [  8165] By: gsar                                  on 2000/12/18  01:28:45
26020         Log: integrate changes#7533,7563,7611,7623 from mainline (various
26021              malloc.c embellishments)
26022      Branch: maint-5.6/perl
26023           !> malloc.c pod/perldiag.pod
26024 ____________________________________________________________________________
26025 [  8164] By: gsar                                  on 2000/12/18  01:23:33
26026         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
26027              fixups)
26028      Branch: maint-5.6/perl
26029           !> utils/h2xs.PL
26030 ____________________________________________________________________________
26031 [  8163] By: gsar                                  on 2000/12/18  01:17:50
26032         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
26033              fixups)
26034      Branch: maint-5.6/perl
26035           !> Makefile.SH utils/perlbug.PL
26036 ____________________________________________________________________________
26037 [  8162] By: gsar                                  on 2000/12/18  00:25:43
26038         Log: always export Perl_deb() (it is required by re.xs whether
26039              Perl is built with or without -DDEBUGGING)
26040      Branch: maint-5.6/perl
26041            ! makedef.pl
26042 ____________________________________________________________________________
26043 [  8161] By: gsar                                  on 2000/12/18  00:23:38
26044         Log: integrate change#7414 from mainline
26045              
26046              Undo the basename() part of #7412 since the lib/basename
26047              tests would need upgrading too.
26048              
26049              squelch two tests in tr.t that rely on tr/// paranoia change
26050              that's not in 5.6.x
26051      Branch: maint-5.6/perl
26052            ! t/op/tr.t
26053           !> lib/File/Basename.pm
26054 ____________________________________________________________________________
26055 [  8160] By: gsar                                  on 2000/12/18  00:05:30
26056         Log: missing change in previous integrate
26057      Branch: maint-5.6/perl
26058           !> README.aix
26059 ____________________________________________________________________________
26060 [  8159] By: gsar                                  on 2000/12/18  00:03:38
26061         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
26062              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
26063              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
26064              7410..7413 from mainline
26065      Branch: maint-5.6/perl
26066           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
26067           +> t/lib/tie-splice.t
26068            - lib/unicode/Is/DCinital.pl
26069           !> (integrate 112 files)
26070 ____________________________________________________________________________
26071 [  8158] By: jhi                                   on 2000/12/17  23:04:24
26072         Log: Subject: [PATCHES] RE: perl@8150 
26073              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
26074              Date: Sun, 17 Dec 2000 21:46:39 +0100
26075              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
26076              
26077              Neither cygwin has a getpwuid() one can trust on.
26078      Branch: perl
26079            ! t/lib/glob-basic.t
26080 ____________________________________________________________________________
26081 [  8157] By: jhi                                   on 2000/12/17  23:01:54
26082         Log: More MAN.PODS => {} fixes.
26083      Branch: perl
26084            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
26085            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
26086            ! os2/OS2/REXX/Makefile.PL
26087 ____________________________________________________________________________
26088 [  8156] By: gsar                                  on 2000/12/17  22:49:13
26089         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
26090              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
26091              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
26092              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
26093              7201,7204 from mainline
26094      Branch: maint-5.6/perl
26095           !> (integrate 121 files)
26096 ____________________________________________________________________________
26097 [  8155] By: jhi                                   on 2000/12/17  22:30:58
26098         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
26099              From: "Craig A. Berry" <craigberry@mac.com>
26100              Date: Sun, 17 Dec 2000 13:09:28 -0600
26101              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
26102              
26103              MAN.PODS => ' ' is naughty.
26104      Branch: perl
26105            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26106 ____________________________________________________________________________
26107 [  8154] By: nick                                  on 2000/12/17  22:07:13
26108         Log: MULTIPLICITY nit.
26109      Branch: perl
26110            ! mg.c
26111 ____________________________________________________________________________
26112 [  8153] By: gsar                                  on 2000/12/17  21:23:05
26113         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
26114              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
26115              from mainline
26116              
26117              Document the SvIOK_.*UV().
26118              
26119              Update Unicode todo list.
26120              
26121              Guard against bad string->int conversion for quads.
26122              
26123              Subject: small apidoc fix
26124              
26125              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26126              
26127              Subject: [PATCH] Tied filehandle documentation
26128              
26129              Subject: [PATCH] Modernize Opcode.pm documentation
26130              
26131              Make Data::Dumper (non-XS) to work with changed semantics of ref().
26132              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26133              [applied even though said semantics didn't change in 5.6.x]
26134              
26135              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26136              
26137              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26138              
26139              Fix the URL, but the server is still missing in action.
26140              Subject: [ID 20000905.002] perlfaq1.pod URL error
26141              
26142              Subject: [ID 20000903.001] \w in utf8-strings
26143              
26144              Fix the ccversion detection for 5.1 and beyond.
26145              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26146              
26147              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26148              
26149              Subject: [ID 20000904.008] Tiny fix for perldiag
26150              
26151              Subject: Re: [ID 20000906.004] segfault with bad perl statement
26152              
26153              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26154              
26155              Subject: [ID 20000908.002] perlipc documentation bug.
26156              
26157              Subject: [PATCH lib/Benchmark.pm]
26158              
26159              Re-allow vec() for characters > 255.
26160              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26161              
26162              Do away with memory models cruft.  Sorry, PDP users.
26163              
26164              Continue #7041.
26165              
26166              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26167              
26168              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26169              
26170              Upgrade to CPAN 1.57_65, from Andreas König.
26171              
26172              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26173              by Russ Allbery.
26174              
26175              Silence t/pod/*.t about alternate quote-mappings now implemented
26176              by Pod::Text, from Brad Appleton.
26177              
26178              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26179              Subject: borland C++ win32.c tweak
26180              
26181              C<@a = @b = split(...)> optimization coredumps under ithreads
26182              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26183              
26184              Document the SvUTF8*().
26185              
26186              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26187              
26188              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26189              
26190              Do in VMS as the #7054 does.
26191              
26192              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26193              
26194              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26195              
26196              Subject: [patch: perl@7045] vms updates
26197              
26198              Test for the #7049.
26199              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26200              
26201              Break up the myconfig lines a bit.
26202              Subject: perlbug/perl -V output format
26203              
26204              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26205              
26206              The #7054 truncated Configure badly.
26207              
26208              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26209              initialization in all the threads on Windows
26210              
26211              Allow for whitespace between "#" and "line" in cpp output.
26212              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26213              
26214              Remove vestiges of tr//CU.
26215              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26216              
26217              The return value of setlocale must be copied away.
26218              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26219              
26220              Allow chop() and chomp() to be overridden.
26221              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26222              
26223              Hints optimization.
26224              Subject: Minor nit
26225              
26226              Subject: [PATCH] de-wall t/README
26227              
26228              Subject: Re: Two advertising clauses need to be removed
26229      Branch: maint-5.6/perl
26230           !> (integrate 75 files)
26231 ____________________________________________________________________________
26232 [  8152] By: gsar                                  on 2000/12/17  20:30:11
26233         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
26234              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
26235              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
26236              
26237              Don't attach -ld to the archname if pointless.
26238              
26239              Document UNTIE in a very minimalistic way.
26240              
26241              POSIX doesn't report long double values under -Duselongdouble
26242              when the long doubles are "real" (bigger than doubles).
26243              
26244              More author updates.
26245              
26246              Try to deduce NV_MAX.  Really should be Configure fodder.
26247              
26248              :: not allowed in pathnames, change to .
26249              Subject: [PATCH perl@6938] cygwin port
26250              
26251              Forget about NV_MAX (#6951).  Various floating point tweaks,
26252              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
26253              
26254              Move the Solaris 7 scan to use64bitall, make the
26255              failure to find 64-bot sparc libc to mention the
26256              possibility of being in an intel, from Lupe and Alan.
26257              
26258              Regen perltoc.
26259              
26260              AUTHORS tweaks, from Peter Prymmer.
26261              
26262              More address tweaking.
26263              
26264              Small tweaks all over.
26265              
26266              File::Temp patches from Andreas König,
26267              
26268              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26269              
26270              Subject: CPAN.pm beta 1.57_57 for the core
26271              
26272              Part of the solution.
26273              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26274              
26275              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26276              
26277              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26278              
26279              Add the overload warnings to perldiag.
26280              
26281              Drop unused argument.
26282              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26283              
26284              Subject: Nit in Configure (bleadperl@6961)
26285              
26286              Update to PodParser 1.18, from Brad Appleton.
26287              
26288              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26289              
26290              Subject: [PATCH: 6948] add SCNfldbl to configure.com
26291              
26292              Document UNTIE. Also tweak implementation to suppress the 'inner references'
26293              warning when UNTIE exists and instead pass the cound of extra references to
26294              the UNTIE method.
26295              
26296              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26297              so that case-ignoring systems like DCL can tell them from
26298              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26299              
26300              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26301              
26302              Feature ordering tweak.
26303              
26304              Regen perltoc.
26305              
26306              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26307              
26308              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26309              
26310              Subject: http:// in L<>
26311              
26312              Detypo.
26313              
26314              change#6791 accidentally clobbered change#6710, put it back
26315              
26316              Only the first line, thank you very much.
26317              
26318              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26319              plus rework the http: spots as suggested by Tom Christiansen,
26320              plus regen perltoc.
26321              
26322              Undo part of change 6489 which looks like a bulk edit which
26323              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26324              The supressing of main:: on return from select() is undesirable.
26325              
26326              Apparently avoiding the swapping is too costly.
26327              
26328              Various Configure nits by Philip Newton,
26329              plus the ebcdic one by me.
26330              
26331              Make certain cc is set before trying to run it.
26332              
26333              If overloaded %{} etc. return the object do not loop.
26334              Thus  sub deref { $_[0] } functions if object is wanted type.
26335              
26336              Update perlhist.
26337              
26338              More %{} and other deref special casing - do not pass to 'nomethod'.
26339      Branch: maint-5.6/perl
26340           !> (integrate 59 files)
26341 ____________________________________________________________________________
26342 [  8151] By: gsar                                  on 2000/12/17  19:14:38
26343         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
26344              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
26345              
26346              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
26347              
26348              Make the epsilon to be relative, not absolute.
26349              
26350              Put back the flags dump as reasoned in
26351              Subject: Re: [PATCH] Glob dumping
26352              
26353              Introduce ccname to keep track of what compiler kind of we have.
26354              
26355              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
26356              
26357              Put back the slice accidentally removed by #6907.
26358              
26359              Reset archname and archname64 always, forcing them be
26360              recomputed at each Configure run, make Configure and
26361              the hints files agree on the naming of largefiles variables.
26362              
26363              Don't say "Perl 5.0 source kit".
26364              
26365              Subject: [PATCH] fix misc cast warnings
26366              
26367              Subject: typos in pods
26368              
26369              NVs not necessarily doubles, as pointed out by Yitzchak.
26370              
26371              Subject: [PATCH 6889] add a few ldbl formats to configure.com
26372              
26373              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
26374              
26375              Better options for rsync.
26376              
26377              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
26378              
26379              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
26380              
26381              Subject: [PATCH] Re: UNTIE method 
26382              
26383              A better fix for the Socket building problem from Craig Berry.
26384              
26385              Retract the dummy test, skip the security tests (instead of failing),
26386              explain what the warnings mean.
26387              
26388              Heap decorruption.
26389              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
26390              
26391              Update to Unicode 3.0.1.
26392              
26393              Missed one Unicode file.
26394              
26395              Subject: Re: typos in pods
26396              
26397              The #6929 was too skimpy.
26398              
26399              sscanf() may be the only way to read long doubles from strings.
26400              
26401              Reveal Borland's isnan.
26402              Subject: build with BC++ tweak
26403              
26404              Issue useful diagnostic on unknown pod commands.
26405              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
26406              
26407              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
26408              
26409              Clarify the third case of ftmp-security warnings.
26410              
26411              Make -Dusemorebits find long doubles in Solaris.
26412              
26413              Wrap the test in eval.
26414      Branch: maint-5.6/perl
26415           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
26416           +> lib/unicode/PropList.txt lib/unicode/README.perl
26417           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26418           +> lib/unicode/Unicode.301 vms/vmspipe.com
26419            - lib/unicode/Props.txt lib/unicode/UCD300.html
26420            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
26421           !> (integrate 305 files)
26422 ____________________________________________________________________________
26423 [  8150] By: jhi                                   on 2000/12/17  18:47:57
26424         Log: Uncheckedin generated files.
26425      Branch: perl
26426            ! global.sym perlapi.c pod/perlapi.pod
26427 ____________________________________________________________________________
26428 [  8149] By: jhi                                   on 2000/12/17  18:41:22
26429         Log: Update Changes.
26430      Branch: perl
26431            ! Changes patchlevel.h
26432 ____________________________________________________________________________
26433 [  8148] By: jhi                                   on 2000/12/17  18:39:16
26434         Log: Subject: [PATCH] Fcntl constants speedup
26435              From: Nicholas Clark <nick@ccl4.org>
26436              Date: Sun, 17 Dec 2000 16:29:24 +0000
26437              Message-ID: <20001217162924.E97668@plum.flirble.org>
26438              
26439              Use IVs for the Fcntl constants instead of NVs.
26440      Branch: perl
26441            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
26442 ____________________________________________________________________________
26443 [  8147] By: jhi                                   on 2000/12/17  18:33:41
26444         Log: Add test for #8145 (binmode() warning), add warning for
26445              ioctl() and sockpair(), document them. (fileno() cannot
26446              be tripwired with the same kind of warning because
26447              'defined fileno($foo)' seems to be an idiom.)
26448      Branch: perl
26449            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
26450 ____________________________________________________________________________
26451 [  8146] By: gsar                                  on 2000/12/17  18:09:08
26452         Log: update Changes
26453      Branch: maint-5.6/perl
26454            ! Changes
26455 ____________________________________________________________________________
26456 [  8145] By: jhi                                   on 2000/12/17  17:39:35
26457         Log: Subject: [PATCH] Re: The long awaited feature ...
26458              From: Simon Cozens <simon@cozens.net>
26459              Date: Sun, 17 Dec 2000 12:31:56 +0000
26460              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
26461              
26462              Add a warning to binmode() about using bad filehandles
26463              (can happen e.g. if someone forgets the filehandle argument)
26464      Branch: perl
26465            ! pp_sys.c
26466 ____________________________________________________________________________
26467 [  8144] By: jhi                                   on 2000/12/17  17:33:48
26468         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
26469              From: Jonathan Stowe <gellyfish@gellyfish.com>
26470              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
26471              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
26472      Branch: perl
26473            ! lib/Net/Ping.pm
26474 ____________________________________________________________________________
26475 [  8143] By: jhi                                   on 2000/12/17  05:31:37
26476         Log: Polymorphic regexps.
26477              
26478              Fixes at least the bugs 20001028.003 (both of them...) and
26479              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
26480              also to be fixed by now, probably already before this patch.
26481      Branch: perl
26482            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
26483            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
26484            ! t/op/utf8decode.t t/pragma/utf8.t
26485 ____________________________________________________________________________
26486 [  8142] By: jhi                                   on 2000/12/16  17:16:05
26487         Log: Subject: [patch perl@8102] dos/djgpp update
26488              From: Laszlo Molnar <ml1050@freemail.hu>
26489              Date: Sat, 16 Dec 2000 01:40:52 +0100
26490              Message-ID: <20001216014052.A335@freemail.hu>
26491      Branch: perl
26492            ! djgpp/config.over t/base/commonsense.t
26493 ____________________________________________________________________________
26494 [  8141] By: jhi                                   on 2000/12/16  17:09:27
26495         Log: Few uncheckedin files.
26496      Branch: perl
26497            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
26498 ____________________________________________________________________________
26499 [  8140] By: nick                                  on 2000/12/15  22:14:31
26500         Log: Integrate mainline
26501      Branch: perlio
26502           !> (integrate 53 files)
26503 ____________________________________________________________________________
26504 [  8139] By: jhi                                   on 2000/12/15  19:49:49
26505         Log: One more IVUV tweak from Nicholas Clark.
26506      Branch: perl
26507            ! sv.c
26508 ____________________________________________________________________________
26509 [  8138] By: jhi                                   on 2000/12/15  19:17:06
26510         Log: Return of the IVUV-preservation, now seems to be happy even
26511              in Digital UNIX (the broken strtoul brokenness detection
26512              seems to have been the fly in the ointment).
26513      Branch: perl
26514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26515            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
26516            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
26517            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
26518            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26519            ! vos/config.ga.h win32/config.bc win32/config.gc
26520            ! win32/config.vc
26521 ____________________________________________________________________________
26522 [  8137] By: jhi                                   on 2000/12/15  18:12:14
26523         Log: Metaconfig unit change for #8136.
26524      Branch: metaconfig
26525            ! U/modified/d_strtoul.U
26526      Branch: metaconfig/U/perl
26527            ! d_strtoull.U d_strtouq.U
26528 ____________________________________________________________________________
26529 [  8136] By: jhi                                   on 2000/12/15  18:11:35
26530         Log: I don't think it's sensible or portable to test the strtou*
26531              on /^-/ strings.
26532      Branch: perl
26533            ! Configure
26534 ____________________________________________________________________________
26535 [  8135] By: jhi                                   on 2000/12/15  17:18:49
26536         Log: Metaconfig unit change for #8134.
26537      Branch: metaconfig
26538            ! U/modified/d_strtoul.U
26539 ____________________________________________________________________________
26540 [  8134] By: jhi                                   on 2000/12/15  17:14:13
26541         Log: If longsize is 8 we don't need a LL suffix for integer constants.
26542      Branch: perl
26543            ! Configure config_h.SH
26544 ____________________________________________________________________________
26545 [  8133] By: jhi                                   on 2000/12/15  16:00:23
26546         Log: Update Changes.
26547      Branch: perl
26548            ! Changes patchlevel.h
26549 ____________________________________________________________________________
26550 [  8132] By: jhi                                   on 2000/12/15  15:44:16
26551         Log: Some compilers get huffy if you do not cast a const pointer
26552              to a non-const when assigning.
26553      Branch: perl
26554            ! gv.c
26555 ____________________________________________________________________________
26556 [  8131] By: jhi                                   on 2000/12/15  15:38:30
26557         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
26558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26559              Date: Fri, 15 Dec 2000 05:26:57 -0500
26560              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
26561      Branch: perl
26562            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
26563            ! t/pragma/overload.t
26564 ____________________________________________________________________________
26565 [  8130] By: jhi                                   on 2000/12/15  15:36:08
26566         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
26567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26568              Date: Thu, 14 Dec 2000 22:02:43 -0500
26569              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
26570      Branch: perl
26571            ! gv.c perl.h
26572 ____________________________________________________________________________
26573 [  8129] By: jhi                                   on 2000/12/15  15:34:16
26574         Log: Subject: PATCH: h2xs nit
26575              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26576              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
26577              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
26578              
26579              Add a template README.
26580      Branch: perl
26581            ! utils/h2xs.PL
26582 ____________________________________________________________________________
26583 [  8128] By: jhi                                   on 2000/12/15  15:32:22
26584         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
26585      Branch: perl
26586            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
26587 ____________________________________________________________________________
26588 [  8127] By: jhi                                   on 2000/12/15  15:19:34
26589         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
26590              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26591              Date:     Thu, 14 Dec 2000 20:04:42 EST
26592              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
26593      Branch: perl
26594            ! ext/Opcode/Opcode.xs
26595 ____________________________________________________________________________
26596 [  8126] By: jhi                                   on 2000/12/15  15:17:49
26597         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
26598              From: Peter Prymmer <pvhp@forte.com>
26599              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
26600              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
26601      Branch: perl
26602            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
26603            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
26604            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
26605 ____________________________________________________________________________
26606 [  8125] By: jhi                                   on 2000/12/15  15:11:05
26607         Log: This seems to be a stage sane and stable enough to checkin.
26608              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
26609      Branch: perl
26610            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
26611            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
26612            ! t/op/cmp.t t/op/numconvert.t
26613 ____________________________________________________________________________
26614 [  8124] By: jhi                                   on 2000/12/15  04:20:26
26615         Log: Something is really wonky.
26616      Branch: perl
26617            ! sv.c
26618 ____________________________________________________________________________
26619 [  8123] By: jhi                                   on 2000/12/15  04:00:50
26620         Log: Fixes for the IV UV patches to compile in Digital UNIX.
26621      Branch: perl
26622            ! sv.c
26623 ____________________________________________________________________________
26624 [  8122] By: jhi                                   on 2000/12/15  02:53:40
26625         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
26626              From: "Craig A. Berry" <craigberry@mac.com>
26627              Date: Thu, 14 Dec 2000 19:10:49 -0600
26628              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
26629      Branch: perl
26630            ! vms/vms.c
26631 ____________________________________________________________________________
26632 [  8121] By: jhi                                   on 2000/12/15  02:50:00
26633         Log: Metaconfig changes for #8120.
26634      Branch: metaconfig
26635            + U/modified/d_strtoul.U
26636      Branch: metaconfig/U/perl
26637            ! d_strtoull.U d_strtouq.U
26638 ____________________________________________________________________________
26639 [  8120] By: jhi                                   on 2000/12/15  02:49:42
26640         Log: From: Nicholas Clark <nick@ccl4.org> 
26641              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
26642              Date: Thu, 14 Dec 2000 18:38:57 +0000
26643              Message-ID: <20001214183857.B97909@plum.flirble.org>
26644      Branch: perl
26645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26646            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
26647            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26648            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26649            ! win32/config.gc win32/config.vc
26650 ____________________________________________________________________________
26651 [  8119] By: jhi                                   on 2000/12/14  23:40:58
26652         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
26653              From: Nicholas Clark <nick@ccl4.org>
26654              Date: Wed, 13 Dec 2000 20:08:50 +0000
26655              Message-ID: <20001213200849.B71166@plum.flirble.org>
26656      Branch: perl
26657            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
26658            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
26659 ____________________________________________________________________________
26660 [  8118] By: jhi                                   on 2000/12/14  22:46:26
26661         Log: Integrate perlio.
26662      Branch: perl
26663           !> MANIFEST ext/Encode/compile makedef.pl
26664 ____________________________________________________________________________
26665 [  8117] By: nick                                  on 2000/12/14  22:38:53
26666         Log: Win32 tweaks to get Encode to build
26667              - temp hack to makedef.pl till PerlIO is properly "exported".
26668              - MSVC dislikes  
26669              static encpage_t foo[];
26670              so make 'em extern for now.
26671      Branch: perlio
26672            ! ext/Encode/compile makedef.pl
26673 ____________________________________________________________________________
26674 [  8116] By: nick                                  on 2000/12/14  22:00:53
26675         Log: Document the new files
26676      Branch: perlio
26677            ! MANIFEST
26678 ____________________________________________________________________________
26679 [  8115] By: jhi                                   on 2000/12/14  21:58:01
26680         Log: MANIFEST new files of #8114.
26681      Branch: perl
26682            ! MANIFEST
26683 ____________________________________________________________________________
26684 [  8114] By: jhi                                   on 2000/12/14  21:50:49
26685         Log: Integrate perlio.
26686      Branch: perl
26687           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
26688           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26689           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
26690           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
26691           !> ext/Encode/Makefile.PL
26692 ____________________________________________________________________________
26693 [  8113] By: jhi                                   on 2000/12/14  21:48:49
26694         Log: The documentation part of the
26695              
26696              Subject: [ID 20001214.002] Net::Ping patch
26697              From: Jonathan Stowe <gellyfish@gellyfish.com>
26698              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
26699              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
26700              since the #7529 had already addressed the same problem.
26701      Branch: perl
26702            ! lib/Net/Ping.pm
26703 ____________________________________________________________________________
26704 [  8112] By: jhi                                   on 2000/12/14  21:42:57
26705         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
26706              From: Dominic Dunlop <domo@computer.org>
26707              Date: Tue, 12 Dec 2000 10:47:10 +0100
26708              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
26709              
26710              Document how elusive subroutines can be.
26711      Branch: perl
26712            ! pod/perlfunc.pod
26713 ____________________________________________________________________________
26714 [  8111] By: jhi                                   on 2000/12/14  21:38:05
26715         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
26716              From: Dominic Dunlop <domo@computer.org>
26717              Date: Thu, 14 Dec 2000 10:13:51 +0100
26718              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
26719      Branch: perl
26720            ! ext/POSIX/POSIX.pod
26721 ____________________________________________________________________________
26722 [  8110] By: jhi                                   on 2000/12/14  21:36:32
26723         Log: Subject: [patch] perlfaq7
26724              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
26725              Date: Thu, 14 Dec 2000 15:31:07 +0100
26726              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
26727      Branch: perl
26728            ! pod/perlfaq7.pod
26729 ____________________________________________________________________________
26730 [  8109] By: jhi                                   on 2000/12/14  21:29:20
26731         Log: Subject: [8104] Encode
26732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26733              Date: Thu, 14 Dec 2000 14:49:34 +0100
26734              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
26735              
26736              Type casting for nervous compilers.
26737      Branch: perl
26738            ! ext/Encode/Encode.xs
26739 ____________________________________________________________________________
26740 [  8108] By: jhi                                   on 2000/12/14  21:26:17
26741         Log: Subject: [8104] DB_File
26742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26743              Date: Thu, 14 Dec 2000 14:49:35 +0100
26744              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
26745              
26746              Type definition incorrect for DB 2.7.7.  Not known when it
26747              changed, so only changed it for a known revision.
26748      Branch: perl
26749            ! ext/DB_File/DB_File.xs
26750 ____________________________________________________________________________
26751 [  8107] By: jhi                                   on 2000/12/14  21:23:41
26752         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
26753              From: Peter Prymmer <pvhp@forte.com>
26754              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
26755              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
26756              
26757              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
26758      Branch: perl
26759            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
26760            ! ext/Encode/Encode/posix-bc.enc
26761 ____________________________________________________________________________
26762 [  8106] By: nick                                  on 2000/12/14  20:36:13
26763         Log: "Cold" build correction to Encode's Makefile.PL
26764      Branch: perlio
26765            ! ext/Encode/Makefile.PL
26766 ____________________________________________________________________________
26767 [  8105] By: nick                                  on 2000/12/14  20:09:37
26768         Log: "Compiled" encodings.
26769              Correct replacement character in EBCDIC .enc files
26770              Add 0x7F to ASCII repertoire.
26771      Branch: perlio
26772            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26773            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
26774            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
26775            ! ext/Encode/Makefile.PL ext/Encode/compile
26776            ! ext/Encode/encengine.c ext/Encode/encode.h
26777 ____________________________________________________________________________
26778 [  8104] By: nick                                  on 2000/12/14  00:38:20
26779         Log: Integrate mainline
26780      Branch: perlio
26781           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
26782           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
26783           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
26784           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
26785           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
26786           !> t/lib/db-hash.t t/lib/db-recno.t
26787 ____________________________________________________________________________
26788 [  8103] By: nick                                  on 2000/12/13  23:16:13
26789         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
26790              so far and so it does not get lost.
26791      Branch: perlio
26792            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
26793 ____________________________________________________________________________
26794 [  8102] By: jhi                                   on 2000/12/13  17:14:22
26795         Log: Update Changes.
26796      Branch: perl
26797            ! Changes patchlevel.h
26798 ____________________________________________________________________________
26799 [  8101] By: jhi                                   on 2000/12/13  16:53:41
26800         Log: Move the proto of start_glob() to a better place; regen api files.
26801      Branch: perl
26802            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
26803 ____________________________________________________________________________
26804 [  8100] By: jhi                                   on 2000/12/13  16:47:11
26805         Log: Metaconfig change for #8099.
26806      Branch: metaconfig
26807            ! U/modified/Head.U
26808 ____________________________________________________________________________
26809 [  8099] By: jhi                                   on 2000/12/13  16:46:48
26810         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
26811              From: Andy Dougherty <doughera@lafayette.edu>
26812              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
26813              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
26814      Branch: perl
26815            ! Configure
26816 ____________________________________________________________________________
26817 [  8098] By: jhi                                   on 2000/12/13  16:39:02
26818         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
26819              From: rspier@pobox.com (Robert Spier)
26820              Date: Tue, 12 Dec 2000 21:12:39 -0500
26821              Message-ID: <14902.56087.678086.725773@rls.cx>
26822              
26823              fastgetcwd is defined using a glob alias on a $^O dependent basis -
26824              and there was no default assignment or perl subroutine.
26825      Branch: perl
26826            ! lib/Cwd.pm
26827 ____________________________________________________________________________
26828 [  8097] By: jhi                                   on 2000/12/13  16:16:01
26829         Log: Subject: [PATCH] move startglob out of pp_hot.c
26830              From: Nicholas Clark <nick@ccl4.org>
26831              Date: Mon, 11 Dec 2000 23:16:39 +0000
26832              Message-ID: <20001211231638.A55550@plum.flirble.org>
26833      Branch: perl
26834            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
26835 ____________________________________________________________________________
26836 [  8096] By: jhi                                   on 2000/12/13  15:26:23
26837         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
26838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26839              Date: Wed, 13 Dec 2000 14:01:37 +0100
26840              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
26841              
26842              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
26843              in turn requires libpthread in libswanted.
26844      Branch: perl
26845            ! hints/hpux.sh
26846 ____________________________________________________________________________
26847 [  8095] By: jhi                                   on 2000/12/12  19:51:05
26848         Log: The integration wars continue.
26849      Branch: perl
26850           !> sv.c
26851 ____________________________________________________________________________
26852 [  8094] By: jhi                                   on 2000/12/12  19:48:26
26853         Log: Subject: [PATCH perl@8070] DB_File-1.74  
26854              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
26855              Date: Mon, 11 Dec 2000 23:07:17 -0000
26856              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
26857      Branch: perl
26858            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26859            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
26860            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
26861            ! t/lib/db-recno.t
26862 ____________________________________________________________________________
26863 [  8093] By: nick                                  on 2000/12/12  19:42:13
26864         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
26865      Branch: perlio
26866            ! sv.c
26867           !> lib/File/DosGlob.pm
26868 ____________________________________________________________________________
26869 [  8092] By: jhi                                   on 2000/12/12  19:28:11
26870         Log: Integrate perlio.
26871      Branch: perl
26872           !> sv.c
26873 ____________________________________________________________________________
26874 [  8091] By: nick                                  on 2000/12/12  18:49:45
26875         Log: Fix for Tk, and upgrading shared SVs.
26876      Branch: perlio
26877            ! sv.c
26878 ____________________________________________________________________________
26879 [  8090] By: jhi                                   on 2000/12/12  16:48:59
26880         Log: Subject: [PATCH] Re: Breadperl & Tk
26881              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26882              Date: Tue, 12 Dec 2000 14:48:27 GMT
26883              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
26884      Branch: perl
26885            ! sv.c
26886 ____________________________________________________________________________
26887 [  8089] By: jhi                                   on 2000/12/12  03:37:19
26888         Log: Subject: DosGlob.pm diff for bash style brace expansion.
26889              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
26890              Date: Fri, 8 Dec 2000 10:45:30 -0600
26891              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
26892      Branch: perl
26893            ! lib/File/DosGlob.pm
26894 ____________________________________________________________________________
26895 [  8088] By: nick                                  on 2000/12/11  23:59:59
26896         Log: Integrate mainline
26897      Branch: perlio
26898           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
26899           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
26900           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
26901           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
26902           !> t/op/local.t t/pragma/warn/toke toke.c
26903 ____________________________________________________________________________
26904 [  8087] By: jhi                                   on 2000/12/11  23:20:23
26905         Log: Integrate perlio.
26906      Branch: perl
26907           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26908 ____________________________________________________________________________
26909 [  8086] By: jhi                                   on 2000/12/11  22:50:59
26910         Log: Tune further the OS detection of CGI.
26911      Branch: perl
26912            ! lib/CGI.pm
26913 ____________________________________________________________________________
26914 [  8085] By: nick                                  on 2000/12/11  22:50:46
26915         Log: Finish 1st pass of "encoding" layer e.g. :
26916              open($fh,"<encoding(iso8859-7)",$greek) || die;
26917      Branch: perlio
26918            ! ext/Encode/Encode.xs perlio.c perliol.h
26919 ____________________________________________________________________________
26920 [  8084] By: jhi                                   on 2000/12/11  22:32:06
26921         Log: Revert the -f ambiguousity patch, seems to cause
26922              too much hassle (the interpret -Q as a function
26923              where Q is not a known filetest part is left in).
26924      Branch: perl
26925            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
26926            ! toke.c
26927 ____________________________________________________________________________
26928 [  8083] By: jhi                                   on 2000/12/11  22:27:23
26929         Log: (accidentally empty check-in)
26930      Branch: perl
26931            ! lib/File/DosGlob.pm
26932 ____________________________________________________________________________
26933 [  8082] By: nick                                  on 2000/12/11  19:09:51
26934         Log: Restore mmap function (broken by tweaks to shared buffer
26935              layer for encode(xxxx)).
26936      Branch: perlio
26937            ! perlio.c
26938 ____________________________________________________________________________
26939 [  8081] By: jhi                                   on 2000/12/11  18:29:13
26940         Log: Subject: Re: The long awaited feature ...
26941              From: Simon Cozens <simon@cozens.net>
26942              Date: Mon, 11 Dec 2000 15:54:24 +0000
26943              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
26944              
26945              More io/utf8 tests.
26946      Branch: perl
26947            ! t/io/utf8.t
26948 ____________________________________________________________________________
26949 [  8080] By: jhi                                   on 2000/12/11  18:19:36
26950         Log: Subject: PATCH MakeMaker manpage clarification
26951              From: andreas.koenig@anima.de (Andreas J. Koenig)
26952              Date: 10 Dec 2000 20:46:13 +0100
26953              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
26954      Branch: perl
26955            ! lib/ExtUtils/MakeMaker.pm
26956 ____________________________________________________________________________
26957 [  8079] By: jhi                                   on 2000/12/11  15:35:07
26958         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
26959              From: Simon Cozens <simon@cozens.net>
26960              Date: Sun, 10 Dec 2000 19:06:19 +0000
26961              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
26962      Branch: perl
26963            ! ext/B/B/Deparse.pm t/lib/b.t
26964 ____________________________________________________________________________
26965 [  8078] By: jhi                                   on 2000/12/11  15:09:11
26966         Log: Subject: [PATCH] docs on NaN
26967              From: Nicholas Clark <nick@ccl4.org>
26968              Date: Mon, 11 Dec 2000 01:48:38 +0000
26969              Message-ID: <20001211014838.B99205@plum.flirble.org>
26970      Branch: perl
26971            ! pod/perlop.pod
26972 ____________________________________________________________________________
26973 [  8077] By: jhi                                   on 2000/12/11  15:02:21
26974         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
26975              From: Simon Cozens <simon@cozens.net>
26976              Date: Mon, 11 Dec 2000 01:21:45 +0000
26977              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
26978      Branch: perl
26979            ! pp.c pp_hot.c scope.c t/op/local.t
26980 ____________________________________________________________________________
26981 [  8076] By: nick                                  on 2000/12/10  20:43:32
26982         Log: Not merge worthy...
26983              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
26984              syntax is modelled on attributes.
26985              Untested fix for io/utf8 on Win32 etc.
26986              Very clumsy start to the encode layer.
26987      Branch: perlio
26988            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
26989 ____________________________________________________________________________
26990 [  8075] By: jhi                                   on 2000/12/10  18:39:33
26991         Log: Darwin is not Windows.
26992      Branch: perl
26993            ! lib/CGI.pm
26994 ____________________________________________________________________________
26995 [  8074] By: jhi                                   on 2000/12/10  18:31:27
26996         Log: Subject: Ambiguous -%c() resolved as a file test
26997              From: "Paul Marquess" <Paul.Marquess@openwave.com>
26998              Date: Sun, 10 Dec 2000 15:35:07 -0000
26999              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
27000      Branch: perl
27001            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27002 ____________________________________________________________________________
27003 [  8073] By: jhi                                   on 2000/12/10  18:16:29
27004         Log: Subject: PATCH installperl misinformed 
27005              From: andreas.koenig@anima.de (Andreas J. Koenig)
27006              Date: 10 Dec 2000 13:01:32 +0100 
27007              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
27008      Branch: perl
27009            ! installperl
27010 ____________________________________________________________________________
27011 [  8072] By: jhi                                   on 2000/12/10  18:07:55
27012         Log: The walkoptree confusion rages; walkoptree() seems to be coming
27013              from B.xs, while walkoptree_slow() comes from B.pm.
27014      Branch: perl
27015            ! ext/B/B.pm
27016 ____________________________________________________________________________
27017 [  8071] By: nick                                  on 2000/12/10  11:45:47
27018         Log: Integrate mainline
27019      Branch: perlio
27020           +> t/base/commonsense.t
27021           !> (integrate 37 files)
27022 ____________________________________________________________________________
27023 [  8070] By: jhi                                   on 2000/12/10  04:46:21
27024         Log: Update Changes.
27025      Branch: perl
27026            ! Changes patchlevel.h
27027 ____________________________________________________________________________
27028 [  8069] By: jhi                                   on 2000/12/10  04:39:19
27029         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
27030              From: andreas.koenig@anima.de (Andreas J. Koenig)
27031              Date: 09 Dec 2000 17:14:25 +0100
27032              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
27033      Branch: perl
27034            + t/base/commonsense.t
27035            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
27036 ____________________________________________________________________________
27037 [  8068] By: jhi                                   on 2000/12/10  04:17:36
27038         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
27039              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27040              Date: Sat, 9 Dec 2000 16:47:22 -0000
27041              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
27042      Branch: perl
27043            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
27044            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
27045            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
27046            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
27047            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
27048            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27049            ! t/lib/sdbm.t
27050 ____________________________________________________________________________
27051 [  8067] By: jhi                                   on 2000/12/10  03:52:02
27052         Log: Test case for #8066.
27053      Branch: perl
27054            ! t/op/misc.t
27055 ____________________________________________________________________________
27056 [  8066] By: jhi                                   on 2000/12/10  03:50:30
27057         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
27058              From: Simon Cozens <simon@cozens.net>
27059              Date: Sun, 10 Dec 2000 00:55:37 +0000
27060              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
27061      Branch: perl
27062            ! pp_sys.c
27063 ____________________________________________________________________________
27064 [  8065] By: jhi                                   on 2000/12/10  03:44:52
27065         Log: Test case for #8064.
27066      Branch: perl
27067            ! t/comp/proto.t
27068 ____________________________________________________________________________
27069 [  8064] By: jhi                                   on 2000/12/10  03:42:32
27070         Log: Subject: Re: prototype of substr
27071              From: Simon Cozens <simon@cozens.net>
27072              Date: Sun, 10 Dec 2000 00:13:33 +0000
27073              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
27074              
27075              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
27076      Branch: perl
27077            ! pp.c
27078 ____________________________________________________________________________
27079 [  8063] By: jhi                                   on 2000/12/10  03:39:42
27080         Log: Subject: [PATCH] perlguts.pod
27081              From: Simon Cozens <simon@cozens.net>
27082              Date: Sun, 10 Dec 2000 00:06:47 +0000
27083              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
27084              
27085              Documentation of the different types of ops,
27086              plus the functions in dump.c
27087      Branch: perl
27088            ! pod/perlguts.pod
27089 ____________________________________________________________________________
27090 [  8062] By: jhi                                   on 2000/12/10  03:30:04
27091         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
27092              From: Nicholas Clark <nick@talking.bollo.cx>
27093              Date: Sat, 09 Dec 2000 18:57:25 +0000
27094              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
27095              
27096              Be more robust in weird hostname setups.
27097      Branch: perl
27098            ! t/lib/net-hostent.t
27099 ____________________________________________________________________________
27100 [  8061] By: jhi                                   on 2000/12/10  03:28:21
27101         Log: Pacify fussy compiler. 
27102      Branch: perl
27103            ! pp_sys.c
27104 ____________________________________________________________________________
27105 [  8060] By: jhi                                   on 2000/12/10  02:52:46
27106         Log: Integrate perlio.
27107      Branch: perl
27108           !> pp_sys.c t/io/utf8.t
27109 ____________________________________________________________________________
27110 [  8059] By: nick                                  on 2000/12/09  23:40:14
27111         Log: read/sysread/recv should now be utf8 aware.
27112              Basic test for utf8 read.
27113      Branch: perlio
27114            ! pp_sys.c t/io/utf8.t
27115 ____________________________________________________________________________
27116 [  8058] By: jhi                                   on 2000/12/09  21:56:02
27117         Log: Integrate perlio.
27118      Branch: perl
27119           +> t/io/utf8.t
27120           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
27121 ____________________________________________________________________________
27122 [  8057] By: jhi                                   on 2000/12/09  21:53:35
27123         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
27124              From: Inaba Hiroto <inaba@st.rim.or.jp>
27125              Date: Sun, 10 Dec 2000 05:53:21 +0900
27126              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
27127              
27128              Tests for #8056.
27129      Branch: perl
27130            ! t/op/each.t
27131 ____________________________________________________________________________
27132 [  8056] By: jhi                                   on 2000/12/09  21:51:16
27133         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
27134              From: Inaba Hiroto <inaba@st.rim.or.jp>
27135              Date: Sat, 09 Dec 2000 18:02:00 +0900
27136              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
27137              
27138              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
27139      Branch: perl
27140            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
27141 ____________________________________________________________________________
27142 [  8055] By: nick                                  on 2000/12/09  20:11:48
27143         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
27144              than raw PerlIO_write() - does not seem to break any tests.
27145      Branch: perlio
27146            ! pp_sys.c
27147 ____________________________________________________________________________
27148 [  8054] By: nick                                  on 2000/12/09  19:47:30
27149         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
27150              (sysread, recv and write i.e. formats still to do...)
27151              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
27152              open($fh,">:utf8","name")
27153              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
27154              so no extra overhead is involved.
27155              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
27156              to a non-utf8 stream.
27157              Add initial io/utf8.t
27158              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
27159              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
27160              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27161      Branch: perlio
27162            + t/io/utf8.t
27163            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
27164 ____________________________________________________________________________
27165 [  8053] By: nick                                  on 2000/12/09  19:26:37
27166         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
27167              was only testing this_utf8.
27168      Branch: perlio
27169            ! toke.c
27170 ____________________________________________________________________________
27171 [  8052] By: nick                                  on 2000/12/09  19:09:41
27172         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
27173              i.e. the output string has one, but don't mess with source assumption.
27174      Branch: perlio
27175            ! toke.c
27176 ____________________________________________________________________________
27177 [  8051] By: jhi                                   on 2000/12/09  16:55:17
27178         Log: Integrate perlio.
27179      Branch: perl
27180           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
27181           !> sv.c thrdvar.h util.c
27182 ____________________________________________________________________________
27183 [  8050] By: jhi                                   on 2000/12/09  16:48:07
27184         Log: Nits noticed by Peter Prymmer.
27185      Branch: perl
27186            ! lib/ExtUtils/MM_VMS.pm
27187 ____________________________________________________________________________
27188 [  8049] By: nick                                  on 2000/12/09  13:49:40
27189         Log: UTF8 output prework.
27190              - Store $\ and $, as SVs so they can have SvUTF8 flag
27191              - use do_print() rather than raw PerlIO_write() to print them.
27192      Branch: perlio
27193            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
27194            ! thrdvar.h util.c
27195 ____________________________________________________________________________
27196 [  8048] By: nick                                  on 2000/12/09  12:30:43
27197         Log: Integrate mainline.
27198      Branch: perlio
27199           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
27200           +> t/op/reverse.t
27201           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
27202           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27203           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
27204           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
27205           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
27206           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27207 ____________________________________________________________________________
27208 [  8047] By: jhi                                   on 2000/12/09  00:23:27
27209         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
27210              From: Michael G Schwern <schwern@pobox.com>
27211              Date: Fri, 8 Dec 2000 14:43:04 -0600
27212      Branch: perl
27213            ! lib/ExtUtils/MM_VMS.pm
27214 ____________________________________________________________________________
27215 [  8046] By: jhi                                   on 2000/12/08  23:10:27
27216         Log: A missed check-in.
27217      Branch: perl
27218            ! lib/ExtUtils/Manifest.pm
27219 ____________________________________________________________________________
27220 [  8045] By: jhi                                   on 2000/12/08  21:57:12
27221         Log: (null check-in)
27222      Branch: perl
27223            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
27224 ____________________________________________________________________________
27225 [  8044] By: jhi                                   on 2000/12/08  21:11:06
27226         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
27227              at the final draft stage.
27228      Branch: perl
27229            + ext/Encode/Encode/iso8859-16.enc
27230            ! MANIFEST
27231 ____________________________________________________________________________
27232 [  8043] By: jhi                                   on 2000/12/08  16:39:04
27233         Log: Update Changes.
27234      Branch: perl
27235            ! Changes patchlevel.h
27236 ____________________________________________________________________________
27237 [  8042] By: jhi                                   on 2000/12/08  16:33:39
27238         Log: Do not return the Unicode replacement character if UTF-8
27239              decoding goes awry, it should be up to the caller to decide.
27240      Branch: perl
27241            ! pod/perlapi.pod utf8.c
27242 ____________________________________________________________________________
27243 [  8041] By: jhi                                   on 2000/12/08  16:22:28
27244         Log: metaconfig maintenance.
27245      Branch: metaconfig
27246            ! U/modified/stdchar.U
27247      Branch: metaconfig/U/perl
27248            + testsyml.U
27249 ____________________________________________________________________________
27250 [  8040] By: jhi                                   on 2000/12/08  16:03:08
27251         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
27252              From: sthoenna@efn.org
27253              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
27254              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
27255      Branch: perl
27256            ! Changes lib/ExtUtils/MM_OS2.pm
27257 ____________________________________________________________________________
27258 [  8039] By: jhi                                   on 2000/12/08  15:57:11
27259         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
27260              From: Simon Cozens <simon@cozens.net>
27261              Date: Fri, 8 Dec 2000 13:33:31 +0000
27262              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
27263              
27264              (The pp_hot part needed a rewrite.)
27265      Branch: perl
27266            ! doop.c pp_hot.c utf8.c
27267 ____________________________________________________________________________
27268 [  8038] By: jhi                                   on 2000/12/08  15:25:08
27269         Log: Subject: djSP
27270              From: Michael Stevens <michael@etla.org>
27271              Date: Wed, 6 Dec 2000 23:24:01 +0000
27272              Message-ID: <20001206232400.A21381@firedrake.org>
27273              
27274              Plus a note from Nick Ing-Simmons.
27275      Branch: perl
27276            ! pp.h
27277 ____________________________________________________________________________
27278 [  8037] By: jhi                                   on 2000/12/08  15:18:35
27279         Log: Filetype is text.
27280      Branch: perl
27281            ! t/op/utf8decode.t
27282 ____________________________________________________________________________
27283 [  8036] By: jhi                                   on 2000/12/08  03:31:27
27284         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27285              From: Andy Dougherty <doughera@lafayette.edu>
27286              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
27287              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
27288              
27289              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27290              From: Andy Dougherty <doughera@lafayette.edu>
27291              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
27292              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
27293      Branch: perl
27294            + ext/POSIX/hints/svr4.pl
27295            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
27296 ____________________________________________________________________________
27297 [  8035] By: jhi                                   on 2000/12/08  03:26:01
27298         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
27299              From: Andy Dougherty <doughera@lafayette.edu>
27300              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
27301              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
27302      Branch: perl
27303            ! t/README t/base/term.t
27304 ____________________________________________________________________________
27305 [  8034] By: jhi                                   on 2000/12/08  03:21:59
27306         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27307              From: mjd@plover.com  
27308              Date: 7 Dec 2000 21:04:20 -0000
27309              Message-ID: <20001207210420.22282.qmail@plover.com>
27310              
27311              Plus -z doc.
27312      Branch: perl
27313            ! pod/perlfunc.pod
27314 ____________________________________________________________________________
27315 [  8033] By: jhi                                   on 2000/12/08  03:19:03
27316         Log: Use the UTF8 macros a bit.  They can't be used with abandon
27317              everywhere because we do generate illegal UTF-8 in some situations.
27318              This is of course naughty.
27319      Branch: perl
27320            ! pod/perlapi.pod utf8.c utf8.h
27321 ____________________________________________________________________________
27322 [  8032] By: jhi                                   on 2000/12/08  03:00:09
27323         Log: Out of sync?
27324      Branch: perl
27325            ! t/pragma/warn/utf8
27326 ____________________________________________________________________________
27327 [  8031] By: jhi                                   on 2000/12/08  02:22:39
27328         Log: Cnt spl.
27329      Branch: perl
27330            ! MANIFEST
27331 ____________________________________________________________________________
27332 [  8030] By: jhi                                   on 2000/12/08  01:23:54
27333         Log: Add test for reverse().
27334      Branch: perl
27335            + t/op/reverse.t
27336            ! MANIFEST
27337 ____________________________________________________________________________
27338 [  8029] By: jhi                                   on 2000/12/08  01:21:47
27339         Log: Integrate perlio.
27340      Branch: perl
27341           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
27342           !> perlio.c perlio.h perlsdio.h warnings.pl
27343 ____________________________________________________________________________
27344 [  8028] By: jhi                                   on 2000/12/08  01:19:08
27345         Log: Introduce macros for UTF8 decoding.
27346      Branch: perl
27347            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
27348 ____________________________________________________________________________
27349 [  8027] By: nick                                  on 2000/12/07  22:18:19
27350         Log: Integrate mainline
27351      Branch: perlio
27352           !> embed.pl pod/perlapi.pod utf8.c
27353 ____________________________________________________________________________
27354 [  8026] By: nick                                  on 2000/12/07  21:45:08
27355         Log: Various oddities p4 diff -se showed up
27356              Remove 'our' from warnings.pl
27357      Branch: perlio
27358            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
27359 ____________________________________________________________________________
27360 [  8025] By: nick                                  on 2000/12/07  21:43:32
27361         Log: Change PerlIO_(get|set)pos to take SV *
27362              Should fix, OS/2, VMS, (sfio??)
27363      Branch: perlio
27364            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
27365 ____________________________________________________________________________
27366 [  8024] By: jhi                                   on 2000/12/07  19:05:32
27367         Log: Document utf8_to_uv() better.
27368      Branch: perl
27369            ! pod/perlapi.pod utf8.c
27370 ____________________________________________________________________________
27371 [  8023] By: jhi                                   on 2000/12/07  18:23:47
27372         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
27373      Branch: perl
27374            ! embed.pl pod/perlapi.pod utf8.c
27375 ____________________________________________________________________________
27376 [  8022] By: jhi                                   on 2000/12/07  04:13:51
27377         Log: Integrate perlio.
27378      Branch: perl
27379           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
27380           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
27381           !> win32/makefile.mk
27382 ____________________________________________________________________________
27383 [  8021] By: nick                                  on 2000/12/07  00:28:14
27384         Log: Various attempts at MSVC debug - not sure what has
27385              changed but works now. 
27386              Seems atexit() _may_ work for DLLs built with MSVC so don't
27387              call cleanup that way.
27388      Branch: perlio
27389            ! perlio.c win32/makefile.mk
27390 ____________________________________________________________________________
27391 [  8020] By: nick                                  on 2000/12/06  19:57:20
27392         Log: Integrate mainline
27393      Branch: perlio
27394           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
27395           !> (integrate 75 files)
27396 ____________________________________________________________________________
27397 [  8019] By: nick                                  on 2000/12/06  19:28:21
27398         Log: Add useperlio to config.vc
27399              Turn off binmode in config_H.PL
27400              Regen all the config_H.xx
27401              Attempt to get debugging build with MSVC.
27402      Branch: perlio
27403            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27404            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
27405 ____________________________________________________________________________
27406 [  8018] By: nick                                  on 2000/12/06  19:21:57
27407         Log: Test various dup/external program options on all platforms.
27408      Branch: perlio
27409            ! t/io/dup.t
27410 ____________________________________________________________________________
27411 [  8017] By: nick                                  on 2000/12/06  19:20:47
27412         Log: Fix harness to be less picky
27413      Branch: perlio
27414            ! lib/Test/Harness.pm
27415 ____________________________________________________________________________
27416 [  8016] By: jhi                                   on 2000/12/06  16:45:12
27417         Log: Update Changes.
27418      Branch: perl
27419            ! Changes patchlevel.h
27420 ____________________________________________________________________________
27421 [  8015] By: jhi                                   on 2000/12/06  16:41:03
27422         Log: Test \x{...} with ord().
27423      Branch: perl
27424            ! t/op/ord.t
27425 ____________________________________________________________________________
27426 [  8014] By: jhi                                   on 2000/12/06  16:20:33
27427         Log: Test tweak because of #8013.
27428      Branch: perl
27429            ! t/lib/b.t
27430 ____________________________________________________________________________
27431 [  8013] By: jhi                                   on 2000/12/06  16:09:09
27432         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
27433              From: Michael G Schwern <schwern@pobox.com>
27434              Date: Tue, 5 Dec 2000 21:23:28 -0500
27435              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
27436              
27437              Carp::Heavy parts not very applicable because of recent changes.
27438      Branch: perl
27439            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
27440            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
27441            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
27442            ! lib/Exporter.pm lib/Exporter/Heavy.pm
27443            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
27444            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27445            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
27446            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
27447            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
27448            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
27449            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
27450            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
27451            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
27452            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
27453            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
27454            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
27455            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
27456            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
27457            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
27458            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
27459            ! warnings.pl
27460 ____________________________________________________________________________
27461 [  8012] By: jhi                                   on 2000/12/06  15:22:38
27462         Log: Subject: [PATCH] Re: New harness is failing things
27463              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27464              Date: Wed, 6 Dec 2000 13:00:30 GMT
27465              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
27466      Branch: perl
27467            ! lib/Test/Harness.pm
27468 ____________________________________________________________________________
27469 [  8011] By: jhi                                   on 2000/12/06  15:12:08
27470         Log: Subject: installhtml changes
27471              From: Michael Stevens <michael@etla.org>
27472              Date: Wed, 6 Dec 2000 13:15:53 +0000
27473              Message-ID: <20001206131553.A27317@firedrake.org>
27474      Branch: perl
27475            ! installhtml
27476 ____________________________________________________________________________
27477 [  8010] By: jhi                                   on 2000/12/06  15:06:05
27478         Log: Subject: the dTHR hits
27479              From: Michael Stevens <michael@etla.org>
27480              Date: Wed, 6 Dec 2000 12:06:03 +0000
27481              Message-ID: <20001206120603.A24581@firedrake.org>
27482              
27483              More, errrm, less dTHRs.
27484      Branch: perl
27485            ! bytecode.pl ext/B/B/C.pm
27486 ____________________________________________________________________________
27487 [  8009] By: jhi                                   on 2000/12/06  15:04:25
27488         Log: Subject: MakeMaker mailing list gone?
27489              From: Michael G Schwern <schwern@pobox.com>
27490              Date: Tue, 5 Dec 2000 19:29:59 -0500
27491              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
27492              
27493              The MakeMaker mailing list is dead, perlbug is the right
27494              address to report bugs.
27495      Branch: perl
27496            ! lib/ExtUtils/MakeMaker.pm
27497 ____________________________________________________________________________
27498 [  8008] By: jhi                                   on 2000/12/06  15:00:32
27499         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
27500              From: Michael G Schwern <schwern@pobox.com>
27501              Date: Tue, 5 Dec 2000 19:21:21 -0500
27502              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
27503              
27504              Add a default MANIFEST skip that ignores things like
27505              version control files, editor temporary files, and the Makefile.
27506      Branch: perl
27507            + lib/ExtUtils/MANIFEST.SKIP
27508            ! MANIFEST lib/ExtUtils/Manifest.pm
27509 ____________________________________________________________________________
27510 [  8007] By: jhi                                   on 2000/12/06  14:57:20
27511         Log: In Amiga more manual hackery of the scripts seems to be needed,
27512              from Jan-Erik Karlsson.  Why Configure does not get this right
27513              is unknown, may be shell-induced.
27514      Branch: perl
27515            ! README.amiga
27516 ____________________________________________________________________________
27517 [  8006] By: jhi                                   on 2000/12/05  23:53:12
27518         Log: Add TOPm1s to peek at the second topmost stack item.
27519      Branch: perl
27520            ! pp.h
27521 ____________________________________________________________________________
27522 [  8005] By: jhi                                   on 2000/12/05  23:13:55
27523         Log: Avaunt, you foul UTF-8 tests.
27524      Branch: perl
27525            ! t/op/ver.t t/pragma/utf8.t
27526 ____________________________________________________________________________
27527 [  8004] By: jhi                                   on 2000/12/05  23:09:54
27528         Log: Continue utf8 dispersal. 
27529      Branch: perl
27530            + t/op/concat.t
27531            ! MANIFEST t/pragma/utf8.t
27532 ____________________________________________________________________________
27533 [  8003] By: nick                                  on 2000/12/05  23:02:39
27534         Log: Integrate mainline.
27535      Branch: perlio
27536           +> t/op/length.t t/op/utf8decode.t
27537           !> (integrate 69 files)
27538 ____________________________________________________________________________
27539 [  8002] By: jhi                                   on 2000/12/05  22:59:28
27540         Log: Integrate perlio.
27541      Branch: perl
27542           !> iperlsys.h perl.c perlio.c win32/perllib.c
27543 ____________________________________________________________________________
27544 [  8001] By: nick                                  on 2000/12/05  22:07:52
27545         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
27546              - calloc/free suffer from damage on TerminateThread()
27547              - use PerlMemShared (as originally planned) now fixed
27548              - avoid doing anything important on DLL "detach".
27549      Branch: perlio
27550            ! perl.c perlio.c win32/perllib.c
27551 ____________________________________________________________________________
27552 [  8000] By: nick                                  on 2000/12/05  21:05:09
27553         Log: Fix gross PerlMemShared issue.
27554      Branch: perlio
27555            ! iperlsys.h
27556 ____________________________________________________________________________
27557 [  7999] By: jhi                                   on 2000/12/05  20:46:58
27558         Log: Test for Unicode (UTF-8) hash keys.
27559      Branch: perl
27560            ! t/op/each.t
27561 ____________________________________________________________________________
27562 [  7998] By: jhi                                   on 2000/12/05  20:30:35
27563         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
27564              is now always UTF-8), empty line cosmetics.
27565      Branch: perl
27566            ! t/pragma/utf8.t
27567 ____________________________________________________________________________
27568 [  7997] By: jhi                                   on 2000/12/05  20:15:40
27569         Log: Subject: Re: STRLEN - what?
27570              From: Andy Dougherty <doughera@lafayette.edu>
27571              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
27572              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
27573              
27574              Explain STRLEN.
27575      Branch: perl
27576            ! pod/perlguts.pod
27577 ____________________________________________________________________________
27578 [  7996] By: jhi                                   on 2000/12/05  20:13:34
27579         Log: Split off the UTF-8 decoder tests, make them to check also
27580              the error message.
27581      Branch: perl
27582            + t/op/utf8decode.t
27583            ! MANIFEST t/pragma/utf8.t utf8.c
27584 ____________________________________________________________________________
27585 [  7995] By: jhi                                   on 2000/12/05  16:39:47
27586         Log: Start migrating bits of pragma/utf8 to elsewhere
27587              (since the long term plan is to obsolete 'use utf8').
27588      Branch: perl
27589            + t/op/length.t
27590            ! MANIFEST t/pragma/utf8.t
27591 ____________________________________________________________________________
27592 [  7994] By: jhi                                   on 2000/12/05  16:30:21
27593         Log: Fix a manual edit typo from #7993, fix the message formatting
27594              for Unicode, add few our declarations.
27595      Branch: perl
27596            ! lib/Carp/Heavy.pm
27597 ____________________________________________________________________________
27598 [  7993] By: jhi                                   on 2000/12/05  16:09:15
27599         Log: Subject: Need help with warnings :-(
27600              From: "Ben Tilly" <ben_tilly@hotmail.com>
27601              Date: Tue, 05 Dec 2000 01:35:54 -0500
27602              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
27603              
27604              Subject: UPDATE: Carp/Heavy now passes all tests
27605              From: "Ben Tilly" <ben_tilly@hotmail.com>
27606              Date: Tue, 05 Dec 2000 07:59:41 -0500
27607              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
27608              
27609              The Brave New Carp.
27610      Branch: perl
27611            ! lib/Carp.pm lib/Carp/Heavy.pm
27612 ____________________________________________________________________________
27613 [  7992] By: jhi                                   on 2000/12/05  15:55:08
27614         Log: Subject: [PATCH perl@7979] cygwin port
27615              From: "Eric Fifer" <efifer@dircon.co.uk>
27616              Date: Tue, 5 Dec 2000 14:04:09 -0000
27617              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
27618      Branch: perl
27619            ! t/lib/net-hostent.t
27620 ____________________________________________________________________________
27621 [  7991] By: jhi                                   on 2000/12/05  15:52:34
27622         Log: Subject: Re: [PATCH] The largest hoax of all times?
27623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27624              Date: Tue, 5 Dec 2000 00:40:25 -0500
27625              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
27626              
27627              Subject: Re: [PATCH] The largest hoax of all times?
27628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27629              Date: Mon, 4 Dec 2000 23:55:53 -0500
27630              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
27631              
27632              Subject: Re: [PATCH] The largest hoax of all times?
27633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27634              Date: Tue, 5 Dec 2000 01:28:45 -0500
27635              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
27636              
27637              Fix the unpredictable order of DESTROYs.
27638      Branch: perl
27639            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
27640            ! sv.c sv.h t/op/ref.t
27641 ____________________________________________________________________________
27642 [  7990] By: jhi                                   on 2000/12/05  14:38:53
27643         Log: Subject: [PATCH] shrink pp_hot fractionally
27644              From: Nicholas Clark <nick@ccl4.org>
27645              Date: Tue, 5 Dec 2000 12:44:31 +0000
27646              Message-ID: <20001205124431.E74518@plum.flirble.org>
27647              
27648              Use report_evil_fh().
27649      Branch: perl
27650            ! opcode.pl opnames.h pp_hot.c util.c
27651 ____________________________________________________________________________
27652 [  7989] By: jhi                                   on 2000/12/05  14:21:27
27653         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
27654              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27655              Date: Mon, 04 Dec 2000 22:21:59 -0800
27656              Message-ID: <HmIL6gzkgepS092yn@efn.org>
27657              
27658              Harness shouldn't ignore responses like "ok 3\r\r\n".
27659      Branch: perl
27660            ! lib/Test/Harness.pm
27661 ____________________________________________________________________________
27662 [  7988] By: jhi                                   on 2000/12/05  13:51:28
27663         Log: Integrate the "skip" messages to explain().
27664      Branch: perl
27665            ! t/lib/syslfs.t t/op/lfs.t
27666 ____________________________________________________________________________
27667 [  7987] By: jhi                                   on 2000/12/05  12:34:54
27668         Log: The one that got away in #7984.
27669              
27670              Subject: Re: dTHR - what and why?
27671              From: Michael Stevens <michael@etla.org> 
27672              Date: Tue, 5 Dec 2000 11:15:52 +0000
27673              Message-ID: <20001205111552.A4647@firedrake.org>
27674      Branch: perl
27675            ! sv.h
27676 ____________________________________________________________________________
27677 [  7986] By: gsar                                  on 2000/12/05  09:14:44
27678         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
27679              due to the notorious GetFileType() bug in Windows 9x, which fstat()
27680              tickles)
27681      Branch: perl
27682            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
27683 ____________________________________________________________________________
27684 [  7985] By: jhi                                   on 2000/12/05  05:49:03
27685         Log: Integrate perlio.
27686      Branch: perl
27687           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
27688           !> win32/perlhost.h win32/perllib.c
27689 ____________________________________________________________________________
27690 [  7984] By: jhi                                   on 2000/12/05  05:48:16
27691         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
27692      Branch: perl
27693            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
27694            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
27695            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
27696            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
27697            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
27698            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27699            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
27700            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
27701            ! win32/win32.c
27702 ____________________________________________________________________________
27703 [  7983] By: nick                                  on 2000/12/04  23:27:43
27704         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
27705      Branch: perlio
27706            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
27707            ! win32/perlhost.h win32/perllib.c
27708 ____________________________________________________________________________
27709 [  7982] By: jhi                                   on 2000/12/04  19:44:09
27710         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
27711              uncovered by #7980.
27712      Branch: perl
27713            ! op.c
27714 ____________________________________________________________________________
27715 [  7981] By: jhi                                   on 2000/12/04  19:42:07
27716         Log: Subject: [PATCH] Trivial dump.c feature
27717              From: Simon Cozens <simon@cozens.net>
27718              Date: Mon, 4 Dec 2000 18:08:38 +0000
27719              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
27720              
27721              Show whether a constant is UTF-8.
27722      Branch: perl
27723            ! dump.c
27724 ____________________________________________________________________________
27725 [  7980] By: jhi                                   on 2000/12/04  19:36:51
27726         Log: UTF-8 hash keys, patch from Inaba Hiroto.
27727      Branch: perl
27728            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
27729 ____________________________________________________________________________
27730 [  7979] By: jhi                                   on 2000/12/04  17:36:28
27731         Log: Update Changes.
27732      Branch: perl
27733            ! Changes patchlevel.h
27734 ____________________________________________________________________________
27735 [  7978] By: jhi                                   on 2000/12/04  16:42:17
27736         Log: Retract #7977, still too volatile (the euphemism of the day
27737              for unfinished and buggy :-)
27738      Branch: perl
27739            ! doop.c hv.c pp.c sv.h
27740 ____________________________________________________________________________
27741 [  7977] By: jhi                                   on 2000/12/04  16:25:15
27742         Log: (Retracted by #7978, too shaky yet.)
27743              
27744              Subject: Re: utf8 in hash keys, implementor missing
27745              From: Simon Cozens <simon@cozens.net>
27746              Date: Sat, 2 Dec 2000 19:49:35 +0000
27747              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
27748              
27749              The first step at UTF-8 hash keys.
27750      Branch: perl
27751            ! doop.c hv.c pp.c sv.h
27752 ____________________________________________________________________________
27753 [  7976] By: jhi                                   on 2000/12/04  16:13:53
27754         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
27755              From: sthoenna@efn.org
27756              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
27757              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
27758      Branch: perl
27759            ! os2/os2.c perlio.c
27760 ____________________________________________________________________________
27761 [  7975] By: jhi                                   on 2000/12/04  16:05:25
27762         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
27763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27764              Date: Thu, 30 Nov 2000 20:50:37 -0800
27765              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
27766      Branch: perl
27767            ! os2/os2.c
27768 ____________________________________________________________________________
27769 [  7974] By: jhi                                   on 2000/12/04  16:03:57
27770         Log: Subject: [PATCH] ++ 20% faster
27771              From: Nicholas Clark <nick@ccl4.org>
27772              Date: Mon, 4 Dec 2000 12:17:27 +0000
27773              Message-ID: <20001204121726.B52976@plum.flirble.org>
27774              
27775              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
27776      Branch: perl
27777            ! sv.c
27778 ____________________________________________________________________________
27779 [  7973] By: jhi                                   on 2000/12/04  16:00:48
27780         Log: 
27781              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
27782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27783              Date: Mon, 04 Dec 2000 12:30:45 +0100
27784              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
27785              
27786              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
27787              library (getprotobyname and getprotobynumber are outversioned by
27788              the same calls in libc, at least for xlc version 3.
27789      Branch: perl
27790            ! hints/aix.sh
27791 ____________________________________________________________________________
27792 [  7972] By: jhi                                   on 2000/12/04  02:58:31
27793         Log: Integrate perlio.
27794      Branch: perl
27795           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
27796           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
27797           !> win32/win32.h win32/win32iop.h win32/win32thread.h
27798 ____________________________________________________________________________
27799 [  7971] By: nick                                  on 2000/12/04  00:24:33
27800         Log: Quieten some noise in Win32 builds:
27801              - win32.h is included after <sys/socket.h>, so need to 
27802              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
27803              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
27804      Branch: perlio
27805            ! doio.c perl.h toke.c win32/win32.h
27806 ____________________________________________________________________________
27807 [  7970] By: nick                                  on 2000/12/03  22:57:46
27808         Log: PERL_IMPLICIT_SYS compiles but does not work.
27809      Branch: perlio
27810            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
27811            ! win32/perlhost.h win32/perllib.c win32/win32.h
27812            ! win32/win32iop.h win32/win32thread.h
27813 ____________________________________________________________________________
27814 [  7969] By: jhi                                   on 2000/12/03  22:12:58
27815         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
27816              used to swash_init(), makes regprop() dumps more informative
27817              (+utf8::IsAlpha, -utf8::IsDigit, for example).
27818      Branch: perl
27819            ! regcomp.c regexec.c
27820 ____________________________________________________________________________
27821 [  7968] By: jhi                                   on 2000/12/03  21:39:56
27822         Log: Implement ANYOFUTF8 regprop() dumping.
27823      Branch: perl
27824            ! regcomp.c
27825 ____________________________________________________________________________
27826 [  7967] By: jhi                                   on 2000/12/03  20:57:19
27827         Log: Make uv_to_utf8() to zero-terminate its output buffer,
27828              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
27829      Branch: perl
27830            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
27831 ____________________________________________________________________________
27832 [  7966] By: nick                                  on 2000/12/03  18:41:21
27833         Log: Integrate mainline (STDCHAR)
27834      Branch: perlio
27835           !> Configure t/pragma/utf8.t
27836 ____________________________________________________________________________
27837 [  7965] By: jhi                                   on 2000/12/03  17:58:20
27838         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
27839      Branch: perl
27840            ! t/pragma/utf8.t
27841 ____________________________________________________________________________
27842 [  7964] By: jhi                                   on 2000/12/03  17:35:56
27843         Log: Integrate perlio.
27844      Branch: perl
27845           !> iperlsys.h perlio.c
27846 ____________________________________________________________________________
27847 [  7963] By: jhi                                   on 2000/12/03  17:33:55
27848         Log: Metaconfig unit change for #7962.
27849      Branch: metaconfig
27850            ! U/modified/stdchar.U
27851 ____________________________________________________________________________
27852 [  7962] By: jhi                                   on 2000/12/03  17:33:27
27853         Log: Untangle the <stdio.h> #include nest for the stdchar test,
27854              from Andy Dougherty.
27855      Branch: perl
27856            ! Configure
27857 ____________________________________________________________________________
27858 [  7961] By: nick                                  on 2000/12/03  16:53:00
27859         Log: Make iperlsys.h vector stdio not PerlIO.
27860      Branch: perlio
27861            ! iperlsys.h perlio.c
27862 ____________________________________________________________________________
27863 [  7960] By: nick                                  on 2000/12/03  14:43:01
27864         Log: Integrate mainline
27865      Branch: perlio
27866           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
27867           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
27868 ____________________________________________________________________________
27869 [  7959] By: jhi                                   on 2000/12/03  08:16:36
27870         Log: Use DO_UTF8().
27871      Branch: perl
27872            ! op.c
27873 ____________________________________________________________________________
27874 [  7958] By: jhi                                   on 2000/12/02  18:33:05
27875         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
27876              From: Mike Guy <mjtg@cam.ac.uk>         
27877              Date: Sat, 02 Dec 2000 17:27:13 +0000
27878              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
27879              
27880              An extraneous argument.
27881      Branch: perl
27882            ! toke.c
27883 ____________________________________________________________________________
27884 [  7957] By: jhi                                   on 2000/12/02  18:22:32
27885         Log: A missing hunk.
27886      Branch: perl
27887            ! t/lib/net-hostent.t
27888 ____________________________________________________________________________
27889 [  7956] By: jhi                                   on 2000/12/02  18:06:20
27890         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
27891              From: Nicholas Clark <nick@ccl4.org>
27892              Date: Sat, 2 Dec 2000 14:28:27 +0000
27893              Message-ID: <20001202142827.A12308@plum.flirble.org>
27894              
27895              Test robustness.
27896      Branch: perl
27897            ! t/lib/net-hostent.t
27898 ____________________________________________________________________________
27899 [  7955] By: jhi                                   on 2000/12/02  17:58:06
27900         Log: Metaconfig unit change for #7954.
27901      Branch: metaconfig
27902            ! U/modified/stdchar.U
27903 ____________________________________________________________________________
27904 [  7954] By: jhi                                   on 2000/12/02  17:54:32
27905         Log: An inconvenient hang would happen if the stdio _ptr wasn't
27906              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
27907              would be grepping stdin for all eternity for the _ptr.)
27908      Branch: perl
27909            ! Configure
27910 ____________________________________________________________________________
27911 [  7953] By: jhi                                   on 2000/12/02  00:07:15
27912         Log: Update Changes.
27913      Branch: perl
27914            ! Changes patchlevel.h
27915 ____________________________________________________________________________
27916 [  7952] By: jhi                                   on 2000/12/01  23:54:47
27917         Log: Subject: Re: long shell lines
27918              From: Andy Dougherty <doughera@lafayette.edu>
27919              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
27920              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
27921              
27922              Split overly long shell command lines.
27923      Branch: perl
27924            ! lib/ExtUtils/MM_Unix.pm
27925 ____________________________________________________________________________
27926 [  7951] By: jhi                                   on 2000/12/01  23:48:02
27927         Log: The metaconfig unit change for #7950.
27928      Branch: metaconfig
27929            + U/modified/stdchar.U
27930 ____________________________________________________________________________
27931 [  7950] By: jhi                                   on 2000/12/01  23:47:39
27932         Log: Try to find stdchar also from <stdio_impl.h>.
27933      Branch: perl
27934            ! Configure config_h.SH
27935 ____________________________________________________________________________
27936 [  7949] By: jhi                                   on 2000/12/01  23:46:45
27937         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
27938              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27939              Date: Fri, 1 Dec 2000 16:26:08 -0500
27940              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
27941              
27942              Reword the diagnostic message.
27943      Branch: perl
27944            ! pod/perldiag.pod
27945 ____________________________________________________________________________
27946 [  7948] By: nick                                  on 2000/12/01  22:49:43
27947         Log: Integrate mainline (for s/y/m as sub names stuff).
27948      Branch: perlio
27949           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
27950           !> t/pragma/warn/toke toke.c
27951 ____________________________________________________________________________
27952 [  7947] By: jhi                                   on 2000/12/01  20:55:41
27953         Log: Integrate perlio.
27954      Branch: perl
27955           !> perlio.c perliol.h t/io/pipe.t
27956 ____________________________________________________________________________
27957 [  7946] By: jhi                                   on 2000/12/01  20:36:51
27958         Log: Upgrade to CPAN 1.59_51, from Andreas König.
27959      Branch: perl
27960            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27961 ____________________________________________________________________________
27962 [  7945] By: nick                                  on 2000/12/01  20:31:32
27963         Log: Integrate mainline
27964      Branch: perlio
27965           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
27966           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
27967           +> t/lib/net-hostent.t
27968           !> (integrate 35 files)
27969 ____________________________________________________________________________
27970 [  7944] By: jhi                                   on 2000/12/01  20:23:29
27971         Log: Some help for 20001130.011.  Now one gets warnings like
27972              "Ambiguous -f() resolved as a file test ..."
27973      Branch: perl
27974            ! pod/perldiag.pod t/pragma/warn/toke toke.c
27975 ____________________________________________________________________________
27976 [  7943] By: jhi                                   on 2000/12/01  19:44:44
27977         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
27978              that also breaks using them as methods. 
27979      Branch: perl
27980            ! pod/perldiag.pod t/op/misc.t toke.c
27981 ____________________________________________________________________________
27982 [  7942] By: nick                                  on 2000/12/01  17:56:46
27983         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
27984              Make 'unix' pass most tests
27985              - do unread by temporary push of layer ("pending") holding unread chars
27986              - fast_gets is now based on per-handle flag
27987              - relax one of io/pipe.t tests to allow print to fail and close to
27988              succeed so that it passes on unbuffered "unix" layer.
27989              Remaining fail is sporadic and a genuine race condition between
27990              parent/child in fork test.
27991      Branch: perlio
27992            ! perlio.c perliol.h t/io/pipe.t
27993 ____________________________________________________________________________
27994 [  7941] By: jhi                                   on 2000/12/01  15:28:58
27995         Log: (Retracted by #7943.)
27996              
27997              Reserve the short named string operator names.
27998      Branch: perl
27999            ! pod/perldiag.pod t/op/misc.t toke.c
28000 ____________________________________________________________________________
28001 [  7940] By: jhi                                   on 2000/12/01  06:45:53
28002         Log: Get the three different space character classes right under utf8.
28003      Branch: perl
28004            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28005            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28006            ! regexec.c t/op/pat.t utf8.c
28007 ____________________________________________________________________________
28008 [  7939] By: jhi                                   on 2000/12/01  03:26:26
28009         Log: Two more tests that make no sense in UTF-8 since the test
28010              data is not in UTF-8.
28011      Branch: perl
28012            ! t/op/regexp.t
28013 ____________________________________________________________________________
28014 [  7938] By: jhi                                   on 2000/12/01  03:20:39
28015         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
28016              should it be required inside regexen?
28017      Branch: perl
28018            ! regcomp.c t/op/regmesg.t
28019 ____________________________________________________________________________
28020 [  7937] By: jhi                                   on 2000/12/01  02:58:53
28021         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28022              stored and restored, and thusly was trounced by the utf8 swash
28023              routines.
28024      Branch: perl
28025            ! regcomp.c
28026 ____________________________________________________________________________
28027 [  7936] By: jhi                                   on 2000/11/30  20:41:39
28028         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
28029              Why the different platforms behave so differently (core dump vs
28030              no core dump) on this bug is a but of a mystery, but if I had to
28031              guess I would mumble something like 'alignment'.
28032      Branch: perl
28033            ! sv.c
28034 ____________________________________________________________________________
28035 [  7935] By: jhi                                   on 2000/11/30  16:17:02
28036         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
28037              From: Robin Barker <rmb1@cise.npl.co.uk>
28038              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
28039              Date: Thu, 30 Nov 2000 14:27:12 GMT
28040      Branch: perl
28041            ! perlio.c toke.c
28042 ____________________________________________________________________________
28043 [  7934] By: jhi                                   on 2000/11/30  16:04:49
28044         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
28045      Branch: perl
28046            ! t/lib/net-hostent.t
28047 ____________________________________________________________________________
28048 [  7933] By: jhi                                   on 2000/11/30  06:07:26
28049         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
28050              From: Peter Prymmer <pvhp@forte.com>
28051              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
28052              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
28053              
28054              In VMS the localhost may be LOCALHOST.
28055      Branch: perl
28056            ! t/lib/net-hostent.t
28057 ____________________________________________________________________________
28058 [  7932] By: jhi                                   on 2000/11/30  01:11:11
28059         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28060              From: Peter Prymmer <pvhp@forte.com>
28061              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
28062              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
28063              
28064              plus regen perlapi.pod.
28065      Branch: perl
28066            ! pod/perlapi.pod utf8.c
28067 ____________________________________________________________________________
28068 [  7931] By: jhi                                   on 2000/11/30  01:06:19
28069         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
28070              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28071              Date:     Wed, 29 Nov 2000 17:15:11 EST
28072              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
28073      Branch: perl
28074            ! t/lib/filter-util.pl t/lib/filter-util.t
28075 ____________________________________________________________________________
28076 [  7930] By: jhi                                   on 2000/11/29  18:51:55
28077         Log: Update Changes.
28078      Branch: perl
28079            ! Changes patchlevel.h
28080 ____________________________________________________________________________
28081 [  7929] By: jhi                                   on 2000/11/29  18:50:55
28082         Log: Update the va_copy() metaconfig unit.
28083      Branch: metaconfig/U/perl
28084            ! need_va_copy.U
28085 ____________________________________________________________________________
28086 [  7928] By: jhi                                   on 2000/11/29  17:50:43
28087         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
28088              From: Dominic Dunlop <domo@computer.org>
28089              Date: Tue, 28 Nov 2000 16:41:57 +0100
28090              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
28091              
28092              Patch to catch a core dump in the Configure va_copy test.
28093      Branch: perl
28094            ! Configure config_h.SH
28095 ____________________________________________________________________________
28096 [  7927] By: jhi                                   on 2000/11/29  17:31:59
28097         Log: Retract #7921, the patch shouldn't be needed.
28098      Branch: perl
28099            ! sv.c
28100 ____________________________________________________________________________
28101 [  7926] By: jhi                                   on 2000/11/29  17:01:41
28102         Log: Make the Class::Struct import() wiser.
28103      Branch: perl
28104            ! lib/Class/Struct.pm t/lib/class-struct.t
28105 ____________________________________________________________________________
28106 [  7925] By: jhi                                   on 2000/11/29  16:36:33
28107         Log: All the core library users of Class::Struct seem to be
28108              using "use Class::Struct 'struct';" instead of the bare
28109              "use Class::Struct;", which isn't documented in Class::Struct.
28110              This can't be right.
28111      Branch: perl
28112            ! lib/File/stat.pm
28113 ____________________________________________________________________________
28114 [  7924] By: jhi                                   on 2000/11/29  16:32:15
28115         Log: A test works better if it has the right 1..$n output.
28116      Branch: perl
28117            ! t/lib/class-struct.t
28118 ____________________________________________________________________________
28119 [  7923] By: jhi                                   on 2000/11/29  16:29:11
28120         Log: Forgot to MANIFEST the new Net::hostent test.
28121      Branch: perl
28122            ! MANIFEST
28123 ____________________________________________________________________________
28124 [  7922] By: jhi                                   on 2000/11/29  16:27:49
28125         Log: Integrate perlio.
28126      Branch: perl
28127           !> iperlsys.h perlio.c
28128 ____________________________________________________________________________
28129 [  7921] By: jhi                                   on 2000/11/29  16:27:10
28130         Log: (Retracted by #7927.)
28131              
28132              Subject: [PATCH] Is infinity a number?
28133              From: Simon Cozens <simon@cozens.net>
28134              Date: Wed, 29 Nov 2000 14:48:20 +0000
28135              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
28136      Branch: perl
28137            ! sv.c
28138 ____________________________________________________________________________
28139 [  7920] By: jhi                                   on 2000/11/29  16:23:02
28140         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
28141              From: rspier@pobox.com (Robert Spier)
28142              Date: Wed, 29 Nov 2000 02:17:49 -0500
28143              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
28144              
28145              Add a test for Net::hostent.
28146      Branch: perl
28147            + t/lib/net-hostent.t
28148 ____________________________________________________________________________
28149 [  7919] By: jhi                                   on 2000/11/29  16:21:31
28150         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
28151              add a test for Class::Struct.
28152      Branch: perl
28153            + t/lib/class-struct.t
28154            ! MANIFEST lib/Class/Struct.pm
28155 ____________________________________________________________________________
28156 [  7918] By: jhi                                   on 2000/11/29  15:48:40
28157         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
28158              From: rspier@pobox.com (Robert Spier)
28159              Date: Wed, 29 Nov 2000 02:25:39 -0500
28160              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
28161              
28162              More checking in case someone has broken their services or
28163              protocol databases.
28164      Branch: perl
28165            ! ext/Sys/Syslog/Syslog.pm
28166 ____________________________________________________________________________
28167 [  7917] By: jhi                                   on 2000/11/29  15:46:25
28168         Log: Subject: [PATCH] $^O  win32 -> MSWin32
28169              From: rspier@pobox.com (Robert Spier)
28170              Date: Wed, 29 Nov 2000 02:17:38 -0500
28171              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
28172              
28173              plus similar nits for vms, err, VMS, and UNICOS.
28174      Branch: perl
28175            ! t/lib/syslfs.t t/op/lfs.t
28176 ____________________________________________________________________________
28177 [  7916] By: jhi                                   on 2000/11/29  15:42:51
28178         Log: Subject: [PATCH] Tokeniser debugging
28179              From: Simon Cozens <simon@cozens.net>
28180              Date: Wed, 29 Nov 2000 14:15:45 +0000
28181              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
28182      Branch: perl
28183            ! perl.c perl.h pod/perlrun.pod toke.c
28184 ____________________________________________________________________________
28185 [  7915] By: jhi                                   on 2000/11/29  15:41:36
28186         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28188              Date: Wed, 29 Nov 2000 02:13:14 -0500
28189              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
28190              
28191              OUT keyword nits.
28192              
28193              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
28194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28195              Date: Wed, 29 Nov 2000 03:09:04 -0500
28196              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
28197              
28198              OUT and IN_OUT documentation.
28199      Branch: perl
28200            ! lib/ExtUtils/xsubpp pod/perlxs.pod
28201 ____________________________________________________________________________
28202 [  7914] By: jhi                                   on 2000/11/29  03:35:01
28203         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
28204              From: John Tobey <jtobey@john-edwin-tobey.org>
28205              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
28206              Message-Id: <m140e1N-000FOoC@feynman.localnet>
28207              
28208              plus a performance speedup noticed by Sarathy.
28209      Branch: perl
28210            ! op.c
28211 ____________________________________________________________________________
28212 [  7913] By: jhi                                   on 2000/11/29  03:16:59
28213         Log: Use "1 while unlink" so that VMS gets clean, too.
28214      Branch: perl
28215            ! t/lib/filter-util.t
28216 ____________________________________________________________________________
28217 [  7912] By: jhi                                   on 2000/11/29  03:09:08
28218         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
28219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28220              Date: Tue, 28 Nov 2000 03:27:09 -0500
28221              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
28222      Branch: perl
28223            ! lib/ExtUtils/xsubpp
28224 ____________________________________________________________________________
28225 [  7911] By: jhi                                   on 2000/11/29  03:06:30
28226         Log: This should have been part of #7872: no need to scan UTF-8
28227              until eternity.
28228      Branch: perl
28229            ! utf8.c
28230 ____________________________________________________________________________
28231 [  7910] By: jhi                                   on 2000/11/29  02:50:04
28232         Log: One more perltie.pod nit from Casey R. Tweten.
28233      Branch: perl
28234            ! pod/perltie.pod
28235 ____________________________________________________________________________
28236 [  7909] By: jhi                                   on 2000/11/29  02:44:23
28237         Log: Document the known sprintf test failures, exact standard
28238              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
28239      Branch: perl
28240            ! pod/perldelta.pod t/op/sprintf.t
28241 ____________________________________________________________________________
28242 [  7908] By: jhi                                   on 2000/11/29  02:36:23
28243         Log: Add the Encoding table format documentation.
28244      Branch: perl
28245            + ext/Encode/Encode/EncodeFormat.pod
28246            ! MANIFEST
28247 ____________________________________________________________________________
28248 [  7907] By: jhi                                   on 2000/11/29  02:07:24
28249         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
28250              From: "Casey R. Tweten" <crt@kiski.net>
28251              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
28252              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
28253              
28254              Subject: Re: [PATCH] Updating perltie.pod for arrays
28255              From: "Casey R. Tweten" <crt@kiski.net>
28256              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
28257              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
28258      Branch: perl
28259            ! pod/perltie.pod
28260 ____________________________________________________________________________
28261 [  7906] By: nick                                  on 2000/11/28  22:40:59
28262         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
28263      Branch: perlio
28264            ! iperlsys.h perlio.c
28265 ____________________________________________________________________________
28266 [  7905] By: nick                                  on 2000/11/28  22:04:34
28267         Log: Integrate mainline
28268      Branch: perlio
28269           !> (integrate 39 files)
28270 ____________________________________________________________________________
28271 [  7904] By: jhi                                   on 2000/11/28  16:44:43
28272         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
28273              From: Nicholas Clark <nick@babyhippo.co.uk>
28274              Date: Tue, 28 Nov 2000 11:16:57 +0000
28275              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
28276      Branch: perl
28277            ! pod/perlipc.pod
28278 ____________________________________________________________________________
28279 [  7903] By: jhi                                   on 2000/11/28  16:40:31
28280         Log: Subject: [PATCH] Updating perltie.pod for arrays
28281              From: "Casey R. Tweten" <crt@kiski.net>
28282              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
28283              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
28284      Branch: perl
28285            ! pod/perltie.pod
28286 ____________________________________________________________________________
28287 [  7902] By: jhi                                   on 2000/11/28  16:39:37
28288         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
28289              From: Robin Barker <rmb1@cise.npl.co.uk>
28290              Date: Mon, 27 Nov 2000 17:56:44 GMT
28291              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
28292      Branch: perl
28293            ! pod/perlfunc.pod t/op/split.t
28294 ____________________________________________________________________________
28295 [  7901] By: jhi                                   on 2000/11/28  16:28:04
28296         Log: setmode() is a DOSish-only thing.
28297      Branch: perl
28298            ! perlio.c
28299 ____________________________________________________________________________
28300 [  7900] By: jhi                                   on 2000/11/28  16:21:46
28301         Log: Subject: [PATCH] perlcc.PL cleanups
28302              From: Simon Cozens <simon@cozens.net>
28303              Date: Tue, 28 Nov 2000 12:44:35 +0000
28304              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
28305      Branch: perl
28306            ! utils/perlcc.PL
28307 ____________________________________________________________________________
28308 [  7899] By: gsar                                  on 2000/11/28  06:32:55
28309         Log: reintegrate files missed by change#7895
28310      Branch: maint-5.6/perl
28311           +> ext/ByteLoader/bytecode.h utils/Makefile
28312            - utils/perlbc.PL
28313 ____________________________________________________________________________
28314 [  7897] By: gsar                                  on 2000/11/27  18:22:47
28315         Log: can't integrate these two files, for some reason
28316      Branch: maint-5.6/perl
28317            - ext/ByteLoader/bytecode.h utils/Makefile
28318 ____________________________________________________________________________
28319 [  7895] By: gsar                                  on 2000/11/27  18:11:21
28320         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
28321              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
28322              6757..6890,6892..6901 from mainline
28323              
28324              Bytecompiler patches from Benjamin Stuhl.
28325              
28326              More bytecompiler.
28327              
28328              Subject: [PATCH blead] B:: missing dependency
28329              
28330              Subject: [PATCH: 6757] configure.com updates and syslog build
28331              
28332              Long double Gconvert fixes from Yitzchak Scott-Thoennes
28333              and Spider Boardman.
28334              
28335              Subject: [PATCH blead] nextchar() abuse misses an optimisation
28336              
28337              Long double fixes from Spider Boardman.
28338              
28339              Make the selection of NVff et al stricter.
28340              
28341              cSVOPo_*v things index into the current PL_curpad
28342              under ithreads, which is different from the curpad
28343              used by the XSUB.  (In other words, the code as-is
28344              before this patch wouldn't work under ithreads.)
28345              
28346              Be portable.
28347              
28348              VMS MMS (make) wants null action.
28349              
28350              Mac and other portability updates from Chris Nandor.
28351              
28352              Storable support, v-version fixes.
28353              Subject: CPAN.pm beta for testing available
28354              
28355              Portability fix from Hugo van der Sanden.
28356              
28357              Bad makefile.
28358              
28359              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28360              
28361              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
28362              
28363              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28364              
28365              Replace #6705 with a minimal doc patch.
28366              Subject: [PATCH 5.6.0] replace change #6705
28367              
28368              Drop the separate perlbc, perlcc -b should be enough.
28369              
28370              installperl couldn't tell whether it had run tests or not.
28371              Subject: [PATCH] Re: installperl and t/TEST
28372              
28373              Add silencer flags to installperl.
28374              Subject: [PATCH] Making installperl silent.
28375              
28376              Make "make install" by default silent.  A new "install-verbose"
28377              target is verbose.
28378              
28379              More liberal parsing of version numbers.
28380              Subject: Re: CPAN.pm beta for testing available
28381              
28382              Create directories in silence.
28383              Subject: [PATCH] Another silencer for MakeMaker
28384              
28385              DOS patches and portability/porting notes, from Tim Jenness.
28386              
28387              Make installman to recognize the silence flag -S.
28388              
28389              Actually do something with the silencer option.
28390              
28391              Continue silencing.
28392              
28393              Show the doc file, not the temp file.
28394              
28395              Regen perltoc.
28396              
28397              Subject: [PATCH] More silencing of installman.
28398              
28399              Better wording for the vec lvalue diagnostic.
28400              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28401              
28402              Subject: [PATCH: 6805] several more tweaks to configure.com
28403              
28404              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
28405              
28406              Missing parts of 
28407              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
28408              
28409              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
28410              (applied slightly modified)
28411              
28412              installperl --verbose and --silent.
28413              Subject: Re: [PATCH] More silencing of installman.
28414              
28415              Add install-silent target.
28416              
28417              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
28418              the problem reported in
28419              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
28420              
28421              Tweak the sfio/useperlio logic, hopefully as wished in
28422              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
28423              
28424              One forgotten file from #6816.
28425              
28426              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
28427              
28428              Remove duplicately applied patch shards.
28429              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
28430              
28431              Support preserving extremely big/small angles.
28432              
28433              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
28434              
28435              Subject: [PATCH] installation not quite silent yet.
28436              
28437              Update the test count.
28438              
28439              Use UVxf, PTR2UV, NVff.
28440              
28441              Document PTR2XX and INT2PTR.
28442              
28443              no-install target a la make -n.
28444              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
28445              
28446              grep -e isn't portable.
28447              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
28448              
28449              Can't get the test to reliably work thanks to the
28450              inaccurateness of floating point.  "Resolves" bug ids
28451              20000826.003, 20000826.009, 20000826.010,
28452              
28453              Subject: installman buglet
28454              
28455              DJGPP update from Laszlo Molnar.
28456              
28457              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28458              
28459              Passing -R in ldflags makes now it to appear in the default
28460              for lddlflags, just like with -L.
28461              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
28462              
28463              Test nit.
28464              
28465              Use the actual thread type, not the pointer-to-struct.
28466              
28467              Provice virtual $Config{ccflags_nolargefiles} etc. 
28468              
28469              display_format used as a class method without arguments was broken,
28470              reported in
28471              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
28472              
28473              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
28474              
28475              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
28476              
28477              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
28478              
28479              opmini.o may be left around if a build is interrupted.
28480              
28481              Typo in #6858.
28482              
28483              Fix for ID 20000828.001, long doubles were not formatted
28484              correctly (showed up in $], which stopped installing perl).
28485              
28486              An attempt to fix the problem reported in
28487              Subject: Building perl@6856 using gcc/AIX 4.3.3 
28488              I can't test this properly since the gcc installation I have
28489              access to seems to be botched (gcc is calling the AIX cpp,
28490              a losing proposition...)
28491              
28492              Add -ld to archname on long tr...double platforms.
28493              
28494              Subject: hv.h Doc Patch
28495              
28496              Potential cruft.
28497              
28498              Subject: [PATCH bleedperl@6856] warnings fixes
28499              
28500              -S is the silent flag, -s is the strip flag.
28501              Subject: [PATCH] Re: [PATCH] make no-install          
28502              
28503              Take out the SUIDMAIL thing, that will not be
28504              a problem in 5.7.*.
28505              
28506              Subject: [PATCH bleedperl@6866] spellings
28507              
28508              Subject: [PATCH] Re: files not cleaned even by veryclean
28509              
28510              Use minimal @INC in tests, most of the time just '../lib',
28511              so that we simply can't pick up stuff from other Perls than
28512              the one we are testing.  Pointed out by
28513              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
28514              
28515              Update to Getopt::Long 2.24, from Johan Vromans.
28516              
28517              Fix for thinko in #6848.
28518              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
28519              
28520              Patches all over for people and the files they (hopefully) care about.
28521              
28522              Subject: Net::protoent does not export 'getproto'
28523              
28524              Missed a change in #6869.
28525              
28526              Subject: [PATCH] Warnings in B::Deparse
28527              
28528              Subject: [PATCH] Glob dumping
28529              
28530              Disable one of the tests for now.
28531              
28532              Disabling the one test is a bit tricky.
28533              
28534              Don't forget to tidy up.
28535              
28536              The #6881 removed one dump line.
28537              
28538              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
28539              
28540              Under usethreads the dumped variable is IN_PAD.
28541              Subject: Re: [PATCH] Glob dumping
28542              
28543              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
28544              
28545              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
28546              
28547              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
28548              
28549              Regen Configure for #6894.
28550              
28551              Subject: [PATCH: 6889] updates to perlebcdic.pod
28552              
28553              Undo namespace pollution of #6878.
28554              Subject: Re: Net::protoent does not export 'getproto'
28555              
28556              Admit that we are leaking scalars.
28557              
28558              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
28559      Branch: maint-5.6/perl
28560           !> (integrate 271 files)
28561 ____________________________________________________________________________
28562 [  7894] By: gsar                                  on 2000/11/27  16:00:34
28563         Log: a couple of nits
28564      Branch: maint-5.6/perl
28565            ! MANIFEST pp_sys.c
28566 ____________________________________________________________________________
28567 [  7893] By: gsar                                  on 2000/11/27  15:10:56
28568         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
28569              6740..6745,6747..6757,6760
28570              
28571              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
28572              
28573              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
28574              
28575              Doc nits spotted by Richard Soderberg.
28576              
28577              move WNOHANG definition to where other such things are
28578              
28579              Make $Config{byteorder} more magical so that it is
28580              dynamically computed: nice for 'fat binaries'.
28581              Subject: [PATCH]: default byteorder
28582              
28583              Subject: [PATCH] Cwd.pm now uses strict
28584              
28585              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
28586              
28587              Get -DLEAKTEST to compile (not necessarily to work, mind)
28588              Subject: [ID 20000724.006] -DLEAKTEST problem
28589              
28590              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
28591              
28592              Add perlebcdic from Peter Prymmer, regen toc.
28593              
28594              Don't propose using modules built for 5.005 if no binary
28595              compatibility with 5.005 is attempted.
28596              
28597              Do not use prototyping here.
28598              Subject: [ID 20000817.016] [PATCH] Peek.xs
28599              
28600              Document what the backtick returns if the command fails.
28601              
28602              Add byteorder to the myconfig output.
28603              
28604              Introduce NVef, NVff, and NVgf, use the middle one.
28605              (helps for lib/peek + Linux + long doubles)  Reported in
28606              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28607              Use NVs in POSIX math, not doubles.
28608              Subject: [ID 20000817.014] POSIX & modfl
28609              
28610              Subject: [PATCH 5.6.0+] newSVrv() memory leak
28611              
28612              The byteorder code in #6671 was wrong.
28613              
28614              Fix the lib/complex failure of
28615              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28616              Linux long double accuracy issue: something that
28617              when printed with %g looks like "2" but int() of it is 1.
28618              
28619              Propagate new Configure vars.
28620              
28621              Unbuffer the output.
28622              
28623              Subject: [PATCH] perltrap.pod spring cleaning
28624              
28625              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
28626              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
28627              
28628              Tiny Getopt::Long patch from Johan Vromans.
28629              
28630              Document code point which makes if (defined %stash::) to work
28631              (noted by Spider Boardman).
28632              
28633              Subject: [PATCH perl@6698] cygwin port
28634              
28635              Document the NDBM_File and ODBM_File as SDBM_File
28636              was documented in #6417.
28637              
28638              The new tests were missing from #6415.
28639              
28640              Add [[:blank:]] as suggested in
28641              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28642              (the [=cc=] has already been taken care of by #6439
28643              so the whole bug report can be closed)
28644              and make [[:space:]] to be equivalent to isspace(3)
28645              (as opposed to \s, which is isSPACE()).  The difference
28646              is that now [[:space:]] matches the mythical vertical tab,
28647              while \s doesn't.
28648              
28649              Don't eat leading os from index entries.
28650              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
28651              
28652              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
28653              
28654              Typo in pp_complement().
28655              Subject: [PATCH perl-current] Deparse
28656              
28657              Add warnif(), check warnings further up the stack,
28658              all the warnings functions now can take an optional object reference.
28659              Subject: [PATCH bleedperl@6691] warnings pragma update
28660              
28661              Fix a core dump in lib/selfloader under -DDEBUGGING.
28662              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
28663              
28664              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
28665              
28666              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
28667              
28668              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
28669              Put back the long double avoidance code to POSIX.xs
28670              because VMS seems to need it still.
28671              
28672              Introduce a 'veryclean' target that is like 'distclean'
28673              but also removes *~ and *.orig.
28674              
28675              Subject: [ID 20000817.023] endianness description in perlfunc.pod
28676              
28677              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
28678              
28679              Let's try #6717 again.
28680              
28681              UTF8 concat fixes.
28682              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
28683              
28684              pp_open() could pass an uninitialized filename down to do_open9().
28685              
28686              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
28687              
28688              Update to CGI 2.72, from Lincoln Stein.
28689              
28690              Subject: [PATCH] Silence MakeMaker (Was: installman)
28691              
28692              Use temporary directory instead of current directory.
28693              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
28694              
28695              Document odd vs even subreleases and -Dusedevel.
28696              
28697              The veryclean target needs to clobber.
28698              
28699              Use File::Spec->tmpdir().
28700              
28701              Document the number of exponent digits.
28702              
28703              Mention perlebcdic and perlposix-bc.
28704              
28705              s/this one/the 5.6.0 release/
28706              
28707              The #6724 is here.
28708              
28709              The correct cleaning order is an art.
28710              
28711              small tweaks for change#6705: avoid C++ style comments in C code;
28712              use Perl's malloc API rather than the low level system one
28713              
28714              Array context keeps slithering in.
28715              
28716              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
28717              
28718              Subject: [PATCH] os2.c fix for use64bitint
28719              
28720              Update to Pod::LaTeX 0.53.
28721              Subject: [PATCH] lib/Pod/LaTeX.pm updates
28722              
28723              Document the endianness of Alpha more precisely.
28724              
28725              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
28726              
28727              Rename the macro argument because some preprocessors
28728              can't tell the difference and expand arguments also inside
28729              double quoted strings.
28730              
28731              free TLS slot properly on Windows
28732              
28733              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
28734              
28735              Unicos/mk requires elaborate paranoia.
28736              
28737              Tweak the floating point output routine preferences.
28738              
28739              Also under djgpp the timestamps are funky.
28740              
28741              Apply some PodParser 1.18 patches; the Pod/Find.pm
28742              patches cannot be applied since #6712 conflicts.
28743              
28744              Use PodParser 1.18 new test.
28745              
28746              A pod nit.
28747              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
28748              
28749              Be verydeepclean.
28750      Branch: maint-5.6/perl
28751           +> pod/perlebcdic.pod
28752           !> (integrate 106 files)
28753 ____________________________________________________________________________
28754 [  7892] By: jhi                                   on 2000/11/27  15:02:32
28755         Log: Update Changes.
28756      Branch: perl
28757            ! Changes patchlevel.h
28758 ____________________________________________________________________________
28759 [  7891] By: jhi                                   on 2000/11/27  14:57:23
28760         Log: Subject: Re: perlfaq style changes
28761              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28762              Date: Sat, 25 Nov 2000 23:32:26 -0800
28763              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
28764              
28765              plus a note from Ronald Kimball.
28766      Branch: perl
28767            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
28768 ____________________________________________________________________________
28769 [  7890] By: jhi                                   on 2000/11/27  14:53:14
28770         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
28771              From: Benjamin Holzman <bah@ecnvantage.com>
28772              Date: Sun, 26 Nov 2000 16:27:33 -0500
28773              Message-ID: <20001126162733.J25040@ecnvantage.com>
28774      Branch: perl
28775            ! gv.c
28776 ____________________________________________________________________________
28777 [  7889] By: jhi                                   on 2000/11/27  14:43:11
28778         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
28779              From: lvirden@cas.org
28780              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
28781              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
28782      Branch: perl
28783            ! README.amiga
28784 ____________________________________________________________________________
28785 [  7888] By: jhi                                   on 2000/11/27  14:32:34
28786         Log: Restore also the locale test to no-sprintf-taint state.
28787              Fixes the bug 20001127.003.
28788      Branch: perl
28789            ! sv.c t/pragma/locale.t
28790 ____________________________________________________________________________
28791 [  7887] By: gsar                                  on 2000/11/27  14:13:05
28792         Log: integrate changes#6613..6616,6620..6665 from mainline
28793              
28794              VMS configure.com update continues.
28795              
28796              Subject: Test fails / warnings with perl-current #6612
28797              
28798              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
28799              
28800              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
28801              
28802              For now remove the mail code.
28803              
28804              Subject: Re: [PATCH] @+, @- readonly
28805              
28806              Subject: warning: storage class after type is obsolescent
28807              
28808              Subject: sfio2000
28809              
28810              Subject: Re: File::Temp problems on VMS in bleedperl
28811              
28812              README.os2 update.
28813              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
28814              
28815              Make the user to give up his firstborn, err, to knowingly
28816              verify installing an unstable developer release.  Also bump
28817              the release to 5.7.0, but leave a patch tag in the local
28818              patches saying that this is not yet the real thing.
28819              
28820              Update (kinda) to Test 1.14, from Joshua Pritikin.
28821              
28822              make ok etc also for win32.
28823              
28824              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
28825              
28826              Don't blow limited stacks, a lower number is enough to
28827              tickle the lookbehind limit.
28828              
28829              Use -Dusedevel; regen Configure and the respective Porting stuff.
28830              
28831              Subject: [PATCH] debugger exit code should reflect user exit code
28832              
28833              Subject: [PATCH perl@6620] cygwin port
28834              
28835              Missed a file from #6638.
28836              
28837              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)
28838              
28839              magic callbacks all need to have same type signature
28840              
28841              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
28842              
28843              Fix a dependency problem.
28844              Subject: [PATCH: 6640] VMS Makefile.SH update
28845              
28846              The numeric locale was reset to "C" by s?printf and never restored.
28847              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
28848              No test since adding the failing example to locale.t
28849              does not fail -- probably because the locale settings are so
28850              thoroughly tweaked by that time.  Running the example standalone
28851              does fail, though.  UPDATE: test case added at change #7540.
28852              
28853              Subject: [ID 20000324.040] minor fix to perlhpux.pod
28854              
28855              Update to CPAN 1.57.
28856              
28857              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
28858              
28859              Change the perlbug address to perl.org since it's more forgiving.
28860              
28861              Change the regx compilation error markers to use = instead of <
28862              since pod makes using the latter quite messy.  Reported in
28863              ID 20000814.006 by Abigail and in
28864              Subject: Unknown escape E<> ?
28865              
28866              Update to perldebtut 1.9, from Richard Foley.
28867              
28868              check that the number pseudo children doesn't exceed
28869              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
28870              the WaitForMultipleObjects() limit that would cause wait()
28871              to crash)
28872              wait() and waitpid() could potentially be rewritten to use
28873              more than one thread to do the waiting to eliminate this
28874              limitation
28875              
28876              change#6328 could make close(SOCKET) return false on windows
28877              when it shouldn't
28878              
28879              pod nit seen in passing
28880              
28881              on windows, the return values from wait() and waitpid() don't
28882              match those of pseudo-pids
28883              
28884              waitpid() now handles externally spawned pids correctly;
28885              fixes for backtick/wait/waitpid failures on Windows 9x
28886              these changes make the pid returned by process functions on
28887              Windows 9x always positive by clearing the high bit (which
28888              is always set on Win9x); pseudo-process PIDs are likewise
28889              always negative now on Win9x (just as on NT/2000)
28890              
28891              trailing new %ENV entries weren't being pushed into the real
28892              environment of subprocesses on Windows
28893              
28894              Tweak the regex compilation errors once more.
28895              
28896              avoid warnings from dense compiler
28897              
28898              add "ok" targets from change#6632 in makefile.mk
28899      Branch: maint-5.6/perl
28900            - lib/Pod/PlainText.pm vms/configure.com
28901           !> (integrate 66 files)
28902 ____________________________________________________________________________
28903 [  7886] By: jhi                                   on 2000/11/27  13:54:18
28904         Log: __FUNCTION__ isn't portable and trying to emulate it leads
28905              into practically spelling out the name of the function.
28906              Takes care of the bug 20001127.001.
28907      Branch: perl
28908            ! perlio.c
28909 ____________________________________________________________________________
28910 [  7885] By: gsar                                  on 2000/11/27  13:53:18
28911         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
28912              6610..6611 from mainline
28913              
28914              Make regular expression parse error messages easier to understand.
28915              Subject: Re: enhanced(?) regex error messages
28916              
28917              Tiny tidying on report_evil_fh().
28918              
28919              Subject: Re: enhanced(?) regex error messages 
28920              plus Capitalize the error messages, plus perldiag them.
28921              
28922              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
28923              
28924              Document here-doc better.
28925              
28926              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
28927              
28928              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
28929              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
28930              (either perlbug or p5p ate the original), plus regen
28931              perlapi and perltoc. 
28932              
28933              Regen global.sym.
28934              
28935              Double check that we have a dirhandle.
28936              
28937              Subject: Re: enhanced(?) regex error messages
28938              (plus two small patches sent privately)
28939              (this still seems to leave few test failures)
28940              
28941              warn is a macro, avoid using at a variable to avoid warnings
28942              in some configurations; readdir.t is too conservative in
28943              estimating number of *.t's
28944              
28945              Get back into sync with Jeffrey on the enhanced regex warnings.
28946              
28947              Subject: [PATCH 5.6.0] cygwin port
28948              
28949              Zero entries were skipped, fix from Adrian Goalby
28950              <argoalby@yahoo.co.uk>
28951              
28952              Subject: Remove dead entry in perldiag
28953              
28954              Amend the description of Perl6.
28955              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
28956              
28957              detypo
28958              
28959              It's the 2ndO'ROSSC.
28960              
28961              Revert the sv.c part of #6559, a better fix is needed.
28962              
28963              Iterating perl6 description.
28964              
28965              Update to Term::ANSIColor 1.03, from Russ Allbery.
28966              
28967              Update to Getopt::Long 2.23_05, from Johan Vromans.
28968              
28969              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
28970              
28971              Update to Pod::Parser 1.17, from Brad Appleton.
28972              
28973              Update to CPAN 1.56, from Andreas König.
28974              
28975              Update to CGI 2.70, from Lincoln Stein.
28976              
28977              Put back the std @INC thing.
28978              
28979              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
28980              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
28981              
28982              Document the IO::Select timeout.
28983              
28984              sleep(1) does not necessarily return 1.
28985              Subject: [PATCH bleadperl] op/lex_assign.t  
28986              
28987              Subject: debugger "d" command doesnt check line number
28988              
28989              B::Deparse didn't do sub attributes.
28990              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
28991              
28992              Preprocessing and postprocessing for File::Find.
28993              Subject: Patch to Find::File.pm to allow alphabetical results
28994              
28995              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
28996              
28997              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
28998              
28999              Subject: Re: [ID 20000730.003] utf8::length() bad
29000              
29001              Subject: Getting perlio and threads to compile
29002              (the Solaris version changes in Configure skipped)
29003              
29004              Tests for #6589.
29005              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29006              
29007              Add Perl debugging tutorial, regen toc. 
29008              Subject: perldebtut.pod
29009              
29010              Add a few missing files, update MANIFEST.
29011              
29012              Rewrite of vms/subconfigure.com as configure.com,
29013              from Peter Prymmer and the vmsperl crew.
29014              
29015              Should have deleted this in #6603.
29016              
29017              Fix the test for 5005threads.
29018              
29019              Fix-n-skip the tests under 5005threads.
29020              
29021              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29022              
29023              Upgrade to CGI 2.71, from Lincoln Stein.
29024      Branch: maint-5.6/perl
29025           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29026           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
29027           +> t/op/regmesg.t t/pod/find.t vms/configure.com
29028            - vms/subconfigure.com
29029            ! lib/lib.pm
29030           !> (integrate 115 files)
29031 ____________________________________________________________________________
29032 [  7884] By: jhi                                   on 2000/11/27  13:44:33
29033         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
29034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29035              Date:     Mon, 27 Nov 2000 08:23:54 EST
29036              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
29037      Branch: perl
29038            ! vms/descrip_mms.template vms/test.com
29039 ____________________________________________________________________________
29040 [  7883] By: gsar                                  on 2000/11/27  11:50:46
29041         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
29042              6511..6513,6515..6523,6525..6536
29043              
29044              The swallow_bom() saga continues.  The #23 of require.t
29045              (UTF16-LE) still fails (silently, no output) but the #22
29046              (UTF16-BE) seems to be working now.  The root of the
29047              failure may be in sv_gets(): is it UTF-16LE-aware,
29048              especially when it comes to line endings? 
29049              
29050              Document the problem with -P in HP-UX and its workaround.
29051              
29052              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
29053              (aka ID 20000730.002)
29054              
29055              Subject: fix and question re: waitpid() under win32
29056              
29057              Make the safety catch for buggy gccs work with triple version
29058              numbers like 2.95.2.  Reported in
29059              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
29060              
29061              In Digital UNIX warn if gcc explicitly chosen because even
29062              2.95.2 is known to cause problems.
29063              
29064              Make chr() for values >127 to create utf8 when under utf8.
29065              
29066              various syntax errors and such (not fixed: comp/require.t#22 coredump
29067              on Windows)
29068              
29069              Stash away the largefiles flags and libswanted.
29070              
29071              BOM patching from Simon Cozens.
29072              
29073              If gccosandvers is equal to osname, clear gccosandvers.
29074              
29075              Make p4desc to skip non-mainperl branches by default.
29076              
29077              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
29078              
29079              The test from this
29080              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
29081              
29082              In new BSDs changes to argv[] do not show up in ps(1) output,
29083              instead one must use setproctitle().  This was already addressed
29084              by change #6457, but the below has a new variant for FreeBSD 4.0
29085              or later, and the matter is also documented more.
29086              
29087              FreeBSD 3.* updates from
29088              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
29089              
29090              regen_headers, regen perltoc.
29091              
29092              Document in one place the memory abstractions used in Perl core.
29093              
29094              memcpy has n o in it, as pinted ut by Sarathy.
29095              
29096              Remove the extraneous "main::" prefix from all the
29097              "opened only for", "on closed", and "never opened" warnings.
29098              
29099              The name of a filehandle does not have <these>.
29100              
29101              The tr utf8 patching continues.
29102              
29103              The new setproctitle() feature is available only in 
29104              bleeding edge FreeBSD.  From Paul Saab.
29105              
29106              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
29107              
29108              Dump UVs as UVs in Data::Dumper.
29109              
29110              detypo #6494
29111              
29112              Document the IVdf UVuf UVof UVxf.
29113              
29114              require.t needs binmode() to work on windows
29115              
29116              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
29117              that are hopefully soon put into use.
29118              
29119              Allow "no Module;" even if there is no 'unimport'.
29120              
29121              Better skip message for the test; one of the two problems in
29122              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
29123              
29124              The subtest 4 may fail also on VOBS, as pointed out
29125              by Nick Ing-Simmons in November 1999, bug id 19991124.003
29126              (but the failure in that bug report isn't the subtest 4).
29127              
29128              Be more informative on what is skipped and why,
29129              also repeat the list at the end.
29130              
29131              Add a URL for FSF.
29132              
29133              Subject: [PATCH] sv.h documentation - SvLEN
29134              
29135              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
29136              
29137              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
29138              
29139              Subject: [PATCH] bad cppsymbols on os2 + Configure question
29140              
29141              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
29142              
29143              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
29144              mention the idea of @( and @)
29145              
29146              This is 6512.  Really.
29147              
29148              Subject: [ID 19990721.004] Documentation bug in perlfunc
29149              
29150              Subject: Minor tweak to perlvar.pod
29151              
29152              In the warnings call filehandles consistently so;
29153              add "unopened" warning for stat().
29154              
29155              After the #6519 a warning about stat() is just that,
29156              not about a filetest, which now have their own warning.
29157              
29158              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
29159              
29160              Subject: Re: Array vs. List context
29161              
29162              Subject: New perlcc, take 2
29163              
29164              Weed buglets pointed out by
29165              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
29166              
29167              gcc versions might have (parentheses) in them.
29168              
29169              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
29170              
29171              Essential prototype changes were missing from #6527.
29172              Also make report_evil_fh() more bomb-proof.
29173              
29174              Zap lib/Sys directory when cleaning up.
29175              
29176              Change the Policy policy: now -Dprefix= with an existing
29177              Policy.sh and prefix == siteprefix == vendorprefix, then all
29178              of them follow along the new prefix.
29179              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
29180              
29181              Continue fixing the io warnings.  This also
29182              sort of fixes bug ID 20000802.003: the core dump
29183              is no more.  Whether the current behaviour is correct
29184              (giving a warning: "Not a format reference"), is another matter.
29185              
29186              Have symbols for the IoTYPEs.
29187              
29188              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
29189              
29190              Document a bit that UDP is not what you might think.
29191              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
29192              tr memory corruption fix from Simon Cozens.
29193              
29194              Plug the security hole described in the Aug 05 2000 bugtraq message
29195              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
29196              The security hole exists only in suidperls, which isn't
29197              installed or even built by default.
29198      Branch: maint-5.6/perl
29199           !> (integrate 71 files)
29200 ____________________________________________________________________________
29201 [  7882] By: gsar                                  on 2000/11/27  10:25:36
29202         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
29203              from mainline
29204              
29205              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
29206              to be fatal errors (instead of by default ignoring them, and
29207              ignoring with a bug: even though -w gave an error, the opening [
29208              was left in)  Reported in:
29209              
29210              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
29211              
29212              Subject: [PATCH] split /^/
29213              
29214              MacOS nits from Matthias Neeracher.
29215              
29216              More split() doc and test patches from Mike Guy.
29217              
29218              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
29219              from Graham Barr in the module list.
29220              
29221              docfix from Peter Scott <Peter@PSDT.com>.
29222              
29223              File::Temp patches for VMS and OS/2 from Tim Jenness.
29224              
29225              open() wariness in perlbug.
29226              
29227              Subject: [PATCH] minor doc change - perlguts
29228              
29229              Subject: Minor doc patch: handy.h
29230              
29231              Be wary of close()s, too.
29232              
29233              Further File::Temp patches from Yitzchak Scott-Thoennes
29234              and Craig A. Berry.
29235              
29236              Subject: [PATCH] fixes bug 20000508.004
29237              
29238              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
29239              
29240              Allow "no AutoLoader;", based on change #6444,
29241              suggested by Graham Barr.
29242              
29243              Use setproctitle() if available to modify $0.
29244              
29245              Warn if the version of the operating system used to compile gcc
29246              differs from the current version of the operating system.
29247              Also display the gcc compilation os and version in myconfig.
29248              Inspiration from
29249              
29250              Tiny fixes for #6460.
29251              
29252              The problem described in this
29253              Subject: [ID 20000322.018] named chars aren't magical enough
29254              has been fixed in perl 5.6.0 but just in case added a test
29255              to keep it away.  (The report from Joseph Hall.)
29256              
29257              Tune the comments and hopefully stop a memory leak.
29258              
29259              Subject: UTF8 concat
29260              (with a memory leak fixed, plus a few casts added)
29261              This also seems to help for
29262              Subject: [ID 20000716.015] join UTF8 weirdness
29263              
29264              Do not upgrade SVs into utf8 just because they participate
29265              in eq or cmp.  Reported and fix suggested in
29266              Subject: [ID 20000720.009] sv_eq UTF8 bug
29267              
29268              Fix the HALF_UPGRADE() macro introduced in #6263.
29269              
29270              Find green threads before native threads.
29271              Subject: Re: Patch to jpl/JNI/Makefile.PL
29272      Branch: maint-5.6/perl
29273           !> (integrate 30 files)
29274 ____________________________________________________________________________
29275 [  7881] By: jhi                                   on 2000/11/27  05:48:41
29276         Log: It seems that *both* the unused submatch loop cleanup
29277              codes are needed.
29278      Branch: perl
29279            ! regexec.c
29280 ____________________________________________________________________________
29281 [  7880] By: jhi                                   on 2000/11/27  04:50:07
29282         Log: Clean .exists deeper.
29283      Branch: perl
29284            ! Makefile.SH
29285 ____________________________________________________________________________
29286 [  7879] By: jhi                                   on 2000/11/27  02:31:35
29287         Log: The code in regcppop() (see #7878) contains the correct lower
29288              limit for the unused submatch 'cleanup' loop so that under
29289              "use utf8" the following code wouldn't dump core:
29290              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
29291              the cleanup loop in regtry() stomped beyond allocated area
29292              in the startp[] array.  Therefore, copied the correct lower
29293              loop limit (*PL_reglastparen) to regtry().  Note: something
29294              may still not be quite right: why was the _higher_ loop limit
29295              (prog->nparens) different in the utf8 case?
29296              
29297              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
29298              without core dumps, there were about 17 of them before
29299              the patch (with us since Perl 5.7.0).  Two failures, still:
29300              496 and 505 (though these may not be severe).
29301              
29302              Patch #7881 is also needed since both the cleanup loops
29303              seem to be needed.
29304              
29305              Also, the t/op/pat#44 seems to core dump under utf8.
29306              Plus a couple of failures.  UGH-8.
29307      Branch: perl
29308            ! regexec.c
29309 ____________________________________________________________________________
29310 [  7878] By: jhi                                   on 2000/11/27  02:21:17
29311         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
29312              the code in regcppop() seems to be redundant for the test suite --
29313              but it contains a germ of truth, and it needed for the build
29314              process itself: see #7879 and #7881.
29315      Branch: perl
29316            ! regexec.c
29317 ____________________________________________________________________________
29318 [  7877] By: jhi                                   on 2000/11/27  01:53:09
29319         Log: Comment on comment.
29320      Branch: perl
29321            ! regexec.c
29322 ____________________________________________________________________________
29323 [  7876] By: jhi                                   on 2000/11/27  00:49:59
29324         Log: Adjust the docs to agree with #7875.
29325      Branch: perl
29326            ! pod/perllocale.pod
29327 ____________________________________________________________________________
29328 [  7875] By: jhi                                   on 2000/11/27  00:49:27
29329         Log: Retract #7863.  It makes more sense not to taint formatted output,
29330              not even by sprintf().
29331      Branch: perl
29332            ! sv.c
29333 ____________________________________________________________________________
29334 [  7874] By: jhi                                   on 2000/11/26  23:36:02
29335         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
29336              Not really fixed (should really dump the UTF-8 charclass),
29337              but stopped displaying the garbage.
29338              
29339              Also add a note on the (missing) Unicode PSXSPC and BLANK.
29340      Branch: perl
29341            ! regcomp.c
29342 ____________________________________________________________________________
29343 [  7873] By: jhi                                   on 2000/11/26  21:31:13
29344         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
29345      Branch: perl
29346            ! regexec.c
29347 ____________________________________________________________________________
29348 [  7872] By: jhi                                   on 2000/11/26  21:06:04
29349         Log: No need to scan till infinity, 13 is enough.
29350      Branch: perl
29351            ! handy.h utf8.c
29352 ____________________________________________________________________________
29353 [  7871] By: jhi                                   on 2000/11/26  20:20:32
29354         Log: Test line numbers are different with utf8.
29355      Branch: perl
29356            ! t/op/re_tests
29357 ____________________________________________________________________________
29358 [  7870] By: jhi                                   on 2000/11/26  20:10:12
29359         Log: Message nit.
29360      Branch: perl
29361            ! regcomp.c
29362 ____________________________________________________________________________
29363 [  7869] By: jhi                                   on 2000/11/26  19:01:05
29364         Log: Make utf8_length() and utf8_distance() (the latter of which
29365              is unused at the moment) to be less forgiving about bad UTF-8.
29366      Branch: perl
29367            ! embed.h embed.pl objXSUB.h proto.h utf8.c
29368 ____________________________________________________________________________
29369 [  7868] By: jhi                                   on 2000/11/26  18:45:56
29370         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
29371              From: Benjamin Holzman <bah@ecnvantage.com>
29372              Date: Sat, 25 Nov 2000 20:40:20 -0500       
29373              Message-ID: <20001125204020.A25040@ecnvantage.com>              
29374              
29375              Debian allows installing /usr/bin/locale without installing
29376              any locales, an error message will ensue.
29377      Branch: perl
29378            ! t/pragma/locale.t
29379 ____________________________________________________________________________
29380 [  7867] By: jhi                                   on 2000/11/26  18:31:12
29381         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
29382              From: Benjamin Holzman <bah@ecnvantage.com>
29383              Date: Sun, 26 Nov 2000 02:42:34 -0500
29384              Message-ID: <20001126024234.G25040@ecnvantage.com>
29385              
29386              Patch for the bug 20000212.002.
29387      Branch: perl
29388            ! sv.c t/op/array.t
29389 ____________________________________________________________________________
29390 [  7866] By: jhi                                   on 2000/11/26  18:28:09
29391         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
29392              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29393              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
29394              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
29395              
29396              File::Temp 0.11.
29397      Branch: perl
29398            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29399 ____________________________________________________________________________
29400 [  7865] By: jhi                                   on 2000/11/26  18:24:22
29401         Log: The metaconfig unit change for #7864.
29402      Branch: metaconfig/U/perl
29403            ! need_va_copy.U
29404 ____________________________________________________________________________
29405 [  7864] By: jhi                                   on 2000/11/26  18:23:41
29406         Log: Make the va_copy() test not to be so talkative.
29407      Branch: perl
29408            ! Configure config_h.SH
29409 ____________________________________________________________________________
29410 [  7863] By: jhi                                   on 2000/11/26  18:11:02
29411         Log: Fix locale inconsistencies unearthed by Hugo's work.
29412              Now the floating point sprintf really does taint the result
29413              string as perllocale promises (has promised for a long time)
29414              if "use locale" is in the lexical scope.
29415      Branch: perl
29416            ! sv.c t/pragma/locale.t
29417 ____________________________________________________________________________
29418 [  7862] By: jhi                                   on 2000/11/26  00:35:15
29419         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
29420              From: Nicholas Clark <nick@ccl4.org>
29421              Date: Sun, 26 Nov 2000 00:07:50 +0000
29422              Message-ID: <20001126000750.A22446@plum.flirble.org>
29423              
29424              Infinit.
29425      Branch: perl
29426            ! sv.c
29427 ____________________________________________________________________________
29428 [  7861] By: jhi                                   on 2000/11/26  00:01:26
29429         Log: Integrate perlio.
29430      Branch: perl
29431           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
29432 ____________________________________________________________________________
29433 [  7860] By: nick                                  on 2000/11/25  22:04:17
29434         Log: Correct relative path from new ext\Filter\Util\Call location
29435              back to miniperl.
29436      Branch: perlio
29437            ! win32/makefile.mk
29438 ____________________________________________________________________________
29439 [  7859] By: nick                                  on 2000/11/25  21:26:54
29440         Log: Integrate mainline.
29441      Branch: perlio
29442           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
29443           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
29444           +> t/lib/filter-util.t
29445            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
29446            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
29447            - t/lib/filt-util.t
29448           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
29449           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
29450           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
29451           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
29452           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
29453           !> win32/makefile.mk
29454 ____________________________________________________________________________
29455 [  7858] By: gsar                                  on 2000/11/25  20:52:17
29456         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
29457              parent's memory; fix it by keeping track of the actual pad
29458              offset rather than a raw pointer (this change is probably also
29459              relevant to non-ithreads case to avoid fallout from reallocs of
29460              the pad array, but is currently only enabled for the ithreads
29461              case in the interests of minimal disruption to existing "well
29462              tested" code)
29463      Branch: perl
29464            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29465            ! proto.h scope.c scope.h sv.c t/op/fork.t
29466 ____________________________________________________________________________
29467 [  7857] By: nick                                  on 2000/11/25  20:01:28
29468         Log: All tests pass on Win32/gcc/USE_PERLIO.
29469              - when crlf layer is pushed make unix-level binary.
29470              - remove :crlf injection in pp_backtick in pp_sys.c
29471              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
29472      Branch: perlio
29473            ! doio.c perlio.c pp_sys.c win32/makefile.mk
29474 ____________________________________________________________________________
29475 [  7856] By: jhi                                   on 2000/11/25  18:38:30
29476         Log: Update the metaconfig units for #7855.
29477      Branch: metaconfig/U/perl
29478            ! useperlio.U usesocks.U
29479 ____________________________________________________________________________
29480 [  7855] By: jhi                                   on 2000/11/25  18:37:54
29481         Log: Undo the SOCKS workarounds, instead start using PerlIO
29482              if SOCKS is selected.
29483              
29484              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
29485              From: Jens Hamisch <jens@Strawberry.COM>
29486              Date: Fri, 24 Nov 2000 18:31:30 +0100
29487              Message-ID: <20001124183130.E28337@Strawberry.COM>
29488              
29489              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
29490              From: Jens Hamisch <jens@Strawberry.COM>
29491              Date: Fri, 24 Nov 2000 19:11:51 +0100
29492              Message-ID: <20001124191151.A28753@Strawberry.COM>
29493      Branch: perl
29494            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
29495            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
29496 ____________________________________________________________________________
29497 [  7854] By: jhi                                   on 2000/11/25  17:39:08
29498         Log: Undo #7848.  Some of the code seems to use walkoptree(),
29499              some walkoptree_slow().  An unfinished renaming?
29500              Now the sub is walkoptree() (which is @EXPORT_OK),
29501              the walkoptree_slow() is a typeglob alias to walkoptree.
29502              This makes the tests to pass, at least.
29503      Branch: perl
29504            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
29505 ____________________________________________________________________________
29506 [  7853] By: nick                                  on 2000/11/24  22:24:33
29507         Log: Re-arrange crlf vs binary for platforms that care.
29508              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
29509              Lip-service to making stdio layer work on such platfroms (untested).
29510              Now fails 3 tests rather than one, checkin to see if I can debug 
29511              the issue under linux. (Do not merge.)
29512      Branch: perlio
29513            ! doio.c perlio.c perliol.h
29514 ____________________________________________________________________________
29515 [  7852] By: jhi                                   on 2000/11/24  18:57:39
29516         Log: AUTHORS edits.
29517      Branch: perl
29518            ! AUTHORS
29519 ____________________________________________________________________________
29520 [  7851] By: jhi                                   on 2000/11/24  17:34:56
29521         Log: Add Jan-Erik Karlsson.
29522      Branch: perl
29523            ! AUTHORS
29524 ____________________________________________________________________________
29525 [  7850] By: jhi                                   on 2000/11/24  17:27:56
29526         Log: Configure should find stdchar on its own.
29527      Branch: perl
29528            ! hints/solaris_2.sh
29529 ____________________________________________________________________________
29530 [  7849] By: jhi                                   on 2000/11/24  17:24:55
29531         Log: Subject: PATCH over 7848: Filter test flawed
29532              From: andreas.koenig@anima.de (Andreas J. Koenig)
29533              Date: 24 Nov 2000 10:28:29 +0100
29534              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
29535      Branch: perl
29536            ! t/lib/filter-util.t
29537 ____________________________________________________________________________
29538 [  7848] By: jhi                                   on 2000/11/24  17:22:15
29539         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
29540              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
29541              Date: Fri, 24 Nov 2000 16:12:58 +0000
29542              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
29543      Branch: perl
29544            ! ext/B/B.pm
29545 ____________________________________________________________________________
29546 [  7847] By: jhi                                   on 2000/11/24  03:07:01
29547         Log: Integrate perlio.
29548      Branch: perl
29549           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
29550           !> win32/makefile.mk
29551 ____________________________________________________________________________
29552 [  7846] By: gsar                                  on 2000/11/24  00:55:57
29553         Log: integrate changes#6415..6418,6420..6438 from mainline
29554              
29555              Fix the bitvector ops for utf8 (tricky since past 7 bits
29556              the utf8 'characters' can be more than one octet).
29557              
29558              MPE/ix updates for perl 5.6.0 from Mark Bixby.
29559              
29560              Subject: SDBM_File documentation
29561              
29562              Detypo.
29563              
29564              Decutandpasto.
29565              
29566              Send all installperl messages to STDERR and be -w clean.
29567              
29568              Out-of-date note removed.
29569              
29570              Protect against "wild next"s, that is, callbacks doing "next"
29571              instead of "return".
29572              
29573              Use STDOUT consistently.
29574              
29575              The output might have been produced in the wrong order.
29576              
29577              A missing 'break' after the [[:space:]] switch case.
29578              
29579              Add tests for
29580              [ID 19991110.003] another matching finding by pcre author
29581              which has already been fixed by some patch, as verified in
29582              
29583              Documentation to explain the behaviour of map().
29584              
29585              Add an optimization for map-maps-a-list-element-to-more-list-elements
29586              case, but add also notes explaining the relationship of this
29587              patch and the earlier notes by Sarathy.
29588              
29589              Subject: [ID 20000716.023] syslog test fails without sockets
29590              
29591              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
29592              Test cases for #6431.
29593              
29594              File::Spec::VMS fixup for tmpdir from Craig Berry.
29595              
29596              Make the "uninit variable" warning to say "concat or string"
29597              or "join or string" when in concat or join .
29598              
29599              Get UTF16 BOMs working.  Patch from
29600              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
29601              
29602              Subject: [PATCH] Make large file tests deal with SIGXFSZ
29603              
29604              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
29605              
29606              Subject: [PATCH] av.c apidoc
29607      Branch: maint-5.6/perl
29608           !> (integrate 43 files)
29609 ____________________________________________________________________________
29610 [  7845] By: gsar                                  on 2000/11/24  00:20:45
29611         Log: integrate changes#6406..6414 from mainline
29612              
29613              Merge perlhacktut into perlhack, update perlguts.
29614              
29615              Fix AutoSplit to use File::Spec the right way in VMS,
29616              from Peter Prymmer.
29617              
29618              The bug report
29619              [ID 19991110.002] minimal matching discrepancy found by pcre author
29620              seems to have been fixed (though differently from what was suggested
29621              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
29622              
29623              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
29624              not in pod, from Peter Prymmer
29625              
29626              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
29627              From: Hugo <hv@crypt.compulink.co.uk>
29628              Date: Fri, 14 Jul 2000 23:05:20 +0100
29629              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
29630              
29631              Didn't anymore apply, but that point still could use another fix.
29632              
29633              lib/b test fixes from Peter Prymmer.
29634              
29635              More docs for sv functions.
29636              
29637              perlvms.pod whitespace cleanup to keep pod utils happy.
29638              
29639              another VMS build tweak from Peter Prymmer
29640      Branch: maint-5.6/perl
29641           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
29642           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
29643           !> vms/descrip_mms.template vms/perlvms.pod
29644 ____________________________________________________________________________
29645 [  7844] By: nick                                  on 2000/11/23  23:42:45
29646         Log: Win32/perlio Now just fails one io/argv.t test - lack 
29647              of default :crlf on standard streams.
29648      Branch: perlio
29649            ! doio.c perlio.c
29650 ____________________________________________________________________________
29651 [  7843] By: nick                                  on 2000/11/23  23:04:05
29652         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
29653              peek fail is showing a real problem (multiple crlf layers
29654              are getting pushed.)
29655      Branch: perlio
29656            ! doio.c perlio.c win32/makefile.mk
29657 ____________________________________________________________________________
29658 [  7842] By: nick                                  on 2000/11/23  19:46:23
29659         Log: Implement PerlIO_binmode()
29660              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
29661              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
29662              make binmode in t/lib/io_tell.t unconditional so that works.
29663              Checkin just so Win32 machine can see these changes.
29664      Branch: perlio
29665            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
29666 ____________________________________________________________________________
29667 [  7841] By: jhi                                   on 2000/11/23  19:30:00
29668         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
29669      Branch: perl
29670            ! README.amiga
29671 ____________________________________________________________________________
29672 [  7840] By: jhi                                   on 2000/11/23  17:18:02
29673         Log: SOCKS wrestling continues, patches from Jens Hamisch.
29674      Branch: perl
29675            ! doio.c embed.h embed.pl perlsdio.h proto.h
29676 ____________________________________________________________________________
29677 [  7839] By: jhi                                   on 2000/11/23  16:54:14
29678         Log: Push Filter::Util::Call one level deeper.
29679      Branch: perl
29680            + t/lib/filter-util.t
29681           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
29682           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
29683            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
29684            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
29685            - t/lib/filt-util.t
29686            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
29687            ! win32/Makefile win32/makefile.mk
29688 ____________________________________________________________________________
29689 [  7838] By: jhi                                   on 2000/11/23  16:52:40
29690         Log: Reach back one higher up when searching for PERL_SRC.
29691      Branch: perl
29692            ! lib/ExtUtils/MM_Unix.pm
29693 ____________________________________________________________________________
29694 [  7837] By: jhi                                   on 2000/11/23  16:05:41
29695         Log: Subject: Re: perl@7826
29696              Date: Thu, 23 Nov 2000 02:20:25 -0600
29697              From: "Craig A. Berry" <craigberry@mac.com>
29698              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
29699              
29700              Make VMS to like Filter::Util::Call. 
29701      Branch: perl
29702            ! configure.com ext/Filter/Util/Makefile.PL
29703 ____________________________________________________________________________
29704 [  7836] By: nick                                  on 2000/11/23  16:04:08
29705         Log: Implement crlf layer - not ready for merge.
29706      Branch: perlio
29707            ! perlio.c win32/makefile.mk
29708 ____________________________________________________________________________
29709 [  7835] By: jhi                                   on 2000/11/23  15:56:52
29710         Log: STDCHAR is different in Sparc v9 vs x86.
29711      Branch: perl
29712            ! hints/solaris_2.sh
29713 ____________________________________________________________________________
29714 [  7834] By: jhi                                   on 2000/11/23  15:50:47
29715         Log: The type needs to be visible to protos.
29716      Branch: perl
29717            ! perl.h
29718 ____________________________________________________________________________
29719 [  7833] By: jhi                                   on 2000/11/23  15:40:46
29720         Log: Finish unfinished SOCKS workaround changes.
29721      Branch: perl
29722            ! doio.c
29723 ____________________________________________________________________________
29724 [  7832] By: jhi                                   on 2000/11/23  15:33:30
29725         Log: Integrate perlio.
29726      Branch: perl
29727           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29728           !> win32/makefile.mk
29729 ____________________________________________________________________________
29730 [  7831] By: nick                                  on 2000/11/23  10:31:07
29731         Log: Correct makefile.mk dependancies for ext/Filter/Util
29732              Build ext/Encode
29733              Run dmake regen_config_h
29734      Branch: perlio
29735            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29736            ! win32/makefile.mk
29737 ____________________________________________________________________________
29738 [  7830] By: nick                                  on 2000/11/23  08:05:07
29739         Log: Integrate mainline
29740      Branch: perlio
29741           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
29742           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
29743           +> t/lib/filt-util.pl t/lib/filt-util.t
29744           !> (integrate 41 files)
29745 ____________________________________________________________________________
29746 [  7829] By: gsar                                  on 2000/11/23  03:07:11
29747         Log: build the Filter extension on windows
29748      Branch: perl
29749            ! win32/Makefile win32/makefile.mk
29750 ____________________________________________________________________________
29751 [  7828] By: gsar                                  on 2000/11/23  02:46:35
29752         Log: regenerate win32/config* and fix some inconsistencies in the
29753              makefiles; always export Perl_deb() because it is needed
29754              by ext/re/* (whether perl itself is built with -DDEBUGGING
29755              or not)
29756      Branch: perl
29757            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
29758            ! win32/config_H.vc win32/makefile.mk
29759 ____________________________________________________________________________
29760 [  7827] By: gsar                                  on 2000/11/23  02:18:38
29761         Log: get sources building on windows+MSVC again (untested with other
29762              compilers)
29763      Branch: perl
29764            ! win32/include/sys/socket.h win32/perllib.c
29765 ____________________________________________________________________________
29766 [  7826] By: jhi                                   on 2000/11/23  01:18:26
29767         Log: Update Changes.
29768      Branch: perl
29769            ! Changes patchlevel.h
29770 ____________________________________________________________________________
29771 [  7825] By: jhi                                   on 2000/11/23  00:20:41
29772         Log: Subject: Re: av.c patch (having slight problems)
29773              From: "Ben Tilly" <ben_tilly@hotmail.com>
29774              Date: Tue, 21 Nov 2000 23:29:31 -0500
29775              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
29776              
29777              unshift() speedup.
29778      Branch: perl
29779            ! av.c
29780 ____________________________________________________________________________
29781 [  7824] By: jhi                                   on 2000/11/22  23:59:15
29782         Log: Fixes for signedness warnings noticed by VMSperlers.
29783      Branch: perl
29784            ! ext/Storable/Storable.xs regcomp.c sv.c
29785 ____________________________________________________________________________
29786 [  7823] By: jhi                                   on 2000/11/22  23:19:31
29787         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
29788              From: Peter Prymmer <pvhp@forte.com>
29789              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
29790              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
29791      Branch: perl
29792            ! t/pragma/warn/pp_hot
29793 ____________________________________________________________________________
29794 [  7822] By: jhi                                   on 2000/11/22  22:52:20
29795         Log: Be clean.
29796      Branch: perl
29797            ! Makefile.SH
29798 ____________________________________________________________________________
29799 [  7821] By: jhi                                   on 2000/11/22  22:46:39
29800         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
29801              by Damian Conway, as suggested by Paul Marquess.
29802      Branch: perl
29803            + lib/Filter/Simple.pm
29804 ____________________________________________________________________________
29805 [  7820] By: jhi                                   on 2000/11/22  22:45:51
29806         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
29807      Branch: perl
29808            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
29809            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
29810            + t/lib/filt-util.t
29811            ! MANIFEST
29812 ____________________________________________________________________________
29813 [  7819] By: jhi                                   on 2000/11/22  22:03:27
29814         Log: Integrate perlio.
29815      Branch: perl
29816           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
29817           !> win32/makefile.mk
29818 ____________________________________________________________________________
29819 [  7818] By: jhi                                   on 2000/11/22  21:56:02
29820         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
29821      Branch: perl
29822            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
29823            ! t/lib/io_sock.t
29824 ____________________________________________________________________________
29825 [  7817] By: jhi                                   on 2000/11/22  21:39:49
29826         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
29827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29828              Date: Wed, 22 Nov 2000 16:08:12 -0500
29829              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
29830      Branch: perl
29831            ! lib/ExtUtils/Liblist.pm
29832 ____________________________________________________________________________
29833 [  7816] By: jhi                                   on 2000/11/22  21:38:25
29834         Log: Go ahead and #include <unistd.h> in perl.h.
29835      Branch: perl
29836            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
29837            ! util.c
29838 ____________________________________________________________________________
29839 [  7815] By: jhi                                   on 2000/11/22  21:22:52
29840         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
29841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29842              Date: Mon, 20 Nov 2000 18:30:52 -0500
29843              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
29844      Branch: perl
29845            ! pod/perlre.pod regcomp.c t/op/re_tests
29846 ____________________________________________________________________________
29847 [  7814] By: jhi                                   on 2000/11/22  21:21:46
29848         Log: Subject: [PATCH 5.7.0] Liblist finally works
29849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29850              Date: Tue, 21 Nov 2000 22:02:17 -0500
29851              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
29852      Branch: perl
29853            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
29854            ! lib/ExtUtils/MakeMaker.pm
29855 ____________________________________________________________________________
29856 [  7813] By: jhi                                   on 2000/11/22  21:20:23
29857         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
29858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29859              Date: Wed, 22 Nov 2000 17:53:15 +0100
29860              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
29861              
29862              AIX dynaloader and perlio patch.
29863      Branch: perl
29864            ! ext/DynaLoader/dl_aix.xs
29865 ____________________________________________________________________________
29866 [  7812] By: jhi                                   on 2000/11/22  21:17:52
29867         Log: (Accidentally empty patch.)
29868      Branch: perl
29869            ! av.c
29870 ____________________________________________________________________________
29871 [  7811] By: jhi                                   on 2000/11/22  21:16:31
29872         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
29873              From: Peter Prymmer <pvhp@forte.com>
29874              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
29875              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
29876      Branch: perl
29877            ! vms/test.com
29878 ____________________________________________________________________________
29879 [  7810] By: jhi                                   on 2000/11/22  21:15:36
29880         Log: Subject: Re: perl@7777 
29881              From: "John P. Linderman" <jpl@research.att.com>
29882              Date: Wed, 22 Nov 2000 13:11:11 -0500
29883              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
29884              
29885              Detypoing.
29886      Branch: perl
29887            ! lib/CPAN.pm
29888 ____________________________________________________________________________
29889 [  7809] By: jhi                                   on 2000/11/22  21:14:19
29890         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
29891              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29892              Date:     Wed, 22 Nov 2000 13:51:37 EST
29893              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
29894      Branch: perl
29895            ! perlsdio.h
29896 ____________________________________________________________________________
29897 [  7808] By: jhi                                   on 2000/11/22  21:13:27
29898         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
29899              From: Casey Tweten <crt@kiski.net>
29900              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
29901              Message-Id: <200011201653.LAA10194@home.kiski.net>
29902      Branch: perl
29903            ! t/lib/io_udp.t
29904 ____________________________________________________________________________
29905 [  7807] By: jhi                                   on 2000/11/22  21:12:35
29906         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
29907              From: Casey Tweten <crt@kiski.net>
29908              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
29909              Message-Id: <200011201636.LAA07227@home.kiski.net>
29910      Branch: perl
29911            ! t/lib/io_sock.t
29912 ____________________________________________________________________________
29913 [  7806] By: jhi                                   on 2000/11/22  21:10:59
29914         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
29915              From: "Casey R. Tweten" <crt@kiski.net>
29916              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
29917              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
29918      Branch: perl
29919            ! utils/h2xs.PL
29920 ____________________________________________________________________________
29921 [  7805] By: nick                                  on 2000/11/22  21:05:06
29922         Log: Integrate mainline
29923      Branch: perlio
29924           !> Changes Porting/genlog ext/DB_File/DB_File.xs
29925           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
29926           !> utils/perlbug.PL
29927 ____________________________________________________________________________
29928 [  7804] By: jhi                                   on 2000/11/22  21:01:12
29929         Log: Subject: [PATCH] Test.pm POD peculiarity
29930              From: "Casey R. Tweten" <crt@kiski.net>
29931              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
29932              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
29933      Branch: perl
29934            ! lib/Test.pm
29935 ____________________________________________________________________________
29936 [  7803] By: jhi                                   on 2000/11/22  20:59:59
29937         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
29938              From: "Philip Newton" <pnewton@gmx.de>
29939              Date: Wed, 22 Nov 2000 14:25:53 +0100
29940              Message-Id: <3A1BD771.25462.1939FAD@localhost>
29941              
29942              Be case-understanding also on 's', and use the -oi of sendmail
29943              not to terminate the transmission on a lone '.'.
29944      Branch: perl
29945            ! utils/perlbug.PL
29946 ____________________________________________________________________________
29947 [  7802] By: nick                                  on 2000/11/22  20:51:42
29948         Log: Win32 PerlIO intermediate state now working as expected.
29949              - In current state we are still using C runtime in text/binary
29950              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
29951              - PERLIO=stdio and PERLIO=unix pass all expected tests.
29952              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
29953              and PerlIO_seek() and the dummy crlf layer is not making adjustments
29954              for CRLF translation happening in C runtime. All other tests pass.
29955              
29956              Added note to README.win32 to point out the snags of doing a perl build
29957              with Norton AntiVirus turned on.
29958              
29959              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
29960              which file a fail comes from.
29961              
29962              Updated "canned" config.h to match the one generated.
29963      Branch: perlio
29964            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
29965            ! win32/makefile.mk
29966 ____________________________________________________________________________
29967 [  7801] By: jhi                                   on 2000/11/22  06:50:20
29968         Log: Nickety nits.
29969      Branch: perl
29970            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29971 ____________________________________________________________________________
29972 [  7800] By: jhi                                   on 2000/11/22  01:29:55
29973         Log: Changes had accidentally gone too silent on non-main branches.
29974      Branch: perl
29975            ! Changes Porting/genlog patchlevel.h
29976 ____________________________________________________________________________
29977 [  7799] By: gsar                                  on 2000/11/22  01:02:56
29978         Log: some lib_pm.PL changes snuck in via change#7772
29979      Branch: maint-5.6/perl
29980            ! Makefile.SH
29981 ____________________________________________________________________________
29982 [  7798] By: nick                                  on 2000/11/21  21:59:40
29983         Log: Integrate mainline
29984      Branch: perlio
29985           !> (integrate 28 files)
29986 ____________________________________________________________________________
29987 [  7797] By: jhi                                   on 2000/11/21  21:01:45
29988         Log: Integrate perlio.
29989      Branch: perl
29990           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
29991 ____________________________________________________________________________
29992 [  7796] By: nick                                  on 2000/11/21  20:36:22
29993         Log: Win32 builds and runs (mostly) with USE_PERLIO.
29994              PERLIO=perlio passes all tests. 
29995              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
29996      Branch: perlio
29997            ! perlio.c win32/perllib.c win32/win32.c
29998 ____________________________________________________________________________
29999 [  7795] By: jhi                                   on 2000/11/21  19:03:44
30000         Log: Update Changes.
30001      Branch: perl
30002            ! Changes patchlevel.h
30003 ____________________________________________________________________________
30004 [  7794] By: jhi                                   on 2000/11/21  18:56:34
30005         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
30006              From: "Craig A. Berry" <craigberry@mac.com>
30007              Date: Mon, 20 Nov 2000 20:27:06 -0600
30008              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
30009              
30010              A cut-and-pasto.
30011      Branch: perl
30012            ! perlio.h
30013 ____________________________________________________________________________
30014 [  7793] By: jhi                                   on 2000/11/21  18:54:41
30015         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
30016              From: Dominic Dunlop <domo@computer.org> 
30017              Date: Mon, 20 Nov 2000 18:55:29 +0100
30018              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
30019              
30020              va_copy() and the need of it.
30021              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
30022      Branch: metaconfig/U/perl
30023            + need_va_copy.U
30024      Branch: perl
30025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30026            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
30027            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
30028            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30029            ! win32/config.bc win32/config.gc win32/config.vc
30030 ____________________________________________________________________________
30031 [  7792] By: jhi                                   on 2000/11/21  17:04:10
30032         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
30033      Branch: perl
30034           !> scope.h
30035 ____________________________________________________________________________
30036 [  7791] By: jhi                                   on 2000/11/21  17:01:16
30037         Log: Export the SOCKS workaround symbols only if necessary.
30038      Branch: perl
30039            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
30040 ____________________________________________________________________________
30041 [  7790] By: nick                                  on 2000/11/20  23:57:11
30042         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
30043      Branch: perlio
30044            ! scope.h
30045 ____________________________________________________________________________
30046 [  7789] By: nick                                  on 2000/11/20  23:38:33
30047         Log: Integrate mainline
30048      Branch: perlio
30049           +> lib/File/Spec/Epoc.pm
30050           !> (integrate 34 files)
30051 ____________________________________________________________________________
30052 [  7788] By: nick                                  on 2000/11/20  23:20:18
30053         Log: Make extra buffer layer work (dummy crlf layer)
30054      Branch: perlio
30055            ! doio.c perlio.c perlio.h
30056 ____________________________________________________________________________
30057 [  7787] By: jhi                                   on 2000/11/20  22:44:04
30058         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
30059              From: Peter Prymmer <pvhp@forte.com>
30060              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
30061              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
30062      Branch: perl
30063            ! t/pragma/locale.t
30064 ____________________________________________________________________________
30065 [  7786] By: jhi                                   on 2000/11/20  22:29:10
30066         Log: Subject: DOC PATCH 5.6.0 perlreftut
30067              From: mjd@plover.com
30068              Date: 20 Nov 2000 19:45:06 -0000
30069              Message-ID: <20001120194506.9505.qmail@plover.com>
30070      Branch: perl
30071            ! pod/perlreftut.pod
30072 ____________________________________________________________________________
30073 [  7785] By: jhi                                   on 2000/11/20  22:27:44
30074         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
30075              From: David Dyck <dcd@tc.fluke.com>
30076              Date: Mon, 20 Nov 2000 11:43:40 -0800
30077              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
30078      Branch: perl
30079            ! lib/Cwd.pm
30080 ____________________________________________________________________________
30081 [  7784] By: jhi                                   on 2000/11/20  22:23:21
30082         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30083              Date: Mon, 20 Nov 2000 17:06:10 -0500
30084              To: Mailing list Perl5 <perl5-porters@perl.org>
30085              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
30086      Branch: perl
30087            ! pp_ctl.c t/op/pat.t
30088 ____________________________________________________________________________
30089 [  7783] By: jhi                                   on 2000/11/20  22:11:18
30090         Log: Subject: [PATCH] doop.c - UTF8 tr///               
30091              From: Simon Cozens <simon@cozens.net>
30092              Date: Sat, 18 Nov 2000 18:49:30 +0000
30093              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
30094              
30095              Subject: Re: [PATCH] doop.c - UTF8 tr///           
30096              From: Simon Cozens <simon@cozens.net>
30097              Date: Mon, 20 Nov 2000 20:45:22 +0000
30098              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
30099              
30100              Make tr on UTF-8 better but still not correct.
30101      Branch: perl
30102            ! doop.c
30103 ____________________________________________________________________________
30104 [  7782] By: jhi                                   on 2000/11/20  22:02:16
30105         Log: Remove the shared object before attempting to create
30106              (by linking) a new one.  E.g. in AIX not removing
30107              becomes quite painful if one tries to do more than one
30108              build in the same tree (an interrupted build, for example),
30109              since the AIX' shared dynaloader seemingly keeps the shared
30110              objects open and therefore 'busy' for quite a while, even when
30111              nobody is using the objects, leading into link failures.
30112      Branch: perl
30113            ! lib/ExtUtils/MM_Unix.pm
30114 ____________________________________________________________________________
30115 [  7781] By: gsar                                  on 2000/11/20  19:02:55
30116         Log: type mismatch due to faulty integration
30117      Branch: maint-5.6/perl
30118            ! toke.c win32/Makefile
30119 ____________________________________________________________________________
30120 [  7780] By: gsar                                  on 2000/11/20  17:31:55
30121         Log: integrate changes#6392,6394..6399,6401..6404
30122              
30123              The {multiplier} of a fixed substring was overlooked which
30124              caused a wrong initial search offset for that substring.
30125              
30126              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
30127              From: Hugo <hv@crypt.compulink.co.uk>
30128              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
30129              Date: Thu, 13 Jul 2000 19:27:13 +0100
30130              
30131              Fix the BOM bug: not a byteorder bug, a signedness bug.
30132              
30133              Replace change #6337 with a better one.
30134              
30135              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30136              From: Hugo <hv@crypt.compulink.co.uk>
30137              Date: Fri, 14 Jul 2000 04:16:20 +0100
30138              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
30139              
30140              MakeMaker should not remove editor backups (*~) on `make clean`
30141              by default (completes change#6383)
30142              
30143              move new variables to the end of the interpreter structure (for
30144              bincompat in code that doesn't #include XSUB.h)
30145              
30146              rename totally bletcherous SvLOCK() thingy (doesn't do what the
30147              name suggests anyway)
30148              
30149              various cleanups (typos, misformatted code, and small bugs)
30150              
30151              typecasts needed for change#6394
30152              
30153              typos in change#6399, regen headers
30154              
30155              inconsistent types needs casts
30156              
30157              PERL_OBJECT build tweaks
30158      Branch: maint-5.6/perl
30159           !> MANIFEST doop.c embed.h embed.pl embedvar.h
30160           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
30161           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
30162           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
30163           !> toke.c util.c
30164 ____________________________________________________________________________
30165 [  7779] By: gsar                                  on 2000/11/20  17:06:29
30166         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
30167              
30168              Cosmetics and perldelta.
30169              
30170              Fix nits noticed by Boston.pm.
30171              
30172              Do the cc sanity check both before the hints and
30173              after the cc selction.
30174              
30175              get sprintf.t to adjust properly for 3-digit exponents
30176              
30177              don't clobber *.orig files on *clean targets
30178              
30179              fix bugs in processing %v-*d and similar format specs (from
30180              Avi Finkel <avi@finkel.org>)
30181              
30182              sprintf test tweaks (from Dominic Dunlop)
30183              
30184              new selfloader.t in change#6183 doesn't close DATA handles,
30185              and thus fails to clean up tmp files on dosish platforms
30186              
30187              typos (spotted by Peter Prymmer)
30188              
30189              typo fix from Craig Berry
30190      Branch: maint-5.6/perl
30191           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
30192           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
30193           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
30194           !> x2p/Makefile.SH
30195 ____________________________________________________________________________
30196 [  7778] By: gsar                                  on 2000/11/20  16:46:51
30197         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
30198              
30199              Subject: Re: format bug report  [Patch]
30200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30201              Date: Wed, 05 Jul 2000 13:12:52 +0200
30202              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
30203              
30204              Subject: Re: format bug report  [Patch]
30205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30206              Date: Wed, 05 Jul 2000 14:10:01 +0200
30207              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
30208              
30209              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
30210              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30211              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
30212              Date: Fri, 07 Jul 2000 17:57:16 +0100
30213              
30214              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
30215              To: perl5-porters@perl.org
30216              From: Karsten Sperling <spiff@phreax.net>
30217              Date: Mon, 10 Jul 2000 15:12:52 +0200
30218              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
30219              
30220              README.posix-bc podified from Thomas Dorner.
30221              
30222              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
30223              From: Dominic Dunlop <domo@computer.org>
30224              Date: Tue, 11 Jul 2000 12:27:33 +0200
30225              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
30226              
30227              Typo in #6341.
30228              
30229              Fix for
30230              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
30231              From: Roderick Schertler <roderick@argon.org>
30232              Date: Tue, 11 Jul 2000 13:55:05 -0400
30233              Message-Id: <200007111755.NAA05077@jones.argon.org>
30234              
30235              Minor cleanups on the booklist.
30236              
30237              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
30238              regen perltoc.
30239              
30240              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
30241      Branch: maint-5.6/perl
30242           +> pod/perlbook.pod
30243           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
30244           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
30245           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
30246 ____________________________________________________________________________
30247 [  7777] By: jhi                                   on 2000/11/20  16:08:49
30248         Log: Update Changes.
30249      Branch: perl
30250            ! Changes patchlevel.h
30251 ____________________________________________________________________________
30252 [  7776] By: jhi                                   on 2000/11/20  15:27:56
30253         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
30254              This may be overly harsh but until proven otherwise, we think this
30255              way, or until we have a simple test for Configure (having to start
30256              up servers is does not count as simple) to check for the problems.
30257      Branch: perl
30258            ! perl.h
30259 ____________________________________________________________________________
30260 [  7775] By: jhi                                   on 2000/11/20  15:22:17
30261         Log: Solaris hints tweaks.
30262      Branch: perl
30263            ! hints/solaris_2.sh
30264 ____________________________________________________________________________
30265 [  7774] By: jhi                                   on 2000/11/20  15:01:20
30266         Log: Add a workaround to SOCKS 64-bit problems.
30267      Branch: perl
30268            ! doio.c embed.h embed.pl perlsdio.h proto.h
30269 ____________________________________________________________________________
30270 [  7773] By: jhi                                   on 2000/11/20  14:51:47
30271         Log: sysseek() instead of seek().
30272      Branch: perl
30273            ! t/lib/syslfs.t
30274 ____________________________________________________________________________
30275 [  7772] By: gsar                                  on 2000/11/20  13:06:23
30276         Log: integrate changes#6315..6319,6321..6331,6333..6338
30277              
30278              Integrate with Sarathy, preliminary fix for unicos
30279              alignment problems in [ID 20000612.002] Perl problem on Cray system.
30280              
30281              some debugger output does not go to the socket when RemotePort is set
30282              
30283              winsock cleanup never done on Windows (leads to handle leaks)
30284              
30285              fix UNC path handling on Windows under ithreads, and chdir()
30286              return value when given a non-existent directory
30287              
30288              Autogenerate pod/Makefile and pod/buildtoc.
30289              buildtoc also checks whether the existin pods are
30290              mentioned in MANIFEST and perl.pod, and vice versa.
30291              (None of the thusly found discrepancies fixed yet.)
30292              roffitall also needs to be autogenerated similarly but it
30293              seems so badly out of date that I didn't touch it yet.
30294              
30295              Config is being used.
30296              
30297              Add =head1 NAMEs so that buildtoc is happy.
30298              (The CGI::Util nit reported to Lincoln.)
30299              
30300              Fix complaints of buildtoc.
30301              
30302              Fix the alignment problem in Crays ([ID 20000612.002]).
30303              
30304              Remove perlbook, update perlfaq book listing,
30305              rearrange perl.pod, regenerate perltoc.
30306              
30307              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
30308              was cast to an unsigned (32-bit) integer with wild abandon.
30309              
30310              winsock options weren't being set in all threads under ithreads
30311              (caused send()s from second and subsequent threads to fail)
30312              
30313              accept() leaks memory on windows due to incorrect ordering of
30314              closesocket() and fclose() calls
30315              
30316              Reorder perl.pod once more.
30317              
30318              More POSIX.pod tweaks.
30319              
30320              Sprinkle ldlibpath.
30321              
30322              Precedence goof, fix based on
30323              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
30324              From: Hugo <hv@crypt.compulink.co.uk>
30325              Date: Tue, 11 Jul 2000 12:52:38 +0100
30326              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
30327              
30328              Subject: PATCH perlguts.pod: Document D and d magic types
30329              From: mjd@plover.com
30330              Date: 5 Jul 2000 18:01:51 -0000
30331              Message-ID: <20000705180151.29413.qmail@plover.com>
30332              
30333              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
30334              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
30335              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
30336              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
30337              
30338              Subject: [PATCH cfgperl] $& segfaults if you trick it
30339              From: simon@brecon.co.uk (Simon Cozens)
30340              Date: 7 Jul 2000 11:26:09 GMT
30341              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
30342              
30343              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
30344              From: Hugo <hv@crypt.compulink.co.uk>
30345              Date: Tue, 11 Jul 2000 12:44:50 +0100
30346              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
30347              
30348              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
30349              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30350              Date: Tue, 11 Jul 2000 13:50:51 +0100
30351              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
30352      Branch: maint-5.6/perl
30353           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
30354           +> pod/buildtoc.PL
30355            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
30356           !> (integrate 26 files)
30357 ____________________________________________________________________________
30358 [  7771] By: gsar                                  on 2000/11/20  12:31:42
30359         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
30360              6310,6311,6314
30361              
30362              Subject: [PATCH bleedperl] File::Spec 0.82 beta
30363              From: Barrie Slaymaker <barries@jester.slaysys.com>
30364              Date: Wed, 28 Jun 2000 11:35:29 -0400
30365              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
30366              
30367              tweak perlembed for multiplicity/usethreads sanity; correct notes
30368              about Windows
30369              
30370              localize %INC in a Safe compartment so that use/require work
30371              (many other magic globals probably need similar treatment)
30372              
30373              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
30374              when @_ is modified, causing coredumps
30375              
30376              slurp mode fix in change#4736 still not quite right
30377              
30378              Point to perlipc for more SysV IPC examples.
30379              
30380              Elaborate POSIX.pod.  Still needs work.
30381              
30382              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
30383              
30384              fix large memory leak that has been around for ever, masked by
30385              -DPURIFY (most of the arenas were never freed!)
30386              
30387              fix memory leak on Windows (PL_sys_intern contents were never
30388              freed)
30389              
30390              PERL_OBJECT build tweak
30391              
30392              adjust change#6299
30393              
30394              remove rel2abs prototypes (from Barrie Slaymaker)
30395              
30396              missing perldiag entry for unpack("w",...) diagnostic (from
30397              Andreas Koenig)
30398              
30399              better diagnostic on Frob->stuff() when Frob:: doesn't exist
30400              (from Richard Soderberg <rs@oregonnet.com>)
30401              
30402              Win32 patches for cfgperl from Sarathy.
30403              
30404              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
30405              
30406              More POSIX.pod embellishment.
30407              
30408              tyop in change#6306
30409      Branch: maint-5.6/perl
30410           !> (integrate 44 files)
30411 ____________________________________________________________________________
30412 [  7770] By: gsar                                  on 2000/11/20  11:51:00
30413         Log: integrate changes#6268..6282 from cfgperl branch
30414              
30415              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
30416              From: Dominic Dunlop <domo@computer.org>
30417              Date: Thu, 29 Jun 2000 12:32:39 +0200
30418              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
30419              
30420              Regen headers for #6261 (and update embed.pl for this) and #6267,
30421              silence few compiler warnings.
30422              
30423              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
30424              From: Nicholas Clark <nick@talking.bollo.cx>
30425              Date: Fri, 23 Jun 2000 16:21:15 +0100
30426              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
30427              
30428              Subject: PATCH pod/perltie.pod
30429              From: Ian Phillipps <Ian.Phillipps@iname.com>
30430              Date: Fri, 16 Jun 2000 00:17:19 +0100
30431              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
30432              (only the first hunk, the second hunk had already been done
30433              by some other patch)
30434              
30435              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
30436              From: Tom Phoenix <rootbeer@redcat.com>
30437              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
30438              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
30439              
30440              Subject: [PATCH] xsub attributes
30441              From: Doug MacEachern <dougm@covalent.net>
30442              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
30443              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
30444              
30445              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
30446              From: Andy Dougherty <doughera@lafayette.edu>
30447              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
30448              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
30449              
30450              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
30451              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30452              Date: Tue, 13 Jun 2000 02:43:48 -0500
30453              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
30454              
30455              Subject: [PATCH] Re: eval documentation: context
30456              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30457              Date: Mon, 12 Jun 2000 15:07:29 +0100
30458              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
30459              
30460              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
30461              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30462              Date: Mon, 12 Jun 2000 14:55:59 +0100
30463              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
30464              
30465              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
30466              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
30467              Date: Fri, 09 Jun 2000 12:39:27 -0400
30468              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
30469              (plus update the version "number" of Text::Wrap)
30470              
30471              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
30472              From: Tim Ayers <tayers@bridge.com>
30473              Date: Thu, 08 Jun 2000 08:11:06 +0200
30474              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
30475              [resent by Richard Foley, Message-Id probably wrong]
30476              
30477              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
30478              From: rspier@pobox.com (Robert Spier)
30479              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
30480              Message-ID: <14654.31913.845602.610277@rls.cx>
30481              
30482              Subject: [PATCH 5.6.0] utils/h2xs.PL
30483              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30484              Date: Wed, 7 Jun 2000 04:02:04 -0500
30485              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
30486              
30487              Subject: [PATCH 5.6.0]ITHREADs for VMS
30488              From: Dan Sugalski <dan@sidhe.org>
30489              Date: Tue, 06 Jun 2000 11:59:50 -0400
30490              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
30491      Branch: maint-5.6/perl
30492           !> (integrate 31 files)
30493 ____________________________________________________________________________
30494 [  7769] By: gsar                                  on 2000/11/20  11:29:06
30495         Log: integrate changes#6261..6266 from cfgperl
30496              
30497              Subject: Re: [PATCH cfgperl] BOMs away!
30498              From: simon@brecon.co.uk (Simon Cozens)
30499              Date: 17 Jun 2000 11:49:57 GMT
30500              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
30501              
30502              Subject: 5.6.0 Patch for EPOC
30503              From: Olaf Flebbe <o.flebbe@gmx.de>
30504              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
30505              Message-ID: <23449.960929969@www11.gmx.net>
30506              
30507              tr fixes from Simon Cozens
30508              
30509              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
30510              From: Marty Lucich <marty@netcom.com>
30511              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
30512              Message-Id: <200006282116.OAA11148@netcom.com>
30513              ccdlflags update (the BSD/OS 4.1 part had already been taken
30514              care of by #6141).
30515              
30516              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
30517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30518              Date: Wed, 28 Jun 2000 17:50:12 -0700
30519              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
30520              
30521              Subject: [PATCH 5.6.0] cygwin port
30522              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
30523              From: "Fifer, Eric" <EFifer@sanwaint.com>
30524              Date: Thu, 29 Jun 2000 12:58:29 +0100
30525      Branch: maint-5.6/perl
30526           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
30527           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
30528           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30529           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
30530 ____________________________________________________________________________
30531 [  7768] By: gsar                                  on 2000/11/20  11:13:44
30532         Log: integrate changes#6252..6256,6259..6260
30533              
30534              Paranoia tweak on #6249.
30535              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
30536              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30537              Date: Sun, 25 Jun 2000 23:43:12 -0400
30538              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
30539              
30540              Subject: tr///, help wanted.
30541              From: simon@brecon.co.uk (Simon Cozens)
30542              Date: 28 Jun 2000 11:29:04 GMT
30543              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
30544              
30545              small thinko tweaks
30546              
30547              tweaks from Simon Conzes to further fix tr/// under utf8
30548              
30549              perlnewmod was missing from MANIFEST.
30550              
30551              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
30552              From: simon@brecon.co.uk (Simon Cozens)
30553              Date: 17 Jun 2000 11:56:44 GMT
30554              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
30555              pack U0, pack C0
30556      Branch: maint-5.6/perl
30557           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
30558           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
30559           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
30560           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
30561 ____________________________________________________________________________
30562 [  7767] By: gsar                                  on 2000/11/20  10:51:38
30563         Log: integrate change#6250 from cfgperl
30564              
30565              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
30566              From: Doug MacEachern <dougm@covalent.net>
30567              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
30568              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
30569      Branch: maint-5.6/perl
30570           +> t/op/my_stash.t
30571           !> MANIFEST embed.pl global.sym proto.h toke.c
30572 ____________________________________________________________________________
30573 [  7766] By: gsar                                  on 2000/11/20  10:48:34
30574         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
30575              
30576              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
30577              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30578              Date: Mon, 26 Jun 2000 18:40:14 +0100
30579              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
30580              
30581              Subject: [PATCH] bytes<->utf8 fixes
30582              From: simon@brecon.co.uk (Simon Cozens)
30583              Date: 26 Jun 2000 04:55:45 GMT
30584              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
30585              
30586              Subject: [PATCH] is_utf8_string
30587              From: simon@brecon.co.uk (Simon Cozens)
30588              Date: 26 Jun 2000 02:25:59 GMT
30589              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
30590              
30591              Subject: [PATCH] avoid mg_ptr in '*' magic
30592              From: Doug MacEachern <dougm@covalent.net>
30593              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
30594              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
30595              
30596              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
30597              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30598              Date: Sat, 24 Jun 2000 13:06:20 +0100
30599              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
30600              
30601              Allow for standalone testing.
30602              
30603              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
30604              From: Mark-Jason Dominus <mjd@plover.com>
30605              Date: Tue, 27 Jun 2000 22:36:42 -0400
30606              Message-ID: <20000628023642.12166.qmail@plover.com>
30607              
30608              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
30609              From: Frank Tobin <ftobin@uiuc.edu>
30610              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
30611              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
30612      Branch: maint-5.6/perl
30613           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
30614           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
30615           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
30616           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
30617           !> utf8.c utils/h2xs.PL
30618 ____________________________________________________________________________
30619 [  7765] By: gsar                                  on 2000/11/20  10:29:13
30620         Log: integrate change#6239 from cfgperl
30621              
30622              Configure maintenance.  Sever some dependency cycles,
30623              separate gccversion from the cc unit,
30624              address [ID 20000623.006] Configure script patch for using gcc on AIX
30625              (but solve it a little bit differently),
30626              unduplex some accidentally duplicated units,
30627              suggest using gcc if no cc available
30628              (p5p thread: "Solaris configure: counterproposal", 1999-09)
30629      Branch: maint-5.6/perl
30630           !> Configure Todo-5.6 config_h.SH
30631 ____________________________________________________________________________
30632 [  7764] By: gsar                                  on 2000/11/20  10:25:55
30633         Log: integrate changes#6233..6238 from cfgperl
30634              
30635              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
30636              From: Mark-Jason Dominus <mjd@plover.com>
30637              Date: Fri, 16 Jun 2000 20:53:04 -0400
30638              Message-ID: <20000617005304.8008.qmail@plover.com>
30639              
30640              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
30641              because when run as services (Win32ese for daemons)
30642              no environment variables are set and tmpdir ends up as /tmp,
30643              which is ambiguous.
30644              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
30645              From: matt@sergeant.org
30646              Date: 16 Jun 2000 16:30:43 -0000
30647              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
30648              
30649              The thread begun by
30650              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
30651              From: Kevin.Ruscoe@ubsw.com
30652              Date: Fri, 16 Jun 2000 16:38:51 +0100
30653              Message-Id: <H000019b03c300d6@MHS>
30654              
30655              Tweak embed.pl, regen headers.
30656              
30657              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
30658              From: Dan Sugalski <dan@sidhe.org>
30659              Date: Fri, 23 Jun 2000 17:00:00 -0400
30660              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
30661      Branch: maint-5.6/perl
30662           !> (integrate 27 files)
30663 ____________________________________________________________________________
30664 [  7763] By: gsar                                  on 2000/11/20  10:08:08
30665         Log: s/perl56delta/perldelta/g
30666      Branch: maint-5.6/perl
30667            ! pod/Makefile
30668 ____________________________________________________________________________
30669 [  7762] By: gsar                                  on 2000/11/20  10:04:00
30670         Log: integrate changes#6225,6229,6231,6232 from cfgperl
30671              
30672              Add source code filenames to apidoc.
30673              From: simon@brecon.co.uk (Simon Cozens)
30674              Subject: [PATCH embed.pl] Source X-ref
30675              Date: 22 Jun 2000 02:18:49 GMT
30676              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
30677              
30678              Subject: README.hpux version 0.6.1
30679              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
30680              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30681              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
30682              
30683              Subject: [PATCH 5.6.0] cygwin port
30684              From: "Fifer, Eric" <EFifer@sanwaint.com>
30685              Date: Tue, 20 Jun 2000 14:30:58 +0100
30686              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
30687              
30688              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
30689              From: simon@brecon.co.uk (Simon Cozens)
30690              Date: 19 Jun 2000 15:18:27 GMT
30691              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
30692              
30693              plus update pod/Makefile and regenerate perltoc
30694      Branch: maint-5.6/perl
30695           +> pod/perlutil.pod
30696           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
30697           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
30698 ____________________________________________________________________________
30699 [  7761] By: jhi                                   on 2000/11/20  04:09:55
30700         Log: Miraculous typo.
30701      Branch: perl
30702            ! t/op/pat.t
30703 ____________________________________________________________________________
30704 [  7760] By: jhi                                   on 2000/11/20  04:06:08
30705         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
30706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30707              Date: Sun, 19 Nov 2000 22:30:26 -0500
30708              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
30709      Branch: perl
30710            ! regexec.c scope.h t/op/pat.t
30711 ____________________________________________________________________________
30712 [  7759] By: jhi                                   on 2000/11/20  02:05:22
30713         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
30714      Branch: perl
30715            ! perl.h
30716 ____________________________________________________________________________
30717 [  7758] By: jhi                                   on 2000/11/20  01:58:11
30718         Log: Subject: [perl 7711: EPOC] updates
30719              From: Olaf Flebbe <o.flebbe@gmx.de>
30720              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
30721              Message-ID: <25575.974658810@www23.gmx.net>               
30722      Branch: perl
30723            + lib/File/Spec/Epoc.pm
30724            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
30725            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
30726            ! lib/File/Spec.pm perl.c sv.c
30727 ____________________________________________________________________________
30728 [  7757] By: jhi                                   on 2000/11/20  01:53:11
30729         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
30730      Branch: perl
30731            ! MANIFEST
30732 ____________________________________________________________________________
30733 [  7756] By: jhi                                   on 2000/11/20  01:47:22
30734         Log: Integrate perlio.
30735      Branch: perl
30736            - ext/re/hints/MSWin32.pl
30737           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
30738           !> win32/config.gc win32/config_H.gc win32/win32sck.c
30739 ____________________________________________________________________________
30740 [  7755] By: nick                                  on 2000/11/19  20:57:17
30741         Log: Add dummy crlf layer (just as buffer)
30742              Correct 1st bug - one layer of indirection.
30743      Branch: perlio
30744            ! perlio.c perlio.h perliol.h
30745 ____________________________________________________________________________
30746 [  7754] By: nick                                  on 2000/11/19  20:56:12
30747         Log: Work-round to Perl_deb_nocontext is no longer required
30748      Branch: perlio
30749            - ext/re/hints/MSWin32.pl
30750 ____________________________________________________________________________
30751 [  7753] By: nick                                  on 2000/11/19  20:01:16
30752         Log: diff -se shows these as different
30753      Branch: perlio
30754            ! global.sym pod/perlapi.pod
30755 ____________________________________________________________________________
30756 [  7752] By: nick                                  on 2000/11/19  18:57:30
30757         Log: Configure GCC/Win32 build -Duseperlio
30758              Fix a couple of gross issues
30759              - double-include of ../deb.o in re.dll
30760              - win32sck.c needs PerlIO and FILE 
30761      Branch: perlio
30762            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
30763            ! win32/win32sck.c
30764 ____________________________________________________________________________
30765 [  7751] By: nick                                  on 2000/11/19  17:05:36
30766         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
30767      Branch: perlio
30768            ! perlio.c
30769 ____________________________________________________________________________
30770 [  7750] By: nick                                  on 2000/11/19  16:57:14
30771         Log: Missing aTHX_
30772      Branch: perlio
30773            ! sv.c
30774 ____________________________________________________________________________
30775 [  7749] By: jhi                                   on 2000/11/19  16:28:40
30776         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
30777              From: "Peter J. Farley III" <pjfarley@banet.net>
30778              Date: Sun, 19 Nov 2000 01:42:58 -0500
30779              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
30780      Branch: perl
30781            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
30782 ____________________________________________________________________________
30783 [  7748] By: jhi                                   on 2000/11/19  16:08:10
30784         Log: Subject: podlators 1.05 available        
30785              From: Russ Allbery <rra@stanford.edu>   
30786              Date: 18 Nov 2000 22:04:28 -0800
30787              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
30788      Branch: perl
30789            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
30790 ____________________________________________________________________________
30791 [  7747] By: nick                                  on 2000/11/19  11:19:39
30792         Log: Integrate mainline
30793      Branch: perlio
30794           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
30795           !> util.c
30796 ____________________________________________________________________________
30797 [  7746] By: jhi                                   on 2000/11/19  06:42:22
30798         Log: Make hex scanning warn on "\x{x}" and "\xx".
30799              "\x" and and hex("x") are still valid.
30800      Branch: perl
30801            ! util.c
30802 ____________________________________________________________________________
30803 [  7745] By: nick                                  on 2000/11/18  22:52:28
30804         Log: Integrate mainline
30805      Branch: perlio
30806           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
30807           !> perl.h perlio.c proto.h regcomp.c regcomp.h
30808 ____________________________________________________________________________
30809 [  7744] By: jhi                                   on 2000/11/18  22:50:28
30810         Log: Introduce Perl_utf8_length().  Use it.
30811      Branch: perl
30812            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
30813 ____________________________________________________________________________
30814 [  7743] By: jhi                                   on 2000/11/18  22:38:51
30815         Log: Compiler denit.
30816      Branch: perl
30817            ! perlio.c
30818 ____________________________________________________________________________
30819 [  7742] By: jhi                                   on 2000/11/18  20:33:05
30820         Log: Integrate perlio.
30821      Branch: perl
30822           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
30823           !> perlio.h pp_ctl.c pp_sys.c sv.c
30824 ____________________________________________________________________________
30825 [  7741] By: jhi                                   on 2000/11/18  20:31:27
30826         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
30827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30828              Date: Fri, 17 Nov 2000 20:35:11 -0500
30829              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
30830              
30831              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
30832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30833              Date: Fri, 17 Nov 2000 21:03:47 -0500
30834              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
30835              
30836              Plus a little bit of tweaking in pregcomp().
30837      Branch: perl
30838            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
30839 ____________________________________________________________________________
30840 [  7740] By: nick                                  on 2000/11/18  20:17:22
30841         Log: Lexical use open ... support:
30842              add ->cop_io to COP structure in cop.h.
30843              Make mg.c and gv.c associate it with ${^OPEN}.
30844              Make lib/open.pm set it.
30845              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
30846              manner similar to ->cop_warnings.
30847              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
30848              call new PerlIO_apply_layers().
30849              Declare latter in perlio.h and define in perlio.c
30850      Branch: perlio
30851            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
30852            ! perlio.h pp_ctl.c pp_sys.c sv.c
30853 ____________________________________________________________________________
30854 [  7739] By: jhi                                   on 2000/11/18  19:54:00
30855         Log: Integrate perlio.
30856      Branch: perl
30857           !> doio.c perlio.c pp.c
30858 ____________________________________________________________________________
30859 [  7738] By: jhi                                   on 2000/11/18  17:16:13
30860         Log: Subject: [PATCH 5.7.0] etags broken again
30861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30862              Date: Sat, 18 Nov 2000 02:41:36 -0500
30863              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
30864      Branch: perl
30865            ! emacs/ptags
30866 ____________________________________________________________________________
30867 [  7737] By: jhi                                   on 2000/11/18  17:12:18
30868         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
30869      Branch: perl
30870            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30871 ____________________________________________________________________________
30872 [  7736] By: nick                                  on 2000/11/18  14:06:20
30873         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
30874              part to be isolated.
30875      Branch: perlio
30876            ! doio.c perlio.c
30877 ____________________________________________________________________________
30878 [  7735] By: nick                                  on 2000/11/18  11:03:32
30879         Log: Integrate mainline
30880      Branch: perlio
30881           !> Changes README.amiga README.win32 patchlevel.h
30882           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
30883 ____________________________________________________________________________
30884 [  7734] By: jhi                                   on 2000/11/18  01:18:56
30885         Log: Update Changes.
30886      Branch: perl
30887            ! Changes patchlevel.h
30888 ____________________________________________________________________________
30889 [  7733] By: jhi                                   on 2000/11/18  00:32:54
30890         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
30891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30892              Date: Fri, 17 Nov 2000 17:28:02 -0500
30893              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
30894      Branch: perl
30895            ! regcomp.c regexec.c t/op/re_tests
30896 ____________________________________________________________________________
30897 [  7732] By: jhi                                   on 2000/11/18  00:28:56
30898         Log: Sparc 64-bit pack() fix from Jens Hamisch.
30899      Branch: perl
30900            ! pp.c
30901 ____________________________________________________________________________
30902 [  7731] By: jhi                                   on 2000/11/18  00:18:39
30903         Log: Explain in more detail the {} syntax ambiguousity.
30904              
30905              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
30906              From: Nicholas Clark <nick@ccl4.org>
30907              Date: Fri, 17 Nov 2000 22:10:28 +0000
30908              Message-ID: <20001117221028.A88930@plum.flirble.org>
30909      Branch: perl
30910            ! pod/perlfunc.pod
30911 ____________________________________________________________________________
30912 [  7730] By: jhi                                   on 2000/11/18  00:12:18
30913         Log: Subject: Fix for README.amiga (20000323.033)
30914              From: "Stephen P. Potter" <spp@spotter.yi.org>
30915              Date: Fri, 17 Nov 2000 12:25:51 -0500
30916              Message-Id: <200011171725.MAA05768@spotter.yi.org>
30917      Branch: perl
30918            ! README.amiga
30919 ____________________________________________________________________________
30920 [  7729] By: jhi                                   on 2000/11/18  00:08:34
30921         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
30922              From: "A. C. Yardley" <yardley@tanet.net>
30923              Date: Mon, 3 Apr 2000 11:35:33 -0700
30924              Message-ID: <3483.000403@tanet.net>
30925      Branch: perl
30926            ! README.win32
30927 ____________________________________________________________________________
30928 [  7728] By: nick                                  on 2000/11/17  21:59:47
30929         Log: Integrate mainline
30930      Branch: perlio
30931           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
30932           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
30933           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
30934           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
30935 ____________________________________________________________________________
30936 [  7727] By: nick                                  on 2000/11/17  21:56:31
30937         Log: Experiment on use of attributes.pm interface.
30938              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
30939              SVt_PVRV if not already something better (else vivify of say magic gets
30940              core dump).
30941      Branch: perlio
30942            ! perlio.c pp.c
30943 ____________________________________________________________________________
30944 [  7726] By: jhi                                   on 2000/11/17  14:15:49
30945         Log: Subject: Fix for 20000815.006
30946              From: "Stephen P. Potter" <spp@spotter.yi.org>
30947              Date: Fri, 17 Nov 2000 08:57:45 -0500
30948              Message-Id: <200011171357.IAA05122@spotter.yi.org>
30949              
30950              It's really 20000518.006.
30951      Branch: perl
30952            ! pod/perlmodlib.PL
30953 ____________________________________________________________________________
30954 [  7725] By: jhi                                   on 2000/11/17  14:12:31
30955         Log: Subject: Fix for 20000409.001
30956              From: "Stephen P. Potter" <spp@spotter.yi.org>
30957              Date: Fri, 17 Nov 2000 08:55:45 -0500
30958              Message-Id: <200011171355.IAA05104@spotter.yi.org>
30959      Branch: perl
30960            ! pod/perlfaq9.pod
30961 ____________________________________________________________________________
30962 [  7724] By: jhi                                   on 2000/11/17  14:08:58
30963         Log: Undo #7627 now that we have =head3.
30964      Branch: perl
30965            ! pod/perlhack.pod
30966 ____________________________________________________________________________
30967 [  7723] By: jhi                                   on 2000/11/17  14:04:09
30968         Log: As surmised the #7719 wasn't a good move.
30969      Branch: perl
30970            ! hints/solaris_2.sh
30971 ____________________________________________________________________________
30972 [  7722] By: jhi                                   on 2000/11/17  13:59:04
30973         Log: Also the 64bitall hints can be either here or there.
30974      Branch: perl
30975            ! hints/solaris_2.sh
30976 ____________________________________________________________________________
30977 [  7721] By: jhi                                   on 2000/11/17  02:26:23
30978         Log: Test tweak for the open pragma.
30979      Branch: perl
30980            ! t/lib/b.t
30981 ____________________________________________________________________________
30982 [  7720] By: jhi                                   on 2000/11/17  00:23:22
30983         Log: The long double hints can be here or there.
30984      Branch: perl
30985            ! hints/solaris_2.sh
30986 ____________________________________________________________________________
30987 [  7719] By: jhi                                   on 2000/11/17  00:14:06
30988         Log: For Solaris use64bitall the stdchar needs a little bit of help.
30989      Branch: perl
30990            ! hints/solaris_2.sh
30991 ____________________________________________________________________________
30992 [  7718] By: jhi                                   on 2000/11/16  23:27:34
30993         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
30994              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30995              Date: Wed, 15 Nov 2000 08:56:32 +0100
30996              Message-ID: <3A1241B0.64477E00@alcatel.at>
30997      Branch: perl
30998            ! lib/Carp/Heavy.pm
30999 ____________________________________________________________________________
31000 [  7717] By: jhi                                   on 2000/11/16  23:23:29
31001         Log: Subject: [PATCH] Re: 20001101.003 PDL
31002              From: Nicholas Clark <nick@ccl4.org>
31003              Date: Thu, 16 Nov 2000 16:48:25 +0000
31004              Message-ID: <20001116164825.B93487@plum.flirble.org>
31005      Branch: perl
31006            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
31007 ____________________________________________________________________________
31008 [  7716] By: jhi                                   on 2000/11/16  23:21:31
31009         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
31010              From: "Casey R. Tweten" <crt@kiski.net>
31011              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
31012              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
31013      Branch: perl
31014            ! lib/Pod/Checker.pm pod/perlpod.pod
31015 ____________________________________________________________________________
31016 [  7715] By: jhi                                   on 2000/11/16  23:19:40
31017         Log: Avoid an infinite loop in VMS when utils scripts are run
31018              with no arguments, from Charles Lane.
31019      Branch: perl
31020            ! configure.com
31021 ____________________________________________________________________________
31022 [  7714] By: jhi                                   on 2000/11/16  23:17:08
31023         Log: Subject: perllocale.pod changes
31024              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31025              Date: Mon, 13 Nov 2000 10:09:22 +0300
31026              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
31027      Branch: perl
31028            ! pod/perllocale.pod
31029 ____________________________________________________________________________
31030 [  7713] By: jhi                                   on 2000/11/16  23:14:06
31031         Log: Integrate perlio.
31032      Branch: perl
31033           !> doio.c perlio.c perlio.h util.c
31034 ____________________________________________________________________________
31035 [  7712] By: nick                                  on 2000/11/16  21:10:58
31036         Log: Integrate mainline
31037      Branch: perlio
31038           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31039           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31040           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
31041           !> vos/config.ga.def vos/config.ga.h win32/config.bc
31042           !> win32/config.gc win32/config.vc
31043 ____________________________________________________________________________
31044 [  7711] By: nick                                  on 2000/11/16  19:56:41
31045         Log: Minor tweaks:
31046              consistent way of getting 'rb', 'wb' etc. for binary opens
31047              move *perlio::layers to *open::layers
31048              a #define to show layers available
31049              DOSISH popen/PerlIO had export/import sense inverted.
31050      Branch: perlio
31051            ! doio.c perlio.c perlio.h util.c
31052 ____________________________________________________________________________
31053 [  7710] By: jhi                                   on 2000/11/16  15:46:05
31054         Log: Add HAS_SBRK_PROTO.
31055      Branch: metaconfig/U/perl
31056            + d_sbrkproto.U
31057      Branch: perl
31058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31059            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
31060            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31061            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31062            ! win32/config.gc win32/config.vc
31063 ____________________________________________________________________________
31064 [  7709] By: nick                                  on 2000/11/16  07:31:49
31065         Log: Integrate mainline
31066      Branch: perlio
31067           !> (integrate 35 files)
31068 ____________________________________________________________________________
31069 [  7708] By: jhi                                   on 2000/11/16  05:33:03
31070         Log: These files are text, not binary.
31071      Branch: perl
31072            ! ext/Encode/Encode/iso8859-10.enc
31073            ! ext/Encode/Encode/iso8859-13.enc
31074            ! ext/Encode/Encode/iso8859-14.enc
31075            ! ext/Encode/Encode/iso8859-15.enc
31076 ____________________________________________________________________________
31077 [  7707] By: jhi                                   on 2000/11/16  01:53:37
31078         Log: Update Changes.
31079      Branch: perl
31080            ! Changes patchlevel.h
31081 ____________________________________________________________________________
31082 [  7706] By: jhi                                   on 2000/11/16  01:35:59
31083         Log: More #undefing of stdio.
31084      Branch: perl
31085            ! fakesdio.h nostdio.h
31086 ____________________________________________________________________________
31087 [  7705] By: jhi                                   on 2000/11/16  01:34:18
31088         Log: Add fwalk() probe to the configuration files and regen perltoc.
31089      Branch: perl
31090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31091            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
31092            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
31093            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31094            ! win32/config.bc win32/config.gc win32/config.vc
31095 ____________________________________________________________________________
31096 [  7704] By: jhi                                   on 2000/11/16  01:33:07
31097         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
31098              an optional third argument to Inlibc?)
31099      Branch: metaconfig/U/perl
31100            + d__fwalk.U
31101 ____________________________________________________________________________
31102 [  7703] By: jhi                                   on 2000/11/16  01:09:22
31103         Log: The type of the hash_cb() size argument is tricky.
31104      Branch: perl
31105            ! ext/DB_File/DB_File.xs
31106 ____________________________________________________________________________
31107 [  7702] By: jhi                                   on 2000/11/15  23:01:16
31108         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
31109      Branch: perl
31110            ! nostdio.h
31111 ____________________________________________________________________________
31112 [  7701] By: jhi                                   on 2000/11/15  22:52:32
31113         Log: Detypo.
31114      Branch: perl
31115            ! t/lib/bigfltpm.t
31116 ____________________________________________________________________________
31117 [  7700] By: jhi                                   on 2000/11/15  22:51:56
31118         Log: UINT64_C() work continues.
31119      Branch: perl
31120            ! handy.h perl.h utf8.h
31121 ____________________________________________________________________________
31122 [  7699] By: jhi                                   on 2000/11/15  14:13:04
31123         Log: SOCKS has its own USE_THREADS, based on
31124              
31125              Subject: [ID 20001114.002] et. al. bugfix followup
31126              From: Jens Hamisch <jens@Strawberry.COM> 
31127              Date: Wed, 15 Nov 2000 14:23:11 +0100
31128              Message-ID: <20001115142311.A21164@Strawberry.COM>
31129      Branch: perl
31130            ! perl.h
31131 ____________________________________________________________________________
31132 [  7698] By: jhi                                   on 2000/11/15  03:50:56
31133         Log: Add few missing #undefs and sort them.
31134      Branch: perl
31135            ! fakesdio.h
31136 ____________________________________________________________________________
31137 [  7697] By: jhi                                   on 2000/11/15  03:39:14
31138         Log: Linenumber fix.
31139      Branch: perl
31140            ! t/pragma/warn/utf8
31141 ____________________________________________________________________________
31142 [  7696] By: jhi                                   on 2000/11/15  02:55:26
31143         Log: EBCDIC tweaks.
31144              
31145              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
31146              From: Peter Prymmer <pvhp@forte.com>
31147              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
31148              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
31149      Branch: perl
31150            ! t/op/regmesg.t t/pragma/warn/utf8
31151 ____________________________________________________________________________
31152 [  7695] By: jhi                                   on 2000/11/15  02:53:58
31153         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
31154              From: Peter Prymmer <pvhp@forte.com>
31155              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
31156              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
31157      Branch: perl
31158            ! utf8.c
31159 ____________________________________________________________________________
31160 [  7694] By: jhi                                   on 2000/11/15  02:50:55
31161         Log: Subject: [PATCH: perl@7674] updates to README.os390
31162              From: Prymmer/Kahn <pvhp@best.com>
31163              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
31164              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
31165      Branch: perl
31166            ! README.os390
31167 ____________________________________________________________________________
31168 [  7693] By: jhi                                   on 2000/11/15  02:48:37
31169         Log: Quit utf8_to_uv() instantly if curlen == 0.
31170      Branch: perl
31171            ! utf8.c
31172 ____________________________________________________________________________
31173 [  7692] By: jhi                                   on 2000/11/15  02:24:29
31174         Log: Use u_int32_t for the size of hash_cb(), not size_t.
31175              
31176              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
31177              From: Jens Hamisch <jens@Strawberry.COM>     
31178              Date: Tue, 14 Nov 2000 19:03:55 +0100
31179              Message-Id: <20001114190355.A20559@Strawberry.COM>
31180      Branch: perl
31181            ! ext/DB_File/DB_File.xs
31182 ____________________________________________________________________________
31183 [  7691] By: jhi                                   on 2000/11/15  02:20:12
31184         Log: Use UINT64_C().
31185              
31186              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
31187              From: Jens Hamisch <jens@Strawberry.COM>
31188              Date: Tue, 14 Nov 2000 19:16:23 +0100
31189              Message-Id: <20001114191623.G20559@Strawberry.COM>
31190      Branch: perl
31191            ! utf8.c utf8.h
31192 ____________________________________________________________________________
31193 [  7690] By: jhi                                   on 2000/11/15  02:17:06
31194         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
31195              (a macro to define signed and unsigned integer constants).
31196      Branch: perl
31197            ! handy.h
31198 ____________________________________________________________________________
31199 [  7689] By: jhi                                   on 2000/11/15  01:56:51
31200         Log: Regen Configure.
31201      Branch: perl
31202            ! Configure
31203 ____________________________________________________________________________
31204 [  7688] By: jhi                                   on 2000/11/15  01:56:32
31205         Log: Make the unit know about SOCKS.
31206      Branch: metaconfig
31207            ! U/protos/socksizetype.U
31208 ____________________________________________________________________________
31209 [  7687] By: jhi                                   on 2000/11/15  01:54:47
31210         Log: Remove unused dependencies.
31211      Branch: metaconfig
31212            ! U/compline/d_getpagsz.U
31213 ____________________________________________________________________________
31214 [  7686] By: nick                                  on 2000/11/14  21:25:13
31215         Log: Integrate mainline.
31216      Branch: perlio
31217           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
31218           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
31219           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
31220           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
31221           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
31222           !> win32/config.bc win32/config.gc win32/config.vc
31223           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
31224 ____________________________________________________________________________
31225 [  7685] By: jhi                                   on 2000/11/14  17:54:56
31226         Log: Integrate perlio.
31227      Branch: perl
31228           +> fakesdio.h perliol.h
31229           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31230           !> perlsdio.h perlsfio.h pod/perlfunc.pod
31231 ____________________________________________________________________________
31232 [  7684] By: nick                                  on 2000/11/14  17:43:04
31233         Log: PerlIO #include and #ifdef re-work.
31234      Branch: perlio
31235            + fakesdio.h perliol.h
31236            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
31237            ! perlsdio.h perlsfio.h
31238 ____________________________________________________________________________
31239 [  7683] By: jhi                                   on 2000/11/14  15:42:40
31240         Log: Hoist the duplicated socket/netdb include logic to perl.h;
31241              undef SETERRNO in case SOCKS has defined it.  Based on:
31242              
31243              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
31244              From: Jens Hamisch <jens@Strawberry.COM> 
31245              Date: Tue, 14 Nov 2000 11:34:40 +0100
31246              Message-Id: <20001114113440.A20005@Strawberry.COM>
31247      Branch: perl
31248            ! doio.c perl.h pp_sys.c
31249 ____________________________________________________________________________
31250 [  7682] By: jhi                                   on 2000/11/14  14:07:28
31251         Log: Subject: some additions for makefiles for win32 (for perl@7674)
31252              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31253              Date: Tue, 14 Nov 2000 09:31:13 +0300
31254              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
31255      Branch: perl
31256            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
31257            ! win32/makefile.mk
31258 ____________________________________________________________________________
31259 [  7681] By: jhi                                   on 2000/11/14  14:01:41
31260         Log: Subject: tiny typo in perl5db.pl
31261              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31262              Date: Tue, 14 Nov 2000 09:29:28 +0300
31263              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
31264      Branch: perl
31265            ! lib/perl5db.pl
31266 ____________________________________________________________________________
31267 [  7680] By: jhi                                   on 2000/11/14  04:13:50
31268         Log: Redo #7679 with LFs instead of CRLFs.
31269      Branch: perl
31270            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
31271            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
31272            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31273 ____________________________________________________________________________
31274 [  7679] By: jhi                                   on 2000/11/14  01:21:09
31275         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
31276              From: Benjamin Stuhl <tiriath@yahoo.com> 
31277              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31278              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31279      Branch: perl
31280            + win32/bin/mdelete.bat
31281            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
31282            ! makedef.pl perlio.c win32/Makefile win32/config.gc
31283            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
31284 ____________________________________________________________________________
31285 [  7678] By: jhi                                   on 2000/11/14  01:19:20
31286         Log: Fix the re extension building for Win32.
31287              
31288              Subject: [PATCH perl@7638] Get PerlIO building on Win32
31289              From: Benjamin Stuhl <tiriath@yahoo.com> 
31290              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
31291              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
31292      Branch: perl
31293            + ext/re/hints/MSWin32.pl
31294            ! MANIFEST
31295 ____________________________________________________________________________
31296 [  7677] By: jhi                                   on 2000/11/14  01:13:54
31297         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
31298              From: sthoenna@efn.org
31299              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
31300              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
31301      Branch: perl
31302            ! doop.c pp.c toke.c utf8.c utf8.h
31303 ____________________________________________________________________________
31304 [  7676] By: jhi                                   on 2000/11/13  20:23:15
31305         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
31306              From: Nicholas Clark <nick@ccl4.org>
31307              Date: Mon, 13 Nov 2000 18:55:04 +0000
31308              Message-ID: <20001113185504.J29183@plum.flirble.org>
31309      Branch: perl
31310            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
31311 ____________________________________________________________________________
31312 [  7675] By: nick                                  on 2000/11/13  20:21:57
31313         Log: Integrate mainline ...
31314      Branch: perlio
31315           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
31316           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
31317           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
31318           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
31319 ____________________________________________________________________________
31320 [  7674] By: jhi                                   on 2000/11/13  15:07:56
31321         Log: Update Changes.
31322      Branch: perl
31323            ! Changes patchlevel.h
31324 ____________________________________________________________________________
31325 [  7673] By: jhi                                   on 2000/11/13  14:42:42
31326         Log: Remove the new two tests of lib/io_xs for now, they seem to
31327              fail under perlio on some platforms.
31328      Branch: perl
31329            ! t/lib/io_xs.t
31330 ____________________________________________________________________________
31331 [  7672] By: jhi                                   on 2000/11/13  13:57:53
31332         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
31333      Branch: perl
31334            ! perlio.c
31335 ____________________________________________________________________________
31336 [  7671] By: jhi                                   on 2000/11/13  05:30:48
31337         Log: Placate nervous compilers that see longer than ints switch()ing.
31338      Branch: perl
31339            ! utf8.c
31340 ____________________________________________________________________________
31341 [  7670] By: jhi                                   on 2000/11/13  05:14:21
31342         Log: fputs() does return EOF on error but here we don't care.
31343      Branch: perl
31344            ! perlio.c
31345 ____________________________________________________________________________
31346 [  7669] By: jhi                                   on 2000/11/13  05:02:45
31347         Log: Declare reg_data like reg_substr_data.
31348      Branch: perl
31349            ! regexp.h
31350 ____________________________________________________________________________
31351 [  7668] By: jhi                                   on 2000/11/13  04:54:34
31352         Log: Typos in #7667.
31353      Branch: perl
31354            ! perl.h
31355 ____________________________________________________________________________
31356 [  7667] By: jhi                                   on 2000/11/13  04:49:49
31357         Log: Cleanup messy #ifdef.
31358      Branch: perl
31359            ! perl.h
31360 ____________________________________________________________________________
31361 [  7666] By: jhi                                   on 2000/11/13  04:17:34
31362         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
31363              From: Nicholas Clark <nick@talking.bollo.cx>
31364              Date: Sun, 12 Nov 2000 21:14:11 +0000
31365              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
31366              
31367              Note: only one breakage of the two reported is fixed by this patch.
31368      Branch: perl
31369            ! perlio.c
31370 ____________________________________________________________________________
31371 [  7665] By: jhi                                   on 2000/11/13  04:05:07
31372         Log: Tweak the definition of the bit complement on UTF-8 data:
31373              if none of the characters in the string are > 0xff,
31374              the result is a complemented byte string, not a (UTF-8)
31375              char string.  Based on the summary in
31376              
31377              Subject: Re: [ID 20000918.005] ~ on wide chars
31378              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
31379              Date: Fri, 10 Nov 2000 09:47:15 -0800
31380              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
31381              
31382              This should give us the maximum backward (pre-char string)
31383              compatibility and utf8 compatibility.  The other alternative
31384              would be to limit the bit complement to be always byte only,
31385              taking the least significant byte of the chars.
31386      Branch: perl
31387            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
31388 ____________________________________________________________________________
31389 [  7664] By: jhi                                   on 2000/11/13  00:23:44
31390         Log: Couple of tests from #7660 salvaged.
31391      Branch: perl
31392            - t/op/tell.t
31393            ! MANIFEST t/io/tell.t
31394 ____________________________________________________________________________
31395 [  7663] By: jhi                                   on 2000/11/13  00:02:48
31396         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
31397              From: Nicholas Clark <nick@talking.bollo.cx>
31398              Date: Sun, 12 Nov 2000 21:23:43 +0000
31399              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
31400      Branch: perl
31401            ! perlsfio.h
31402 ____________________________________________________________________________
31403 [  7662] By: jhi                                   on 2000/11/13  00:01:39
31404         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
31405              From: Nicholas Clark <nick@talking.bollo.cx>
31406              Date: Sun, 12 Nov 2000 21:30:04 +0000
31407              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
31408      Branch: perl
31409            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
31410 ____________________________________________________________________________
31411 [  7661] By: jhi                                   on 2000/11/12  23:57:29
31412         Log: Document tell() on special streams.
31413      Branch: perl
31414            ! pod/perlfunc.pod
31415 ____________________________________________________________________________
31416 [  7660] By: jhi                                   on 2000/11/12  23:54:22
31417         Log: (Subsumed by #7664)
31418      Branch: perl
31419            + t/op/tell.t
31420            ! MANIFEST
31421 ____________________________________________________________________________
31422 [  7659] By: jhi                                   on 2000/11/12  22:55:25
31423         Log: Many subdocumented return values of the IO extension now documented.
31424              ungetc and write still left subdocumented.
31425              
31426              Subject: [PATCH] (was Re: IO::Handle::ungetc)
31427              From: Nicholas Clark <nick@talking.bollo.cx>
31428              Date: Sun, 12 Nov 2000 21:35:53 +0000
31429              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
31430      Branch: perl
31431            ! ext/IO/lib/IO/Handle.pm
31432 ____________________________________________________________________________
31433 [  7658] By: jhi                                   on 2000/11/12  21:37:06
31434         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
31435              From: Nicholas Clark <nick@talking.bollo.cx>
31436              Date: Sun, 12 Nov 2000 20:03:22 +0000
31437              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
31438      Branch: perl
31439            ! pod/perlfunc.pod
31440 ____________________________________________________________________________
31441 [  7657] By: jhi                                   on 2000/11/12  20:34:55
31442         Log: Integrate perlio.
31443      Branch: perl
31444           !> perlio.c
31445 ____________________________________________________________________________
31446 [  7656] By: nick                                  on 2000/11/12  19:25:06
31447         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
31448      Branch: perlio
31449            ! perlio.c
31450 ____________________________________________________________________________
31451 [  7655] By: nick                                  on 2000/11/12  19:09:41
31452         Log: Integrate mainline
31453      Branch: perlio
31454           +> README.solaris ext/Encode/Encode/cp1006.enc
31455           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
31456           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
31457           +> ext/Encode/Encode/iso8859-13.enc
31458           +> ext/Encode/Encode/iso8859-14.enc
31459           +> ext/Encode/Encode/iso8859-15.enc
31460           !> (integrate 34 files)
31461 ____________________________________________________________________________
31462 [  7654] By: jhi                                   on 2000/11/12  19:00:22
31463         Log: Add a metaconfig unit for fsync.
31464      Branch: metaconfig/U/perl
31465            + d_fsync.U
31466 ____________________________________________________________________________
31467 [  7653] By: jhi                                   on 2000/11/12  19:00:01
31468         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
31469      Branch: perl
31470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31471            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31472            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31473            ! vos/config.ga.h win32/config.bc win32/config.gc
31474            ! win32/config.vc
31475 ____________________________________________________________________________
31476 [  7652] By: jhi                                   on 2000/11/11  21:12:01
31477         Log: Copy the s// information of README.hpux also to the perlrun.
31478      Branch: perl
31479            ! README.hpux pod/perlrun.pod
31480 ____________________________________________________________________________
31481 [  7651] By: jhi                                   on 2000/11/11  21:03:13
31482         Log: More README.solaris updates from Andy Dougherty.
31483      Branch: perl
31484            ! README.solaris
31485 ____________________________________________________________________________
31486 [  7650] By: jhi                                   on 2000/11/11  18:38:57
31487         Log: More descriptive error for unknown perlio layers.
31488              
31489              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
31490              From: Dominic Dunlop <domo@computer.org> 
31491              Date: Sat, 11 Nov 2000 18:20:32 +0100             
31492              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
31493      Branch: perl
31494            ! perlio.c pod/perldiag.pod
31495 ____________________________________________________________________________
31496 [  7649] By: jhi                                   on 2000/11/11  18:37:52
31497         Log: MachTen doesn't really do mmap() and munmap().
31498              
31499              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
31500              From: Dominic Dunlop <domo@computer.org> 
31501              Date: Sat, 11 Nov 2000 18:20:32 +0100             
31502              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
31503      Branch: perl
31504            ! hints/machten.sh
31505 ____________________________________________________________________________
31506 [  7648] By: jhi                                   on 2000/11/11  18:36:46
31507         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
31508              From: rspier@pobox.com (Robert Spier)
31509              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
31510              Message-ID: <14861.32839.491271.985797@rls.cx>
31511      Branch: perl
31512            ! Porting/Contract pod/perltoot.pod
31513 ____________________________________________________________________________
31514 [  7647] By: jhi                                   on 2000/11/11  18:35:30
31515         Log: Simplify the getpagesize() unit by dropping the
31516              pagesize probe since it's nowadays slightly more
31517              complicated because of sysconf(). (Note: if some
31518              platform really needs the -lPW for getpagesize,
31519              I just broke it.)
31520              
31521              TODO: a new pagesize unit.
31522      Branch: metaconfig
31523            ! U/compline/d_getpagsz.U
31524 ____________________________________________________________________________
31525 [  7646] By: jhi                                   on 2000/11/11  18:33:23
31526         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
31527      Branch: perl
31528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31529            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31530            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31531            ! vos/config.ga.h win32/config.bc win32/config.gc
31532            ! win32/config.vc
31533 ____________________________________________________________________________
31534 [  7645] By: jhi                                   on 2000/11/11  16:45:15
31535         Log: Use sysconf() or getpagesize() to find out the pagesize.
31536      Branch: perl
31537            ! perlio.c
31538 ____________________________________________________________________________
31539 [  7644] By: jhi                                   on 2000/11/11  15:46:08
31540         Log: Integrate perlio.
31541      Branch: perl
31542           !> perlio.c
31543 ____________________________________________________________________________
31544 [  7643] By: jhi                                   on 2000/11/11  15:33:36
31545         Log: Subject: Re: [PATCH] README.solaris
31546              From: Lupe Christoph <lupe@lupe-christoph.de>
31547              Date: Sat, 11 Nov 2000 14:08:10 +0100
31548              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
31549      Branch: perl
31550            ! README.solaris
31551 ____________________________________________________________________________
31552 [  7642] By: jhi                                   on 2000/11/11  15:22:12
31553         Log: Subject: [PATCH perl@7638] cygwin port
31554              From: "Eric Fifer" <egf7@columbia.edu>            
31555              Date: Fri, 10 Nov 2000 19:30:30 -0000
31556              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
31557      Branch: perl
31558            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
31559 ____________________________________________________________________________
31560 [  7641] By: nick                                  on 2000/11/11  14:50:36
31561         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
31562              Also call "Buf" layer directly when unread'ing non-read chars.
31563      Branch: perlio
31564            ! perlio.c
31565 ____________________________________________________________________________
31566 [  7640] By: jhi                                   on 2000/11/11  02:05:02
31567         Log: Add more encoding tables.
31568      Branch: perl
31569            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
31570            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
31571            + ext/Encode/Encode/iso8859-10.enc
31572            + ext/Encode/Encode/iso8859-13.enc
31573            + ext/Encode/Encode/iso8859-14.enc
31574            + ext/Encode/Encode/iso8859-15.enc
31575            ! MANIFEST
31576 ____________________________________________________________________________
31577 [  7639] By: jhi                                   on 2000/11/10  18:49:25
31578         Log: Subject: [PATCH] README.solaris
31579              From: Andy Dougherty <doughera@lafayette.edu>
31580              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
31581              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
31582      Branch: perl
31583            + README.solaris
31584            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
31585            ! pod/perl.pod pod/perltoc.pod
31586 ____________________________________________________________________________
31587 [  7638] By: jhi                                   on 2000/11/10  15:04:15
31588         Log: Update Changes.
31589      Branch: perl
31590            ! Changes patchlevel.h
31591 ____________________________________________________________________________
31592 [  7637] By: jhi                                   on 2000/11/10  14:14:28
31593         Log: Explain better why certain regex tests are skipped.
31594              
31595              Subject: Re: tests skipped: unknown reason
31596              From: Lupe Christoph <lupe@lupe-christoph.de>
31597              Date: Fri, 10 Nov 2000 09:08:56 +0100
31598              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
31599      Branch: perl
31600            ! t/op/regexp.t
31601 ____________________________________________________________________________
31602 [  7636] By: nick                                  on 2000/11/10  13:40:00
31603         Log: Integrate mainline.
31604      Branch: perlio
31605           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
31606           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
31607           !> win32/bin/search.pl
31608 ____________________________________________________________________________
31609 [  7635] By: nick                                  on 2000/11/10  13:25:52
31610         Log: Re-instate stdio large file support via perlio.
31611      Branch: perl
31612            ! perlio.c
31613 ____________________________________________________________________________
31614 [  7634] By: jhi                                   on 2000/11/10  04:49:55
31615         Log: Amdahl UTS hints updates.
31616              
31617              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
31618              From: hom00@utsglobal.com (Harold O Morris)
31619              Date: Thu, 9 Nov 2000 20:02 PST
31620              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
31621      Branch: perl
31622            ! hints/uts.sh
31623 ____________________________________________________________________________
31624 [  7633] By: jhi                                   on 2000/11/09  23:33:28
31625         Log: Subject: [PATCH] IO::Seekable pod
31626              From: Nicholas Clark <nick@talking.bollo.cx>
31627              Date: Thu, 9 Nov 2000 20:29:45 +0000
31628              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
31629      Branch: perl
31630            ! ext/IO/lib/IO/Handle.pm
31631 ____________________________________________________________________________
31632 [  7632] By: jhi                                   on 2000/11/09  21:55:41
31633         Log: Various doc oddball characters.
31634              
31635              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
31636              From: Michael Somos <somos@grail.cba.csuohio.edu>
31637              Date: Mon, 6 Nov 2000 17:44:20 -0500
31638              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
31639      Branch: perl
31640            ! emacs/cperl-mode.el lib/unicode/syllables.txt
31641            ! win32/bin/search.pl
31642 ____________________________________________________________________________
31643 [  7631] By: jhi                                   on 2000/11/09  21:12:29
31644         Log: Subject: Re: bash -c exit and linux hints 
31645              From: "John P. Linderman" <jpl@research.att.com>
31646              Date: Thu, 02 Nov 2000 09:37:25 -0500
31647              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
31648      Branch: perl
31649            ! hints/linux.sh
31650 ____________________________________________________________________________
31651 [  7630] By: nick                                  on 2000/11/09  20:34:11
31652         Log: Integrate mainline.
31653      Branch: perlio
31654           !> (integrate 91 files)
31655 ____________________________________________________________________________
31656 [  7629] By: jhi                                   on 2000/11/09  19:46:31
31657         Log: Missing dTHXs.
31658              
31659              Subject: RE: perl@7595 builds not on cygwin
31660              From: "Eric Fifer" <egf7@columbia.edu>
31661              Date: Thu, 9 Nov 2000 19:26:50 -0000
31662              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
31663      Branch: perl
31664            ! ext/Devel/Peek/Peek.xs
31665 ____________________________________________________________________________
31666 [  7628] By: jhi                                   on 2000/11/09  14:48:27
31667         Log: Disable only the tests 99 and 166 for UTF-8 locales.
31668      Branch: perl
31669            ! t/pragma/locale.t
31670 ____________________________________________________________________________
31671 [  7627] By: jhi                                   on 2000/11/09  14:40:27
31672         Log: There's no =head3.
31673      Branch: perl
31674            ! pod/perlhack.pod
31675 ____________________________________________________________________________
31676 [  7626] By: jhi                                   on 2000/11/09  13:54:26
31677         Log: The generated boot_* headers are wrong.  Pickier compiler,
31678              such as KAI C++ will refuse to compile the resulting perlmain.
31679              
31680              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
31681              From: Harri Pasanen <harri.pasanen@trema.com>
31682              Date: Thu, 09 Nov 2000 14:23:28 +0100
31683              Message-Id: <3A0AA550.26D548A3@trema.com>
31684      Branch: perl
31685            ! minimod.pl
31686 ____________________________________________________________________________
31687 [  7625] By: jhi                                   on 2000/11/09  13:50:44
31688         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
31689              From: Prymmer/Kahn <pvhp@best.com>
31690              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
31691              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
31692              
31693              All except the "cow orker" change.
31694      Branch: perl
31695            ! Porting/pumpkin.pod
31696 ____________________________________________________________________________
31697 [  7624] By: jhi                                   on 2000/11/09  13:45:33
31698         Log: Fix for
31699              
31700              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
31701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31702              Date: Thu, 09 Nov 2000 11:05:52 +0100
31703              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
31704      Branch: perl
31705            ! pod/perldiag.pod t/pragma/warn/pp_sys
31706 ____________________________________________________________________________
31707 [  7623] By: jhi                                   on 2000/11/09  13:37:16
31708         Log: Typo in an ifndef.
31709              
31710              Subject: Re: [PATCH 5.7.0] better messages from malloc()
31711              From: Joe Smith <jms@inwap.com>         
31712              Date: Thu, 09 Nov 2000 01:33:14 -0800
31713              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
31714      Branch: perl
31715            ! malloc.c
31716 ____________________________________________________________________________
31717 [  7622] By: jhi                                   on 2000/11/09  13:31:18
31718         Log: Remove unused extra arguments.
31719      Branch: metaconfig/U/perl
31720            ! perlxv.U
31721      Branch: perl
31722            ! Configure config_h.SH
31723 ____________________________________________________________________________
31724 [  7621] By: jhi                                   on 2000/11/09  13:16:36
31725         Log: More VMS moves on environment handling, from Charles Lane.
31726      Branch: perl
31727            ! t/pragma/locale.t
31728 ____________________________________________________________________________
31729 [  7620] By: jhi                                   on 2000/11/09  04:42:38
31730         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
31731              From: David Dyck <dcd@tc.fluke.com>
31732              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
31733              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
31734      Branch: perl
31735            ! pp_sys.c
31736 ____________________________________________________________________________
31737 [  7619] By: jhi                                   on 2000/11/09  04:36:21
31738         Log: Forgot from #7618.
31739      Branch: perl
31740            ! lib/File/stat.pm
31741 ____________________________________________________________________________
31742 [  7618] By: jhi                                   on 2000/11/09  04:28:44
31743         Log: Make deleting for %ENV work for (newer versions of) VMS,
31744              from Craig A. Berry.
31745      Branch: perl
31746            ! vms/vms.c
31747 ____________________________________________________________________________
31748 [  7617] By: jhi                                   on 2000/11/09  04:25:05
31749         Log: Subject: [PATCH] Class::Struct at compile time
31750              From: "Casey R. Tweten" <crt@kiski.net>
31751              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
31752              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
31753      Branch: perl
31754            ! lib/Class/Struct.pm
31755 ____________________________________________________________________________
31756 [  7616] By: jhi                                   on 2000/11/09  04:15:17
31757         Log: Subject: [ID 20001108.013] spelling
31758              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
31759              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
31760              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
31761      Branch: perl
31762            ! lib/ftp.pl
31763 ____________________________________________________________________________
31764 [  7615] By: jhi                                   on 2000/11/09  04:12:42
31765         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
31766              From: Peter Prymmer <pvhp@forte.com>
31767              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
31768              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
31769      Branch: perl
31770            ! configure.com
31771 ____________________________________________________________________________
31772 [  7614] By: jhi                                   on 2000/11/08  22:42:55
31773         Log: A missing aTHX_.
31774      Branch: perl
31775            ! ext/IPC/SysV/SysV.xs
31776 ____________________________________________________________________________
31777 [  7613] By: jhi                                   on 2000/11/08  19:30:21
31778         Log: Update Changes.
31779      Branch: perl
31780            ! Changes patchlevel.h
31781 ____________________________________________________________________________
31782 [  7612] By: jhi                                   on 2000/11/08  18:35:25
31783         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
31784              From: David Dyck <dcd@tc.fluke.com>
31785              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
31786              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
31787      Branch: perl
31788            ! pp_sys.c
31789 ____________________________________________________________________________
31790 [  7611] By: jhi                                   on 2000/11/08  18:30:26
31791         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
31792              From: Dominic Dunlop <domo@computer.org>
31793              Date: Tue, 7 Nov 2000 12:05:25 +0100
31794              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
31795      Branch: perl
31796            ! malloc.c
31797 ____________________________________________________________________________
31798 [  7610] By: jhi                                   on 2000/11/08  18:25:14
31799         Log: Do not test UTF-8 locales since that the tests would require
31800              polymorphic regexen.
31801      Branch: perl
31802            ! t/pragma/locale.t
31803 ____________________________________________________________________________
31804 [  7609] By: jhi                                   on 2000/11/08  17:12:51
31805         Log: Locale buglets.
31806              
31807              Subject: RE: Locales support (setlocale) fixes
31808              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31809              Date: Wed, 8 Nov 2000 20:01:39 +0300
31810              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
31811      Branch: perl
31812            ! t/pragma/locale.t util.c
31813 ____________________________________________________________________________
31814 [  7608] By: jhi                                   on 2000/11/08  17:00:16
31815         Log: Deleting $ENV{PATH} in VMS is not recommendable.
31816      Branch: perl
31817            ! t/pragma/locale.t
31818 ____________________________________________________________________________
31819 [  7607] By: jhi                                   on 2000/11/08  16:58:26
31820         Log: Subject: PATCH std stdio for (Free)BSD
31821              From: Nicholas Clark <nick@ccl4.org>
31822              Date: Wed, 8 Nov 2000 15:36:29 +0000
31823              Message-ID: <20001108153629.D98736@plum.flirble.org>
31824      Branch: metaconfig
31825            ! U/compline/d_stdstdio.U
31826      Branch: perl
31827            ! Configure config_h.SH
31828 ____________________________________________________________________________
31829 [  7606] By: jhi                                   on 2000/11/08  16:43:31
31830         Log: Forgot to bump the line numbers in #7601.
31831      Branch: perl
31832            ! t/pragma/warn/pp_sys
31833 ____________________________________________________________________________
31834 [  7605] By: jhi                                   on 2000/11/08  16:39:12
31835         Log: More careful detection of how well NVs and UVs mix.
31836              
31837              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))
31838              From: Nicholas Clark <nick@ccl4.org>
31839              Date: Wed, 8 Nov 2000 15:14:12 +0000
31840              Message-ID: <20001108151412.B98736@plum.flirble.org>
31841              
31842              Added some SIGFPE paranoia.
31843      Branch: metaconfig/U/perl
31844            ! perlxv.U
31845      Branch: perl
31846            ! Configure config_h.SH
31847 ____________________________________________________________________________
31848 [  7604] By: jhi                                   on 2000/11/08  14:39:10
31849         Log: Subject: [patch perl@7595] VMS configure.com tweak
31850              From: "Craig A. Berry" <craigberry@mac.com>
31851              Date: Wed, 8 Nov 2000 00:24:12 -0600
31852              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
31853      Branch: perl
31854            ! configure.com
31855 ____________________________________________________________________________
31856 [  7603] By: jhi                                   on 2000/11/08  14:27:11
31857         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
31858              From: Robin Barker <rmb1@cise.npl.co.uk>
31859              Date: Wed, 8 Nov 2000 11:11:39 GMT
31860              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
31861      Branch: perl
31862            ! perlio.c
31863 ____________________________________________________________________________
31864 [  7602] By: jhi                                   on 2000/11/08  14:25:03
31865         Log: Fix for the tie-refhash string table leaks.
31866              
31867              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
31868              Date: Wed, 8 Nov 2000 13:03:04 GMT
31869              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
31870      Branch: perl
31871            ! t/lib/tie-refhash.t
31872 ____________________________________________________________________________
31873 [  7601] By: jhi                                   on 2000/11/08  14:21:08
31874         Log: Try to avoid flockless and emulationless places.
31875      Branch: perl
31876            ! t/pragma/warn/pp_sys
31877 ____________________________________________________________________________
31878 [  7600] By: jhi                                   on 2000/11/08  02:28:54
31879         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
31880              
31881              Subject: [PATCH] prototyped functions that should be overrideable
31882              From: "Casey R. Tweten" <crt@kiski.net>
31883              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
31884              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
31885      Branch: perl
31886            ! toke.c
31887 ____________________________________________________________________________
31888 [  7599] By: jhi                                   on 2000/11/08  01:12:05
31889         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
31890              
31891              Subject: [PATCH] perlbug.PL
31892              From: "Kurt D. Starsinic" <kstar@chapin.edu>
31893              Date: Mon, 6 Nov 2000 21:39:01 -0500
31894              Message-ID: <20001106213901.B20955@O2.chapin.edu>
31895      Branch: perl
31896            ! utils/perlbug.PL
31897 ____________________________________________________________________________
31898 [  7598] By: jhi                                   on 2000/11/07  23:42:00
31899         Log: Bad thinko in #7581 (I used the test program with the expanded
31900              values as-is).
31901      Branch: metaconfig
31902            ! U/compline/d_stdstdio.U
31903      Branch: perl
31904            ! Configure
31905 ____________________________________________________________________________
31906 [  7597] By: jhi                                   on 2000/11/07  21:43:29
31907         Log: Subject: [PATCH perl@7573] cygwin port
31908              From: "Fifer, Eric" <EFifer@sanwaint.com>
31909              Date: Tue, 7 Nov 2000 18:08:51 -0000 
31910              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
31911              
31912              Synchronize with Cygwin 1.1.5.
31913      Branch: perl
31914            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
31915            ! pod/perlport.pod unixish.h util.c
31916 ____________________________________________________________________________
31917 [  7596] By: jhi                                   on 2000/11/07  21:39:25
31918         Log: perlhack updates from H.Merijn Brand.
31919      Branch: perl
31920            ! pod/perlhack.pod
31921 ____________________________________________________________________________
31922 [  7595] By: jhi                                   on 2000/11/07  20:21:41
31923         Log: Update Changes.
31924      Branch: perl
31925            ! Changes patchlevel.h
31926 ____________________________________________________________________________
31927 [  7594] By: jhi                                   on 2000/11/07  19:18:58
31928         Log: Be more robust in Dynaloader.pm.
31929      Branch: perl
31930            ! ext/DynaLoader/DynaLoader_pm.PL
31931 ____________________________________________________________________________
31932 [  7593] By: jhi                                   on 2000/11/07  16:49:31
31933         Log: AUTHORS update.
31934      Branch: perl
31935            ! AUTHORS
31936 ____________________________________________________________________________
31937 [  7592] By: gsar                                  on 2000/11/07  16:39:51
31938         Log: normalize relative paths in virtualized current directory on windows,
31939              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
31940              returns)
31941      Branch: perl
31942            ! win32/vdir.h
31943 ____________________________________________________________________________
31944 [  7591] By: jhi                                   on 2000/11/07  16:04:26
31945         Log: Too profiler-happy: with optimization the #7590 actually makes
31946              the test to run 0.5% _slower_.  Requires much more instrumentation.
31947              Retract #7590.
31948      Branch: perl
31949            ! regcomp.c regcomp.h
31950 ____________________________________________________________________________
31951 [  7590] By: jhi                                   on 2000/11/07  15:51:13
31952         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
31953              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
31954              by using memset() and testing bytewise (as opposed to bitwise).
31955      Branch: perl
31956            ! regcomp.c regcomp.h
31957 ____________________________________________________________________________
31958 [  7589] By: jhi                                   on 2000/11/07  12:56:39
31959         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
31960              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31961              Date: Mon, 06 Nov 2000 23:45:30 -0500
31962              Message-Id: <0011079735.AA973576259@univpress.com>
31963      Branch: perl
31964            ! configure.com t/lib/st-lock.t
31965 ____________________________________________________________________________
31966 [  7588] By: jhi                                   on 2000/11/07  01:03:28
31967         Log: Tweak #7587.
31968      Branch: perl
31969            ! pod/perldiag.pod
31970 ____________________________________________________________________________
31971 [  7587] By: jhi                                   on 2000/11/07  01:00:27
31972         Log: A doc addition for bug id 20001105.019, beware \p.
31973      Branch: perl
31974            ! pod/perldiag.pod
31975 ____________________________________________________________________________
31976 [  7586] By: jhi                                   on 2000/11/07  00:32:22
31977         Log: Fake support of holey files in win/dosish platforms.
31978              
31979              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
31980              From: kipp@shonanblue.ne.jp
31981              Date: Mon, 6 Nov 2000 13:30:55 -0800
31982              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
31983      Branch: perl
31984            ! ext/SDBM_File/sdbm/sdbm.c
31985 ____________________________________________________________________________
31986 [  7585] By: jhi                                   on 2000/11/07  00:12:54
31987         Log: Subject: Pod updates
31988              From: "Stephen P. Potter" <spp@spotter.yi.org>
31989              Date: Mon, 06 Nov 2000 18:56:43 -0500
31990              Message-Id: <200011062357.SAA18173@spotter.yi.org>
31991      Branch: perl
31992            ! README.dos README.os2 README.win32 pod/buildtoc.PL
31993            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
31994            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
31995            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
31996            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
31997            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
31998            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
31999            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
32000            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32001            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
32002            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
32003            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
32004            ! pod/perltootc.pod pod/perlunicode.pod
32005 ____________________________________________________________________________
32006 [  7584] By: jhi                                   on 2000/11/07  00:04:17
32007         Log: Varargs don't always work too well if one puts an unsigned
32008              char on the stack and pop an unsigned quad off the stack.
32009              
32010              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
32011              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
32012              Date: Mon, 06 Nov 2000 15:19:05 -0800
32013              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
32014      Branch: perl
32015            ! utf8.c
32016 ____________________________________________________________________________
32017 [  7583] By: jhi                                   on 2000/11/06  23:58:48
32018         Log: %ENV note tweaks from Dan Sugalski.
32019      Branch: perl
32020            ! pod/perlport.pod vms/perlvms.pod
32021 ____________________________________________________________________________
32022 [  7582] By: jhi                                   on 2000/11/06  23:05:49
32023         Log: glibc5 detection by __GNU_LIBRARY__.
32024      Branch: perl
32025            ! toke.c
32026 ____________________________________________________________________________
32027 [  7581] By: jhi                                   on 2000/11/06  22:51:29
32028         Log: Make the stdio test program of 7427 less noisy while being 
32029              compiled so that Digital UNIX wouldn't get both
32030              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
32031              undefined.  This makes perlio happy.
32032      Branch: metaconfig
32033            ! U/compline/d_stdstdio.U
32034      Branch: perl
32035            ! Configure config_h.SH
32036 ____________________________________________________________________________
32037 [  7580] By: jhi                                   on 2000/11/06  22:41:41
32038         Log: Document %ENV = () portability issues.
32039      Branch: perl
32040            ! pod/perlport.pod vms/perlvms.pod
32041 ____________________________________________________________________________
32042 [  7579] By: jhi                                   on 2000/11/06  21:29:24
32043         Log: VOS updates from Paul Green.
32044      Branch: perl
32045            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32046 ____________________________________________________________________________
32047 [  7578] By: jhi                                   on 2000/11/06  21:00:40
32048         Log: Sanitize the environment further.
32049      Branch: perl
32050            ! t/pragma/locale.t
32051 ____________________________________________________________________________
32052 [  7577] By: jhi                                   on 2000/11/06  20:53:51
32053         Log: Re-introduce 7552 lost in integration.
32054      Branch: perl
32055            ! perlio.c
32056 ____________________________________________________________________________
32057 [  7576] By: jhi                                   on 2000/11/06  20:33:46
32058         Log: Admit that the test leaks scalars.
32059      Branch: perl
32060            ! t/comp/proto.t
32061 ____________________________________________________________________________
32062 [  7575] By: jhi                                   on 2000/11/06  20:17:08
32063         Log: Integrate perlio.
32064      Branch: perl
32065           !> perlio.c
32066 ____________________________________________________________________________
32067 [  7574] By: nick                                  on 2000/11/06  20:07:28
32068         Log: Remove debug. Try (Mmap_t) on madvise() call.
32069      Branch: perlio
32070            ! perlio.c
32071 ____________________________________________________________________________
32072 [  7573] By: jhi                                   on 2000/11/06  13:56:05
32073         Log: Update Changes.
32074      Branch: perl
32075            ! Changes patchlevel.h
32076 ____________________________________________________________________________
32077 [  7572] By: jhi                                   on 2000/11/06  13:48:41
32078         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
32079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32080              Date: Mon, 06 Nov 2000 10:11:42 +0100
32081              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
32082      Branch: perl
32083            ! pod/perlhack.pod
32084 ____________________________________________________________________________
32085 [  7571] By: jhi                                   on 2000/11/06  01:45:51
32086         Log: AUTHORS updates.
32087      Branch: perl
32088            ! AUTHORS
32089 ____________________________________________________________________________
32090 [  7570] By: jhi                                   on 2000/11/06  00:18:00
32091         Log: Fix for
32092              
32093              Subject: [ID 20000728.005] perl -P broken
32094              From: David Dyck <dcd@tc.fluke.com>
32095              Date: Fri, 28 Jul 2000 17:19:16 -0700
32096              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
32097              
32098              (hopefully).  The fix is also not complete, it seems to break
32099              BOM swallowing for libc5 systems, but until someone figures
32100              out a way to do this without ftell(), this will do.
32101      Branch: perl
32102            ! toke.c
32103 ____________________________________________________________________________
32104 [  7569] By: jhi                                   on 2000/11/06  00:05:30
32105         Log: Document that the evaled syntax errors cause scalar leaks.
32106      Branch: perl
32107            ! t/comp/proto.t
32108 ____________________________________________________________________________
32109 [  7568] By: jhi                                   on 2000/11/05  23:14:47
32110         Log: opmini.o can linger from Configures past.
32111      Branch: perl
32112            ! Makefile.SH
32113 ____________________________________________________________________________
32114 [  7567] By: jhi                                   on 2000/11/05  21:28:39
32115         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
32116              first argument correctly.
32117      Branch: perl
32118            ! perlio.c
32119 ____________________________________________________________________________
32120 [  7566] By: jhi                                   on 2000/11/05  21:15:56
32121         Log: Integrate perlio.
32122      Branch: perl
32123           !> perlio.c
32124 ____________________________________________________________________________
32125 [  7565] By: jhi                                   on 2000/11/05  21:15:13
32126         Log: Use -dM for gcc (the suggested patch did it only for Linux,
32127              but I think it can be generalized).
32128              
32129              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
32130              From: Pixel <pixel@mandrakesoft.com>
32131              Date: 05 Nov 2000 21:49:34 +0100 
32132              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
32133      Branch: perl
32134            ! ext/Errno/Errno_pm.PL
32135 ____________________________________________________________________________
32136 [  7564] By: nick                                  on 2000/11/05  21:09:18
32137         Log: Added a mmap layer as a "subclass" of perlio.
32138              PERLIO=mmap ./perl harness passes
32139      Branch: perlio
32140            ! perlio.c
32141 ____________________________________________________________________________
32142 [  7563] By: jhi                                   on 2000/11/05  19:48:55
32143         Log: Add a note for future generations about bug id 20000229.006.
32144      Branch: perl
32145            ! malloc.c
32146 ____________________________________________________________________________
32147 [  7562] By: jhi                                   on 2000/11/05  19:38:24
32148         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
32149      Branch: perl
32150            ! pp_ctl.c t/op/pos.t
32151 ____________________________________________________________________________
32152 [  7561] By: jhi                                   on 2000/11/05  18:21:46
32153         Log: Add =pod to be tidy.
32154      Branch: perl
32155            ! lib/Math/Complex.pm
32156 ____________________________________________________________________________
32157 [  7560] By: jhi                                   on 2000/11/05  17:38:46
32158         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
32159      Branch: perl
32160            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32161            ! ext/Storable/Storable.xs t/lib/st-recurse.t
32162 ____________________________________________________________________________
32163 [  7559] By: jhi                                   on 2000/11/05  17:32:59
32164         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
32165              From: "Peter J. Farley III" <pjfarley@banet.net>
32166              Date: Sun, 05 Nov 2000 11:55:59 -0500
32167              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
32168      Branch: perl
32169            ! t/lib/syslog.t
32170 ____________________________________________________________________________
32171 [  7558] By: jhi                                   on 2000/11/05  17:29:19
32172         Log: Integrate perlio.
32173      Branch: perl
32174           !> perlio.c
32175 ____________________________________________________________________________
32176 [  7557] By: jhi                                   on 2000/11/05  17:22:01
32177         Log: A fix of sorts for 20000329.026, a better error message
32178              for a missing "use charnames" when using the \N{...}. 
32179      Branch: perl
32180            ! pod/perldiag.pod toke.c
32181 ____________________________________________________________________________
32182 [  7556] By: jhi                                   on 2000/11/05  16:33:50
32183         Log: Test tweak: show also the failed locales.
32184              
32185              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
32186              From: Lupe Christoph <lupe@lupe-christoph.de>         
32187              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
32188              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
32189      Branch: perl
32190            ! t/pragma/locale.t
32191 ____________________________________________________________________________
32192 [  7555] By: nick                                  on 2000/11/05  11:09:34
32193         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
32194              open RDWR so does not fail. (pragma/warnings 303 again...)
32195      Branch: perlio
32196            ! perlio.c
32197 ____________________________________________________________________________
32198 [  7554] By: nick                                  on 2000/11/05  10:10:13
32199         Log: Fix case where ungetc(f,EOF) was allowed.
32200              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
32201              so we can see similarities.
32202              Use types more carefully and a STDCHAR array in hope that this will
32203              fix Jarrko's 64bit machine.
32204      Branch: perlio
32205            ! perlio.c
32206 ____________________________________________________________________________
32207 [  7553] By: jhi                                   on 2000/11/05  01:12:16
32208         Log: Fix for
32209              
32210              Subject: [ID 20001004.007] taint propogation is inconsistent
32211              From: pimlott@idiomtech.com (Andrew Pimlott) 
32212              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
32213              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
32214              
32215              The culprit was sv_setsv() which was rather blindly
32216              propagating taint, which lead to behaviour where if
32217              a tainted anon hash value was seen all the hash values
32218              from then on at that level became tainted, or at any
32219              upper levels in the case of nested anon hashes.
32220      Branch: perl
32221            ! sv.c t/op/taint.t
32222 ____________________________________________________________________________
32223 [  7552] By: jhi                                   on 2000/11/04  23:44:18
32224         Log: Some cpps don't like splitting conditionals across several lines.
32225      Branch: perl
32226            ! perlio.c
32227 ____________________________________________________________________________
32228 [  7551] By: nick                                  on 2000/11/04  23:40:44
32229         Log: Integrate mainline
32230      Branch: perlio
32231           !> pp_hot.c t/op/taint.t
32232 ____________________________________________________________________________
32233 [  7550] By: nick                                  on 2000/11/04  23:39:05
32234         Log: Integrate mainline again
32235      Branch: perlio
32236           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
32237           !> t/lib/b.t t/op/misc.t util.c
32238 ____________________________________________________________________________
32239 [  7549] By: jhi                                   on 2000/11/04  23:14:01
32240         Log: Fix for
32241              
32242              Subject: [ID 20001004.006] undef is never tainted
32243              From: pimlott@idiomtech.com (Andrew Pimlott)
32244              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
32245              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
32246              
32247              An undef read from a slurped file was not tainted.
32248      Branch: perl
32249            ! pp_hot.c t/op/taint.t
32250 ____________________________________________________________________________
32251 [  7548] By: jhi                                   on 2000/11/04  22:56:21
32252         Log: Test tweak ($Config{useperlio} is by default undef) .
32253      Branch: perl
32254            ! t/lib/b.t
32255 ____________________________________________________________________________
32256 [  7547] By: jhi                                   on 2000/11/04  22:43:56
32257         Log: Integrate perlio.
32258      Branch: perl
32259           +> lib/perlio.pm
32260           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
32261           !> pod/perlapi.pod t/lib/b.t
32262 ____________________________________________________________________________
32263 [  7546] By: jhi                                   on 2000/11/04  22:40:59
32264         Log: Configure would use a bad $myuname from an old config.sh.
32265              
32266              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
32267              From: Andy Dougherty <doughera@lafayette.edu>
32268              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
32269              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
32270      Branch: metaconfig
32271            ! U/modified/Oldconfig.U
32272      Branch: perl
32273            ! Configure config_h.SH
32274 ____________________________________________________________________________
32275 [  7545] By: jhi                                   on 2000/11/04  22:36:54
32276         Log: Subject: Locales support (setlocale) fixes
32277              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32278              Date: Sat, 4 Nov 2000 10:15:48 +0300 
32279              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
32280              
32281              Modified quite a bit to be more portable.
32282      Branch: perl
32283            ! embed.h embed.pl perl.h proto.h util.c
32284 ____________________________________________________________________________
32285 [  7544] By: jhi                                   on 2000/11/04  22:32:47
32286         Log: Dying is too strict here, better just skip.
32287      Branch: perl
32288            ! t/op/misc.t
32289 ____________________________________________________________________________
32290 [  7543] By: nick                                  on 2000/11/04  21:55:13
32291         Log: Merge mainline
32292      Branch: perlio
32293           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32294           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
32295           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
32296           !> (integrate 64 files)
32297 ____________________________________________________________________________
32298 [  7542] By: jhi                                   on 2000/11/04  21:09:28
32299         Log: More Changes tweakery.
32300      Branch: perl
32301            ! Changes Porting/genlog
32302 ____________________________________________________________________________
32303 [  7541] By: jhi                                   on 2000/11/04  20:58:18
32304         Log: Changes fixups.
32305      Branch: perl
32306            ! Changes
32307 ____________________________________________________________________________
32308 [  7540] By: jhi                                   on 2000/11/04  20:42:38
32309         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
32310              create a "fast path" for locale name probing using "locale -a"
32311              if available, squash finally hopefully the s?printf resetting
32312              the numeric locale (since, IIUC perllocale, it never shouldn't). 
32313      Branch: perl
32314            ! sv.c t/op/misc.t t/pragma/locale.t
32315 ____________________________________________________________________________
32316 [  7539] By: nick                                  on 2000/11/04  19:56:10
32317         Log: PerlIO infrastructure complete.
32318      Branch: perlio
32319            + lib/perlio.pm
32320            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
32321 ____________________________________________________________________________
32322 [  7538] By: nick                                  on 2000/11/04  14:31:32
32323         Log: Type tweaks + less contorted allocation scheme
32324      Branch: perlio
32325            ! perlio.c
32326 ____________________________________________________________________________
32327 [  7537] By: nick                                  on 2000/11/04  12:40:42
32328         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
32329              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
32330              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
32331              sensible) which lead to some interesting fails.
32332      Branch: perlio
32333            ! perlio.c
32334 ____________________________________________________________________________
32335 [  7536] By: jhi                                   on 2000/11/04  00:20:02
32336         Log: Add FCNTL_CAN_LOCK.
32337              
32338              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32339              From: Andy Dougherty <doughera@lafayette.edu>
32340              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
32341              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
32342              
32343              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
32344              From: Andy Dougherty <doughera@lafayette.edu>
32345              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
32346              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
32347      Branch: metaconfig/U/perl
32348            + d_fcntl_can_lock.U
32349            ! startperl.U
32350      Branch: perl
32351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32352            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
32353            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32354            ! vos/config.ga.h win32/config.bc win32/config.gc
32355            ! win32/config.vc
32356 ____________________________________________________________________________
32357 [  7535] By: nick                                  on 2000/11/03  22:19:10
32358         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
32359              - Works on Linux with
32360              perlio + unix
32361              stdio
32362              - Works on Solaris with
32363              perlio + unix
32364              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
32365              - Fails (hangs in openpid) if you try and stack
32366              perlio + stdio - Linux stdio's read() logic is hanging.
32367      Branch: perlio
32368            ! iperlsys.h perlio.c
32369 ____________________________________________________________________________
32370 [  7534] By: jhi                                   on 2000/11/03  15:16:02
32371         Log: Subject: Re: README.aix
32372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32373              Date: Fri, 03 Nov 2000 16:03:15 +0100
32374              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
32375      Branch: perl
32376            ! README.aix
32377 ____________________________________________________________________________
32378 [  7533] By: jhi                                   on 2000/11/03  03:59:02
32379         Log: Subject: [PATCH 5.7.0] better messages from malloc()
32380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32381              Date: Wed, 1 Nov 2000 23:39:56 -0500
32382              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
32383      Branch: perl
32384            ! malloc.c pod/perldiag.pod
32385 ____________________________________________________________________________
32386 [  7532] By: jhi                                   on 2000/11/03  00:11:56
32387         Log: The #7521 touched things it shouldn't have.
32388      Branch: perl
32389            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
32390 ____________________________________________________________________________
32391 [  7531] By: jhi                                   on 2000/11/02  22:32:33
32392         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
32393              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32394              Date:     Thu, 2 Nov 2000 16:58:36 EST
32395              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
32396      Branch: perl
32397            ! vms/gen_shrfls.pl
32398 ____________________________________________________________________________
32399 [  7530] By: jhi                                   on 2000/11/02  22:08:49
32400         Log: Fix the problem discussed in
32401              
32402              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
32403              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
32404              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
32405              
32406              originally from Linc Madison.  Also Andreas König's comments
32407              taken into account.  Some other problems with Tie::SubstrHash
32408              fixed: didn't croak when the table exceeded the requested number
32409              of entries (as documented) but instead when the number of entries
32410              exceeded the size of the table, a croak() had an unnecessary \n,
32411              didn't have a CLEAR method, documented that there is no exists().
32412              Didn't fix to be strict-proof because the module uses &foo; and
32413              dynamic scope.  Added a test script exercizing both first tamely 
32414              the basic functionality, and then the failure cases reported by
32415              Linc Madison.
32416      Branch: perl
32417            + t/lib/tie-substrhash.t
32418            ! MANIFEST lib/Tie/SubstrHash.pm
32419 ____________________________________________________________________________
32420 [  7529] By: jhi                                   on 2000/11/02  17:58:08
32421         Log: recv() can fail and return undef.
32422              
32423              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
32424              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
32425              Date: Thu, 2 Nov 2000 20:12:20 +0300
32426              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
32427      Branch: perl
32428            ! lib/Net/Ping.pm
32429 ____________________________________________________________________________
32430 [  7528] By: jhi                                   on 2000/11/02  17:49:09
32431         Log: Detpyo.
32432      Branch: perl
32433            ! pod/perlop.pod
32434 ____________________________________________________________________________
32435 [  7527] By: jhi                                   on 2000/11/02  15:48:37
32436         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
32437              fix a autovivification bug in Tie::RefHash, add tests for both.
32438              
32439              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
32440              From: Edward Avis <epa98@doc.ic.ac.uk>
32441              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
32442              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
32443      Branch: perl
32444            + t/lib/tie-refhash.t
32445            ! MANIFEST lib/Tie/RefHash.pm
32446 ____________________________________________________________________________
32447 [  7526] By: jhi                                   on 2000/11/02  13:56:26
32448         Log: Test::Harness revealed buglets in the new DynaLoader.
32449              
32450              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
32451              From: andreas.koenig@anima.de (Andreas J. Koenig)
32452              Date: 02 Nov 2000 11:26:48 +0100 
32453              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
32454      Branch: perl
32455            ! ext/DynaLoader/DynaLoader_pm.PL
32456 ____________________________________________________________________________
32457 [  7525] By: jhi                                   on 2000/11/01  23:52:08
32458         Log: The entry for #7503 was missing.
32459      Branch: perl
32460            ! Changes
32461 ____________________________________________________________________________
32462 [  7524] By: jhi                                   on 2000/11/01  23:40:52
32463         Log: Update Changes.
32464      Branch: perl
32465            ! Changes patchlevel.h
32466 ____________________________________________________________________________
32467 [  7523] By: jhi                                   on 2000/11/01  22:57:09
32468         Log: More tweaking on the #7522 theme.
32469      Branch: perl
32470            ! ext/DynaLoader/DynaLoader_pm.PL
32471 ____________________________________________________________________________
32472 [  7522] By: jhi                                   on 2000/11/01  22:06:15
32473         Log: Expand %Config variables and %ENV variables only if
32474              so requested during build time using the
32475              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
32476              Not expanding makes relocating distributions easier.
32477      Branch: perl
32478            ! ext/DynaLoader/DynaLoader_pm.PL
32479 ____________________________________________________________________________
32480 [  7521] By: jhi                                   on 2000/11/01  20:56:34
32481         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
32482              and setgid() because they were just changing $< and $( which means
32483              only changing the real uid/gid, as opposed to changing both
32484              real and effective ids.  (The alternative way could have been
32485              in POSIX.pm to change $> and $), too, but making a direct call
32486              to the C API feels cleaner.)  Fixes the bug
32487              
32488              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
32489              From: "Garry T. Williams" <garry@zvolve.com>
32490              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
32491              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
32492      Branch: perl
32493            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32494            ! ext/POSIX/typemap pod/perlvar.pod
32495 ____________________________________________________________________________
32496 [  7520] By: jhi                                   on 2000/11/01  20:08:33
32497         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
32498              From: "Garry T. Williams" <garry@zvolve.com>
32499              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
32500              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
32501      Branch: perl
32502            ! pod/perlsec.pod
32503 ____________________________________________________________________________
32504 [  7519] By: jhi                                   on 2000/11/01  20:01:22
32505         Log: Locale warning explanation tweak.
32506      Branch: perl
32507            ! pod/perldiag.pod
32508 ____________________________________________________________________________
32509 [  7518] By: jhi                                   on 2000/11/01  18:57:13
32510         Log: C.pm part of
32511              
32512              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
32513              From: Jarkko Hietaniemi <jhi@iki.fi>
32514              Date: Tue, 10 Oct 2000 08:22:28 -0500
32515              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
32516      Branch: perl
32517            ! ext/B/B/C.pm
32518 ____________________________________________________________________________
32519 [  7517] By: jhi                                   on 2000/11/01  18:41:59
32520         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
32521              From: Martien Verbruggen <mgjv@comdyn.com.au>
32522              Date: Fri, 6 Oct 2000 14:09:10 +1100
32523              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
32524      Branch: perl
32525            ! pod/perlop.pod
32526 ____________________________________________________________________________
32527 [  7516] By: jhi                                   on 2000/11/01  18:34:55
32528         Log: Generalize the Camel wording.
32529              
32530              Subject: Re: perlfaq style changes
32531              From: John Borwick <jhborwic@unity.ncsu.edu>
32532              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
32533              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
32534      Branch: perl
32535            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
32536 ____________________________________________________________________________
32537 [  7515] By: jhi                                   on 2000/11/01  16:52:31
32538         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
32539              From: pimlott@idiomtech.com (Andrew Pimlott)
32540              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
32541              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
32542      Branch: perl
32543            ! pod/perlsec.pod
32544 ____________________________________________________________________________
32545 [  7514] By: jhi                                   on 2000/11/01  15:03:40
32546         Log: More AIX lore.
32547      Branch: perl
32548            ! ext/re/hints/aix.pl
32549 ____________________________________________________________________________
32550 [  7513] By: jhi                                   on 2000/11/01  14:48:30
32551         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
32552              From: root <root@chronos.fi.muni.cz>
32553              Date: Wed, 1 Nov 2000 12:31:32 +0100
32554              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
32555      Branch: perl
32556            ! lib/Net/Ping.pm
32557 ____________________________________________________________________________
32558 [  7512] By: jhi                                   on 2000/11/01  14:46:47
32559         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
32560              From: Martin Husemann <martin@duskware.de>
32561              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
32562              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
32563      Branch: perl
32564            ! regcomp.c
32565 ____________________________________________________________________________
32566 [  7511] By: jhi                                   on 2000/11/01  14:39:50
32567         Log: AUTHORS updates.
32568      Branch: perl
32569            ! AUTHORS
32570 ____________________________________________________________________________
32571 [  7510] By: jhi                                   on 2000/11/01  14:29:50
32572         Log: Subject: [PATCH] startperl to respect versiononly
32573              From: Robin Barker <rmb1@cise.npl.co.uk> 
32574              Date: Tue, 31 Oct 2000 16:29:36 GMT
32575              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
32576      Branch: metaconfig/U/perl
32577            ! startperl.U
32578      Branch: perl
32579            ! Configure config_h.SH
32580 ____________________________________________________________________________
32581 [  7509] By: jhi                                   on 2000/11/01  14:19:53
32582         Log: printf UVs the correct way, noticed by Robin Barker.
32583      Branch: perl
32584            ! utf8.c
32585 ____________________________________________________________________________
32586 [  7508] By: jhi                                   on 2000/11/01  14:10:03
32587         Log: Do not cleanup *% because the % has special meanings in some
32588              shell environments.
32589      Branch: perl
32590            ! ext/Storable/Makefile.PL
32591 ____________________________________________________________________________
32592 [  7507] By: jhi                                   on 2000/11/01  14:06:00
32593         Log: The NonStop-UX libraries have a novel way to say NaN.
32594      Branch: perl
32595            ! t/lib/bigfltpm.t
32596 ____________________________________________________________________________
32597 [  7506] By: jhi                                   on 2000/11/01  14:03:35
32598         Log: The osname has been lowercased by now, from Tom Bates.
32599      Branch: metaconfig
32600            ! U/modified/Oldconfig.U
32601      Branch: perl
32602            ! Configure config_h.SH
32603 ____________________________________________________________________________
32604 [  7505] By: jhi                                   on 2000/10/31  19:18:39
32605         Log: The compiler is either gcc or cc, from Tom Bates.
32606      Branch: perl
32607            ! hints/nonstopux.sh
32608 ____________________________________________________________________________
32609 [  7504] By: jhi                                   on 2000/10/31  14:53:42
32610         Log: Update Changes.
32611      Branch: perl
32612            ! Changes patchlevel.h
32613 ____________________________________________________________________________
32614 [  7503] By: jhi                                   on 2000/10/31  14:30:50
32615         Log: Whitespace style tweak.  Was originally going to see to
32616              
32617              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
32618              From: Joe Smith <jms@inwap.com>
32619              Date: Mon, 30 Oct 2000 18:47:57 -0800
32620              Message-Id: <39FE32DD.24AAC4D@inwap.com>
32621              
32622              but that had already been taken care of.
32623      Branch: metaconfig
32624            ! U/compline/d_stdstdio.U
32625      Branch: perl
32626            ! Configure config_h.SH
32627 ____________________________________________________________________________
32628 [  7502] By: jhi                                   on 2000/10/31  14:25:02
32629         Log: AUTHORS tweaks.
32630      Branch: perl
32631            ! AUTHORS
32632 ____________________________________________________________________________
32633 [  7501] By: jhi                                   on 2000/10/31  14:23:59
32634         Log: Subject: perlfaq style changes
32635              From: John Borwick <jhborwic@unity.ncsu.edu>
32636              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
32637              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
32638      Branch: perl
32639            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
32640            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32641            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
32642            ! pod/perlfaq9.pod
32643 ____________________________________________________________________________
32644 [  7500] By: jhi                                   on 2000/10/31  14:22:15
32645         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
32646              
32647              Subject: Re: [ID 20000918.005] ~ on wide chars
32648              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32649              Date: Mon, 30 Oct 2000 21:09:55 -0800
32650              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
32651              
32652              (The ord() part of the patch skipped.)
32653      Branch: perl
32654            ! doop.c
32655 ____________________________________________________________________________
32656 [  7499] By: jhi                                   on 2000/10/31  14:20:08
32657         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
32658              From: Jens Hamisch <jens@Strawberry.COM>
32659              Date: Mon, 30 Oct 2000 15:17:07 +0100
32660              Message-Id: <20001030151707.A9597@Strawberry.COM>
32661      Branch: perl
32662            ! av.c
32663 ____________________________________________________________________________
32664 [  7498] By: jhi                                   on 2000/10/31  14:16:29
32665         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
32666              From: Peter Prymmer <pvhp@forte.com>
32667              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
32668              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
32669      Branch: perl
32670            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32671            + ext/Encode/Encode/posix-bc.enc
32672            ! MANIFEST t/lib/encode.t
32673 ____________________________________________________________________________
32674 [  7497] By: jhi                                   on 2000/10/31  14:13:22
32675         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
32676              From: Peter Prymmer <pvhp@forte.com>
32677              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
32678              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
32679      Branch: perl
32680            ! t/lib/cgi-html.t
32681 ____________________________________________________________________________
32682 [  7496] By: jhi                                   on 2000/10/31  14:12:05
32683         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
32684              From: Peter Prymmer <pvhp@forte.com>
32685              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
32686              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
32687      Branch: perl
32688            ! t/lib/cgi-function.t
32689 ____________________________________________________________________________
32690 [  7495] By: jhi                                   on 2000/10/31  14:11:08
32691         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
32692              From: Peter Prymmer <pvhp@forte.com>
32693              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
32694              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
32695      Branch: perl
32696            + ext/re/hints/aix.pl
32697            ! MANIFEST ext/re/Makefile.PL
32698 ____________________________________________________________________________
32699 [  7494] By: jhi                                   on 2000/10/31  14:08:32
32700         Log: Use Errno magic.
32701              
32702              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
32703              From: Casey Tweten <perl@ctweten.amsite.com>
32704              Date: Mon, 30 Oct 2000 15:51:17 -0500
32705              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
32706      Branch: perl
32707            ! lib/File/Temp.pm
32708 ____________________________________________________________________________
32709 [  7493] By: jhi                                   on 2000/10/31  14:05:07
32710         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
32711              
32712              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
32713              From: Nicholas Clark <nick@ccl4.org>
32714              Date: Mon, 30 Oct 2000 17:38:45 +0000
32715              Message-ID: <20001030173845.O60355@plum.flirble.org>
32716      Branch: perl
32717            ! Makefile.SH utils/perlbug.PL
32718 ____________________________________________________________________________
32719 [  7492] By: nick                                  on 2000/10/30  19:37:23
32720         Log: Change files which are mysteriously different to mainline to be
32721              copies of mainline.
32722      Branch: perlio
32723            ! objXSUB.h perlapi.c pod/perlapi.pod
32724 ____________________________________________________________________________
32725 [  7491] By: nick                                  on 2000/10/30  18:05:54
32726         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
32727              - typo in endian code in putc.
32728              - Don't allow read of write-only files and vice-versa
32729              - and off-by-one in flush-all loop.
32730              Remove debug calls as they were using GCC specific features.
32731      Branch: perlio
32732            ! perlio.c
32733 ____________________________________________________________________________
32734 [  7490] By: nick                                  on 2000/10/29  21:45:45
32735         Log: Integrate mainline to perlio
32736      Branch: perlio
32737           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
32738           !> toke.c
32739 ____________________________________________________________________________
32740 [  7489] By: jhi                                   on 2000/10/29  21:11:08
32741         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
32742              From: andreas.koenig@anima.de (Andreas J. Koenig)
32743              Date: 29 Oct 2000 22:05:59 +0100
32744              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
32745      Branch: perl
32746            ! lib/ExtUtils/Manifest.pm
32747 ____________________________________________________________________________
32748 [  7488] By: jhi                                   on 2000/10/29  21:07:47
32749         Log: Tests for #7487.
32750              
32751              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
32752              From: andreas.koenig@anima.de (Andreas J. Koenig)
32753              Date: 29 Oct 2000 19:37:09 +0100
32754              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
32755      Branch: perl
32756            ! t/comp/proto.t
32757 ____________________________________________________________________________
32758 [  7487] By: jhi                                   on 2000/10/29  21:06:27
32759         Log: constsub spillage.
32760              
32761              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
32762              From: John Tobey <jtobey@john-edwin-tobey.org>
32763              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
32764              Message-Id: <m13pvSr-000FObC@feynman.localnet>
32765      Branch: perl
32766            ! op.c
32767 ____________________________________________________________________________
32768 [  7486] By: nick                                  on 2000/10/29  21:05:04
32769         Log: Integrate mainline to perlio branch
32770      Branch: perlio
32771           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
32772           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
32773           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
32774           +> vos/install_perl.cm
32775            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
32776            - vos/config.h vos/config_h.SH_orig
32777           !> (integrate 141 files)
32778 ____________________________________________________________________________
32779 [  7485] By: jhi                                   on 2000/10/29  21:00:47
32780         Log: Make \x{...} consistently produce UTF-8.
32781              
32782              Subject: Re: \x{...} is confused 
32783              From: Simon Cozens <simon@cozens.net>
32784              Date: Sun, 29 Oct 2000 19:36:48 +0000
32785              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
32786      Branch: perl
32787            ! t/pragma/utf8.t toke.c
32788 ____________________________________________________________________________
32789 [  7484] By: nick                                  on 2000/10/29  20:05:29
32790         Log: PerlIO passes all tests.
32791      Branch: perlio
32792            ! perlio.c
32793 ____________________________________________________________________________
32794 [  7483] By: jhi                                   on 2000/10/29  18:06:55
32795         Log: Update Changes.
32796      Branch: perl
32797            ! Changes patchlevel.h
32798 ____________________________________________________________________________
32799 [  7482] By: nick                                  on 2000/10/29  17:43:28
32800         Log: Include <unistd.h> to get correct lseek() prototype etc.
32801              (I thought perl.h did that) - down to two fails
32802              - comp/require.t (last test)
32803              - lib/io_xs.t - possibly import/export of FILE * ?
32804      Branch: perlio
32805            ! perlio.c
32806 ____________________________________________________________________________
32807 [  7481] By: jhi                                   on 2000/10/29  17:02:37
32808         Log: UTF-8 decoder tweak.
32809      Branch: perl
32810            ! utf8.c
32811 ____________________________________________________________________________
32812 [  7480] By: nick                                  on 2000/10/29  16:26:11
32813         Log: Fixed two bugs:
32814              - error code not being set on close (of broken pipe)
32815              - append mode was truncating.
32816              At least one seek/tell bug remains.
32817      Branch: perlio
32818            ! perlio.c
32819 ____________________________________________________________________________
32820 [  7479] By: nick                                  on 2000/10/29  11:18:16
32821         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
32822              in case of accidents. Still several worrying fails, no line disciplines yet.
32823      Branch: perlio
32824            ! iperlsys.h perlio.c
32825 ____________________________________________________________________________
32826 [  7478] By: jhi                                   on 2000/10/29  02:04:01
32827         Log: Add also emailless people.
32828      Branch: perl
32829            ! AUTHORS
32830 ____________________________________________________________________________
32831 [  7477] By: jhi                                   on 2000/10/29  01:36:00
32832         Log: The #7476 needs a MANIFEST change, too.
32833      Branch: perl
32834            ! MANIFEST
32835 ____________________________________________________________________________
32836 [  7476] By: jhi                                   on 2000/10/29  01:35:21
32837         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
32838      Branch: perl
32839            - MAINTAIN
32840            ! AUTHORS Changes
32841 ____________________________________________________________________________
32842 [  7475] By: jhi                                   on 2000/10/28  23:57:25
32843         Log: De-quoted-unreadable to ISO Latin 1.
32844              (There's one ISO-2022-JP name in Changes5.004.)
32845      Branch: perl
32846            ! Changes Changes5.6
32847 ____________________________________________________________________________
32848 [  7474] By: jhi                                   on 2000/10/28  19:13:06
32849         Log: Subject: [ID 20001027.007] uniq array in perlfaq
32850              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
32851              Date: Fri, 27 Oct 2000 19:28:30 +0200
32852              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
32853      Branch: perl
32854            ! pod/perlfaq4.pod
32855 ____________________________________________________________________________
32856 [  7473] By: jhi                                   on 2000/10/28  18:02:05
32857         Log: Locking null mutexes is not recommendable.
32858              
32859              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
32860              From: Hugo <hv@crypt.compulink.co.uk>
32861              Date: Sat, 28 Oct 2000 18:41:12 +0100
32862              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
32863      Branch: perl
32864            ! op.c
32865 ____________________________________________________________________________
32866 [  7472] By: jhi                                   on 2000/10/28  17:52:58
32867         Log: Better create a true mailing list for the repository keepers.
32868      Branch: perl
32869            ! Porting/repository.pod
32870 ____________________________________________________________________________
32871 [  7471] By: jhi                                   on 2000/10/28  17:28:24
32872         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
32873              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
32874      Branch: perl
32875            + Porting/repository.pod
32876            ! MANIFEST
32877 ____________________________________________________________________________
32878 [  7470] By: jhi                                   on 2000/10/28  17:20:54
32879         Log: Subject: DOC PATCH 5.6.0
32880              From: mjd@plover.com
32881              Date: 27 Oct 2000 17:32:44 -0000
32882              Message-ID: <20001027173244.23754.qmail@plover.com>
32883      Branch: perl
32884            ! pod/perlfunc.pod
32885 ____________________________________________________________________________
32886 [  7469] By: jhi                                   on 2000/10/28  17:16:45
32887         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
32888              From: "Peter J. Farley III" <pjfarley@banet.net>
32889              Date: Fri, 27 Oct 2000 20:32:56 -0400
32890              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
32891      Branch: perl
32892            ! README.dos
32893 ____________________________________________________________________________
32894 [  7468] By: jhi                                   on 2000/10/28  17:07:18
32895         Log: Make target reordering to avoid pointless re-makes.
32896              
32897              Subject: Re: Total re-make of 'make okfile' after 7451 ?
32898              From: Nicholas Clark <nick@ccl4.org>
32899              Date: Sat, 28 Oct 2000 00:31:02 +0100
32900              Message-ID: <20001028003101.A54517@plum.flirble.org>
32901      Branch: perl
32902            ! Makefile.SH
32903 ____________________________________________________________________________
32904 [  7467] By: jhi                                   on 2000/10/28  17:05:31
32905         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
32906              From: lvirden@cas.org
32907              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
32908              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
32909      Branch: perl
32910            ! README.os2
32911 ____________________________________________________________________________
32912 [  7466] By: jhi                                   on 2000/10/28  16:09:16
32913         Log: Upgrade to CPAN 1.58_55.
32914              
32915              Subject: CPAN.pm status
32916              From: andreas.koenig@anima.de (Andreas J. Koenig) 
32917              Date: 28 Oct 2000 08:18:00 +0200 
32918              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
32919      Branch: perl
32920            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32921 ____________________________________________________________________________
32922 [  7465] By: jhi                                   on 2000/10/28  16:02:47
32923         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
32924      Branch: perl
32925            ! embed.h embed.pl perl.h proto.h toke.c
32926 ____________________________________________________________________________
32927 [  7464] By: nick                                  on 2000/10/28  10:43:44
32928         Log: Fix for sv_2iv() on "shared" value from keys %hash.
32929      Branch: perl
32930            ! sv.c
32931 ____________________________________________________________________________
32932 [  7463] By: jhi                                   on 2000/10/27  16:18:29
32933         Log: Update Changes.
32934      Branch: perl
32935            ! Changes patchlevel.h
32936 ____________________________________________________________________________
32937 [  7462] By: jhi                                   on 2000/10/27  16:17:44
32938         Log: Too enthusiastic editing in #7460.
32939      Branch: metaconfig
32940            ! U/modified/Oldsym.U
32941      Branch: perl
32942            ! Configure config_h.SH
32943 ____________________________________________________________________________
32944 [  7461] By: jhi                                   on 2000/10/27  15:37:38
32945         Log: Retract #7459, the script needs more work.
32946      Branch: perl
32947            - mkreef
32948            ! MANIFEST
32949 ____________________________________________________________________________
32950 [  7460] By: jhi                                   on 2000/10/27  15:23:14
32951         Log: Use $sort, $uniq (and $tr) consistently as wondered
32952              by Nicholas Clark.
32953      Branch: metaconfig
32954            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
32955            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
32956            ! U/modified/libc.U
32957      Branch: perl
32958            ! Configure config_h.SH
32959 ____________________________________________________________________________
32960 [  7459] By: jhi                                   on 2000/10/27  15:02:07
32961         Log: (Retracted by #7461)
32962              
32963              Add a shell script for creating/removing symbolic link farms,
32964              useful for keeping the source code read-only and doing the
32965              builds somewhere else.
32966      Branch: perl
32967            + mkreef
32968            ! MANIFEST
32969 ____________________________________________________________________________
32970 [  7458] By: jhi                                   on 2000/10/27  14:42:20
32971         Log: Do away with the fix_pl.
32972      Branch: perl
32973            - fix_pl
32974            ! MANIFEST Makefile.SH
32975 ____________________________________________________________________________
32976 [  7457] By: jhi                                   on 2000/10/27  12:43:13
32977         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
32978              From: Jens Hamisch <jens@Strawberry.COM>
32979              Date: Fri, 27 Oct 2000 14:38:21 +0200
32980              Message-Id: <20001027143821.B3366@Strawberry.COM>
32981      Branch: perl
32982            ! perl.h
32983 ____________________________________________________________________________
32984 [  7456] By: jhi                                   on 2000/10/27  12:33:42
32985         Log: Subject: [PATCH] todo
32986              From: Nicholas Clark <nick@ccl4.org>
32987              Date: Thu, 26 Oct 2000 22:32:29 +0100
32988              Message-ID: <20001026223229.A44540@plum.flirble.org>
32989      Branch: perl
32990            ! pod/perltodo.pod
32991 ____________________________________________________________________________
32992 [  7455] By: jhi                                   on 2000/10/27  12:02:21
32993         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
32994              From: John Tobey <jtobey@john-edwin-tobey.org>
32995              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
32996              Message-Id: <m13ozHF-000FObC@feynman.localnet>
32997      Branch: perl
32998            ! op.c t/pragma/sub_lval.t
32999 ____________________________________________________________________________
33000 [  7454] By: jhi                                   on 2000/10/27  11:59:42
33001         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33002              From: sthoenna@efn.org
33003              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
33004              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
33005      Branch: perl
33006            ! pp.c t/op/assignwarn.t
33007 ____________________________________________________________________________
33008 [  7453] By: jhi                                   on 2000/10/27  00:15:08
33009         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
33010      Branch: perl
33011            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33012            ! ext/Storable/Storable.xs t/lib/st-lock.t
33013 ____________________________________________________________________________
33014 [  7452] By: jhi                                   on 2000/10/26  13:05:52
33015         Log: Undo #7451, this seems to be a deficiency in Perforce,
33016              there is no per-file line-terminator type, only per-client.
33017      Branch: perl
33018            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33019            ! win32/makefile.mk
33020 ____________________________________________________________________________
33021 [  7451] By: jhi                                   on 2000/10/26  04:56:03
33022         Log: Experimenting in DOS arcana.
33023      Branch: perl
33024            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
33025            ! win32/makefile.mk
33026 ____________________________________________________________________________
33027 [  7450] By: jhi                                   on 2000/10/26  04:50:52
33028         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
33029              From: "Peter J. Farley III" <pjfarley@banet.net>            
33030              Date: Wed, 25 Oct 2000 23:10:18 -0400
33031              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
33032      Branch: perl
33033            ! t/io/open.t
33034 ____________________________________________________________________________
33035 [  7449] By: jhi                                   on 2000/10/26  04:49:16
33036         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
33037              From: Hugo <hv@crypt.compulink.co.uk>
33038              Date: Thu, 26 Oct 2000 01:55:17 +0100
33039              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
33040              
33041              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
33042      Branch: perl
33043            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
33044 ____________________________________________________________________________
33045 [  7448] By: jhi                                   on 2000/10/26  04:38:36
33046         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33047              From: Peter Prymmer <pvhp@forte.com>
33048              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
33049              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
33050      Branch: perl
33051            ! configure.com
33052 ____________________________________________________________________________
33053 [  7447] By: jhi                                   on 2000/10/25  23:20:02
33054         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33055              in platforms that strictly require all the symbols being present
33056              at link time.
33057      Branch: perl
33058            ! handy.h
33059 ____________________________________________________________________________
33060 [  7446] By: jhi                                   on 2000/10/25  21:55:57
33061         Log: Update Changes.
33062      Branch: perl
33063            ! Changes patchlevel.h
33064 ____________________________________________________________________________
33065 [  7445] By: jhi                                   on 2000/10/25  21:27:08
33066         Log: Integrate with vmsperl #7430 by Charles Bailey:
33067              
33068              Cleanup from prior patch (Charles Lane?):
33069              - improve handling of MFDs in Basename and Path
33070              - default to no xsubpp line # munging when building debug images
33071      Branch: perl
33072           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33073 ____________________________________________________________________________
33074 [  7444] By: jhi                                   on 2000/10/25  21:03:50
33075         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
33076              From: John Peacock <JPeacock@UnivPress.com>
33077              Date: Thu, 18 May 2000 11:55:27 -0400
33078              Message-ID: <3924126F.A58BE57A@UnivPress.com>
33079      Branch: perl
33080            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
33081            ! t/op/write.t
33082 ____________________________________________________________________________
33083 [  7443] By: jhi                                   on 2000/10/25  20:43:10
33084         Log: Temporary stopgap for the self-tying issue: for now only
33085              array and hash self-ties are verboten.  The real fix, of
33086              course, would be to comprehensively test (and implement?)
33087              and debug (and document) self-ties.
33088      Branch: perl
33089            ! pod/perldiag.pod pp_sys.c t/op/tie.t
33090 ____________________________________________________________________________
33091 [  7442] By: jhi                                   on 2000/10/25  20:14:30
33092         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
33093              From: Dan Sugalski <dan@sidhe.org>
33094              Date: Wed, 25 Oct 2000 13:36:35 -0400
33095              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
33096              
33097              plus regen global.sym.
33098      Branch: perl
33099            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
33100            ! thrdvar.h util.c
33101 ____________________________________________________________________________
33102 [  7441] By: jhi                                   on 2000/10/25  20:12:20
33103         Log: buildtoc target tweaks.
33104      Branch: perl
33105            ! pod/Makefile.SH
33106 ____________________________________________________________________________
33107 [  7440] By: jhi                                   on 2000/10/25  20:03:53
33108         Log: A new version of making the syslog test more robust.
33109              (Replaces #7421.)
33110              
33111              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33112              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33113              Date: Wed, 25 Oct 2000 12:13:54 -0400
33114              Message-ID: <20001025121354.B2264@O2.chapin.edu>
33115      Branch: perl
33116            ! t/lib/syslog.t
33117 ____________________________________________________________________________
33118 [  7439] By: jhi                                   on 2000/10/25  20:00:48
33119         Log: Continue the internal UTF-8 API tweaking.
33120              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33121              used much more than the simpler API, now called utf8_to_uv_simple().
33122              Still not quite happy with API, too much partial duplication
33123              of functionality.
33124      Branch: perl
33125            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
33126            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
33127            ! regcomp.c regexec.c sv.c toke.c utf8.c
33128 ____________________________________________________________________________
33129 [  7438] By: jhi                                   on 2000/10/25  18:52:30
33130         Log: Allow poking holes at the UTF-8 decoding strictness.
33131      Branch: perl
33132            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
33133            ! utf8.h
33134 ____________________________________________________________________________
33135 [  7437] By: jhi                                   on 2000/10/25  13:53:05
33136         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
33137              UTF8LEN() and UTF8SKIP(). 
33138      Branch: perl
33139            ! pp.c utf8.c utf8.h
33140 ____________________________________________________________________________
33141 [  7436] By: jhi                                   on 2000/10/25  13:51:37
33142         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
33143              From: Nicholas Clark <nick@ccl4.org>
33144              Date: Wed, 25 Oct 2000 14:44:05 +0100
33145              Message-ID: <20001025144404.D27253@plum.flirble.org>
33146      Branch: perl
33147            ! pod/perlrun.pod
33148 ____________________________________________________________________________
33149 [  7435] By: jhi                                   on 2000/10/25  13:49:32
33150         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33151              From: Mike Guy <mjtg@cam.ac.uk>
33152              Date: Tue, 24 Oct 2000 14:59:40 +0100
33153              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
33154      Branch: perl
33155            ! scope.c
33156 ____________________________________________________________________________
33157 [  7434] By: jhi                                   on 2000/10/25  13:48:41
33158         Log: AIX is picky about its symbol exports.  Solution for now
33159              is to include the deb.o explicitly to the re extension build.
33160              
33161              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
33162              From: Peter Prymmer <pvhp@forte.com>
33163              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
33164              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
33165      Branch: perl
33166            ! ext/re/Makefile.PL hints/aix.sh
33167 ____________________________________________________________________________
33168 [  7433] By: jhi                                   on 2000/10/25  13:46:49
33169         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33170              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33171              Date: Wed, 25 Oct 2000 12:02:20 +0200
33172              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
33173      Branch: perl
33174            ! perlsdio.h
33175 ____________________________________________________________________________
33176 [  7432] By: jhi                                   on 2000/10/25  13:44:28
33177         Log: Subject: Minor update to find2perl, for portability
33178              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33179              Date: Wed, 25 Oct 2000 12:05:47 +0100
33180              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
33181      Branch: perl
33182            ! x2p/find2perl.PL
33183 ____________________________________________________________________________
33184 [  7431] By: jhi                                   on 2000/10/25  13:40:39
33185         Log: Add targets to Makefile.SH, most importantly
33186              'regen_all' which also remembers to update vms/perly*.
33187      Branch: perl
33188            ! Makefile.SH
33189 ____________________________________________________________________________
33190 [  7430] By: bailey                                on 2000/10/25  03:13:53
33191         Log: Cleanup from prior patch (Charles Lane?):
33192              - improve handling of MFDs in Basename and Path
33193              - default to no xsubpp line # munging when building debug images
33194      Branch: vmsperl
33195            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
33196 ____________________________________________________________________________
33197 [  7429] By: jhi                                   on 2000/10/24  20:03:40
33198         Log: Podify README.epoc and README.vos.
33199      Branch: perl
33200            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
33201            ! pod/perlport.pod pod/perltoc.pod
33202 ____________________________________________________________________________
33203 [  7428] By: jhi                                   on 2000/10/24  19:10:33
33204         Log: Stratus VOS updates from Paul Green.
33205      Branch: perl
33206            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33207            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33208            - vos/config.def vos/config.h vos/config_h.SH_orig
33209            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
33210            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
33211 ____________________________________________________________________________
33212 [  7427] By: jhi                                   on 2000/10/24  18:59:48
33213         Log: Check if stdio supports tweaking lval and cnt simultaneously.
33214              
33215              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33216              From: Nicholas Clark <nick@ccl4.org>
33217              Date: Mon, 23 Oct 2000 15:39:32 +0100
33218              Message-ID: <20001023153932.A10786@plum.flirble.org>
33219      Branch: metaconfig
33220            ! U/compline/d_stdstdio.U
33221      Branch: perl
33222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33223            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
33224            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
33225            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
33226            ! vos/config.h vos/config_h.SH_orig win32/config.bc
33227            ! win32/config.gc win32/config.vc
33228 ____________________________________________________________________________
33229 [  7426] By: jhi                                   on 2000/10/24  17:57:44
33230         Log: Missed the header file changes from #7425.
33231      Branch: perl
33232            ! embed.h embed.pl objXSUB.h proto.h
33233 ____________________________________________________________________________
33234 [  7425] By: jhi                                   on 2000/10/24  17:55:17
33235         Log: Fix the bug reported in
33236              
33237              From: andreas.koenig@anima.de (Andreas J. Koenig)
33238              Subject: Encode bug?
33239              Date: 24 Oct 2000 14:01:26 +0200 
33240              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
33241              
33242              Also make is_utf8_char() stricter.
33243      Branch: perl
33244            ! ext/Encode/Encode.xs utf8.c
33245 ____________________________________________________________________________
33246 [  7424] By: jhi                                   on 2000/10/24  15:15:39
33247         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33248              From: Peter Scott <Peter@PSDT.com>
33249              Date: Mon, 23 Oct 2000 19:46:01 -0700
33250              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
33251      Branch: perl
33252            ! pod/perlfaq5.pod
33253 ____________________________________________________________________________
33254 [  7423] By: jhi                                   on 2000/10/24  14:25:30
33255         Log: Test tweak to avoid pulling in the whole Config.
33256      Branch: perl
33257            ! t/lib/st-lock.t
33258 ____________________________________________________________________________
33259 [  7422] By: jhi                                   on 2000/10/24  14:03:16
33260         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
33261      Branch: perl
33262            ! pp.c
33263 ____________________________________________________________________________
33264 [  7421] By: jhi                                   on 2000/10/24  13:32:09
33265         Log: (Replaced by #7440.)
33266              
33267              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33268              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33269              Date: Mon, 23 Oct 2000 16:40:54 -0400
33270              Message-ID: <20001023164054.B14491@O2.chapin.edu>
33271      Branch: perl
33272            ! t/lib/syslog.t
33273 ____________________________________________________________________________
33274 [  7420] By: jhi                                   on 2000/10/24  13:30:53
33275         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
33276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33277              Date: Mon, 23 Oct 2000 17:29:03 -0400
33278              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
33279      Branch: perl
33280            ! lib/ExtUtils/MM_Unix.pm
33281 ____________________________________________________________________________
33282 [  7419] By: jhi                                   on 2000/10/24  13:29:57
33283         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
33284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33285              Date: Mon, 23 Oct 2000 19:01:32 -0400
33286              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
33287      Branch: perl
33288            ! utils/h2xs.PL
33289 ____________________________________________________________________________
33290 [  7418] By: jhi                                   on 2000/10/24  13:26:04
33291         Log: Replace #7409 with
33292              
33293              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
33294              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
33295              Date: Mon, 23 Oct 2000 20:08:56 +0200
33296              Message-ID: <20001023200855.A14850@nice.ram.loc>
33297      Branch: perl
33298            ! ext/Storable/Storable.pm t/lib/st-lock.t
33299 ____________________________________________________________________________
33300 [  7417] By: jhi                                   on 2000/10/24  13:17:52
33301         Log: Run vms/vms_yfix.pl, should have done that after changing
33302              perly.c in #7382.
33303      Branch: perl
33304            ! vms/perly_c.vms vms/perly_h.vms
33305 ____________________________________________________________________________
33306 [  7416] By: jhi                                   on 2000/10/24  02:55:33
33307         Log: Make the UTF-8 decoding stricter and more verbose when
33308              malformation happens.  This involved adding an argument
33309              to utf8_to_uv_chk(), which involved changing its prototype,
33310              and prefer STRLEN over I32 for the UTF-8 length, which as
33311              a domino effect necessitated changing the prototypes of
33312              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33313              The stricter UTF-8 decoding checking uses Markus Kuhn's
33314              UTF-8 Decode Stress Tester from
33315              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33316      Branch: perl
33317            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
33318            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
33319            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
33320            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
33321 ____________________________________________________________________________
33322 [  7415] By: jhi                                   on 2000/10/23  14:06:06
33323         Log: Update Changes.
33324      Branch: perl
33325            ! Changes patchlevel.h
33326 ____________________________________________________________________________
33327 [  7414] By: jhi                                   on 2000/10/23  12:39:52
33328         Log: Undo the basename() part of #7412 since the lib/basename
33329              tests would need upgrading too.
33330      Branch: perl
33331            ! lib/File/Basename.pm
33332 ____________________________________________________________________________
33333 [  7413] By: jhi                                   on 2000/10/23  12:19:27
33334         Log: Document PERL_INSTALL_ROOT of #7210.
33335      Branch: perl
33336            ! lib/ExtUtils/Install.pm
33337 ____________________________________________________________________________
33338 [  7412] By: jhi                                   on 2000/10/23  12:16:47
33339         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
33340      Branch: perl
33341            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
33342            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
33343 ____________________________________________________________________________
33344 [  7411] By: jhi                                   on 2000/10/23  12:07:41
33345         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
33346              From: Prymmer/Kahn <pvhp@best.com>
33347              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
33348              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
33349      Branch: perl
33350            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
33351 ____________________________________________________________________________
33352 [  7410] By: jhi                                   on 2000/10/23  04:10:11
33353         Log: The change #7187 was not so good on VMS.
33354              
33355              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
33356              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33357              Date: Sun, 22 Oct 2000 23:03:08 -0500
33358              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
33359      Branch: perl
33360            ! utils/perldoc.PL
33361 ____________________________________________________________________________
33362 [  7409] By: jhi                                   on 2000/10/23  03:57:36
33363         Log: Avoid Storable locking on DJGPP for now.
33364              
33365              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
33366              From: "Peter J. Farley III" <pjfarley@banet.net>
33367              Date: Sun, 22 Oct 2000 20:00:00 -0400
33368              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
33369      Branch: perl
33370            ! ext/Storable/Storable.pm t/lib/st-lock.t
33371 ____________________________________________________________________________
33372 [  7408] By: jhi                                   on 2000/10/23  03:50:24
33373         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
33374              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33375              Date: Sun, 22 Oct 2000 21:12:22 -0400
33376              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
33377      Branch: perl
33378            ! lib/vars.pm
33379 ____________________________________________________________________________
33380 [  7407] By: jhi                                   on 2000/10/23  03:43:12
33381         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
33382              From: Hugo <hv@crypt.compulink.co.uk>
33383              Date: Mon, 23 Oct 2000 00:47:22 +0100
33384              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
33385      Branch: perl
33386            ! regexec.c t/op/pat.t
33387 ____________________________________________________________________________
33388 [  7406] By: jhi                                   on 2000/10/23  03:40:29
33389         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
33390      Branch: perl
33391            ! lib/ExtUtils/MakeMaker.pm
33392 ____________________________________________________________________________
33393 [  7405] By: jhi                                   on 2000/10/22  21:32:00
33394         Log: Doc patch.
33395              
33396              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
33397              From: rspier@pobox.com (Robert Spier)
33398              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
33399              Message-ID: <14835.16112.13457.447971@rls.cx>
33400      Branch: perl
33401            ! lib/strict.pm
33402 ____________________________________________________________________________
33403 [  7404] By: jhi                                   on 2000/10/22  21:30:51
33404         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
33405              From: rspier@pobox.com (Robert Spier)
33406              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
33407              Message-ID: <14835.17223.72448.705566@rls.cx>
33408      Branch: perl
33409            ! lib/ExtUtils/MakeMaker.pm
33410 ____________________________________________________________________________
33411 [  7403] By: jhi                                   on 2000/10/22  21:24:11
33412         Log: Subject: [PATCH bleadperl] ripples from constsub patch
33413              From: John Tobey <jtobey@john-edwin-tobey.org>
33414              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
33415              Message-Id: <m13nSOB-000FObC@feynman.localnet>
33416      Branch: perl
33417            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
33418 ____________________________________________________________________________
33419 [  7402] By: jhi                                   on 2000/10/22  20:59:35
33420         Log: Support s?printf parameter reordering.
33421      Branch: perl
33422            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
33423 ____________________________________________________________________________
33424 [  7401] By: jhi                                   on 2000/10/22  19:19:14
33425         Log: Expand %Config variables only if explicitly so requested
33426              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
33427              
33428              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
33429              From: Gurusamy Sarathy <gsar@ActiveState.com>
33430              Date: Sun, 22 Oct 2000 11:47:32 -0700
33431              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
33432      Branch: perl
33433            ! Makefile.SH lib/lib_pm.PL
33434 ____________________________________________________________________________
33435 [  7400] By: jhi                                   on 2000/10/22  18:24:10
33436         Log: Move the #7390 test from warn/op to comp/redef.
33437              
33438              Subject: Re: Creating const subs for constants.
33439              From: John Tobey <jtobey@john-edwin-tobey.org>
33440              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
33441              Message-Id: <m13nG72-000FObC@feynman.localnet>               
33442      Branch: perl
33443            ! t/comp/redef.t t/pragma/warn/op
33444 ____________________________________________________________________________
33445 [  7399] By: jhi                                   on 2000/10/22  17:49:59
33446         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
33447              From: Nicholas Clark <nick@ccl4.org>
33448              Date: Sat, 21 Oct 2000 22:23:19 +0100
33449              Message-ID: <20001021222319.B45586@plum.flirble.org>
33450      Branch: perl
33451            ! ext/DynaLoader/DynaLoader_pm.PL
33452 ____________________________________________________________________________
33453 [  7398] By: jhi                                   on 2000/10/22  17:47:35
33454         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
33455              From: Hugo <hv@crypt.compulink.co.uk>
33456              Date: Sat, 21 Oct 2000 18:19:59 +0100
33457              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
33458      Branch: perl
33459            ! ext/B/B.pm ext/B/B/C.pm
33460 ____________________________________________________________________________
33461 [  7397] By: jhi                                   on 2000/10/22  17:35:18
33462         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
33463              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
33464              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
33465              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
33466      Branch: perl
33467            ! hints/openbsd.sh
33468 ____________________________________________________________________________
33469 [  7396] By: jhi                                   on 2000/10/22  17:19:46
33470         Log: Subject: installman go-faster stripes
33471              From: Nicholas Clark <nick@talking.bollo.cx>
33472              Date: Sat, 21 Oct 2000 17:24:53 +0100
33473              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
33474              
33475              Subject: Re: installman go-faster stripes
33476              From: Russ Allbery <rra@stanford.edu>
33477              Date: 21 Oct 2000 11:04:13 -0700
33478              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
33479      Branch: perl
33480            ! installman pod/pod2man.PL
33481 ____________________________________________________________________________
33482 [  7395] By: jhi                                   on 2000/10/22  17:17:35
33483         Log: Hints tweak from Anton Berezin.
33484      Branch: perl
33485            ! hints/freebsd.sh
33486 ____________________________________________________________________________
33487 [  7394] By: jhi                                   on 2000/10/22  04:50:04
33488         Log: Tweak the Is* definitions of Unicode character classes
33489              to better match the official categorizations; embrace
33490              the official categorizations; add the combining marks
33491              as alpha (and -numeric); fix DCinital (a typo and edito)
33492              to be DCmedial.
33493      Branch: perl
33494            + lib/unicode/Is/DCmedial.pl
33495            - lib/unicode/Is/DCinital.pl
33496            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33497            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
33498            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
33499            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33500 ____________________________________________________________________________
33501 [  7393] By: jhi                                   on 2000/10/21  18:06:05
33502         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
33503              From: Daniel Chetlin <daniel@chetlin.com>
33504              Date: Sat, 21 Oct 2000 02:57:03 -0700
33505              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
33506      Branch: perl
33507            + t/lib/tie-splice.t
33508            ! MANIFEST lib/Tie/Array.pm
33509 ____________________________________________________________________________
33510 [  7392] By: gsar                                  on 2000/10/21  18:05:15
33511         Log: resync utfperl branch with mainline
33512      Branch: utfperl
33513           !> (integrate 1760 files)
33514 ____________________________________________________________________________
33515 [  7391] By: jhi                                   on 2000/10/21  14:37:49
33516         Log: Testcases for a #7383,#7385 related bug.
33517              
33518              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
33519              From: Nicholas Clark <nick@ccl4.org>
33520              Date: Sat, 21 Oct 2000 15:04:51 +0100
33521              Message-ID: <20001021150451.A51566@plum.flirble.org>
33522      Branch: perl
33523            ! t/pragma/utf8.t
33524 ____________________________________________________________________________
33525 [  7390] By: jhi                                   on 2000/10/21  14:35:57
33526         Log: Add a testcase for #7389.
33527      Branch: perl
33528            ! t/pragma/warn/op
33529 ____________________________________________________________________________
33530 [  7389] By: jhi                                   on 2000/10/21  14:26:45
33531         Log: Subject: Re: Creating const subs for constants.
33532              From: John Tobey <jtobey@john-edwin-tobey.org>
33533              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
33534              Message-Id: <m13mo0N-000FObC@feynman.localnet>
33535      Branch: perl
33536            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
33537            ! proto.h sv.c
33538 ____________________________________________________________________________
33539 [  7388] By: nick                                  on 2000/10/21  11:44:23
33540         Log: Populate perlio branch
33541      Branch: perlio
33542           +> (branch 1760 files)
33543 ____________________________________________________________________________
33544 [  7387] By: nick                                  on 2000/10/21  10:52:05
33545         Log: Get branch back as replica of mainline via :
33546              p4 integrate -b utfperl
33547              p4 resolve -at ./...
33548      Branch: utfperl
33549           +> (branch 269 files)
33550            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
33551            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
33552            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
33553            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
33554            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
33555            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
33556            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
33557            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
33558            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
33559            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
33560            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
33561            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
33562            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
33563            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
33564            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
33565            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
33566            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
33567            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
33568            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
33569            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
33570            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
33571            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
33572            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
33573            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
33574            - lib/unicode/UCD300.html lib/unicode/Unicode.300
33575            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
33576            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
33577            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
33578            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
33579           !> (integrate 965 files)
33580 ____________________________________________________________________________
33581 [  7386] By: jhi                                   on 2000/10/21  01:31:12
33582         Log: Update Changes.
33583      Branch: perl
33584            ! Changes patchlevel.h
33585 ____________________________________________________________________________
33586 [  7385] By: jhi                                   on 2000/10/21  01:28:42
33587         Log: The #7383 was right only in the context of the original bug report,
33588              not in more general case.
33589      Branch: perl
33590            ! pp_hot.c
33591 ____________________________________________________________________________
33592 [  7384] By: jhi                                   on 2000/10/21  01:08:23
33593         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
33594      Branch: perl
33595            ! ext/IO/lib/IO/Select.pm
33596 ____________________________________________________________________________
33597 [  7383] By: jhi                                   on 2000/10/21  00:44:18
33598         Log: Fix for ID 20001020.006, concatenating an unset submatch
33599              with utf8 resulted in "Modification of a read-only value".
33600      Branch: perl
33601            ! pp_hot.c t/pragma/utf8.t
33602 ____________________________________________________________________________
33603 [  7382] By: jhi                                   on 2000/10/20  20:44:31
33604         Log: Make scan_num() reëntrant, as suggested in
33605              
33606              Subject: [PATCH perl@7229] Rentrant parser and yylex()
33607              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33608              Date: Fri, 20 Oct 2000 14:17:27 +0100
33609              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
33610      Branch: perl
33611            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
33612            ! toke.c
33613 ____________________________________________________________________________
33614 [  7381] By: jhi                                   on 2000/10/20  20:07:29
33615         Log: Reëntrancy fix.
33616              
33617              Subject: [PATCH perl@7229] Rentrant parser and yylex()
33618              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33619              Date: Fri, 20 Oct 2000 14:17:27 +0100
33620              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
33621      Branch: perl
33622            ! embed.h embed.pl perl.h proto.h toke.c
33623 ____________________________________________________________________________
33624 [  7380] By: jhi                                   on 2000/10/20  19:15:54
33625         Log: Don't write double values through long double pointers,
33626              based on a part of
33627              
33628              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
33629              From: Jens Hamisch <jens@Strawberry.COM>
33630              Date: Tue, 17 Oct 2000 08:39:36 +0200
33631              Message-Id: <20001017083936.A11104@Strawberry.COM>
33632      Branch: perl
33633            ! perl.h pp.c
33634 ____________________________________________________________________________
33635 [  7379] By: jhi                                   on 2000/10/20  18:43:37
33636         Log: Portability tweak on #7377.
33637              
33638              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
33639              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33640              Date:     Fri, 20 Oct 2000 13:13:41 EDT
33641              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
33642      Branch: perl
33643            ! t/lib/dprof.t
33644 ____________________________________________________________________________
33645 [  7378] By: jhi                                   on 2000/10/20  12:57:19
33646         Log: SOCKS function redefinitions need prototypes, too, otherwise
33647              for example 32 bit versus 64 bit differences cause a lot of
33648              problems.  Part of
33649              
33650              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
33651              From: Jens Hamisch <jens@Strawberry.COM>
33652              Date: Tue, 17 Oct 2000 08:39:36 +0200
33653              Message-Id: <20001017083936.A11104@Strawberry.COM>
33654      Branch: perl
33655            ! doio.c pp_sys.c
33656 ____________________________________________________________________________
33657 [  7377] By: jhi                                   on 2000/10/20  12:37:12
33658         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
33659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33660              Date:     Fri, 20 Oct 2000 08:26:04 EDT
33661              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
33662      Branch: perl
33663            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
33664 ____________________________________________________________________________
33665 [  7376] By: jhi                                   on 2000/10/20  12:35:31
33666         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
33667              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33668              Date:     Fri, 20 Oct 2000 07:48:15 EDT
33669              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
33670      Branch: perl
33671            ! configure.com vms/gen_shrfls.pl
33672 ____________________________________________________________________________
33673 [  7375] By: bailey                                on 2000/10/20  04:44:37
33674         Log: SYN SYN
33675      Branch: vmsperl
33676           +> (branch 134 files)
33677            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
33678            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
33679            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
33680            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
33681            - eg/cgi/frameset.cgi eg/cgi/index.html
33682            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
33683            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
33684            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
33685            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
33686            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
33687            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
33688            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
33689            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
33690            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
33691            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
33692            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
33693            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
33694            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
33695            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
33696            - lib/unicode/Props.txt lib/unicode/UCD300.html
33697            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
33698            - utils/perlbc.PL vms/subconfigure.com
33699           !> (integrate 785 files)
33700 ____________________________________________________________________________
33701 [  7374] By: jhi                                   on 2000/10/20  00:59:48
33702         Log: In the latest compiler builds cccdlflags must not become -fpic,
33703              from Wilfredo Sánchez.
33704      Branch: perl
33705            ! hints/darwin.sh
33706 ____________________________________________________________________________
33707 [  7373] By: jhi                                   on 2000/10/20  00:56:35
33708         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
33709              From: Tony Cook <tony@develop-help.com>
33710              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
33711              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
33712      Branch: perl
33713            ! pod/perlop.pod
33714 ____________________________________________________________________________
33715 [  7372] By: jhi                                   on 2000/10/19  19:34:40
33716         Log: Typo noted by Mark Lutz.
33717      Branch: perl
33718            ! t/op/64bitint.t
33719 ____________________________________________________________________________
33720 [  7371] By: jhi                                   on 2000/10/19  19:33:13
33721         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
33722      Branch: metaconfig
33723            ! U/modified/Cppsym.U U/modified/Oldconfig.U
33724      Branch: metaconfig/U/perl
33725            ! End.U dlsrc.U libperl.U
33726      Branch: perl
33727            + hints/nonstopux.sh
33728            ! Configure MANIFEST config_h.SH
33729 ____________________________________________________________________________
33730 [  7370] By: jhi                                   on 2000/10/19  17:18:08
33731         Log: Subject: PATCH do_print has 2 PerlIO_error()s
33732              From: nick@ccl4.org
33733              Date: Thu, 19 Oct 2000 18:09:20 +0100
33734              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
33735      Branch: perl
33736            ! doio.c
33737 ____________________________________________________________________________
33738 [  7369] By: jhi                                   on 2000/10/19  14:01:49
33739         Log: Update Changes.
33740      Branch: perl
33741            ! Changes patchlevel.h
33742 ____________________________________________________________________________
33743 [  7368] By: jhi                                   on 2000/10/19  13:04:29
33744         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
33745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33746              Date: Wed, 18 Oct 2000 13:12:01 +0200
33747              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
33748      Branch: perl
33749            ! hints/aix.sh
33750 ____________________________________________________________________________
33751 [  7367] By: jhi                                   on 2000/10/19  02:22:40
33752         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
33753              of a 'pmshort' anywhere in the B, so the offending line was simply
33754              removed.
33755      Branch: perl
33756            ! ext/B/B/Debug.pm
33757 ____________________________________________________________________________
33758 [  7366] By: jhi                                   on 2000/10/19  02:12:37
33759         Log: Add the test case for the bug id 20000730.004 which seems
33760              to have been fixed by now.
33761      Branch: perl
33762            ! t/pragma/utf8.t
33763 ____________________________________________________________________________
33764 [  7365] By: jhi                                   on 2000/10/18  23:36:24
33765         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
33766              From: Hugo <hv@crypt.compulink.co.uk>
33767              Date: Wed, 18 Oct 2000 23:25:58 +0100
33768              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
33769      Branch: perl
33770            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
33771 ____________________________________________________________________________
33772 [  7364] By: jhi                                   on 2000/10/18  21:12:53
33773         Log: (retracted)
33774      Branch: perl
33775            ! pp.c
33776 ____________________________________________________________________________
33777 [  7363] By: jhi                                   on 2000/10/18  20:55:38
33778         Log: Missing change from #7362.
33779      Branch: perl
33780            ! win32/perlhost.h
33781 ____________________________________________________________________________
33782 [  7362] By: jhi                                   on 2000/10/18  20:52:01
33783         Log: Borland C fstat() never saw the fd as writable.
33784              
33785              Subject: fix for Borland's weak "stat" (perl@7211)
33786              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33787              Date: Mon, 16 Oct 2000 09:55:03 +0400
33788              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
33789      Branch: perl
33790            ! win32/win32.c
33791 ____________________________________________________________________________
33792 [  7361] By: jhi                                   on 2000/10/18  17:43:50
33793         Log: Regen toc.
33794      Branch: perl
33795            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
33796 ____________________________________________________________________________
33797 [  7360] By: jhi                                   on 2000/10/18  17:07:44
33798         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33799              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
33800              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
33801              Date: Mon, 16 Oct 2000 15:19:49 +0200
33802      Branch: perl
33803            + README.aix
33804            ! MANIFEST
33805 ____________________________________________________________________________
33806 [  7359] By: jhi                                   on 2000/10/18  17:04:49
33807         Log: Subject: Pod patch for Devel::Peek
33808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33809              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
33810              Date: Mon, 16 Oct 2000 12:26:34 +0200
33811      Branch: perl
33812            ! ext/Devel/Peek/Peek.pm
33813 ____________________________________________________________________________
33814 [  7358] By: jhi                                   on 2000/10/18  17:03:15
33815         Log: Make Cwd more bulletproof in chrooted environments.
33816              
33817              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
33818              From: "Eric E. Coe" <Eric.Coe@oracle.com>
33819              Date: Wed, 18 Oct 2000 04:03:54 -0400
33820              Message-Id: <39ED596A.70E599FE@oracle.com>
33821      Branch: perl
33822            ! lib/Cwd.pm
33823 ____________________________________________________________________________
33824 [  7357] By: jhi                                   on 2000/10/18  16:37:26
33825         Log: Disable the UTF8 downgrade croakage for now to avoid
33826              too many not okay messages.
33827      Branch: perl
33828            ! doio.c
33829 ____________________________________________________________________________
33830 [  7356] By: jhi                                   on 2000/10/17  23:29:41
33831         Log: Show the failed remote port, instead of the failing line number.
33832              
33833              Subject: [PATCH 5.6.1 Debugger] More diagnostics
33834              From: David Sparks <daves@ActiveState.com>
33835              Date: Tue, 17 Oct 2000 15:00:24 -0700
33836              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
33837      Branch: perl
33838            ! lib/perl5db.pl
33839 ____________________________________________________________________________
33840 [  7355] By: jhi                                   on 2000/10/17  14:11:31
33841         Log: On output try to downgrade to bytes, croak if impossible,
33842              from Simon Cozens.  This means that outputting >255 UTF8
33843              is impossible.  Consider this as a strong incentive to get
33844              the I/O disciplines implemented.
33845      Branch: perl
33846            ! doio.c pod/perldiag.pod sv.c
33847 ____________________________________________________________________________
33848 [  7354] By: jhi                                   on 2000/10/17  13:42:23
33849         Log: Clarify documentation on 'use bytes'.
33850              
33851              Subject: Re: What does 'use bytes' "mean" ?
33852              From: Simon Cozens <simon@cozens.net>
33853              Date: Mon, 18 Sep 2000 18:24:25 +0100
33854              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
33855      Branch: perl
33856            ! lib/bytes.pm
33857 ____________________________________________________________________________
33858 [  7353] By: jhi                                   on 2000/10/17  13:28:12
33859         Log: Workaround for a sfio bug where the stream error indicator
33860              is not cleared as documented.
33861              
33862              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
33863              From: Nicholas Clark <nick@ccl4.org>
33864              Date: Mon, 16 Oct 2000 18:28:23 +0100
33865              Message-ID: <20001016182823.J19700@plum.flirble.org>
33866      Branch: perl
33867            ! doio.c
33868 ____________________________________________________________________________
33869 [  7352] By: jhi                                   on 2000/10/17  13:06:19
33870         Log: More IoTYPE sprinkling.
33871      Branch: perl
33872            ! doio.c pp_hot.c
33873 ____________________________________________________________________________
33874 [  7351] By: jhi                                   on 2000/10/16  22:47:07
33875         Log: Detect early whether the std streams have gone bad.
33876              
33877              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
33878              Date: Mon, 16 Oct 2000 23:28:42 +0100
33879              From: Nicholas Clark <nick@ccl4.org>
33880              Message-ID: <20001016232842.A37942@plum.flirble.org>
33881      Branch: perl
33882            ! t/op/misc.t
33883 ____________________________________________________________________________
33884 [  7350] By: jhi                                   on 2000/10/16  22:45:16
33885         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
33886              From: "Peter J. Farley III" <pjfarley@banet.net>
33887              Date: Mon, 16 Oct 2000 18:15:59 -0400
33888              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
33889      Branch: perl
33890            ! djgpp/djgpp.c dosish.h t/io/open.t
33891 ____________________________________________________________________________
33892 [  7349] By: jhi                                   on 2000/10/16  22:36:45
33893         Log: perldelta tweak.
33894      Branch: perl
33895            ! pod/perldelta.pod
33896 ____________________________________________________________________________
33897 [  7348] By: jhi                                   on 2000/10/16  15:17:53
33898         Log: Update Changes.
33899      Branch: perl
33900            ! Changes patchlevel.h
33901 ____________________________________________________________________________
33902 [  7347] By: jhi                                   on 2000/10/16  13:55:27
33903         Log: Add the capability to include/exclude branches.
33904      Branch: perl
33905            ! Porting/genlog
33906 ____________________________________________________________________________
33907 [  7346] By: jhi                                   on 2000/10/16  13:18:04
33908         Log: Add Charles Lane.
33909      Branch: perl
33910            ! AUTHORS Changes
33911 ____________________________________________________________________________
33912 [  7345] By: jhi                                   on 2000/10/16  13:13:21
33913         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
33914      Branch: perl
33915            ! pod/perldelta.pod
33916 ____________________________________________________________________________
33917 [  7344] By: gsar                                  on 2000/10/16  09:30:21
33918         Log: integrate change#6220 from cfgperl
33919              
33920              Win32 patches from Benjamin Stuhl.
33921      Branch: maint-5.6/perl
33922           !> makedef.pl win32/win32.h
33923 ____________________________________________________________________________
33924 [  7343] By: gsar                                  on 2000/10/16  08:32:19
33925         Log: integrate changes#6221,6222 from cfgperl
33926              
33927              Remove tr///CU (the feature is to be obsoleted by better interfaces).
33928              From: simon@brecon.co.uk (Simon Cozens)
33929              Subject: [PATCH] Eliminate tr///[CU][CU]
33930              Date: 23 Jun 2000 11:05:40 GMT
33931              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
33932              
33933              doc typo fix
33934              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
33935              From: Ian Phillipps <Ian.Phillipps@iname.com>
33936              Date: Fri, 23 Jun 2000 10:40:58 +0100
33937              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
33938      Branch: maint-5.6/perl
33939           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
33940 ____________________________________________________________________________
33941 [  7342] By: gsar                                  on 2000/10/16  08:28:08
33942         Log: integrate change#6217 from cfgperl (in part)
33943              
33944              Rename the fdpid locking and integrate with Sarathy.
33945      Branch: maint-5.6/perl
33946           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
33947           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
33948           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
33949           !> win32/win32.c
33950 ____________________________________________________________________________
33951 [  7341] By: gsar                                  on 2000/10/16  08:23:39
33952         Log: integrate changes#6214..6216 from mainline
33953              
33954              @_ can't have junk in it even in the non-USE_ITHREADS case because
33955              caller() wants to populate @DB::args with it (causes a coredump
33956              in Carp::confess())
33957              
33958              tweak comment about @DB::args
33959              
33960              be more optimal about clearing @_
33961      Branch: maint-5.6/perl
33962           !> av.h cop.h pp_ctl.c t/op/runlevel.t
33963 ____________________________________________________________________________
33964 [  7340] By: gsar                                  on 2000/10/16  08:20:37
33965         Log: integrate changes#6207..6210 from cfgperl
33966              
33967              Subject: [PATCH 5.6.0] Threadsafe patches
33968              From: Dan Sugalski <dan@sidhe.org>
33969              To: perl5-porters@perl.org
33970              Date: Mon, 08 May 2000 18:08:13 -0400
33971              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
33972              
33973              Regen headers for #6207.
33974              
33975              Lock PL_fdpid against race conditions, based on:
33976              Subject: [PATCH 5.6.0]subprocess fixup for threads
33977              From: Dan Sugalski <dan@sidhe.org>
33978              To: perl5-porters@perl.org
33979              Date: Tue, 11 Apr 2000 17:02:32 -0400
33980              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
33981              
33982              Mopup for #6207 and #6209.
33983      Branch: maint-5.6/perl
33984           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
33985           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
33986           !> win32/win32.c
33987 ____________________________________________________________________________
33988 [  7339] By: gsar                                  on 2000/10/16  08:14:34
33989         Log: integrate change#6203 from cfgperl
33990              
33991              perldiag should refer to perlos2.pod not README.os2
33992      Branch: maint-5.6/perl
33993           !> pod/perldiag.pod
33994 ____________________________________________________________________________
33995 [  7338] By: gsar                                  on 2000/10/16  08:11:42
33996         Log: integrate change#6201 from mainline
33997              
33998              Perl_eval_pv() leaks 4 bytes every time it is called because it
33999              does a PUSHMARK that's never ever POPMARKed; in general, only
34000              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34001              Perl_eval_[sp]v() don't because they don't take any incoming
34002              arguments (this leak has been around since the original version
34003              of perl_eval_pv() in 5.003_97e)
34004      Branch: maint-5.6/perl
34005           !> perl.c
34006 ____________________________________________________________________________
34007 [  7337] By: gsar                                  on 2000/10/16  08:08:47
34008         Log: integrate changes#6197..6200 from cfgperl
34009              
34010              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34011              From: John Borwick <jhborwic@unity.ncsu.edu>
34012              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34013              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34014              
34015              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34016              From: Dan Sugalski <dan@sidhe.org>
34017              To: vmsperl@perl.org, perl5-porters@perl.org
34018              Date: Fri, 02 Jun 2000 16:00:41 -0400
34019              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34020              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34021              
34022              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34023              From: Dan Sugalski <dan@sidhe.org>
34024              To: perl5-porters@perl.org, vmsperl@perl.org
34025              Date: Fri, 02 Jun 2000 17:30:51 -0400
34026              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34027              
34028              Update to cperl-mode.el 4.31 from
34029              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34030              Subject: A couple of notes
34031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34032              To: Mailing list Perl5 <perl5-porters@perl.org>
34033              Date: Sat, 3 Jun 2000 23:33:32 -0400
34034              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34035      Branch: maint-5.6/perl
34036           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
34037           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
34038           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
34039           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
34040           !> vms/vmsish.h
34041 ____________________________________________________________________________
34042 [  7336] By: gsar                                  on 2000/10/16  08:03:46
34043         Log: integrate changes#6194,6195 from mainline
34044              
34045              fix small eval"" memory leaks under USE_ITHREADS
34046              
34047              fix yet another eval"" leak under USE_ITHREADS
34048      Branch: maint-5.6/perl
34049           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34050           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34051           !> vms/perly_c.vms
34052 ____________________________________________________________________________
34053 [  7335] By: gsar                                  on 2000/10/16  08:02:15
34054         Log: integrate changes#6190,6191 from mainline
34055              
34056              submit missing embed.pl change
34057              
34058              vec() loses numericalness (modified version of patch suggested
34059              by Robin Barker)
34060      Branch: maint-5.6/perl
34061           !> doop.c embed.pl t/op/vec.t
34062 ____________________________________________________________________________
34063 [  7334] By: gsar                                  on 2000/10/16  08:01:03
34064         Log: integrate change#6189 from mainline
34065              
34066              counting tr/// corrupts later operation (from M.J.T Guy)
34067      Branch: maint-5.6/perl
34068           !> doop.c t/op/tr.t
34069 ____________________________________________________________________________
34070 [  7333] By: gsar                                  on 2000/10/16  07:59:07
34071         Log: integrate changes#6183..6188 from mainline
34072              
34073              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34074              <nick@ccl4.org>)
34075              
34076              tweak for change#6127
34077              
34078              remove incorrect documentation about implicit split to @_ in
34079              list context, which never really worked in perl 5 (from
34080              M.J.T. Guy)
34081              
34082              further qualify references to "alphanumeric" (from Wolfgang Laun
34083              <wolfgang.laun@alcatel.at>)
34084              
34085              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34086              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34087              
34088              h2xs tweaks
34089      Branch: maint-5.6/perl
34090           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34091           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
34092           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
34093           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
34094           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
34095           !> pod/pod2latex.PL utils/h2xs.PL
34096 ____________________________________________________________________________
34097 [  7332] By: gsar                                  on 2000/10/16  07:53:52
34098         Log: integrate change#6179 from mainline
34099              
34100              buggy modulus on UVs introduced by change#3378 (resulted in
34101              4063328477 % 65535 amounting to 27406, instead of 27407)
34102      Branch: maint-5.6/perl
34103           !> pp.c t/op/arith.t
34104 ____________________________________________________________________________
34105 [  7331] By: gsar                                  on 2000/10/16  07:52:49
34106         Log: integrate changes#6176,6177,6178,6182 from cfgperl
34107              
34108              Single-quoted utf8 patch from Simon Cozens.
34109              
34110              Substitution utf8 patch from Simon Cozens.
34111              
34112              Be cleaner.
34113              
34114              Be Cleaner Part Deux.
34115      Branch: maint-5.6/perl
34116           !> Makefile.SH pp_hot.c toke.c
34117 ____________________________________________________________________________
34118 [  7330] By: gsar                                  on 2000/10/16  07:41:36
34119         Log: integrate change#6172 from mainline
34120              
34121              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34122              (from Ilya Zakharevich)
34123      Branch: maint-5.6/perl
34124           !> regexec.c t/op/re_tests
34125 ____________________________________________________________________________
34126 [  7329] By: gsar                                  on 2000/10/16  07:40:25
34127         Log: integrate change#6171 from mainline
34128              
34129              scalar() doesn't force scalar context when used in void context
34130              (from Simon Cozens)
34131      Branch: maint-5.6/perl
34132           !> op.c t/op/wantarray.t
34133 ____________________________________________________________________________
34134 [  7328] By: gsar                                  on 2000/10/16  07:39:33
34135         Log: integrate change#6170 from mainline
34136              
34137              change#6142 needs tweaks to tests to work where there's no
34138              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34139      Branch: maint-5.6/perl
34140           !> t/lib/filefind.t
34141 ____________________________________________________________________________
34142 [  7327] By: gsar                                  on 2000/10/16  07:35:34
34143         Log: integrate changes#6166..6168 from cfgperl
34144              
34145              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34146              in case somebody wants to write an extension for more
34147              shadow database interfaces.
34148              
34149              tweak todo
34150              
34151              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34152      Branch: maint-5.6/perl
34153           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34154           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
34155           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
34156           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34157           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34158           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34159 ____________________________________________________________________________
34160 [  7326] By: gsar                                  on 2000/10/16  07:29:05
34161         Log: integrate changes#6157,6159..6161,6164 from cfgperl
34162              
34163              Regen Configure to jive with #6149.
34164              
34165              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
34166              
34167              Changes for the File::Temp 0.08 (change #6159) test suite
34168              to fit better into the Perl distribution test framework.
34169              
34170              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
34171              both from Simon Cozens.
34172              
34173              detypo
34174      Branch: maint-5.6/perl
34175           +> pod/perlmodlib.PL pod/perlnewmod.pod
34176           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
34177           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
34178           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34179           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34180 ____________________________________________________________________________
34181 [  7325] By: gsar                                  on 2000/10/16  07:25:13
34182         Log: integrate change#6158 from vmsperl
34183              
34184              Add fallback to tmpfile for use in cases where user's relying on
34185              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
34186              Lane's patch)
34187      Branch: maint-5.6/perl
34188           !> vms/vms.c vms/vmsish.h
34189 ____________________________________________________________________________
34190 [  7324] By: gsar                                  on 2000/10/16  07:20:50
34191         Log: integrate changes#6153..6155 from mainline
34192              
34193              prettier Test::Harness output on failed tests (from Nicholas Clark
34194              <nick@Bagpuss.uk.boo.com>)
34195              
34196              avoid type mismatch warning
34197              
34198              small bug in change#6144; remove random \xA0 character that snuck
34199              in via change#6145
34200      Branch: maint-5.6/perl
34201           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
34202           !> perl.c
34203 ____________________________________________________________________________
34204 [  7323] By: gsar                                  on 2000/10/16  07:18:47
34205         Log: integrate changes#6151,6152 from mainline
34206              
34207              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
34208              
34209              cosmetic fixups of RE debug output (from Ilya Zakharevich)
34210      Branch: maint-5.6/perl
34211           !> regexec.c
34212 ____________________________________________________________________________
34213 [  7322] By: gsar                                  on 2000/10/16  07:17:25
34214         Log: integrate changes#6146..6150 from mainline
34215              
34216              doc typo
34217              
34218              add a make entry to Config.pm so "perl -V:make" works on VMS
34219              (from Peter Prymmer)
34220              
34221              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
34222              
34223              OS/2 tweaks for usethreads build (from Rocco Caputo
34224              <troc@netrus.net>)
34225              
34226              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
34227      Branch: maint-5.6/perl
34228           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
34229           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
34230           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
34231           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
34232           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
34233           !> warnings.pl x2p/a2p.h
34234 ____________________________________________________________________________
34235 [  7321] By: gsar                                  on 2000/10/16  07:14:02
34236         Log: integrate changes#6143..6145 from mainline
34237              
34238              MacOS support, part 1 (from Matthias Neeracher
34239              <neeri@iis.ee.ethz.ch>)
34240              
34241              MacOS support, part 2: make AutoSplit use File::Spec instead
34242              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
34243              <neeri@iis.ee.ethz.ch>)
34244              
34245              make xsubpp skip embedded pod (from Matthias Neeracher
34246              <neeri@iis.ee.ethz.ch>)
34247      Branch: maint-5.6/perl
34248           +> ext/DynaLoader/dl_mac.xs
34249           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
34250           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34251           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
34252           !> pp_ctl.c proto.h toke.c util.c util.h
34253 ____________________________________________________________________________
34254 [  7320] By: gsar                                  on 2000/10/16  07:12:13
34255         Log: integrate changes#6141,6142 from mainline
34256              
34257              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
34258              forwarded by Peter Seebach from the bsdi-users mailing list.
34259              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
34260              
34261              File::Find fails to chdir when chasing symlinks (from
34262              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34263      Branch: maint-5.6/perl
34264           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
34265 ____________________________________________________________________________
34266 [  7319] By: gsar                                  on 2000/10/16  07:04:30
34267         Log: integrate change#6139 from mainline
34268              
34269              revise mktables.PL for bugs and newness in Unicode 3.0
34270              (from James Bence <jbence@amgen.com>)
34271      Branch: maint-5.6/perl
34272           +> (branch 30 files)
34273           !> (integrate 49 files)
34274 ____________________________________________________________________________
34275 [  7318] By: gsar                                  on 2000/10/16  07:01:01
34276         Log: integrate changes#6137,6138 from mainline
34277              
34278              fix bogus redeclaration warning for "our" variables in different
34279              scopes
34280              
34281              add note about the handling of negative indices to tied arrays
34282              (from Michael G Schwern <schwern@pobox.com>)
34283      Branch: maint-5.6/perl
34284           !> op.c pod/perltie.pod t/pragma/strict-vars
34285 ____________________________________________________________________________
34286 [  7317] By: gsar                                  on 2000/10/16  06:58:46
34287         Log: integrate changes#6127..6136 from mainline
34288              
34289              call_method(...,G_EVAL) can longjmp() out if the method probing
34290              failed (from Gisle Aas)
34291              
34292              new perlxstut example for passing/returning refs to arrays
34293              (from David Lowe <dlowe@pootpoot.com>)
34294              
34295              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
34296              
34297              fix places that mean C<"word" character> but say C<alphanumeric
34298              character>
34299              
34300              avoid warnings in POSIX.pm (from Barrie Slaymaker)
34301              
34302              warnings::enabled() doesn't fall back to looking at $^W if
34303              caller isn't using lexical warnings (from Paul Marquess)
34304              
34305              elide bogus test in change#6132
34306              
34307              make Test::Harness use wait.h/WCOREDUMP if available
34308              (from Ben Tilly <ben_tilly@hotmail.com>)
34309              
34310              enable Test::Harness to dynamically determine column width etc.
34311              (from Rob Napier <rnapier@employees.org>)
34312              
34313              random pod typos (from Peter Scott <Peter@PSDT.com>)
34314      Branch: maint-5.6/perl
34315           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
34316           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
34317           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
34318           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
34319 ____________________________________________________________________________
34320 [  7316] By: gsar                                  on 2000/10/16  06:53:23
34321         Log: integrate change#6126 from mainline
34322              
34323              change#2879 broke rvalue autovivification of magicals such as
34324              ${$num} (reworked variant of patch suggested by Simon Cozens)
34325      Branch: maint-5.6/perl
34326           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
34327           !> pp_hot.c proto.h t/op/gv.t
34328 ____________________________________________________________________________
34329 [  7315] By: gsar                                  on 2000/10/16  06:51:38
34330         Log: integrate changes#6123,6125 from mainline
34331              
34332              clarify gotcha with #line directives (from Rocco Caputo
34333              <troc@netrus.net>)
34334              
34335              enable propagating exception objects via Perl_croak() in XS code
34336              (from Gisle Aas)
34337      Branch: maint-5.6/perl
34338           !> pod/perldebug.pod pod/perlsyn.pod util.c
34339 ____________________________________________________________________________
34340 [  7314] By: gsar                                  on 2000/10/16  06:49:28
34341         Log: integrate change#6122 from mainline
34342              
34343              downgrade fatal error on C<"foo@nosucharray.com"> to optional
34344              warning (from Mark-Jason Dominus)
34345      Branch: maint-5.6/perl
34346           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
34347           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
34348           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
34349           !> toke.c
34350 ____________________________________________________________________________
34351 [  7313] By: gsar                                  on 2000/10/16  06:46:54
34352         Log: integrate changes#6112..6121 from vmsperl
34353              
34354              Check for existence of file before trying to delete
34355              
34356              Ugly workaround for version-specific RTL error
34357              
34358              Urk -- undo previous removal of vmsish 'exit' change
34359              
34360              Add bounds checking for several strings (Charles Lane)
34361              
34362              Miscellaneous cosmetic fixes (Charles Lane)
34363              
34364              Treat sockets as special in sys(read|write) (Charles Lane et al.)
34365              
34366              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
34367              Flatten case labels in switch statements uniformly (Charles Bailey)
34368              
34369              Quiet error messages in vmsish.t (Charles Lane)
34370              
34371              Add missing escape (Charles Lane)
34372              
34373              Allow eliminate_macros() and fixpath() to handle space-delimited
34374              lists (based on fixes by Craig Berry)
34375      Branch: maint-5.6/perl
34376           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
34377           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
34378           !> vms/vmsish.h
34379 ____________________________________________________________________________
34380 [  7312] By: gsar                                  on 2000/10/16  06:41:18
34381         Log: integrate changes#6107,6110 from cfgperl
34382              
34383              Tweak the todo list.
34384              
34385              todo tweak
34386      Branch: maint-5.6/perl
34387           !> Todo-5.6
34388 ____________________________________________________________________________
34389 [  7311] By: gsar                                  on 2000/10/16  06:38:38
34390         Log: integrate changes#6104,6108 from mainline
34391              
34392              PL_sys_intern was being initialized too late on windows
34393              
34394              reenable fake signal handling on Windows, bugs and all
34395      Branch: maint-5.6/perl
34396           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
34397           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
34398           !> win32/win32.c
34399 ____________________________________________________________________________
34400 [  7310] By: gsar                                  on 2000/10/16  06:36:03
34401         Log: integrate changes#6095,6097..6103 from cfgperl
34402              
34403              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
34404              might be useful in future.
34405              
34406              Add a note about possible compilation problems from Allen Smith.
34407              
34408              Add a note about other, yet unsupported, shadow password APIs.
34409              
34410              Tweaks for the cc bugs from Allen Smith.
34411              
34412              More compilation tweakery from Allen Smith.
34413              
34414              Hints and test tweaks for Unicos.
34415              
34416              The test suite tweak in #6101 wasn't quite right.
34417              
34418              Test tweaking for Unicos continues.
34419      Branch: maint-5.6/perl
34420           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34421           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
34422           !> t/lib/complex.t t/op/64bitint.t
34423 ____________________________________________________________________________
34424 [  7309] By: gsar                                  on 2000/10/16  06:29:41
34425         Log: integrate changes#6093,6094 from mainline
34426              
34427              fork() failure to create pseudo process sets errno=EAGAIN and returns
34428              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
34429              
34430              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
34431      Branch: maint-5.6/perl
34432           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
34433           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
34434 ____________________________________________________________________________
34435 [  7308] By: gsar                                  on 2000/10/16  06:27:29
34436         Log: integrate change#6092 from cfgperl
34437              
34438              Regen perltoc with the fixed buildtoc.
34439      Branch: maint-5.6/perl
34440           !> pod/perltoc.pod
34441 ____________________________________________________________________________
34442 [  7307] By: gsar                                  on 2000/10/16  06:26:40
34443         Log: integrate changes#6089,6090 from mainline
34444              
34445              buildtoc tweak to fix newline lossage
34446              
34447              concat doesn't preserve utf8-ness, and doesn't invalidate
34448              [NI]OK; added tests for both
34449      Branch: maint-5.6/perl
34450           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
34451 ____________________________________________________________________________
34452 [  7306] By: gsar                                  on 2000/10/16  06:24:05
34453         Log: integrate change#6088 from cfgperl
34454              
34455              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
34456              because we do not use those.  The HAS_GETSPNAM remains,
34457              though, because we still do use that.
34458      Branch: maint-5.6/perl
34459           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34460           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
34461           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
34462           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34463           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34464           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
34465 ____________________________________________________________________________
34466 [  7305] By: gsar                                  on 2000/10/16  06:15:52
34467         Log: integrate changes#6084,6085,6087 from mainline
34468              
34469              substr() does not preserve utf8-ness (from Stefan Eissing
34470              <Eissing@medicaldataservice.de>); added tests
34471              
34472              repeat operator (x) doesn't preserve utf8-ness
34473              
34474              reverse() and quotemeta() weren't preserving utf8-ness; add tests
34475      Branch: maint-5.6/perl
34476           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
34477 ____________________________________________________________________________
34478 [  7304] By: gsar                                  on 2000/10/16  06:13:10
34479         Log: integrate changes#6077..6083 from mainline
34480              
34481              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
34482              and Tom Phoenix)
34483              
34484              workaround for CRT bug in chdir() (from Charles Lane, via
34485              Peter Prymmer)
34486              
34487              remove outdated kludge in Carp (NULLs are permitted in diagnostics
34488              now)
34489              
34490              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
34491              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34492              
34493              better default perlbug categories for ok reports (from Richard Foley)
34494              
34495              peek.t non-portable to ithreads
34496              
34497              note about undocumented caller() return value (from M.J.T. Guy);
34498              yet another peek.t tweak
34499      Branch: maint-5.6/perl
34500           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34501           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34502           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
34503           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
34504           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
34505           !> vms/vmsish.h
34506 ____________________________________________________________________________
34507 [  7303] By: gsar                                  on 2000/10/16  06:03:18
34508         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
34509              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
34510              
34511              &HUGE_VAL is not defined, it exists.
34512              
34513              Do not warn that an infinity does not look like a number.
34514              
34515              Rewrite the pwent/spent logic to be a little bit more clearer.
34516              
34517              Continue on the pwent/spent case.
34518              
34519              Correct Freudian slip.
34520              
34521              Use HUGE_VALL if applicable.
34522              
34523              pwent/spent #ifdef imbalance.
34524              
34525              Infinite problems.
34526              
34527              Call getspnam() only iff needd.
34528              
34529              Test both the scalar and list contexts.
34530              
34531              Use setxxent()/endxxent().
34532              
34533              Complex tweakery.
34534              
34535              Unicos hint tweak.
34536              
34537              Be more forgiving in POSIX about HUGE_VALL.
34538              
34539              Detypo.
34540              
34541              The search of infinity continues, this time simplified.
34542              
34543              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
34544              in natively 64-bit platforms where a long is a quad (no need
34545              for long longs).  Also added bias for IVs.
34546              
34547              Complex tweaks.
34548              
34549              Introduce t/lib/peek.t.
34550              
34551              Make the test more portable.
34552      Branch: maint-5.6/perl
34553           +> t/lib/peek.t
34554            ! pp_sys.c
34555           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
34556           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
34557           !> t/op/pwent.t toke.c util.c
34558 ____________________________________________________________________________
34559 [  7302] By: gsar                                  on 2000/10/16  05:03:37
34560         Log: integrate changes#6066..6071 from mainline
34561              
34562              s/END/CHECK/
34563              
34564              replace direct call to sighandler() with (*PL_sighandlerp)()
34565              
34566              note about values()
34567              
34568              File::Spec compatibility update (from Barrie Slaymaker
34569              <barries@slaysys.com>)
34570              
34571              remove misleading comment (from M.J.T. Guy)
34572              
34573              misformatted perllocal.pod (from Tim Jenness
34574              <t.jenness@jach.hawaii.edu>)
34575      Branch: maint-5.6/perl
34576           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
34577           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34578           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
34579           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
34580 ____________________________________________________________________________
34581 [  7301] By: gsar                                  on 2000/10/16  05:00:08
34582         Log: integrate changes#6061..6063 from mainline
34583              
34584              change#5921 neglected to make eq honor "use bytes"
34585              
34586              additional tests for utf8.t
34587              
34588              tokeq() could read unallocated field in argument
34589      Branch: maint-5.6/perl
34590           !> sv.c t/pragma/utf8.t toke.c
34591 ____________________________________________________________________________
34592 [  7300] By: gsar                                  on 2000/10/16  04:56:54
34593         Log: integrate changes#6046,6048,6057,6058 from mainline
34594              
34595              libscheck has insufficient checks for n32 libs (from
34596              Albert Chin-A-Young <china@thewrittenword.com>)
34597              
34598              add note about how $( doesn't interpolate in REs (from
34599              Philip Newton <newton@ficus.frogspace.net>)
34600              
34601              fix broken parsing of /\x{ab}/
34602              
34603              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
34604              (spotted by Donald Kinzer <dkinzer@premia.com>)
34605      Branch: maint-5.6/perl
34606           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
34607           !> t/pragma/utf8.t
34608 ____________________________________________________________________________
34609 [  7299] By: gsar                                  on 2000/10/16  04:52:50
34610         Log: integrate change#6044 from mainline
34611              
34612              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
34613              such that underscores are only ignored in literal numbers,
34614              "\x{...}", and hex/oct argument
34615      Branch: maint-5.6/perl
34616           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
34617 ____________________________________________________________________________
34618 [  7298] By: gsar                                  on 2000/10/16  04:50:53
34619         Log: integrate changes#6027..6043 from mainline
34620              
34621              podlators-1.02 update (from Russ Allbery)
34622              
34623              Pod::Man generates groff-incompatible macro definition (from
34624              Tom Christiansen)
34625              
34626              add CGI.pm v2.66 (from Lincoln Stein)
34627              
34628              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
34629              for @- and @+ (from Johan Vromans)
34630              
34631              small nits in diagnostics.pm (from Robin Barker)
34632              
34633              whitespace adjustments
34634              
34635              missing files in MANIFEST
34636              
34637              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
34638              to compensate
34639              
34640              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
34641              
34642              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
34643      Branch: maint-5.6/perl
34644           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
34645           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
34646           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
34647           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
34648           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
34649           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
34650           !> t/lib/cgi-html.t t/lib/cgi-request.t
34651 ____________________________________________________________________________
34652 [  7297] By: gsar                                  on 2000/10/16  04:44:30
34653         Log: integrate change#6025 from mainline
34654              
34655              Is{Alnum,Alpha,Word} don't match titlecase
34656              TODO: IsSpace is defined recursively!
34657              (both spotted by Larry)
34658      Branch: maint-5.6/perl
34659           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
34660           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
34661 ____________________________________________________________________________
34662 [  7296] By: gsar                                  on 2000/10/16  04:39:30
34663         Log: integrate change#6023 from mainline
34664              
34665              debugger stomps on $. (from M.J.T. Guy)
34666      Branch: maint-5.6/perl
34667           !> lib/perl5db.pl
34668 ____________________________________________________________________________
34669 [  7295] By: gsar                                  on 2000/10/16  04:38:02
34670         Log: integrate change#6022 from mainline
34671              
34672              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
34673      Branch: maint-5.6/perl
34674           !> sv.c
34675 ____________________________________________________________________________
34676 [  7294] By: gsar                                  on 2000/10/16  04:37:05
34677         Log: integrate changes#6018..6021 from mainline
34678              
34679              make lib/syslog.t portable to systems that don't have _PATH_LOG,
34680              make _PATH_LOG() return "" if unavailable
34681              
34682              windows portability tweaks
34683              
34684              test tweak
34685              
34686              remove Win2K issue in pod (fixed by change#6020)
34687      Branch: maint-5.6/perl
34688           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
34689           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
34690           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
34691 ____________________________________________________________________________
34692 [  7293] By: gsar                                  on 2000/10/16  04:20:00
34693         Log: integrate changes#6013..6015 from mainline
34694              
34695              tweak change#5945 to display correct switch name in diagnostic
34696              
34697              glob() loading File::Glob behind the scenes may cause syntax errors
34698              
34699              tweak test for portability
34700      Branch: maint-5.6/perl
34701           !> op.c perl.c pod/perldiag.pod t/lib/b.t
34702 ____________________________________________________________________________
34703 [  7292] By: gsar                                  on 2000/10/16  04:18:11
34704         Log: integrate changes#6005..6010 from mainline, cfgperl
34705              
34706              perldoc might fail via "use blib" (from Hugo van der Sanden)
34707              
34708              Regen Configure.
34709              
34710              note about compile failures and END blocks (from M.J.T. Guy)
34711              
34712              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
34713              
34714              (change#6009 integrated earlier in change#7255)
34715              
34716              clarify note about shadow password support (from
34717              gellyfish@gellyfish.com)
34718      Branch: maint-5.6/perl
34719           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34720           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
34721           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
34722 ____________________________________________________________________________
34723 [  7291] By: gsar                                  on 2000/10/16  04:12:03
34724         Log: integrate changes#6002,6003 from mainline
34725              
34726              destructive sv_setsv() can lose UV-ness from source, causing
34727              numeric promotions/comparisons to fail to do the right thing
34728              
34729              allow REG_EXPAND_SZ keys in Windows registry (from
34730              John Clayton <John.Clayton@barclayscapital.com>)
34731      Branch: maint-5.6/perl
34732           !> sv.c win32/win32.c
34733 ____________________________________________________________________________
34734 [  7290] By: gsar                                  on 2000/10/16  04:10:19
34735         Log: integrate change#6001 from mainline
34736              
34737              support additional library locations via $Config{otherlibdirs}
34738              (from Andy Dougherty)
34739      Branch: maint-5.6/perl
34740           !> Configure INSTALL Porting/Glossary Porting/config.sh
34741           !> Porting/config_H config_h.SH epoc/config.sh perl.c
34742           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
34743           !> win32/config.bc win32/config.gc win32/config.vc
34744 ____________________________________________________________________________
34745 [  7289] By: gsar                                  on 2000/10/16  04:08:28
34746         Log: integrate change#5999 from mainline
34747              
34748              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
34749      Branch: maint-5.6/perl
34750           !> t/pragma/warn/toke toke.c
34751 ____________________________________________________________________________
34752 [  7288] By: gsar                                  on 2000/10/16  04:07:01
34753         Log: integrate changes#5997,5998 from cfgperl
34754              
34755              Preserve $!.
34756              
34757              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
34758      Branch: maint-5.6/perl
34759           !> lib/Math/Complex.pm
34760 ____________________________________________________________________________
34761 [  7287] By: gsar                                  on 2000/10/16  04:04:37
34762         Log: integrate change#5995 from mainline
34763              
34764              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
34765      Branch: maint-5.6/perl
34766           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
34767 ____________________________________________________________________________
34768 [  7286] By: gsar                                  on 2000/10/16  04:03:21
34769         Log: integrate change#5994 from mainline
34770              
34771              fix for missed accounting for null byte in pack("Z",...) (from
34772              M.J.T. Guy)
34773      Branch: maint-5.6/perl
34774           !> pp.c t/op/pack.t
34775 ____________________________________________________________________________
34776 [  7285] By: gsar                                  on 2000/10/16  04:02:11
34777         Log: integrate changes#5989..5993 from mainline
34778              
34779              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
34780              itself and no other (from Tom Hughes)
34781              
34782              use $ENV{LIB} to search for libs under Visual C compiler
34783              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
34784              
34785              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
34786              
34787              pod nit (from Simon Cozens)
34788              
34789              various minor tweaks seen on p5p
34790      Branch: maint-5.6/perl
34791           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
34792           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
34793           !> t/op/array.t toke.c
34794 ____________________________________________________________________________
34795 [  7284] By: gsar                                  on 2000/10/16  03:59:00
34796         Log: integrate changes#5978..5988 from mainline
34797              
34798              sync version numbers in File::Spec with the ones on CPAN
34799              (from Barrie Slaymaker)
34800              
34801              under useithreads, constant pad entries could inadvertantly be
34802              shared across threads (from Eric Blood <eblood@xmission.com>);
34803              added Eric's test case to testsuite
34804              
34805              allow Configure -S to run non-interactively (spotted by Greg Hudson
34806              <ghudson@mit.edu>)
34807              
34808              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
34809              prototype mismatch with CORE::glob(); update pod and tests to
34810              suit (File::Glob::glob() is still available for backward
34811              compatibility, but should be considered deprecated)
34812              
34813              avoid error in IO::Socket::INET when given an unknown service name
34814              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
34815              
34816              numeric conversion of non-number in change#3378 tramples on
34817              OOK offset, causing segfaults
34818              
34819              attributes::reftype() doesn't work on tied argument
34820              
34821              forked child may not exit correctly if it failed to open
34822              /dev/console (from Graham Barr)
34823              
34824              add regular expressions tutorial and quick-start guide (from
34825              Mark Kvale <kvale@phy.ucsf.edu>)
34826              
34827              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
34828              
34829              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
34830              <paul@miraclefish.com>)
34831      Branch: maint-5.6/perl
34832           +> pod/perlrequick.pod pod/perlretut.pod
34833           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
34834           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
34835           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
34836           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
34837           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34838           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34839           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
34840           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
34841 ____________________________________________________________________________
34842 [  7283] By: gsar                                  on 2000/10/16  03:52:14
34843         Log: integrate change#5977 from mainline
34844              
34845              autoquote barewords followed by newline and arrow properly
34846              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
34847      Branch: maint-5.6/perl
34848           !> t/pragma/warn/toke toke.c
34849 ____________________________________________________________________________
34850 [  7282] By: gsar                                  on 2000/10/16  03:50:48
34851         Log: integrate change#5976 from mainline
34852              
34853              DB_File v1.73 update (from Paul Marquess)
34854      Branch: maint-5.6/perl
34855           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
34856           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
34857 ____________________________________________________________________________
34858 [  7281] By: gsar                                  on 2000/10/16  03:49:14
34859         Log: integrate change#5975 from mainline
34860              
34861              allow sort() reentrancy (variant of patch suggested by
34862              Hugo van der Sanden)
34863      Branch: maint-5.6/perl
34864           !> pp_ctl.c t/op/sort.t
34865 ____________________________________________________________________________
34866 [  7280] By: gsar                                  on 2000/10/16  03:48:22
34867         Log: integrate change#5974 from mainline
34868              
34869              change#4197 somehow missed initializing PL_errors, meaning
34870              syntax error queueing wasn't working outside eval"" at all;
34871              also fixed eval"" to localize PL_error_count, so that compile-time
34872              eval's don't clobber the error state of the outer context
34873      Branch: maint-5.6/perl
34874           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
34875           !> t/pragma/warn/toke
34876 ____________________________________________________________________________
34877 [  7279] By: gsar                                  on 2000/10/16  03:46:21
34878         Log: integrate change#5973 from mainline
34879              
34880              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
34881      Branch: maint-5.6/perl
34882           !> regcomp.c regexec.c t/op/re_tests
34883 ____________________________________________________________________________
34884 [  7278] By: gsar                                  on 2000/10/16  03:44:54
34885         Log: integrate change#5971 from cfgperl
34886              
34887              Unicos tweaks from Mark P. Lutz.
34888      Branch: maint-5.6/perl
34889           !> hints/unicos.sh lib/Math/Complex.pm
34890 ____________________________________________________________________________
34891 [  7277] By: gsar                                  on 2000/10/16  03:42:59
34892         Log: integrate changes#5966..5970 from mainline
34893              
34894              add testsuite for B backends, fix bug in B::Deparse (from
34895              Simon Cozens <simon@brecon.co.uk>)
34896              
34897              improved docs on the warn_uninit diagnostic (from David Glasser
34898              and Simon Cozens)
34899              
34900              tolerate spaces in group names in test on solaris (from David Boyce
34901              <dsb@boyski.com>)
34902              
34903              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
34904              
34905              Data::Dumper fumbles negative numbers on 32-bit platforms where
34906              IV is >32bits
34907      Branch: maint-5.6/perl
34908           +> t/lib/b.t t/lib/syslog.t
34909           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
34910           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
34911           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
34912 ____________________________________________________________________________
34913 [  7276] By: gsar                                  on 2000/10/16  03:39:30
34914         Log: integrate change#5965 from mainline
34915              
34916              avoid "will not stay shared" warnings for our variables (from
34917              Robin Barker)
34918      Branch: maint-5.6/perl
34919           !> op.c t/pragma/warn/op
34920 ____________________________________________________________________________
34921 [  7275] By: gsar                                  on 2000/10/16  03:38:18
34922         Log: integrate change#5964 from mainline
34923              
34924              reformat to 72 columns (again)
34925      Branch: maint-5.6/perl
34926           !> pod/perldiag.pod
34927 ____________________________________________________________________________
34928 [  7274] By: gsar                                  on 2000/10/16  03:36:58
34929         Log: integrate change#5963 from mainline
34930              
34931              patch from Larry to make (\&) prototype work; added tests for
34932              the same
34933      Branch: maint-5.6/perl
34934           !> op.c t/comp/proto.t
34935 ____________________________________________________________________________
34936 [  7273] By: gsar                                  on 2000/10/16  03:35:51
34937         Log: integrate changes#5956..5962 from mainline
34938              
34939              better diagnostics on failed tests (from Ilya Zakharevich)
34940              
34941              pod nits (from A. C. Yardley <yardley@tanet.net>)
34942              
34943              change#3569 deleted some essential code, revert; avoid use of
34944              atexit() to make DynaLoader work properly on AIX under mod_perl
34945              (from Jens-Uwe Mager <jum@helios.de>)
34946              
34947              doubled words in pods (from Simon Cozens
34948              <simon.p.cozens@jp.pwcglobal.com>)
34949              
34950              better INSTALL notes on Solaris issues (from Dominic Dunlop)
34951              
34952              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
34953              
34954              updated README.hpux (from Jeff Okamoto)
34955      Branch: maint-5.6/perl
34956           !> INSTALL README.hpux emacs/cperl-mode.el
34957           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
34958           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
34959           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
34960           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
34961           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
34962           !> t/op/lex_assign.t
34963 ____________________________________________________________________________
34964 [  7272] By: gsar                                  on 2000/10/16  03:31:22
34965         Log: integrate change#5955 from mainline
34966              
34967              longstanding bug exposed by change#3307: sort arguments weren't
34968              compiled with the right wantarray context (ensuing runtime lookup
34969              via block_gimme() was getting the incidental context of the
34970              sort() itself)
34971      Branch: maint-5.6/perl
34972           !> op.c t/op/sort.t
34973 ____________________________________________________________________________
34974 [  7271] By: gsar                                  on 2000/10/16  03:29:11
34975         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
34976              branch
34977              
34978              Flatten the cpp jungle doing the nosuid checking.
34979              
34980              Do not assume sign propagation. (from M.J.T. Guy)
34981              
34982              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
34983              
34984              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
34985              Now pp_ncmp() returns undef is either operand is a NaN.
34986              
34987              On second thoughts frexp() does have two arguments.
34988              
34989              Document that tr() is not tr(1).
34990              
34991              Be more robust on "extreme" (large absolute value)
34992              arguments.  Originally reported by Daniel Connelly
34993              as a problem with asinh() on large negative arguments,
34994              asinh() used to bail out because an argument to log()
34995              ended up being zero.  Ilya Zakharevich proposed using
34996              Taylor's series in such cases, which for such large
34997              arguments is a very good approximation.
34998              
34999              Undo "use integer" addition from 64bitint as it seems
35000              to break most of the subtests in Digital UNIX;
35001              Unicos needs to find another way.
35002      Branch: maint-5.6/perl
35003           !> (integrate 29 files)
35004 ____________________________________________________________________________
35005 [  7270] By: gsar                                  on 2000/10/16  03:09:44
35006         Log: integrate changes#5948,5949,5950 from mainline
35007              
35008              typo in vars.pm that leads to cryptic message (from Piotr
35009              Piatkowski <kompas@kompas.usr.onet.pl>)
35010              
35011              make perldoc use the pod2man from the same version (from
35012              M.J.T. Guy)
35013              
35014              reformat perldiag to avoid long lines
35015      Branch: maint-5.6/perl
35016           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
35017 ____________________________________________________________________________
35018 [  7269] By: gsar                                  on 2000/10/16  03:05:54
35019         Log: integrate change#5947 from mainline
35020              
35021              use &dl_error rather than &dl_load_file as the guard for calling
35022              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35023              statically built perl)
35024      Branch: maint-5.6/perl
35025           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35026 ____________________________________________________________________________
35027 [  7268] By: gsar                                  on 2000/10/16  03:04:48
35028         Log: integrate change#5945 from mainline
35029              
35030              make module name mandatory after -M switch; reorder perldiag
35031              alphabetically (from Mark-Jason Dominus)
35032      Branch: maint-5.6/perl
35033           !> perl.c pod/perldiag.pod
35034 ____________________________________________________________________________
35035 [  7267] By: gsar                                  on 2000/10/16  03:03:01
35036         Log: integrate change#5939 from mainline
35037              
35038              more pod nits (from Larry Virden)
35039      Branch: maint-5.6/perl
35040           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
35041           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35042           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35043 ____________________________________________________________________________
35044 [  7266] By: gsar                                  on 2000/10/16  03:01:39
35045         Log: integrate change#5938 from mainline
35046              
35047              Consolidated B::Deparse fixes (from Stephen McCamant)
35048      Branch: maint-5.6/perl
35049           !> ext/B/B/Deparse.pm
35050 ____________________________________________________________________________
35051 [  7265] By: gsar                                  on 2000/10/16  03:00:43
35052         Log: integrate change#5936 from mainline
35053              
35054              additional tests for change#7263 (from Paul Marquess)
35055      Branch: maint-5.6/perl
35056           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35057           !> t/pragma/warn/5nolint t/pragma/warn/6default
35058 ____________________________________________________________________________
35059 [  7264] By: gsar                                  on 2000/10/16  02:58:34
35060         Log: integrate change#5934 from mainline
35061              
35062              propagate lexical warnings from surrounding scope correctly
35063              within string eval() (from Paul Marquess)
35064      Branch: maint-5.6/perl
35065           !> pp_ctl.c t/pragma/warn/pp_ctl
35066 ____________________________________________________________________________
35067 [  7263] By: gsar                                  on 2000/10/16  02:56:53
35068         Log: integrate change#5932 from mainline
35069              
35070              add rsignal(), whichsig() and do_join() to public API list
35071              (mod_perl uses them to good advantage)
35072      Branch: maint-5.6/perl
35073           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
35074 ____________________________________________________________________________
35075 [  7262] By: gsar                                  on 2000/10/16  02:55:53
35076         Log: integrate change#5931 from mainline
35077              
35078              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
35079      Branch: maint-5.6/perl
35080           !> pp_hot.c regexec.c t/op/pat.t
35081 ____________________________________________________________________________
35082 [  7261] By: gsar                                  on 2000/10/16  02:55:01
35083         Log: integrate change#5930 from mainline
35084              
35085              small os390 tweaks (from Peter Prymmer)
35086      Branch: maint-5.6/perl
35087           !> config_h.SH makedepend.SH
35088 ____________________________________________________________________________
35089 [  7260] By: gsar                                  on 2000/10/16  02:54:10
35090         Log: integrate change#5929 from mainline
35091              
35092              pod nits
35093      Branch: maint-5.6/perl
35094           !> pod/perlguts.pod
35095 ____________________________________________________________________________
35096 [  7259] By: gsar                                  on 2000/10/16  02:52:55
35097         Log: integrate change#5927 from mainline
35098              
35099              arrange for next() to resume at the unstack op rather than the
35100              loop conditional, so that scope cleanup happens correctly
35101              (from Stephen McCamant)
35102      Branch: maint-5.6/perl
35103           !> op.c pp_ctl.c t/op/misc.t
35104 ____________________________________________________________________________
35105 [  7258] By: gsar                                  on 2000/10/16  02:51:38
35106         Log: integrate change#5926 from mainline
35107              
35108              on windows, reserve 16M of stack rather than 128M (allows more
35109              threads to run concurrently)
35110      Branch: maint-5.6/perl
35111           !> win32/Makefile win32/makefile.mk
35112 ____________________________________________________________________________
35113 [  7257] By: gsar                                  on 2000/10/16  02:50:37
35114         Log: integrate change#5925 from mainline
35115              
35116              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
35117      Branch: maint-5.6/perl
35118           !> toke.c
35119 ____________________________________________________________________________
35120 [  7256] By: gsar                                  on 2000/10/16  02:49:36
35121         Log: integrate change#5924 from mainline
35122              
35123              avoid using uninitialized memory in require version check
35124      Branch: maint-5.6/perl
35125           !> pp_ctl.c universal.c
35126 ____________________________________________________________________________
35127 [  7255] By: gsar                                  on 2000/10/16  02:48:03
35128         Log: integrate changes#5923,5928,6009 from mainline
35129              
35130              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35131      Branch: maint-5.6/perl
35132           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35133 ____________________________________________________________________________
35134 [  7254] By: gsar                                  on 2000/10/16  02:44:46
35135         Log: integrate change#5922 from mainline
35136              
35137              commentary about IoTYPE() (from Nathan Torkington)
35138      Branch: maint-5.6/perl
35139           !> sv.h
35140 ____________________________________________________________________________
35141 [  7253] By: gsar                                  on 2000/10/16  02:43:49
35142         Log: integrate change#5921 from mainline
35143              
35144              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
35145      Branch: maint-5.6/perl
35146           !> sv.c t/lib/charnames.t t/pragma/utf8.t
35147 ____________________________________________________________________________
35148 [  7252] By: gsar                                  on 2000/10/16  02:42:31
35149         Log: integrate change#5920 from mainline
35150              
35151              Larry's fix for buggy propagation of utf8-ness in join(); add test
35152      Branch: maint-5.6/perl
35153           !> doop.c t/op/ver.t
35154 ____________________________________________________________________________
35155 [  7251] By: gsar                                  on 2000/10/16  02:41:14
35156         Log: integrate changes#5915..5919 from mainline
35157              
35158              various (pod tweaks &c)
35159      Branch: maint-5.6/perl
35160           !> (integrate 33 files)
35161 ____________________________________________________________________________
35162 [  7250] By: gsar                                  on 2000/10/16  02:38:16
35163         Log: integrate change#5914 from mainline
35164              
35165              caller() wasn't returning the right number of elements for
35166              eval {...}
35167      Branch: maint-5.6/perl
35168           !> pp_ctl.c t/pragma/warn/9enabled
35169 ____________________________________________________________________________
35170 [  7249] By: gsar                                  on 2000/10/16  02:37:02
35171         Log: integrate change#5913 from mainline
35172              
35173              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
35174              (from Mark-Jason Dominus)
35175      Branch: maint-5.6/perl
35176           !> pod/perlfunc.pod
35177 ____________________________________________________________________________
35178 [  7248] By: gsar                                  on 2000/10/16  02:35:58
35179         Log: integrate change#5912 from mainline
35180              
35181              fix totally broken caching in UNIVERSAL::isa() (from
35182              Nick Ing-Simmons)
35183      Branch: maint-5.6/perl
35184           !> t/op/universal.t universal.c
35185 ____________________________________________________________________________
35186 [  7247] By: gsar                                  on 2000/10/16  02:34:27
35187         Log: integrate changes#5910,5911 from mainline
35188              
35189              typo in pod
35190              
35191              add linebreak properties from unicode/LineBrk.txt (from
35192              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
35193      Branch: maint-5.6/perl
35194           +> (branch 29 files)
35195           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
35196 ____________________________________________________________________________
35197 [  7246] By: gsar                                  on 2000/10/16  02:33:29
35198         Log: integrate change#5909 from mainline
35199              
35200              mode argument to do_binmode() should be file mode, not boolean
35201      Branch: maint-5.6/perl
35202           !> pp_sys.c
35203 ____________________________________________________________________________
35204 [  7245] By: gsar                                  on 2000/10/16  02:31:04
35205         Log: integrate change#5908 from mainline
35206              
35207              introduce illegal symbols into null package so that
35208              gv_fetchpv(...,TRUE) always returns a valid GV even when the
35209              symbol is trapped by strictures (avoids coredumps)
35210      Branch: maint-5.6/perl
35211           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
35212           !> t/pragma/strict-vars
35213 ____________________________________________________________________________
35214 [  7244] By: jhi                                   on 2000/10/16  02:29:54
35215         Log: Subject: $Carp::ExportLevel confusion in Exporter
35216              From: "Ben Tilly" <ben_tilly@hotmail.com>
35217              Date: Sat, 14 Oct 2000 16:44:34 EDT
35218              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
35219      Branch: perl
35220            ! lib/Exporter/Heavy.pm
35221 ____________________________________________________________________________
35222 [  7243] By: jhi                                   on 2000/10/16  02:28:33
35223         Log: Subject: [PATCH perlguts.pod] Document offset hack
35224              From: Simon Cozens <simon@cozens.net>
35225              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
35226              Date: Sat, 14 Oct 2000 19:32:25 +0100
35227      Branch: perl
35228            ! pod/perlguts.pod
35229 ____________________________________________________________________________
35230 [  7242] By: gsar                                  on 2000/10/16  02:26:51
35231         Log: integrate changes#5905,5906,5907,6064 from mainline
35232              
35233              printf/sprintf didn't get quad types right under use64bitint
35234      Branch: maint-5.6/perl
35235           !> pp_sys.c sv.c t/op/64bitint.t
35236 ____________________________________________________________________________
35237 [  7241] By: jhi                                   on 2000/10/16  02:22:44
35238         Log: Subject: small pod patch
35239              From: Dan Boorstein <dan_boo@bellsouth.net>
35240              Date: Sat, 14 Oct 2000 14:29:24 -0400
35241              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
35242      Branch: perl
35243            ! pod/perlfaq7.pod pod/perlmod.pod
35244 ____________________________________________________________________________
35245 [  7240] By: jhi                                   on 2000/10/16  02:13:46
35246         Log: -w cleanup.
35247              
35248              Subject: Re: Problems with bleadperl 
35249              From: "Stephen P. Potter" <spp@ds.net>
35250              Date: Fri, 13 Oct 2000 13:32:49 -0400
35251              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
35252      Branch: perl
35253            ! t/pragma/overload.t
35254 ____________________________________________________________________________
35255 [  7239] By: jhi                                   on 2000/10/16  01:41:18
35256         Log: One more ~utf8 tweak.
35257      Branch: perl
35258            ! t/op/bop.t
35259 ____________________________________________________________________________
35260 [  7238] By: jhi                                   on 2000/10/16  01:34:14
35261         Log: Tweak the test of #7235.
35262      Branch: perl
35263            ! t/op/bop.t
35264 ____________________________________________________________________________
35265 [  7237] By: jhi                                   on 2000/10/16  01:25:04
35266         Log: Fix a couple of compiler-noted nits in #7235.
35267      Branch: perl
35268            ! pp.c
35269 ____________________________________________________________________________
35270 [  7236] By: jhi                                   on 2000/10/16  01:22:46
35271         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
35272      Branch: perl
35273            ! pp.c pp_hot.c
35274 ____________________________________________________________________________
35275 [  7235] By: jhi                                   on 2000/10/15  16:24:44
35276         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
35277              
35278              From: Simon Cozens <simon@cozens.net>
35279              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
35280              Date: Sat, 14 Oct 2000 20:52:13 +0100
35281              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
35282      Branch: perl
35283            ! pp.c t/op/bop.t utf8.h
35284 ____________________________________________________________________________
35285 [  7234] By: jhi                                   on 2000/10/15  15:19:29
35286         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
35287              The problem was that rx->minlen was in chars while pp_split()
35288              thought it would be in bytes. 
35289      Branch: perl
35290            ! pp.c t/pragma/utf8.t
35291 ____________________________________________________________________________
35292 [  7233] By: jhi                                   on 2000/10/14  20:24:24
35293         Log: Document FNCASE=y as discussed in the bug 20000902.009.
35294      Branch: perl
35295            ! README.dos
35296 ____________________________________________________________________________
35297 [  7232] By: jhi                                   on 2000/10/14  18:52:21
35298         Log: Add test for bug id 20000427.003 (which seems to have
35299              been fixed) (also duplicate as 20000427.004, though
35300              with a higher severity).  Move one utf8 from op/append
35301              to pragma/utf8, tag the tests with bug ids.
35302      Branch: perl
35303            ! t/op/append.t t/pragma/utf8.t
35304 ____________________________________________________________________________
35305 [  7231] By: jhi                                   on 2000/10/14  17:28:37
35306         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
35307      Branch: perl
35308            ! t/pragma/utf8.t
35309 ____________________________________________________________________________
35310 [  7230] By: jhi                                   on 2000/10/14  14:24:50
35311         Log: Needs to be conditional on SunOS 4.
35312              
35313              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
35314              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35315              Date: Sat, 14 Oct 2000 13:37:49 +0100
35316              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
35317      Branch: metaconfig/U/perl
35318            ! End.U
35319      Branch: perl
35320            ! Configure myconfig.SH pod/perldelta.pod
35321 ____________________________________________________________________________
35322 [  7229] By: jhi                                   on 2000/10/14  00:49:22
35323         Log: Update Changes.
35324      Branch: perl
35325            ! Changes patchlevel.h
35326 ____________________________________________________________________________
35327 [  7228] By: jhi                                   on 2000/10/14  00:46:10
35328         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
35329              From: Peter Prymmer <pvhp@forte.com>
35330              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
35331              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
35332      Branch: perl
35333            ! lib/utf8.pm
35334 ____________________________________________________________________________
35335 [  7227] By: jhi                                   on 2000/10/13  23:20:30
35336         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
35337      Branch: perl
35338            ! t/op/tie.t
35339 ____________________________________________________________________________
35340 [  7226] By: jhi                                   on 2000/10/13  22:14:32
35341         Log: Tweak #7225.
35342              
35343              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
35344              From: Peter Prymmer <pvhp@forte.com>
35345              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
35346              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
35347      Branch: perl
35348            ! t/op/sprintf.t
35349 ____________________________________________________________________________
35350 [  7225] By: jhi                                   on 2000/10/13  22:11:31
35351         Log: op/sprintf.t patch for OS/390 (and any other host with limited
35352              floating-point exponent length)
35353              
35354              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
35355              From: Dominic Dunlop <domo@computer.org>
35356              Date: Fri, 13 Oct 2000 19:17:57 +0200
35357              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
35358      Branch: perl
35359            ! t/op/sprintf.t
35360 ____________________________________________________________________________
35361 [  7224] By: jhi                                   on 2000/10/13  18:40:48
35362         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
35363      Branch: perl
35364            ! toke.c
35365 ____________________________________________________________________________
35366 [  7223] By: jhi                                   on 2000/10/13  18:37:13
35367         Log: Thinko in #7222.
35368      Branch: perl
35369            ! utf8.c
35370 ____________________________________________________________________________
35371 [  7222] By: jhi                                   on 2000/10/13  18:05:23
35372         Log: Use UTF8SKIP(), from Simon Cozens.
35373      Branch: perl
35374            ! utf8.c
35375 ____________________________________________________________________________
35376 [  7221] By: jhi                                   on 2000/10/13  15:43:19
35377         Log: (accidentally empty check-in)
35378      Branch: perl
35379            ! utf8.c
35380 ____________________________________________________________________________
35381 [  7220] By: jhi                                   on 2000/10/13  15:23:51
35382         Log: Add (optimistically) Storable to static extensions.
35383      Branch: perl
35384            ! hints/uwin.sh hints/vmesa.sh
35385 ____________________________________________________________________________
35386 [  7219] By: jhi                                   on 2000/10/13  15:20:05
35387         Log: Amdahl UTS doesn't seem to do dynaloading.
35388      Branch: perl
35389            ! hints/uts.sh
35390 ____________________________________________________________________________
35391 [  7218] By: jhi                                   on 2000/10/13  15:15:20
35392         Log: Slight tweak of the code to appease Amdahl UTS cc.
35393      Branch: perl
35394            ! pp.c
35395 ____________________________________________________________________________
35396 [  7217] By: jhi                                   on 2000/10/13  14:50:42
35397         Log: In Amdahl UTS "struct sv" is defined by a system header,
35398              <ksync.h>.
35399      Branch: perl
35400            ! perl.h sv.h
35401 ____________________________________________________________________________
35402 [  7216] By: jhi                                   on 2000/10/13  11:58:25
35403         Log: Ilya implemented the memory profiling API.
35404      Branch: perl
35405            ! Todo
35406 ____________________________________________________________________________
35407 [  7215] By: jhi                                   on 2000/10/13  02:56:38
35408         Log: Subject: [PATCH 5.7.0] Perl API for mstats
35409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35410              Date: Thu, 12 Oct 2000 22:52:40 -0400
35411              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
35412      Branch: perl
35413            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
35414 ____________________________________________________________________________
35415 [  7214] By: jhi                                   on 2000/10/13  02:55:38
35416         Log: Subject: [PATCH 5.7.0] IVs in mtats
35417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35418              Date: Thu, 12 Oct 2000 22:51:04 -0400
35419              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
35420      Branch: perl
35421            ! malloc.c perl.h
35422 ____________________________________________________________________________
35423 [  7213] By: jhi                                   on 2000/10/13  02:31:47
35424         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
35425      Branch: perl
35426            ! pod/perldiag.pod pp_sys.c
35427 ____________________________________________________________________________
35428 [  7212] By: jhi                                   on 2000/10/13  01:27:38
35429         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
35430              From: Peter Prymmer <pvhp@forte.com>
35431              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
35432              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
35433      Branch: perl
35434            ! t/op/oct.t
35435 ____________________________________________________________________________
35436 [  7211] By: jhi                                   on 2000/10/13  00:35:09
35437         Log: Update Changes.
35438      Branch: perl
35439            ! Changes patchlevel.h
35440 ____________________________________________________________________________
35441 [  7210] By: jhi                                   on 2000/10/12  23:59:40
35442         Log: The Install.pm third of
35443              
35444              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
35445              From: Bill Campbell <bill@celestial.com>
35446              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
35447              Date: Thu, 5 Oct 2000 18:04:51 -0700
35448      Branch: perl
35449            ! lib/ExtUtils/Install.pm
35450 ____________________________________________________________________________
35451 [  7209] By: jhi                                   on 2000/10/12  23:58:43
35452         Log: Two thirds of
35453              
35454              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
35455              Date: Thu, 5 Oct 2000 18:04:51 -0700
35456              From: Bill Campbell <bill@celestial.com>
35457              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
35458              
35459              The Install.pm changes will be submitted separately because
35460              they need some work and discussion still.
35461      Branch: perl
35462            ! lib/getopts.pl lib/termcap.pl
35463 ____________________________________________________________________________
35464 [  7208] By: jhi                                   on 2000/10/12  23:41:19
35465         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
35466              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35467              Date:     Thu, 12 Oct 2000 07:30:02 EDT
35468              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
35469      Branch: perl
35470            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
35471            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
35472 ____________________________________________________________________________
35473 [  7207] By: jhi                                   on 2000/10/12  23:39:01
35474         Log: An updated EBCDIC tr patch.
35475              
35476              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
35477              From: Peter Prymmer <pvhp@forte.com>
35478              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
35479              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
35480      Branch: perl
35481            ! t/op/tr.t
35482 ____________________________________________________________________________
35483 [  7206] By: jhi                                   on 2000/10/12  23:34:55
35484         Log: Upgrade to CPAN 1.58, from Andreas König.
35485      Branch: perl
35486            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35487 ____________________________________________________________________________
35488 [  7205] By: jhi                                   on 2000/10/12  23:29:08
35489         Log: Introduce the man[24-8] variables, from Andy Dougherty.
35490      Branch: metaconfig/U/perl
35491            + mandirs.U mandirstyle.U
35492      Branch: perl
35493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35494            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
35495            ! vos/config.h vos/config.pl vos/config_h.SH_orig
35496            ! win32/config.bc win32/config.gc win32/config.vc
35497 ____________________________________________________________________________
35498 [  7204] By: gsar                                  on 2000/10/12  18:11:24
35499         Log: restore change#7202
35500      Branch: perl
35501            ! mg.c
35502 ____________________________________________________________________________
35503 [  7203] By: gsar                                  on 2000/10/12  18:09:40
35504         Log: another test of the Emergency Broadcast System--back out 
35505              change#7202
35506      Branch: perl
35507            ! mg.c
35508 ____________________________________________________________________________
35509 [  7202] By: gsar                                  on 2000/10/12  16:40:47
35510         Log: (submitted on behalf of Jarkko)
35511              Fix the lib/encode.t subtest 6 failure as reported by Andreas
35512              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
35513              was unearthed by change 7182, as was a bug in HTML::Entities.
35514      Branch: perl
35515            ! mg.c
35516 ____________________________________________________________________________
35517 [  7201] By: jhi                                   on 2000/10/11  03:16:05
35518         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
35519      Branch: perl
35520            ! pp_hot.c t/pragma/utf8.t
35521 ____________________________________________________________________________
35522 [  7200] By: jhi                                   on 2000/10/11  00:40:30
35523         Log: The #7198 was a false alarm.
35524      Branch: perl
35525            ! pp_hot.c
35526 ____________________________________________________________________________
35527 [  7199] By: jhi                                   on 2000/10/11  00:26:04
35528         Log: Remove duplicated code.
35529      Branch: perl
35530            ! t/lib/cgi-html.t
35531 ____________________________________________________________________________
35532 [  7198] By: jhi                                   on 2000/10/10  23:30:46
35533         Log: (Retracted by #7200.)
35534      Branch: perl
35535            ! pp_hot.c
35536 ____________________________________________________________________________
35537 [  7197] By: jhi                                   on 2000/10/10  21:49:30
35538         Log: Add the test case for #7190, from the original bug report
35539              by Andreas König.
35540      Branch: perl
35541            ! t/pragma/utf8.t
35542 ____________________________________________________________________________
35543 [  7196] By: jhi                                   on 2000/10/10  21:40:49
35544         Log: Reapply Andy's patch and regen Configure.
35545      Branch: perl
35546            ! Configure INSTALL Makefile.SH Porting/Glossary
35547            ! Porting/config.sh config_h.SH epoc/config.sh installperl
35548            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
35549            ! win32/config.vc
35550 ____________________________________________________________________________
35551 [  7195] By: jhi                                   on 2000/10/10  21:09:30
35552         Log: Use the versiononly instead of the installscripts,
35553              retract the changes 7146 and 7147.
35554      Branch: perl
35555            ! Configure INSTALL Makefile.SH Porting/Glossary
35556            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
35557            ! installperl uconfig.sh vos/config.def win32/config.bc
35558            ! win32/config.gc win32/config.vc
35559 ____________________________________________________________________________
35560 [  7194] By: jhi                                   on 2000/10/10  21:06:15
35561         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
35562              From: Peter Prymmer <pvhp@forte.com>
35563              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
35564              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
35565      Branch: perl
35566            ! t/op/ver.t
35567 ____________________________________________________________________________
35568 [  7193] By: jhi                                   on 2000/10/10  21:05:12
35569         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
35570              From: Peter Prymmer <pvhp@forte.com>
35571              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
35572              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
35573      Branch: perl
35574            ! t/op/tr.t
35575 ____________________________________________________________________________
35576 [  7192] By: jhi                                   on 2000/10/10  20:57:30
35577         Log: Add versiononly, delete installscripts, from Andy Dougherty.
35578      Branch: metaconfig
35579            - U/installdirs/installscripts.U
35580      Branch: metaconfig/U/perl
35581            + versiononly.U
35582 ____________________________________________________________________________
35583 [  7191] By: jhi                                   on 2000/10/10  19:41:21
35584         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
35585              From: Peter Prymmer <pvhp@forte.com>
35586              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
35587              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
35588      Branch: perl
35589            ! pod/perlebcdic.pod
35590 ____________________________________________________________________________
35591 [  7190] By: jhi                                   on 2000/10/10  19:26:14
35592         Log: Subject: Re: utf8 concat, mg_get
35593              From: Simon Cozens <simon@cozens.net>
35594              Date: Tue, 10 Oct 2000 17:40:17 +0100
35595              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
35596      Branch: perl
35597            ! pp_hot.c
35598 ____________________________________________________________________________
35599 [  7189] By: jhi                                   on 2000/10/10  19:23:03
35600         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
35601              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
35602              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
35603              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
35604      Branch: perl
35605            ! lib/ExtUtils/MM_Unix.pm
35606 ____________________________________________________________________________
35607 [  7188] By: jhi                                   on 2000/10/10  15:31:24
35608         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
35609              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
35610              Date: Fri, 14 Jul 2000 10:47:36 +0100
35611              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
35612      Branch: perl
35613            ! README.win32
35614 ____________________________________________________________________________
35615 [  7187] By: jhi                                   on 2000/10/10  13:30:10
35616         Log: Quote the temp file name, needed in Win32 because the
35617              default name unfortunately contains spaces, shouldn't
35618              hurt elsewhere.
35619              
35620              Subject: FW: perldoc fails if $TEMP contains spaces
35621              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
35622              Date: Thu, 14 Sep 2000 08:58:45 +0100
35623              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
35624      Branch: perl
35625            ! utils/perldoc.PL
35626 ____________________________________________________________________________
35627 [  7186] By: jhi                                   on 2000/10/10  13:16:27
35628         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
35629              From: hv@hugo.hybyte.com
35630              Date: Tue, 10 Oct 2000 14:10:20 +0100
35631              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
35632      Branch: perl
35633            ! t/lib/thr5005.t util.c
35634 ____________________________________________________________________________
35635 [  7185] By: jhi                                   on 2000/10/10  12:06:22
35636         Log: Upgrade to podlators 1.04, from Russ Allbery.
35637      Branch: perl
35638            ! lib/Pod/Man.pm lib/Pod/Text.pm
35639 ____________________________________________________________________________
35640 [  7184] By: jhi                                   on 2000/10/10  12:01:32
35641         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
35642      Branch: perl
35643            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
35644 ____________________________________________________________________________
35645 [  7183] By: jhi                                   on 2000/10/09  23:47:15
35646         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
35647              From: Peter Prymmer <pvhp@forte.com>
35648              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
35649              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
35650      Branch: perl
35651            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
35652 ____________________________________________________________________________
35653 [  7182] By: jhi                                   on 2000/10/09  23:43:16
35654         Log: Make eq work again with utf8 (disabling the upgrading
35655              should no more be necessary since the copies of the
35656              scalars are upgraded, not the scalars themselves).
35657              Takes care of ID 20001009.001.  (The claimed length()
35658              bug in 20001009.001 seems bogus to me.)
35659      Branch: perl
35660            ! sv.c t/pragma/utf8.t
35661 ____________________________________________________________________________
35662 [  7181] By: gsar                                  on 2000/10/09  19:41:54
35663         Log: tweak for change#7173
35664      Branch: perl
35665            ! win32/win32sck.c
35666 ____________________________________________________________________________
35667 [  7180] By: gsar                                  on 2000/10/09  19:26:56
35668         Log: on Windows, clean targets might not work under some flavors of the shell
35669      Branch: perl
35670            ! win32/Makefile win32/makefile.mk
35671 ____________________________________________________________________________
35672 [  7179] By: jhi                                   on 2000/10/09  19:21:02
35673         Log: Update Changes.
35674      Branch: perl
35675            ! Changes patchlevel.h
35676 ____________________________________________________________________________
35677 [  7178] By: jhi                                   on 2000/10/09  19:18:23
35678         Log: Warn about unknown scripts.
35679              
35680              Subject: Re: ideas? patches? [PATCH bleadperl]
35681              From: Dominic Dunlop <domo@computer.org>
35682              Date: Mon, 9 Oct 2000 14:57:17 +0200
35683              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
35684      Branch: perl
35685            ! lib/charnames.pm
35686 ____________________________________________________________________________
35687 [  7177] By: jhi                                   on 2000/10/09  19:13:27
35688         Log: Change #7160 had a nasty typo.
35689      Branch: metaconfig
35690            ! U/compline/Compile.U
35691      Branch: perl
35692            ! Configure config_h.SH
35693 ____________________________________________________________________________
35694 [  7176] By: gsar                                  on 2000/10/09  18:59:33
35695         Log: pod nit
35696      Branch: perl
35697            ! pod/perlport.pod
35698 ____________________________________________________________________________
35699 [  7175] By: gsar                                  on 2000/10/09  18:54:28
35700         Log: Windows9x doesn't support link(), despite what Config.pm
35701              might think
35702      Branch: perl
35703            ! lib/ExtUtils/Manifest.pm
35704 ____________________________________________________________________________
35705 [  7174] By: gsar                                  on 2000/10/09  18:50:03
35706         Log: avoid nonportable example code
35707      Branch: perl
35708            ! lib/File/Copy.pm
35709 ____________________________________________________________________________
35710 [  7173] By: gsar                                  on 2000/10/09  18:46:54
35711         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
35712              being used) when closing a socket handle
35713      Branch: perl
35714            ! win32/win32.c win32/win32.h win32/win32sck.c
35715 ____________________________________________________________________________
35716 [  7172] By: gsar                                  on 2000/10/09  18:41:40
35717         Log: on Windows, cwd strings in the environment should be of the
35718              form =X:=X:\foo instead of =X=X:\foo\
35719      Branch: perl
35720            ! win32/vdir.h
35721 ____________________________________________________________________________
35722 [  7171] By: gsar                                  on 2000/10/09  18:30:09
35723         Log: on Windows, LoadLibrary() could load an extension DLL multiple
35724              times if forward slashes are used in the path
35725      Branch: perl
35726            ! win32/win32.c
35727 ____________________________________________________________________________
35728 [  7170] By: jhi                                   on 2000/10/09  17:53:59
35729         Log: Add a todo note about overloadable assertions.
35730      Branch: perl
35731            ! Todo-5.6
35732 ____________________________________________________________________________
35733 [  7169] By: jhi                                   on 2000/10/09  13:43:45
35734         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
35735              From: mjd@plover.com
35736              Date: 9 Oct 2000 00:24:44 -0000
35737              Message-ID: <20001009002444.10616.qmail@plover.com>
35738      Branch: perl
35739            ! pod/perldebguts.pod
35740 ____________________________________________________________________________
35741 [  7168] By: nick                                  on 2000/10/08  13:16:33
35742         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
35743              is not right thing to do on (e.g. x86). Network order is also "right" for
35744              X fonts.
35745      Branch: perl
35746            ! ext/Encode/Encode.pm
35747 ____________________________________________________________________________
35748 [  7167] By: nick                                  on 2000/10/08  12:54:42
35749         Log: Make "encodings" work post-install when Encode/*.enc files may not
35750              be in same directory as Encode.pm
35751      Branch: perl
35752            ! ext/Encode/Encode.pm
35753 ____________________________________________________________________________
35754 [  7166] By: nick                                  on 2000/10/08  11:51:26
35755         Log: Work round the fact that $hash->{$key} does not take into account
35756              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
35757              so that key is always in the "expected" encoding - i.e. same way we put
35758              it in the hash.
35759      Branch: perl
35760            ! ext/Encode/Encode.pm
35761 ____________________________________________________________________________
35762 [  7165] By: gsar                                  on 2000/10/08  04:15:29
35763         Log: save_re_context() could reset PL_curcop to freed memory, causing core
35764              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
35765      Branch: perl
35766            ! pp_ctl.c
35767 ____________________________________________________________________________
35768 [  7164] By: jhi                                   on 2000/10/06  20:51:48
35769         Log: UTF8ize split() so that the cloned substrings get the UTF8
35770              flag of the original scalar.  Problem reported by Simon Cozens.
35771      Branch: perl
35772            ! pp.c t/pragma/utf8.t
35773 ____________________________________________________________________________
35774 [  7163] By: nick                                  on 2000/10/06  20:48:34
35775         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
35776              got a false +ve and so did not reach code which would have un-FAKEd the SV.
35777      Branch: perl
35778            ! sv.c
35779 ____________________________________________________________________________
35780 [  7162] By: nick                                  on 2000/10/06  20:25:37
35781         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
35782              To fix  (sort {$a <=> $b} keys %hash) in particular but
35783              should cover a number of other as-yet-unknown cases as well.
35784      Branch: perl
35785            ! sv.c
35786 ____________________________________________________________________________
35787 [  7161] By: jhi                                   on 2000/10/06  19:56:18
35788         Log: Change the version number of Tie::Handle in the core to 4.0,
35789              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
35790              
35791              Subject: Note on Tie::Handle
35792              From: andreas.koenig@anima.de (Andreas J. Koenig)
35793              Date:      06 Oct 2000 21:48:58 +0200
35794              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
35795      Branch: perl
35796            ! lib/Tie/Handle.pm
35797 ____________________________________________________________________________
35798 [  7160] By: jhi                                   on 2000/10/06  18:20:35
35799         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
35800              as the first option of cc/ld because of ultrapicky compilers
35801              (e.g. OS/390 R2.5)
35802      Branch: metaconfig
35803            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
35804            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
35805            ! U/compline/orderlib.U U/modified/Cppsym.U
35806            ! U/modified/d_access.U
35807      Branch: metaconfig/U/perl
35808            ! Checkcc.U d_dlsymun.U gccvers.U
35809      Branch: perl
35810            ! Configure config_h.SH
35811 ____________________________________________________________________________
35812 [  7159] By: jhi                                   on 2000/10/06  13:56:39
35813         Log: Update Changes.
35814      Branch: perl
35815            ! Changes patchlevel.h
35816 ____________________________________________________________________________
35817 [  7158] By: jhi                                   on 2000/10/06  12:48:40
35818         Log: Eliminate $Is_VMS code from the test.
35819              
35820              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
35821              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35822              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
35823              Date:     Thu, 5 Oct 2000 07:46:33 EDT
35824      Branch: perl
35825            ! t/lib/b.t
35826 ____________________________________________________________________________
35827 [  7157] By: jhi                                   on 2000/10/06  12:47:13
35828         Log: Also the $ccflags is needed for the C compiler check.
35829              
35830              Subject: Configure (check for C-compiler)
35831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35832              Date: Fri, 06 Oct 2000 08:47:15 +0200
35833              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
35834      Branch: metaconfig/U/perl
35835            ! Checkcc.U
35836      Branch: perl
35837            ! Configure config_h.SH
35838 ____________________________________________________________________________
35839 [  7156] By: jhi                                   on 2000/10/06  11:45:15
35840         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
35841      Branch: perl
35842            ! perl.c pp_ctl.c sv.h utf8.c
35843 ____________________________________________________________________________
35844 [  7155] By: jhi                                   on 2000/10/06  11:40:41
35845         Log: IO::Handle->syswrite() did not handle length omission
35846              like CORE::syswrite() does.
35847              
35848              Subject: [Fwd] IO::Handle, syswrite and arguments
35849              From: Graham Barr <gbarr@pobox.com>
35850              Date: Fri, 6 Oct 2000 10:22:05 +0100
35851              Message-ID: <20001006102205.U6312@pobox.com>
35852              
35853              The original patch from andrew@ugh.net.au.
35854      Branch: perl
35855            ! ext/IO/lib/IO/Handle.pm
35856 ____________________________________________________________________________
35857 [  7154] By: jhi                                   on 2000/10/06  01:42:15
35858         Log: Tweak #7153.
35859      Branch: perl
35860            ! utf8.h
35861 ____________________________________________________________________________
35862 [  7153] By: jhi                                   on 2000/10/06  00:39:55
35863         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
35864      Branch: perl
35865            ! utf8.h
35866 ____________________________________________________________________________
35867 [  7152] By: jhi                                   on 2000/10/06  00:38:11
35868         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
35869      Branch: perl
35870            ! perl.c pp_ctl.c sv.h utf8.c
35871 ____________________________________________________________________________
35872 [  7151] By: jhi                                   on 2000/10/06  00:36:38
35873         Log: Subject: Re: Questions about Tie::Array and perl modules
35874              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35875              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
35876              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
35877              
35878              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
35879      Branch: perl
35880            ! lib/Tie/Array.pm t/op/array.t
35881 ____________________________________________________________________________
35882 [  7150] By: jhi                                   on 2000/10/05  00:20:45
35883         Log: Regen Changes.
35884      Branch: perl
35885            ! Changes patchlevel.h
35886 ____________________________________________________________________________
35887 [  7149] By: jhi                                   on 2000/10/05  00:20:01
35888         Log: Regen toc.
35889      Branch: perl
35890            ! pod/perltoc.pod
35891 ____________________________________________________________________________
35892 [  7148] By: jhi                                   on 2000/10/04  23:35:08
35893         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
35894              reported several times by Dominic Dunlop, for example in
35895              ID 20000315.008.  Patch from Dominic.  Patch affects at
35896              least MachTen, and possibly other oldish BSDs. Should not
35897              break non-broken platforms (tested on LinuxPPC). 
35898      Branch: perl
35899            ! doio.c
35900 ____________________________________________________________________________
35901 [  7147] By: jhi                                   on 2000/10/04  23:26:34
35902         Log: The one that got away from 7146.
35903      Branch: metaconfig
35904            + U/installdirs/installscripts.U
35905 ____________________________________________________________________________
35906 [  7146] By: jhi                                   on 2000/10/04  23:25:04
35907         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
35908              suggested by H. Merijn Brand.
35909      Branch: perl
35910            ! Configure INSTALL Makefile.SH Porting/Glossary
35911            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
35912            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
35913            ! win32/config.vc
35914 ____________________________________________________________________________
35915 [  7145] By: jhi                                   on 2000/10/04  22:08:21
35916         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
35917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35918              Date: Wed, 4 Oct 2000 17:37:46 -0400
35919              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
35920      Branch: perl
35921            ! utils/h2xs.PL
35922 ____________________________________________________________________________
35923 [  7144] By: jhi                                   on 2000/10/04  18:11:41
35924         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
35925              From: Jeff Pinyan <jeffp@crusoe.net>
35926              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
35927              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
35928      Branch: perl
35929            ! pod/perlrun.pod
35930 ____________________________________________________________________________
35931 [  7143] By: jhi                                   on 2000/10/04  18:09:58
35932         Log: Subject: perlhack.pod Patch for Externals Tools
35933              From: Fisher Mark <fisherm@tce.com>
35934              Date: Tue, 3 Oct 2000 15:43:27 -0500 
35935              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
35936      Branch: perl
35937            ! pod/perlhack.pod
35938 ____________________________________________________________________________
35939 [  7142] By: jhi                                   on 2000/10/04  18:08:41
35940         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
35941              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35942              Date:     Wed, 4 Oct 2000 12:11:11 EDT
35943              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
35944      Branch: perl
35945            ! vms/vms.c
35946 ____________________________________________________________________________
35947 [  7141] By: jhi                                   on 2000/10/04  12:20:16
35948         Log: Subject: [PATCH 5.7.0] h2xs not working
35949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35950              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
35951              Date: Tue, 3 Oct 2000 21:43:01 -0400
35952              
35953              Subject: [PATCH 5.7.0] h2xs not documenting the created module
35954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35955              Date: Tue, 3 Oct 2000 22:55:19 -0400
35956              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
35957      Branch: perl
35958            ! utils/h2xs.PL
35959 ____________________________________________________________________________
35960 [  7140] By: jhi                                   on 2000/10/04  11:53:44
35961         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
35962              From: nick@babyhippo.com
35963              Date: Wed, 4 Oct 2000 12:06:45 +0100
35964              Message-Id: <20001004120645.A7356@babyhippo.com>
35965              
35966              Retract 7118 and 7135.
35967      Branch: perl
35968            ! installman installperl op.c t/pragma/subs.t
35969 ____________________________________________________________________________
35970 [  7139] By: jhi                                   on 2000/10/03  22:09:41
35971         Log: It is possible to have no hosts database at all.  Pointed out in
35972              
35973              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
35974              From: Peter Prymmer <pvhp@forte.com>
35975              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
35976              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
35977      Branch: metaconfig
35978            ! U/modified/myhostname.U
35979      Branch: perl
35980            ! Configure config_h.SH
35981 ____________________________________________________________________________
35982 [  7138] By: jhi                                   on 2000/10/03  21:49:49
35983         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
35984              From: Peter Prymmer <pvhp@forte.com>
35985              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
35986              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
35987      Branch: perl
35988            ! pp_sys.c
35989 ____________________________________________________________________________
35990 [  7137] By: jhi                                   on 2000/10/03  20:10:05
35991         Log: One remaining nit less at the VMS mailbox sizing.
35992      Branch: perl
35993            ! vms/vms.c
35994 ____________________________________________________________________________
35995 [  7136] By: jhi                                   on 2000/10/03  20:08:47
35996         Log: Test harness update to sync with the new perlcc,
35997              from Simon Cozens.
35998      Branch: perl
35999            ! t/TEST t/UTEST
36000 ____________________________________________________________________________
36001 [  7135] By: jhi                                   on 2000/10/03  15:15:42
36002         Log: Subject: Re: PATCH for 20001003.004
36003              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
36004              From: "AARON B. DOSSETT" <aaron@iglou.com>
36005              Message-Id: <E13gTay-0006od-00@iglou.com>
36006      Branch: perl
36007            ! installman installperl
36008 ____________________________________________________________________________
36009 [  7134] By: jhi                                   on 2000/10/03  15:00:34
36010         Log: Subject: [ID 20001003.006] B::Debug not -w clean
36011              From: Nicholas Clark <nick@babyhippo.co.uk>
36012              Date: Tue, 03 Oct 2000 15:46:32 +0100
36013              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
36014      Branch: perl
36015            ! ext/B/B/Debug.pm
36016 ____________________________________________________________________________
36017 [  7133] By: jhi                                   on 2000/10/03  14:58:39
36018         Log: Scale down the VMS message boxes, by Charles Lane.
36019              Fix for ID 20000903.009, workaround at
36020              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
36021      Branch: perl
36022            ! vms/vms.c
36023 ____________________________________________________________________________
36024 [  7132] By: jhi                                   on 2000/10/03  11:20:37
36025         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
36026      Branch: perl
36027            + t/lib/st-lock.t t/lib/st-utf8.t
36028            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
36029            ! ext/Storable/Storable.xs t/lib/st-recurse.t
36030 ____________________________________________________________________________
36031 [  7131] By: jhi                                   on 2000/10/03  03:38:23
36032         Log: Encode nits.
36033      Branch: perl
36034            ! MANIFEST Makefile.SH
36035 ____________________________________________________________________________
36036 [  7130] By: jhi                                   on 2000/10/03  03:31:05
36037         Log: Update Changes.
36038      Branch: perl
36039            ! Changes patchlevel.h
36040 ____________________________________________________________________________
36041 [  7129] By: jhi                                   on 2000/10/03  02:24:02
36042         Log: Misplaced else.
36043      Branch: metaconfig/U/perl
36044            ! d_strtoll.U
36045      Branch: perl
36046            ! Configure config_h.SH
36047 ____________________________________________________________________________
36048 [  7128] By: jhi                                   on 2000/10/03  02:08:29
36049         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
36050              From: sthoenna@efn.org
36051              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
36052              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
36053      Branch: metaconfig/U/perl
36054            ! d_strtoll.U
36055      Branch: perl
36056            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
36057 ____________________________________________________________________________
36058 [  7127] By: jhi                                   on 2000/10/03  01:13:14
36059         Log: Update Changes.
36060      Branch: perl
36061            ! Changes patchlevel.h
36062 ____________________________________________________________________________
36063 [  7126] By: jhi                                   on 2000/10/03  00:57:08
36064         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
36065              as suggested by Olaf Flebbe and Nick Clark.
36066      Branch: perl
36067            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
36068 ____________________________________________________________________________
36069 [  7125] By: jhi                                   on 2000/10/03  00:50:56
36070         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
36071              From: Nick Clark <nick@plum.flirble.org>
36072              Date: Mon, 2 Oct 2000 11:03:24 +0100
36073              Message-Id: <20001002110324.D20073@plum.flirble.org>
36074              
36075              Also fixes bug ID 20001002.005.
36076      Branch: perl
36077            ! t/lib/encode.t
36078 ____________________________________________________________________________
36079 [  7124] By: jhi                                   on 2000/10/03  00:34:59
36080         Log: Subject: [PATCH 5.7.0] Epoc update
36081              From: Olaf Flebbe <o.flebbe@gmx.de>
36082              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
36083              Message-ID: <26423.969484586@www10.gmx.net>
36084      Branch: perl
36085            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36086            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
36087            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
36088            ! util.c util.h
36089 ____________________________________________________________________________
36090 [  7123] By: jhi                                   on 2000/10/03  00:30:07
36091         Log: Regen headers.
36092      Branch: perl
36093            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
36094 ____________________________________________________________________________
36095 [  7122] By: jhi                                   on 2000/10/03  00:10:48
36096         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
36097      Branch: perl
36098            ! hints/openbsd.sh
36099 ____________________________________________________________________________
36100 [  7121] By: jhi                                   on 2000/10/03  00:05:06
36101         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
36102              From: <abigail@foad.org>
36103              Date: Tue, 26 Sep 2000 13:36:14 -0400
36104              Message-ID: <20000926173614.4356.qmail@foad.org>
36105      Branch: perl
36106            ! pod/perlop.pod
36107 ____________________________________________________________________________
36108 [  7120] By: jhi                                   on 2000/10/03  00:04:00
36109         Log: Inside require() $^S was always left undefined.
36110              
36111              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
36112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36113              Date: Wed, 27 Sep 2000 18:54:49 -0400
36114              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
36115      Branch: perl
36116            ! cop.h mg.c pp_ctl.c util.c
36117 ____________________________________________________________________________
36118 [  7119] By: jhi                                   on 2000/10/03  00:00:16
36119         Log: Subject: [PATCH] DLL not restartabke with threaded perl
36120              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
36121              Date: Thu, 28 Sep 2000 09:20:46 +0100
36122              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
36123      Branch: perl
36124            ! perl.c
36125 ____________________________________________________________________________
36126 [  7118] By: jhi                                   on 2000/10/02  23:59:20
36127         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
36128              From: Nicholas Clark <nick@ccl4.org>
36129              Date: Thu, 28 Sep 2000 11:52:24 +0100
36130              Message-ID: <20000928115224.D7924@plum.flirble.org>
36131      Branch: perl
36132            ! op.c
36133 ____________________________________________________________________________
36134 [  7117] By: jhi                                   on 2000/10/02  23:57:51
36135         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
36136              From: Nicholas Clark <nick@babyhippo.co.uk>
36137              Date: Thu, 28 Sep 2000 12:18:10 +0100
36138              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
36139              
36140              Did not apply cleanly, manual intervention was needed.
36141      Branch: perl
36142            ! ext/B/B/Bytecode.pm utils/perlcc.PL
36143 ____________________________________________________________________________
36144 [  7116] By: jhi                                   on 2000/10/02  23:50:40
36145         Log: Document the issue (is not a syntax error, kind of)
36146              
36147              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
36148              From: Nicholas Clark <nick@ccl4.org>
36149              Date: Thu, 28 Sep 2000 17:12:42 +0100
36150              Message-ID: <20000928171242.K7924@plum.flirble.org>
36151      Branch: perl
36152            ! pod/perldata.pod
36153 ____________________________________________________________________________
36154 [  7115] By: jhi                                   on 2000/10/02  23:48:58
36155         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
36156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36157              Date: Thu, 28 Sep 2000 21:55:31 -0400
36158              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
36159      Branch: perl
36160            ! regexec.c
36161 ____________________________________________________________________________
36162 [  7114] By: jhi                                   on 2000/10/02  23:47:57
36163         Log: Subject: DOC PATCH 5.6.0
36164              From: mjd@plover.com
36165              Date: 30 Sep 2000 06:02:34 -0000
36166              Message-ID: <20000930060234.4559.qmail@plover.com>
36167      Branch: perl
36168            ! pod/perldebguts.pod
36169 ____________________________________________________________________________
36170 [  7113] By: jhi                                   on 2000/10/02  23:46:43
36171         Log: SOCK_DGRAM and listen() do not mix as reported in
36172              
36173              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
36174              From: Petter Reinholdtsen <pere@hungry.com>
36175              Date: Sun, 1 Oct 2000 10:57:20 +0800
36176              Message-Id: <200010010257.KAA05735@localhost.localdomain>
36177              
36178              The patch for 5.7.0+ had to be reengineered, though.
36179      Branch: perl
36180            ! ext/IO/lib/IO/Socket/UNIX.pm
36181 ____________________________________________________________________________
36182 [  7112] By: jhi                                   on 2000/10/02  23:36:57
36183         Log: Subject: Re: [PATCH 5.005_64 missed]
36184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36185              Date: Sun, 1 Oct 2000 18:50:10 -0400
36186              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
36187      Branch: perl
36188            ! pod/perlxs.pod
36189 ____________________________________________________________________________
36190 [  7111] By: jhi                                   on 2000/10/02  23:35:40
36191         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
36192              From: Radu Greab <radu@netsoft.ro>
36193              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
36194              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
36195      Branch: perl
36196            ! op.c opcode.pl t/op/substr.t
36197 ____________________________________________________________________________
36198 [  7110] By: jhi                                   on 2000/10/02  23:32:38
36199         Log: Subject: [PATCH] Fix aliasing of tied filehandles
36200              From: Daniel Chetlin <daniel@chetlin.com>
36201              Date: Mon, 2 Oct 2000 14:53:27 -0700
36202              Message-ID: <20001002145327.C1617@ilmd>
36203      Branch: perl
36204            ! perl.h pp_hot.c t/op/tiehandle.t
36205 ____________________________________________________________________________
36206 [  7109] By: jhi                                   on 2000/10/02  23:31:30
36207         Log: s/Robin Parker/Robin Barker/
36208      Branch: perl
36209            ! Changes5.6
36210 ____________________________________________________________________________
36211 [  7108] By: jhi                                   on 2000/10/02  23:15:46
36212         Log: Retract #7091 as suggested in
36213              
36214              From: Robin Barker <rmb1@cise.npl.co.uk> 
36215              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
36216              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
36217              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
36218      Branch: perl
36219            ! embed.pl proto.h
36220 ____________________________________________________________________________
36221 [  7107] By: nick                                  on 2000/10/02  18:23:14
36222         Log: A few tweaks to get Tk803 to work with Encode scheme.
36223      Branch: perl
36224            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
36225 ____________________________________________________________________________
36226 [  7106] By: nick                                  on 2000/10/01  21:34:14
36227         Log: Add checking cases to Encode's toUnicode and fromUnicode.
36228      Branch: perl
36229            ! ext/Encode/Encode.pm
36230 ____________________________________________________________________________
36231 [  7105] By: nick                                  on 2000/10/01  17:18:01
36232         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
36233              To read and use them.
36234              Add a lib/encode.t which checks a few things.
36235      Branch: perl
36236            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
36237            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
36238            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
36239            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
36240            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
36241            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
36242            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
36243            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
36244            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
36245            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
36246            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
36247            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
36248            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
36249            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
36250            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
36251            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
36252            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
36253            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
36254            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
36255            + ext/Encode/Encode/iso2022-jp.enc
36256            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
36257            + ext/Encode/Encode/iso8859-1.enc
36258            + ext/Encode/Encode/iso8859-2.enc
36259            + ext/Encode/Encode/iso8859-3.enc
36260            + ext/Encode/Encode/iso8859-4.enc
36261            + ext/Encode/Encode/iso8859-5.enc
36262            + ext/Encode/Encode/iso8859-6.enc
36263            + ext/Encode/Encode/iso8859-7.enc
36264            + ext/Encode/Encode/iso8859-8.enc
36265            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
36266            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
36267            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
36268            + ext/Encode/Encode/macCentEuro.enc
36269            + ext/Encode/Encode/macCroatian.enc
36270            + ext/Encode/Encode/macCyrillic.enc
36271            + ext/Encode/Encode/macDingbats.enc
36272            + ext/Encode/Encode/macGreek.enc
36273            + ext/Encode/Encode/macIceland.enc
36274            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
36275            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
36276            + ext/Encode/Encode/macTurkish.enc
36277            + ext/Encode/Encode/macUkraine.enc
36278            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
36279            + t/lib/encode.t
36280            ! MANIFEST ext/Encode/Encode.pm
36281 ____________________________________________________________________________
36282 [  7104] By: nick                                  on 2000/09/30  13:04:30
36283         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
36284              From: Daniel Chetlin <daniel@chetlin.com>
36285              Date: Mon, 18 Sep 2000 05:05:40 -0700
36286              Message-Id: <20000918050540.C652@ilmd>
36287      Branch: perl
36288            ! lib/overload.pm sv.c t/pragma/overload.t
36289 ____________________________________________________________________________
36290 [  7103] By: nick                                  on 2000/09/30  12:53:36
36291         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
36292              From: Johan Vromans <jvromans@squirrel.nl>
36293              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
36294              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
36295      Branch: perl
36296            ! pod/Makefile.SH
36297 ____________________________________________________________________________
36298 [  7102] By: nick                                  on 2000/09/30  12:52:31
36299         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
36300              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36301              Date: Sat, 16 Sep 2000 16:36:45 -0400
36302              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
36303      Branch: perl
36304            ! ext/B/B/Deparse.pm
36305 ____________________________________________________________________________
36306 [  7101] By: nick                                  on 2000/09/30  12:51:41
36307         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
36308              From: Craig A. Berry <craig.berry@psinetcs.com>
36309              Date: Sat, 16 Sep 2000 10:11:10 -0500
36310              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
36311      Branch: perl
36312            ! vms/vms.c
36313 ____________________________________________________________________________
36314 [  7100] By: nick                                  on 2000/09/30  12:50:33
36315         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36316              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36317              Date: Fri, 15 Sep 2000 16:37:58 -0400
36318              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
36319      Branch: perl
36320            ! t/op/append.t
36321 ____________________________________________________________________________
36322 [  7099] By: nick                                  on 2000/09/30  12:49:35
36323         Log: Subject: Re: unicode support and perl [ID 20000901.097]
36324              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36325              Date: Fri, 15 Sep 2000 16:25:30 -0400
36326              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
36327      Branch: perl
36328            ! pp_hot.c
36329 ____________________________________________________________________________
36330 [  7098] By: nick                                  on 2000/09/30  12:48:00
36331         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
36332              From: Gisle Aas <gisle@ActiveState.com>
36333              Date: 15 Sep 2000 16:23:41 +0200
36334              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
36335      Branch: perl
36336            ! toke.c
36337 ____________________________________________________________________________
36338 [  7097] By: nick                                  on 2000/09/30  12:45:16
36339         Log: Subject: [PATCH] Nits in perlmod.pod
36340              From: Daniel Chetlin <daniel@chetlin.com>
36341              Date: Fri, 15 Sep 2000 02:04:09 -0700
36342              Message-Id: <20000915020409.A2104@ilmd>
36343      Branch: perl
36344            ! pod/perlmod.pod
36345 ____________________________________________________________________________
36346 [  7096] By: nick                                  on 2000/09/30  12:18:00
36347         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
36348              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
36349              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
36350              0 to checking to get the warning.
36351      Branch: perl
36352            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36353            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
36354            ! regexec.c sv.c toke.c utf8.c
36355 ____________________________________________________________________________
36356 [  7095] By: nick                                  on 2000/09/15  16:55:59
36357         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
36358              
36359              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
36360              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36361              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
36362              Date: Fri, 15 Sep 2000 06:37:30 -0400
36363      Branch: perl
36364            ! ext/Encode/Encode.xs sv.c
36365 ____________________________________________________________________________
36366 [  7094] By: jhi                                   on 2000/09/15  03:23:32
36367         Log: Update Changes.
36368      Branch: perl
36369            ! Changes patchlevel.h
36370 ____________________________________________________________________________
36371 [  7093] By: jhi                                   on 2000/09/15  03:11:44
36372         Log: Fix for the charnames.t failures from Spider Boardman.
36373      Branch: perl
36374            ! toke.c
36375 ____________________________________________________________________________
36376 [  7092] By: jhi                                   on 2000/09/15  00:15:48
36377         Log: Botched the #7090 check-in.
36378      Branch: perl
36379            ! sv.c
36380 ____________________________________________________________________________
36381 [  7091] By: jhi                                   on 2000/09/14  23:33:24
36382         Log: Part of #7081 didn't come through.
36383      Branch: perl
36384            ! embed.pl proto.h
36385 ____________________________________________________________________________
36386 [  7090] By: jhi                                   on 2000/09/14  23:17:39
36387         Log: Subject: Re: perl@7078 
36388              From: Spider Boardman <spider@web.zk3.dec.com>
36389              Date: Thu, 14 Sep 2000 19:06:36 -0400
36390              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
36391      Branch: perl
36392            ! sv.c toke.c
36393 ____________________________________________________________________________
36394 [  7089] By: jhi                                   on 2000/09/14  23:11:21
36395         Log: Small portability tweaks.
36396      Branch: perl
36397            ! ext/Encode/Encode.xs
36398 ____________________________________________________________________________
36399 [  7088] By: jhi                                   on 2000/09/14  22:57:23
36400         Log: Fake return to pacify picky compilers.
36401      Branch: perl
36402            ! ext/Encode/Encode.xs
36403 ____________________________________________________________________________
36404 [  7087] By: jhi                                   on 2000/09/14  22:53:37
36405         Log: Subject: [PATCH] utf8.c apidoc
36406              From: Simon Cozens <simon@cozens.net>
36407              Date: Thu, 14 Sep 2000 23:46:57 +0100
36408              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
36409      Branch: perl
36410            ! perlapi.c pod/perlapi.pod utf8.c
36411 ____________________________________________________________________________
36412 [  7086] By: jhi                                   on 2000/09/14  22:40:38
36413         Log: We don't need to count the high bit bytes, a boolean is enough. 
36414      Branch: perl
36415            ! sv.c
36416 ____________________________________________________________________________
36417 [  7085] By: jhi                                   on 2000/09/14  21:20:09
36418         Log: Replace #7084 with
36419              
36420              Subject: Re: perl@7078 
36421              From: Spider Boardman <spider@web.zk3.dec.com>
36422              Date: Thu, 14 Sep 2000 17:09:36 -0400
36423              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
36424      Branch: perl
36425            ! sv.c utf8.c
36426 ____________________________________________________________________________
36427 [  7084] By: jhi                                   on 2000/09/14  20:03:34
36428         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
36429              convertable to bytes by checking it doesn't go above 0xc3
36430              
36431              Subject: Re: perl@7078
36432              From: Simon Cozens <simon@cozens.net>
36433              Date: Thu, 14 Sep 2000 20:59:19 +0100
36434              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
36435      Branch: perl
36436            ! utf8.c
36437 ____________________________________________________________________________
36438 [  7083] By: jhi                                   on 2000/09/14  19:38:47
36439         Log: Subject: Re: perl@7078
36440              From: Simon Cozens <simon@cozens.net>
36441              Date: Thu, 14 Sep 2000 20:13:09 +0100
36442              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
36443      Branch: perl
36444            ! t/op/bop.t
36445 ____________________________________________________________________________
36446 [  7082] By: jhi                                   on 2000/09/14  17:50:44
36447         Log: The one that got away.
36448      Branch: perl
36449            ! lib/File/Find.pm
36450 ____________________________________________________________________________
36451 [  7081] By: jhi                                   on 2000/09/14  17:45:35
36452         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
36453              From: Robin Barker <rmb1@cise.npl.co.uk>
36454              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
36455              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
36456      Branch: perl
36457            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
36458            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
36459            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
36460            ! regcomp.c toke.c universal.c
36461 ____________________________________________________________________________
36462 [  7080] By: jhi                                   on 2000/09/14  17:40:35
36463         Log: Problems picked up by AIX cc.
36464              
36465              Subject: Re: perl@7078 (patch included)
36466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36467              Date: Thu, 14 Sep 2000 18:53:30 +0200
36468              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
36469      Branch: perl
36470            ! ext/Encode/Encode.xs
36471 ____________________________________________________________________________
36472 [  7079] By: jhi                                   on 2000/09/14  17:38:27
36473         Log: Subject: File::Find 5.7.0 POD nits
36474              From: Rich Morin <rdm@cfcl.com>
36475              Date: Wed, 13 Sep 2000 22:03:58 -0700
36476              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
36477      Branch: perl
36478            ! lib/File/Find.pm
36479 ____________________________________________________________________________
36480 [  7078] By: jhi                                   on 2000/09/14  14:58:20
36481         Log: Update Changes.
36482      Branch: perl
36483            ! Changes patchlevel.h
36484 ____________________________________________________________________________
36485 [  7077] By: jhi                                   on 2000/09/14  14:55:54
36486         Log: Compilation warnings and an error.
36487      Branch: perl
36488            ! sv.c
36489 ____________________________________________________________________________
36490 [  7076] By: jhi                                   on 2000/09/14  14:42:56
36491         Log: Fix for a parsing bug, not for the original bug.
36492              
36493              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
36494              From: Spider Boardman <spider@web.zk3.dec.com>
36495              Date: Wed, 13 Sep 2000 17:52:20 -0400
36496              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
36497      Branch: perl
36498            ! regcomp.c
36499 ____________________________________________________________________________
36500 [  7075] By: jhi                                   on 2000/09/14  14:40:40
36501         Log: Batch of UTF-8 patches from Simon Cozens.
36502      Branch: perl
36503            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
36504            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
36505            ! toke.c utf8.c
36506 ____________________________________________________________________________
36507 [  7074] By: jhi                                   on 2000/09/14  14:29:58
36508         Log: Subject: Re: Two advertising clauses need to be removed
36509              From: Russ Allbery <rra@stanford.edu>
36510              Date: 13 Sep 2000 18:50:26 -0700
36511              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
36512      Branch: perl
36513            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
36514 ____________________________________________________________________________
36515 [  7073] By: jhi                                   on 2000/09/14  14:28:20
36516         Log: Subject: [PATCH] de-wall t/README
36517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36518              Date: Wed, 13 Sep 2000 17:46:55 -0700
36519              Message-ID: <//Bw5gzkge/e092yn@efn.org>
36520      Branch: perl
36521            ! t/README
36522 ____________________________________________________________________________
36523 [  7072] By: jhi                                   on 2000/09/14  14:25:10
36524         Log: Hints optimization.
36525              
36526              Subject: Minor nit
36527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36528              Date: Wed, 13 Sep 2000 21:42:07 +0200
36529              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
36530      Branch: perl
36531            ! hints/hpux.sh
36532 ____________________________________________________________________________
36533 [  7071] By: jhi                                   on 2000/09/14  14:23:30
36534         Log: Allow chop() and chomp() to be overridden.
36535              
36536              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
36537              From: "Casey R. Tweten" <crt@kiski.net>
36538              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
36539              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
36540      Branch: perl
36541            ! toke.c
36542 ____________________________________________________________________________
36543 [  7070] By: jhi                                   on 2000/09/14  14:20:36
36544         Log: The return value of setlocale must be copied away.
36545              
36546              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
36547              From: Alan Burlison <Alan.Burlison@uk.sun.com>
36548              Date: Wed, 13 Sep 2000 16:27:37 +0100 
36549              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
36550      Branch: perl
36551            ! util.c
36552 ____________________________________________________________________________
36553 [  7069] By: jhi                                   on 2000/09/14  14:16:27
36554         Log: Remove vestiges of tr//CU.
36555              
36556              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
36557              From: Nick Clark <nick@plum.flirble.org>
36558              Date: Tue, 12 Sep 2000 22:50:14 +0100
36559              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
36560              
36561              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
36562              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36563              Date: Tue, 12 Sep 2000 21:38:48 -0700
36564              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
36565      Branch: perl
36566            ! op.h pod/perlunicode.pod
36567 ____________________________________________________________________________
36568 [  7068] By: jhi                                   on 2000/09/13  14:18:39
36569         Log: Add the Encode extension.  The code is still largely just skeleton.
36570      Branch: perl
36571            + ext/Encode/Encode.pm ext/Encode/Encode.xs
36572            + ext/Encode/Makefile.PL ext/Encode/Todo
36573            ! MANIFEST Todo-5.6
36574 ____________________________________________________________________________
36575 [  7067] By: jhi                                   on 2000/09/12  17:43:33
36576         Log: Allow for whitespace between "#" and "line" in cpp output.
36577              
36578              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
36579              From: Calle Dybedahl <calle@lysator.liu.se>
36580              Date: 12 Sep 2000 19:38:02 +0200 
36581              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
36582      Branch: perl
36583            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
36584 ____________________________________________________________________________
36585 [  7066] By: gsar                                  on 2000/09/12  17:24:29
36586         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
36587              initialization in all the threads on Windows
36588      Branch: perl
36589            ! win32/win32.c
36590 ____________________________________________________________________________
36591 [  7065] By: jhi                                   on 2000/09/12  15:11:31
36592         Log: Update Changes.
36593      Branch: perl
36594            ! Changes patchlevel.h
36595 ____________________________________________________________________________
36596 [  7064] By: jhi                                   on 2000/09/12  14:54:54
36597         Log: Retract #7062, the pod tests are not ready.
36598      Branch: perl
36599            ! t/TEST t/harness
36600 ____________________________________________________________________________
36601 [  7063] By: jhi                                   on 2000/09/12  14:25:41
36602         Log: The #7054 truncated Configure badly.
36603      Branch: metaconfig/U/perl
36604            ! End.U
36605      Branch: perl
36606            ! Configure config_h.SH
36607 ____________________________________________________________________________
36608 [  7062] By: jhi                                   on 2000/09/12  14:08:32
36609         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
36610              From: sthoenna@efn.org
36611              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
36612              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
36613      Branch: perl
36614            ! t/TEST t/harness
36615 ____________________________________________________________________________
36616 [  7061] By: jhi                                   on 2000/09/12  14:07:18
36617         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
36618              From: sthoenna@efn.org
36619              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
36620              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
36621      Branch: perl
36622            ! pod/perlxs.pod
36623 ____________________________________________________________________________
36624 [  7060] By: jhi                                   on 2000/09/12  14:06:08
36625         Log: Break up the myconfig lines a bit.
36626              
36627              Subject: perlbug/perl -V output format
36628              From: sthoenna@efn.org
36629              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
36630              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
36631      Branch: perl
36632            ! myconfig.SH
36633 ____________________________________________________________________________
36634 [  7059] By: jhi                                   on 2000/09/12  14:05:04
36635         Log: Test for the #7049.
36636              
36637              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
36638              From: andreas.koenig@anima.de (Andreas J. Koenig)
36639              Date: 12 Sep 2000 06:42:01 +0200
36640              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
36641      Branch: perl
36642            ! t/op/my.t
36643 ____________________________________________________________________________
36644 [  7058] By: jhi                                   on 2000/09/12  14:03:05
36645         Log: Subject: [patch: perl@7045] vms updates
36646              From: Peter Prymmer <pvhp@forte.com>
36647              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
36648              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
36649      Branch: perl
36650            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
36651 ____________________________________________________________________________
36652 [  7057] By: jhi                                   on 2000/09/12  14:00:51
36653         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
36654              From: sthoenna@efn.org
36655              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
36656              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
36657      Branch: perl
36658            ! t/op/64bitint.t
36659 ____________________________________________________________________________
36660 [  7056] By: jhi                                   on 2000/09/12  13:58:14
36661         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
36662              From: Jeff Pinyan <jeffp@crusoe.net>
36663              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
36664              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
36665      Branch: perl
36666            ! pod/perlfunc.pod
36667 ____________________________________________________________________________
36668 [  7055] By: jhi                                   on 2000/09/12  13:56:32
36669         Log: Do in VMS as the #7054 does.
36670      Branch: perl
36671            ! configure.com
36672 ____________________________________________________________________________
36673 [  7054] By: jhi                                   on 2000/09/12  13:50:31
36674         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
36675              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36676              Date: Mon, 11 Sep 2000 08:33:09 +0100
36677              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
36678      Branch: metaconfig/U/perl
36679            ! End.U
36680      Branch: perl
36681            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
36682            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
36683 ____________________________________________________________________________
36684 [  7053] By: jhi                                   on 2000/09/12  13:29:19
36685         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
36686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36687              Date:     Tue, 12 Sep 2000 08:35:59 EDT
36688              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
36689      Branch: perl
36690            ! vms/test.com
36691 ____________________________________________________________________________
36692 [  7052] By: jhi                                   on 2000/09/11  23:01:50
36693         Log: Document the SvUTF8*().
36694      Branch: perl
36695            ! pod/perlapi.pod sv.h
36696 ____________________________________________________________________________
36697 [  7051] By: gsar                                  on 2000/09/11  14:46:30
36698         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
36699              (missed a spot when fixing up op_pmreplroot hack for ithreads)
36700      Branch: perl
36701            ! op.c t/op/split.t
36702 ____________________________________________________________________________
36703 [  7050] By: nick                                  on 2000/09/11  10:03:51
36704         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
36705              
36706              Subject: borland C++ win32.c tweak
36707              From: Vadim Konovalov <vkonovalov@lucent.com>
36708              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
36709              Date: Mon, 11 Sep 2000 11:22:33 +0400
36710      Branch: perl
36711            ! win32/win32.c
36712 ____________________________________________________________________________
36713 [  7049] By: nick                                  on 2000/09/11  09:57:33
36714         Log: Point fix for s/// on foreach (keys %xxx).
36715      Branch: perl
36716            ! pp_hot.c
36717 ____________________________________________________________________________
36718 [  7048] By: jhi                                   on 2000/09/10  23:37:09
36719         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
36720              by Pod::Text, from Brad Appleton.
36721      Branch: perl
36722            ! t/pod/testp2pt.pl
36723 ____________________________________________________________________________
36724 [  7047] By: jhi                                   on 2000/09/10  14:32:53
36725         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
36726              by Russ Allbery.
36727      Branch: perl
36728            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
36729 ____________________________________________________________________________
36730 [  7046] By: jhi                                   on 2000/09/10  14:15:08
36731         Log: Upgrade to CPAN 1.57_65, from Andreas König.
36732      Branch: perl
36733            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36734 ____________________________________________________________________________
36735 [  7045] By: jhi                                   on 2000/09/08  21:36:32
36736         Log: Update Changes.
36737      Branch: perl
36738            ! Changes patchlevel.h
36739 ____________________________________________________________________________
36740 [  7044] By: jhi                                   on 2000/09/08  21:29:56
36741         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
36742              From: Peter Prymmer <pvhp@forte.com>
36743              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
36744              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
36745      Branch: perl
36746            ! configure.com
36747 ____________________________________________________________________________
36748 [  7043] By: jhi                                   on 2000/09/08  21:27:50
36749         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
36750              From: Peter Prymmer <pvhp@forte.com>
36751              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
36752              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
36753      Branch: perl
36754            ! Makefile.SH installperl
36755 ____________________________________________________________________________
36756 [  7042] By: jhi                                   on 2000/09/08  21:23:21
36757         Log: Continue #7041.
36758      Branch: perl
36759            ! cygwin/Makefile.SHs os2/Makefile.SHs
36760 ____________________________________________________________________________
36761 [  7041] By: jhi                                   on 2000/09/08  21:18:10
36762         Log: Do away with memory models cruft.  Sorry, PDP users.
36763      Branch: metaconfig
36764            ! U/modified/cc.U U/modified/libpth.U
36765      Branch: perl
36766            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
36767            ! Porting/config_H cflags.SH config_h.SH configure.com
36768            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
36769            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
36770            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
36771 ____________________________________________________________________________
36772 [  7040] By: jhi                                   on 2000/09/08  14:34:18
36773         Log: Major rewrite of s2p.  And I mean really major, it is
36774              an implementation of sed in perl.  If called as s2p it
36775              will function as s2p.  Note: needs non-UNIXifying.
36776              
36777              Subject: s2p
36778              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
36779              Date: Mon, 28 Aug 2000 14:05:12 +0200
36780              Message-ID: <39AA5578.2102E2AA@alcatel.at>
36781      Branch: perl
36782            ! x2p/s2p.PL
36783 ____________________________________________________________________________
36784 [  7039] By: jhi                                   on 2000/09/08  14:19:49
36785         Log: Re-allow vec() for characters > 255.
36786              
36787              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
36788              From: Spider Boardman <spider@web.zk3.dec.com>
36789              Date: Fri, 08 Sep 2000 02:21:02 -0400
36790              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
36791      Branch: perl
36792            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
36793            ! t/op/vec.t
36794 ____________________________________________________________________________
36795 [  7038] By: jhi                                   on 2000/09/08  14:14:18
36796         Log: Subject: [PATCH lib/Benchmark.pm]
36797              From: <abigail@foad.org>
36798              Date: Thu, 7 Sep 2000 15:03:20 -0400
36799              Message-ID: <20000907190320.888.qmail@foad.org>
36800      Branch: perl
36801            ! lib/Benchmark.pm
36802 ____________________________________________________________________________
36803 [  7037] By: jhi                                   on 2000/09/08  14:11:06
36804         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
36805              
36806              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
36807              From: Spider Boardman <spider@web.zk3.dec.com>
36808              Date: Fri, 08 Sep 2000 01:30:27 -0400
36809              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
36810      Branch: perl
36811            ! op.c
36812 ____________________________________________________________________________
36813 [  7036] By: jhi                                   on 2000/09/08  14:08:58
36814         Log: Subject: [ID 20000908.002] perlipc documentation bug.
36815              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
36816              Date: Fri, 08 Sep 2000 12:38:32 +0200
36817              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
36818      Branch: perl
36819            ! pod/perlipc.pod
36820 ____________________________________________________________________________
36821 [  7035] By: jhi                                   on 2000/09/08  14:03:12
36822         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36823              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36824              Date: Fri, 08 Sep 2000 11:47:34 +0200
36825              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
36826      Branch: perl
36827            ! hints/dec_osf.sh
36828 ____________________________________________________________________________
36829 [  7034] By: jhi                                   on 2000/09/08  13:59:35
36830         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
36831              From: Simon Cozens <simon@cozens.net>
36832              Date: Thu, 7 Sep 2000 20:40:38 +0100
36833              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
36834      Branch: perl
36835            ! pp_hot.c
36836 ____________________________________________________________________________
36837 [  7033] By: jhi                                   on 2000/09/08  04:03:03
36838         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
36839              From: "Larry W. Virden" <lvirden@cas.org>
36840              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
36841              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
36842      Branch: perl
36843            ! pod/perldiag.pod
36844 ____________________________________________________________________________
36845 [  7032] By: jhi                                   on 2000/09/07  22:18:30
36846         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
36847              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
36848              Date: Mon, 04 Sep 2000 13:16:38 -0700
36849              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
36850      Branch: perl
36851            ! lib/perl5db.pl
36852 ____________________________________________________________________________
36853 [  7031] By: jhi                                   on 2000/09/07  22:02:29
36854         Log: Fix the ccversion detection for 5.1 and beyond.
36855              
36856              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36857              From: Spider Boardman <spider@leggy.zk3.dec.com>
36858              Date: Thu, 7 Sep 2000 17:54:27 -0400
36859              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
36860      Branch: perl
36861            ! hints/dec_osf.sh
36862 ____________________________________________________________________________
36863 [  7030] By: jhi                                   on 2000/09/07  19:12:28
36864         Log: Fix for
36865              
36866              Subject: [ID 20000903.001] \w in utf8-strings
36867              From: Marc Lehmann <pcg@goof.com>
36868              Date: Sun, 03 Sep 2000 09:44:29 +0200
36869              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
36870              
36871              and various related nits.
36872      Branch: perl
36873            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
36874 ____________________________________________________________________________
36875 [  7029] By: jhi                                   on 2000/09/07  18:49:09
36876         Log: Fix the URL, but the server is still missing in action.
36877              
36878              Subject: [ID 20000905.002] perlfaq1.pod URL error
36879              From: "Larry W. Virden" <lvirden@cas.org>
36880              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
36881              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
36882      Branch: perl
36883            ! pod/perlfaq1.pod
36884 ____________________________________________________________________________
36885 [  7028] By: jhi                                   on 2000/09/07  18:47:13
36886         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
36887              From: Hugo <hv@crypt.compulink.co.uk>
36888              Date: Tue, 05 Sep 2000 14:13:37 +0100
36889              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
36890      Branch: perl
36891            ! toke.c
36892 ____________________________________________________________________________
36893 [  7027] By: jhi                                   on 2000/09/07  18:45:35
36894         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
36895              From: Daniel Chetlin <daniel@chetlin.com>
36896              Date: Tue, 5 Sep 2000 04:57:07 -0700
36897              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
36898      Branch: perl
36899            ! pod/perlfaq6.pod pod/perlop.pod
36900 ____________________________________________________________________________
36901 [  7026] By: jhi                                   on 2000/09/07  18:44:01
36902         Log: Document the new ref() semantics.
36903              
36904              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
36905              From: Gisle Aas <gisle@ActiveState.com>
36906              Date: 05 Sep 2000 08:10:30 +0200
36907              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
36908      Branch: perl
36909            ! pod/perldelta.pod
36910 ____________________________________________________________________________
36911 [  7025] By: jhi                                   on 2000/09/07  18:42:27
36912         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
36913              
36914              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
36915              From: Gisle Aas <gisle@ActiveState.com>
36916              Date: 05 Sep 2000 08:11:40 +0200
36917              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
36918      Branch: perl
36919            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
36920 ____________________________________________________________________________
36921 [  7024] By: jhi                                   on 2000/09/07  18:39:32
36922         Log: Subject: [PATCH] Modernize Opcode.pm documentation
36923              From: Gisle Aas <gisle@ActiveState.com>
36924              Date: 4 Sep 2000 00:18:55 -0000
36925              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
36926      Branch: perl
36927            ! ext/Opcode/Opcode.pm
36928 ____________________________________________________________________________
36929 [  7023] By: jhi                                   on 2000/09/07  18:37:42
36930         Log: Subject: [PATCH] Tied filehandle documentation
36931              From: Gisle Aas <gisle@ActiveState.com>
36932              Date: 4 Sep 2000 00:14:40 -0000
36933              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
36934      Branch: perl
36935            ! pod/perlfunc.pod pod/perltie.pod
36936 ____________________________________________________________________________
36937 [  7022] By: jhi                                   on 2000/09/07  18:35:37
36938         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
36939              From: Gisle Aas <gisle@ActiveState.com>
36940              Date: 4 Sep 2000 00:04:22 -0000
36941              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
36942      Branch: perl
36943            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
36944 ____________________________________________________________________________
36945 [  7021] By: jhi                                   on 2000/09/07  18:33:22
36946         Log: Subject: small apidoc fix
36947              From: Marc Lehmann <pcg@goof.com>
36948              Date: Sun, 3 Sep 2000 05:12:06 +0200
36949              Message-ID: <20000903051206.A5909@cerebro.laendle>
36950      Branch: perl
36951            ! pod/perlapi.pod utf8.c
36952 ____________________________________________________________________________
36953 [  7020] By: jhi                                   on 2000/09/07  16:14:57
36954         Log: Tiny perldelta nits.
36955      Branch: perl
36956            ! pod/perldelta.pod
36957 ____________________________________________________________________________
36958 [  7019] By: jhi                                   on 2000/09/07  16:04:20
36959         Log: Guard against bad string->int conversion for quads.
36960      Branch: perl
36961            ! t/op/64bitint.t
36962 ____________________________________________________________________________
36963 [  7018] By: jhi                                   on 2000/09/06  17:07:03
36964         Log: Update Unicode todo list.
36965      Branch: perl
36966            ! Todo-5.6
36967 ____________________________________________________________________________
36968 [  7017] By: jhi                                   on 2000/09/05  21:16:01
36969         Log: Document the SvIOK_.*UV().
36970      Branch: perl
36971            ! pod/perlapi.pod sv.h
36972 ____________________________________________________________________________
36973 [  7016] By: nick                                  on 2000/09/03  21:54:46
36974         Log: Hash lookup of constant strings optimization:
36975              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
36976              to string table (as per sharepvn). Add newSV_pvn_share to create such
36977              a thing. Make hv.c compare addresses of strings and skip string compare
36978              if equal. Make method_named and helem ops use these shared-string SVs
36979              when arg is constant. Make keys op return shared-string SVs (less clearly
36980              a win).
36981      Branch: perl
36982            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
36983            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
36984            ! pod/perlintern.pod pp_hot.c proto.h sv.c
36985 ____________________________________________________________________________
36986 [  7015] By: jhi                                   on 2000/09/02  17:48:59
36987         Log: This is 5.7.0.
36988      Branch: perl
36989            ! Changes
36990 ____________________________________________________________________________
36991 [  7014] By: jhi                                   on 2000/09/02  17:35:45
36992         Log: Changes and patchlevel tweaks.
36993      Branch: perl
36994            ! Changes patchlevel.h
36995 ____________________________________________________________________________
36996 [  7013] By: jhi                                   on 2000/09/02  17:30:50
36997         Log: Update Changes.
36998      Branch: perl
36999            ! Changes patchlevel.h
37000 ____________________________________________________________________________
37001 [  7012] By: nick                                  on 2000/09/02  17:25:20
37002         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
37003      Branch: perl
37004            ! gv.c lib/overload.pm
37005 ____________________________________________________________________________
37006 [  7011] By: jhi                                   on 2000/09/02  17:16:25
37007         Log: Update perlhist.
37008      Branch: perl
37009            ! pod/perlhist.pod
37010 ____________________________________________________________________________
37011 [  7010] By: jhi                                   on 2000/09/02  17:01:35
37012         Log: perldelta nits.
37013      Branch: perl
37014            ! pod/perldelta.pod
37015 ____________________________________________________________________________
37016 [  7009] By: nick                                  on 2000/09/02  16:48:35
37017         Log: If overloaded %{} etc. return the object do not loop.
37018              Thus  sub deref { $_[0] } functions if object is wanted type.
37019      Branch: perl
37020            ! pp.h
37021 ____________________________________________________________________________
37022 [  7008] By: jhi                                   on 2000/09/02  16:26:11
37023         Log: Retab MANIFEST.
37024      Branch: perl
37025            ! ext/Storable/MANIFEST
37026 ____________________________________________________________________________
37027 [  7007] By: jhi                                   on 2000/09/02  16:23:02
37028         Log: Make certain cc is set before trying to run it.
37029      Branch: perl
37030            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
37031 ____________________________________________________________________________
37032 [  7006] By: jhi                                   on 2000/09/02  15:45:41
37033         Log: Unicode notes.
37034      Branch: perl
37035            ! pod/perldelta.pod
37036 ____________________________________________________________________________
37037 [  7005] By: jhi                                   on 2000/09/02  15:42:11
37038         Log: Various Configure nits by Philip Newton,
37039              plus the ebcdic one by me.
37040      Branch: metaconfig
37041            + U/modified/pager.U
37042            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
37043      Branch: metaconfig/U/perl
37044            ! Devel.U quadfio.U
37045      Branch: perl
37046            ! Configure config_h.SH
37047 ____________________________________________________________________________
37048 [  7004] By: jhi                                   on 2000/09/02  15:06:14
37049         Log: Apparently avoiding the swapping is too costly.
37050              
37051              From: "Ben Tilly" <ben_tilly@hotmail.com>
37052              Subject: Re: the door is closed.
37053              Date: Fri, 01 Sep 2000 20:23:16 EDT
37054              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
37055      Branch: perl
37056            ! pod/perlfaq4.pod
37057 ____________________________________________________________________________
37058 [  7003] By: nick                                  on 2000/09/02  12:26:04
37059         Log: Undo part of change 6489 which looks like a bulk edit which
37060              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37061              The supressing of main:: on return from select() is undesirable.
37062      Branch: perl
37063            ! pp_sys.c
37064 ____________________________________________________________________________
37065 [  7002] By: jhi                                   on 2000/09/01  23:08:54
37066         Log: Update Changes.
37067      Branch: perl
37068            ! Changes patchlevel.h
37069 ____________________________________________________________________________
37070 [  7001] By: jhi                                   on 2000/09/01  23:00:13
37071         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37072              From: Peter Prymmer <pvhp@forte.com>
37073              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
37074              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
37075              
37076              plus rework the http: spots as suggested by Tom Christiansen,
37077              plus regen perltoc.
37078      Branch: perl
37079            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
37080            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
37081 ____________________________________________________________________________
37082 [  7000] By: jhi                                   on 2000/09/01  22:36:01
37083         Log: Only the first line, thank you very much.
37084      Branch: perl
37085            ! hints/solaris_2.sh
37086 ____________________________________________________________________________
37087 [  6999] By: gsar                                  on 2000/09/01  22:16:40
37088         Log: change#6791 accidentally clobbered change#6710, put it back
37089      Branch: perl
37090            ! win32/win32.c
37091 ____________________________________________________________________________
37092 [  6998] By: jhi                                   on 2000/09/01  22:14:16
37093         Log: Mention the HP-UX LP64 freak failure.
37094      Branch: perl
37095            ! pod/perldelta.pod
37096 ____________________________________________________________________________
37097 [  6997] By: jhi                                   on 2000/09/01  21:48:32
37098         Log: Detypo.
37099      Branch: perl
37100            ! hints/hpux.sh
37101 ____________________________________________________________________________
37102 [  6996] By: jhi                                   on 2000/09/01  21:27:10
37103         Log: Update Changes.
37104      Branch: perl
37105            ! Changes patchlevel.h
37106 ____________________________________________________________________________
37107 [  6995] By: jhi                                   on 2000/09/01  21:14:24
37108         Log: Mi splgn s gnin.g
37109      Branch: perl
37110            ! pp_ctl.c
37111 ____________________________________________________________________________
37112 [  6994] By: jhi                                   on 2000/09/01  21:09:54
37113         Log: Subject: http:// in L<>
37114              From: Nicholas Clark <nick@ccl4.org>
37115              Date: Fri, 1 Sep 2000 22:03:21 +0100
37116              Message-ID: <20000901220321.B72074@plum.flirble.org>
37117      Branch: perl
37118            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
37119 ____________________________________________________________________________
37120 [  6993] By: jhi                                   on 2000/09/01  21:06:54
37121         Log: Update to Storable 1.0, from Raphael Manfredi.
37122      Branch: perl
37123            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37124            ! ext/Storable/Makefile.PL ext/Storable/README
37125            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37126            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37127            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
37128            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
37129            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
37130            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
37131 ____________________________________________________________________________
37132 [  6992] By: jhi                                   on 2000/09/01  20:43:05
37133         Log: Mention known sfio+linux buglet.
37134      Branch: perl
37135            ! pod/perldelta.pod
37136 ____________________________________________________________________________
37137 [  6991] By: jhi                                   on 2000/09/01  20:40:11
37138         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37139              From: Peter Prymmer <pvhp@forte.com>
37140              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
37141              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
37142      Branch: perl
37143            ! vms/vms.c
37144 ____________________________________________________________________________
37145 [  6990] By: jhi                                   on 2000/09/01  20:25:26
37146         Log: Retract #6986.
37147      Branch: perl
37148            ! hints/solaris_2.sh
37149 ____________________________________________________________________________
37150 [  6989] By: jhi                                   on 2000/09/01  20:23:00
37151         Log: Mergesort is back.
37152      Branch: perl
37153            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
37154 ____________________________________________________________________________
37155 [  6988] By: jhi                                   on 2000/09/01  19:37:40
37156         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
37157              From: Mike Guy <mjtg@cam.ac.uk>
37158              Date: Fri, 01 Sep 2000 17:43:33 +0100
37159              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
37160      Branch: perl
37161            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
37162            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
37163 ____________________________________________________________________________
37164 [  6987] By: jhi                                   on 2000/09/01  19:17:10
37165         Log: Regen perltoc.
37166      Branch: perl
37167            ! pod/perltoc.pod
37168 ____________________________________________________________________________
37169 [  6986] By: jhi                                   on 2000/09/01  18:51:10
37170         Log: Subject: Re: Solaris x86 has no SPARC libraries!
37171              From: Lupe Christoph <lupe@lupe-christoph.de>
37172              Date: Fri, 1 Sep 2000 20:41:20 +0200
37173              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
37174      Branch: perl
37175            ! hints/solaris_2.sh
37176 ____________________________________________________________________________
37177 [  6985] By: jhi                                   on 2000/09/01  18:28:10
37178         Log: Update Changes.
37179      Branch: perl
37180            ! Changes patchlevel.h
37181 ____________________________________________________________________________
37182 [  6984] By: jhi                                   on 2000/09/01  18:26:53
37183         Log: Feature ordering tweak.
37184      Branch: perl
37185            ! myconfig.SH
37186 ____________________________________________________________________________
37187 [  6983] By: jhi                                   on 2000/09/01  18:19:50
37188         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37189              From: <abigail@foad.org>
37190              Date: Fri, 1 Sep 2000 13:07:32 -0400
37191              Message-ID: <20000901170732.18249.qmail@foad.org>
37192      Branch: perl
37193            ! t/pragma/overload.t
37194 ____________________________________________________________________________
37195 [  6982] By: jhi                                   on 2000/09/01  18:17:54
37196         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37197              so that case-ignoring systems like DCL can tell them from
37198              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
37199      Branch: metaconfig/U/perl
37200            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
37201      Branch: perl
37202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37203            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
37204            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
37205            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
37206            ! vos/config.def vos/config.h vos/config_h.SH_orig
37207            ! win32/config.bc win32/config.gc win32/config.vc
37208 ____________________________________________________________________________
37209 [  6981] By: nick                                  on 2000/09/01  17:21:57
37210         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
37211              warning when UNTIE exists and instead pass the cound of extra references to
37212              the UNTIE method.
37213      Branch: perl
37214            ! pod/perltie.pod pp_sys.c
37215 ____________________________________________________________________________
37216 [  6980] By: jhi                                   on 2000/09/01  16:54:44
37217         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
37218              From: Peter Prymmer <pvhp@forte.com>
37219              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
37220              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
37221      Branch: perl
37222            ! configure.com
37223 ____________________________________________________________________________
37224 [  6979] By: jhi                                   on 2000/09/01  16:06:20
37225         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
37226              From: Mike Guy <mjtg@cam.ac.uk> 
37227              Date: Fri, 01 Sep 2000 16:49:27 +0100
37228              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
37229      Branch: perl
37230            ! t/base/rs.t
37231 ____________________________________________________________________________
37232 [  6978] By: jhi                                   on 2000/09/01  16:00:42
37233         Log: Update to PodParser 1.18, from Brad Appleton.
37234      Branch: perl
37235            ! lib/Pod/Checker.pm t/pod/find.t
37236 ____________________________________________________________________________
37237 [  6977] By: jhi                                   on 2000/09/01  14:48:58
37238         Log: Subject: Nit in Configure (bleadperl@6961)
37239              From: Lupe Christoph <lupe@lupe-christoph.de>
37240              Date: Fri, 1 Sep 2000 16:34:29 +0200
37241              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
37242      Branch: metaconfig
37243            ! U/compline/ccflags.U
37244      Branch: perl
37245            ! Configure config_h.SH
37246 ____________________________________________________________________________
37247 [  6976] By: jhi                                   on 2000/09/01  14:39:52
37248         Log: Update Changes.
37249      Branch: perl
37250            ! Changes patchlevel.h
37251 ____________________________________________________________________________
37252 [  6975] By: jhi                                   on 2000/09/01  14:37:36
37253         Log: microperl config update.
37254      Branch: perl
37255            ! uconfig.h uconfig.sh
37256 ____________________________________________________________________________
37257 [  6974] By: jhi                                   on 2000/09/01  14:36:53
37258         Log: Document known deficiencies.
37259      Branch: perl
37260            ! pod/perldelta.pod
37261 ____________________________________________________________________________
37262 [  6973] By: jhi                                   on 2000/09/01  14:10:20
37263         Log: Mention warnings fixes and updates.
37264      Branch: perl
37265            ! pod/perldelta.pod
37266 ____________________________________________________________________________
37267 [  6972] By: jhi                                   on 2000/09/01  14:01:52
37268         Log: Drop unused argument.
37269              
37270              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
37271              From: Spider Boardman <spider@web.zk3.dec.com>
37272              Date: Thu, 31 Aug 2000 16:10:15 -0400
37273              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
37274      Branch: perl
37275            ! toke.c
37276 ____________________________________________________________________________
37277 [  6971] By: jhi                                   on 2000/09/01  13:59:24
37278         Log: Add the overload warnings to perldiag.
37279      Branch: perl
37280            ! lib/overload.pm pod/perldiag.pod
37281 ____________________________________________________________________________
37282 [  6970] By: jhi                                   on 2000/09/01  13:55:10
37283         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37284              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37285              Date: Fri, 1 Sep 2000 13:43:15 +0100 
37286              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
37287      Branch: perl
37288            ! lib/overload.pm t/pragma/overload.t
37289 ____________________________________________________________________________
37290 [  6969] By: jhi                                   on 2000/09/01  13:52:27
37291         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37292              From: <abigail@foad.org>
37293              Date: Fri, 1 Sep 2000 05:46:54 -0400
37294              Message-ID: <20000901094654.6476.qmail@foad.org>
37295      Branch: perl
37296            ! lib/overload.pm
37297 ____________________________________________________________________________
37298 [  6968] By: jhi                                   on 2000/09/01  13:50:05
37299         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37300              From: Daniel Chetlin <daniel@chetlin.com>
37301              Date: Fri, 1 Sep 2000 02:10:55 -0700
37302              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
37303      Branch: perl
37304            ! pod/perlretut.pod
37305 ____________________________________________________________________________
37306 [  6967] By: jhi                                   on 2000/09/01  13:47:54
37307         Log: Part of the solution.
37308              
37309              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37310              From: Mike Guy <mjtg@cam.ac.uk>
37311              Date: Fri, 01 Sep 2000 14:16:01 +0100
37312              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
37313      Branch: perl
37314            ! gv.c mg.c
37315 ____________________________________________________________________________
37316 [  6966] By: jhi                                   on 2000/09/01  13:46:17
37317         Log: Subject: CPAN.pm beta 1.57_57 for the core
37318              From: andreas.koenig@anima.de (Andreas J. Koenig)
37319              Date: 01 Sep 2000 15:16:31 +0200
37320              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
37321      Branch: perl
37322            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37323 ____________________________________________________________________________
37324 [  6965] By: jhi                                   on 2000/09/01  13:43:18
37325         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37326              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37327              Date: Fri, 01 Sep 2000 01:47:22 -0500
37328              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
37329      Branch: perl
37330            ! pod/perldelta.pod vms/vms.c
37331 ____________________________________________________________________________
37332 [  6964] By: jhi                                   on 2000/09/01  13:35:35
37333         Log: File::Temp patches from Andreas König,
37334              
37335              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
37336              From: andreas.koenig@anima.de (Andreas J. Koenig)
37337              Date: 01 Sep 2000 10:07:20 +0200
37338              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
37339              
37340              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
37341              From: andreas.koenig@anima.de (Andreas J. Koenig)
37342              Date: 31 Aug 2000 23:26:08 +0200
37343              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
37344      Branch: perl
37345            ! lib/File/Temp.pm t/lib/ftmp-security.t
37346 ____________________________________________________________________________
37347 [  6963] By: jhi                                   on 2000/09/01  02:22:24
37348         Log: Retract the mergesort code, way too incompatible licensing
37349              and copyrights.
37350      Branch: perl
37351            ! pod/perldelta.pod pp_ctl.c
37352 ____________________________________________________________________________
37353 [  6962] By: jhi                                   on 2000/08/31  23:27:32
37354         Log: Update Changes.
37355      Branch: perl
37356            ! Changes patchlevel.h
37357 ____________________________________________________________________________
37358 [  6961] By: jhi                                   on 2000/08/31  23:20:04
37359         Log: Small tweaks all over.
37360      Branch: metaconfig
37361            ! U/compline/d_gconvert.U
37362      Branch: perl
37363            ! AUTHORS Configure config_h.SH pp_ctl.c
37364 ____________________________________________________________________________
37365 [  6960] By: jhi                                   on 2000/08/31  22:39:36
37366         Log: Further rewording.
37367      Branch: perl
37368            ! pp_ctl.c
37369 ____________________________________________________________________________
37370 [  6959] By: jhi                                   on 2000/08/31  21:26:44
37371         Log: More address tweaking.
37372      Branch: perl
37373            ! AUTHORS Changes
37374 ____________________________________________________________________________
37375 [  6958] By: jhi                                   on 2000/08/31  20:47:25
37376         Log: AUTHORS tweaks, from Peter Prymmer.
37377              
37378              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
37379              From: Peter Prymmer <pvhp@forte.com>
37380              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
37381              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
37382      Branch: perl
37383            ! AUTHORS MAINTAIN
37384 ____________________________________________________________________________
37385 [  6957] By: jhi                                   on 2000/08/31  20:34:43
37386         Log: perldelta tweaks.
37387      Branch: perl
37388            ! pod/perldelta.pod
37389 ____________________________________________________________________________
37390 [  6956] By: jhi                                   on 2000/08/31  19:11:06
37391         Log: Regen perltoc.
37392      Branch: perl
37393            ! pod/perltoc.pod
37394 ____________________________________________________________________________
37395 [  6955] By: jhi                                   on 2000/08/31  19:06:30
37396         Log: Clarify the mergesort situation.
37397      Branch: perl
37398            ! pp_ctl.c
37399 ____________________________________________________________________________
37400 [  6954] By: jhi                                   on 2000/08/31  18:24:17
37401         Log: Move the Solaris 7 scan to use64bitall, make the
37402              failure to find 64-bot sparc libc to mention the
37403              possibility of being in an intel, from Lupe and Alan.
37404      Branch: perl
37405            ! hints/solaris_2.sh
37406 ____________________________________________________________________________
37407 [  6953] By: jhi                                   on 2000/08/31  18:09:20
37408         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
37409              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
37410      Branch: metaconfig
37411            ! U/compline/d_gconvert.U U/threads/archname.U
37412      Branch: metaconfig/U/perl
37413            ! perlxv.U
37414      Branch: perl
37415            ! Configure config_h.SH sv.c
37416 ____________________________________________________________________________
37417 [  6952] By: jhi                                   on 2000/08/31  17:42:24
37418         Log: :: not allowed in pathnames, change to .
37419              
37420              Subject: [PATCH perl@6938] cygwin port
37421              From: "Fifer, Eric" <EFifer@sanwaint.com>
37422              Date: Thu, 31 Aug 2000 16:32:59 +0100
37423              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
37424      Branch: metaconfig/U/perl
37425            ! perlxv.U
37426 ____________________________________________________________________________
37427 [  6951] By: jhi                                   on 2000/08/31  17:02:05
37428         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
37429      Branch: perl
37430            ! perl.h
37431 ____________________________________________________________________________
37432 [  6950] By: jhi                                   on 2000/08/31  16:26:08
37433         Log: More author updates.
37434              
37435              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
37436              From: Simon Cozens <simon@cozens.net>
37437              Date: Thu, 31 Aug 2000 17:13:32 +0100
37438              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
37439      Branch: perl
37440            ! AUTHORS
37441 ____________________________________________________________________________
37442 [  6949] By: jhi                                   on 2000/08/31  16:04:49
37443         Log: POSIX doesn't report long double values under -Duselongdouble
37444              when the long doubles are "real" (bigger than doubles).
37445              
37446              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
37447              From: Spider Boardman <spider@peano.zk3.dec.com>
37448              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
37449              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
37450      Branch: perl
37451            ! ext/POSIX/POSIX.xs
37452 ____________________________________________________________________________
37453 [  6948] By: jhi                                   on 2000/08/31  15:25:10
37454         Log: Update Changes.
37455      Branch: perl
37456            ! Changes patchlevel.h
37457 ____________________________________________________________________________
37458 [  6947] By: jhi                                   on 2000/08/31  15:22:29
37459         Log: Document UNTIE in a very minimalistic way.
37460      Branch: perl
37461            ! pod/perlfunc.pod pod/perltie.pod
37462 ____________________________________________________________________________
37463 [  6946] By: jhi                                   on 2000/08/31  15:15:23
37464         Log: Document known failures.
37465      Branch: perl
37466            ! pod/perldelta.pod
37467 ____________________________________________________________________________
37468 [  6945] By: jhi                                   on 2000/08/31  15:07:00
37469         Log: Don't attach -ld to the archname if pointless.
37470      Branch: metaconfig
37471            ! U/threads/archname.U
37472      Branch: perl
37473            ! Configure config_h.SH
37474 ____________________________________________________________________________
37475 [  6944] By: jhi                                   on 2000/08/31  14:37:42
37476         Log: Wrap the test in eval.
37477              
37478              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
37479              From: Tim Jenness <timj@jach.hawaii.edu>
37480              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
37481              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
37482      Branch: perl
37483            ! t/lib/ftmp-security.t
37484 ____________________________________________________________________________
37485 [  6943] By: jhi                                   on 2000/08/31  14:30:57
37486         Log: Make -Dusemorebits find long doubles in Solaris.
37487      Branch: perl
37488            ! hints/solaris_2.sh
37489 ____________________________________________________________________________
37490 [  6942] By: jhi                                   on 2000/08/31  13:48:45
37491         Log: Clarify the third case of ftmp-security warnings.
37492      Branch: perl
37493            ! INSTALL
37494 ____________________________________________________________________________
37495 [  6941] By: jhi                                   on 2000/08/31  13:40:31
37496         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
37497              From: <abigail@foad.org>
37498              Date: Thu, 31 Aug 2000 01:35:05 -0400
37499              Message-ID: <20000831053505.32120.qmail@foad.org>
37500      Branch: perl
37501            ! pod/perldelta.pod
37502 ____________________________________________________________________________
37503 [  6940] By: jhi                                   on 2000/08/31  13:38:48
37504         Log: Issue useful diagnostic on unknown pod commands.
37505              
37506              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
37507              From: <abigail@foad.org>
37508              Date: Thu, 31 Aug 2000 03:41:18 -0400
37509              Message-ID: <20000831074118.24880.qmail@foad.org>
37510      Branch: perl
37511            ! lib/Pod/Man.pm
37512 ____________________________________________________________________________
37513 [  6939] By: jhi                                   on 2000/08/31  13:34:33
37514         Log: Reveal Borland's isnan.
37515              
37516              Subject: build with BC++ tweak
37517              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37518              Date: Thu, 31 Aug 2000 13:09:37 +0400
37519              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
37520      Branch: perl
37521            ! win32/win32.h
37522 ____________________________________________________________________________
37523 [  6938] By: jhi                                   on 2000/08/31  05:01:20
37524         Log: Update Changes.
37525      Branch: perl
37526            ! Changes patchlevel.h
37527 ____________________________________________________________________________
37528 [  6937] By: jhi                                   on 2000/08/31  04:26:23
37529         Log: sscanf() may be the only way to read long doubles from strings.
37530      Branch: metaconfig/U/perl
37531            ! longdblfio.U
37532      Branch: perl
37533            ! Configure config_h.SH perl.h util.c
37534 ____________________________________________________________________________
37535 [  6936] By: jhi                                   on 2000/08/31  04:18:19
37536         Log: The #6929 was too skimpy.
37537      Branch: perl
37538            ! sv.c
37539 ____________________________________________________________________________
37540 [  6935] By: jhi                                   on 2000/08/31  02:47:07
37541         Log: Subject: Re: typos in pods
37542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37543              Date: Wed, 30 Aug 2000 19:25:34 -0700
37544              Message-ID: <eIcr5gzkg25X092yn@efn.org>
37545      Branch: perl
37546            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
37547 ____________________________________________________________________________
37548 [  6934] By: jhi                                   on 2000/08/31  02:42:55
37549         Log: Missed one Unicode file.
37550      Branch: perl
37551            + lib/unicode/UCDFF301.html
37552 ____________________________________________________________________________
37553 [  6933] By: jhi                                   on 2000/08/30  23:42:27
37554         Log: Update Changes.
37555      Branch: perl
37556            ! Changes patchlevel.h
37557 ____________________________________________________________________________
37558 [  6932] By: jhi                                   on 2000/08/30  23:40:07
37559         Log: Mention UNTIE in perldelta.  Still needs documenting
37560              in perltie et alia.
37561      Branch: perl
37562            ! pod/perldelta.pod
37563 ____________________________________________________________________________
37564 [  6931] By: jhi                                   on 2000/08/30  23:36:02
37565         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
37566              From: <abigail@foad.org>
37567              Date: Wed, 30 Aug 2000 19:28:07 -0400
37568              Message-ID: <20000830232807.305.qmail@foad.org>
37569      Branch: perl
37570            ! pod/perldelta.pod
37571 ____________________________________________________________________________
37572 [  6930] By: jhi                                   on 2000/08/30  23:32:40
37573         Log: Update to Unicode 3.0.1.
37574      Branch: perl
37575            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
37576            + lib/unicode/PropList.txt lib/unicode/README.perl
37577            + lib/unicode/UCD301.html lib/unicode/Unicode.301
37578            - lib/unicode/Props.txt lib/unicode/UCD300.html
37579            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37580            ! (edit 257 files)
37581 ____________________________________________________________________________
37582 [  6929] By: jhi                                   on 2000/08/30  22:38:18
37583         Log: Heap decorruption.
37584              
37585              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
37586              From: Alan Burlison <Alan.Burlison@uk.sun.com>
37587              Date: Wed, 30 Aug 2000 22:39:52 +0100
37588              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
37589      Branch: perl
37590            ! sv.c
37591 ____________________________________________________________________________
37592 [  6928] By: jhi                                   on 2000/08/30  22:29:34
37593         Log: Retract the dummy test, skip the security tests (instead of failing),
37594              explain what the warnings mean.
37595      Branch: perl
37596            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
37597 ____________________________________________________________________________
37598 [  6927] By: jhi                                   on 2000/08/30  22:14:13
37599         Log: Change the internal implementation of sort() to be mergesort
37600              instead of quicksort, from John Linderman <jpl@research.att.com>.
37601              Gives us better worst case, better average case, and stability.
37602              What's there not to like?  (Small fixes for threaded builds
37603              were required).
37604      Branch: perl
37605            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
37606 ____________________________________________________________________________
37607 [  6926] By: jhi                                   on 2000/08/30  20:55:20
37608         Log: A better fix for the Socket building problem from Craig Berry.
37609      Branch: perl
37610            ! vms/vms.c
37611 ____________________________________________________________________________
37612 [  6925] By: jhi                                   on 2000/08/30  20:20:25
37613         Log: Subject: [PATCH] Re: UNTIE method 
37614              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37615              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
37616              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
37617      Branch: perl
37618            ! pp_sys.c t/op/tie.t
37619 ____________________________________________________________________________
37620 [  6924] By: jhi                                   on 2000/08/30  20:17:11
37621         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
37622              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37623              Date: Wed, 30 Aug 2000 15:03:14 -0500
37624              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
37625      Branch: perl
37626            ! vms/vms.c
37627 ____________________________________________________________________________
37628 [  6923] By: jhi                                   on 2000/08/30  20:15:18
37629         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
37630              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37631              Date: Wed, 30 Aug 2000 13:30:36 -0500
37632              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
37633      Branch: perl
37634            ! vms/vms.c
37635 ____________________________________________________________________________
37636 [  6922] By: jhi                                   on 2000/08/30  19:54:43
37637         Log: Better options for rsync.
37638      Branch: perl
37639            ! pod/perlhack.pod
37640 ____________________________________________________________________________
37641 [  6921] By: jhi                                   on 2000/08/30  19:40:16
37642         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
37643              From: Rick Delaney <rick@consumercontact.com>
37644              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
37645              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
37646      Branch: perl
37647            ! pod/perlfunc.pod
37648 ____________________________________________________________________________
37649 [  6920] By: jhi                                   on 2000/08/30  19:36:40
37650         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
37651              From: Peter Prymmer <pvhp@forte.com>
37652              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
37653              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
37654      Branch: perl
37655            ! configure.com
37656 ____________________________________________________________________________
37657 [  6919] By: jhi                                   on 2000/08/30  14:52:02
37658         Log: Update Changes.
37659      Branch: perl
37660            ! Changes patchlevel.h
37661 ____________________________________________________________________________
37662 [  6918] By: jhi                                   on 2000/08/30  14:48:34
37663         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
37664      Branch: perl
37665            ! lib/ExtUtils/typemap
37666 ____________________________________________________________________________
37667 [  6917] By: jhi                                   on 2000/08/30  14:46:34
37668         Log: Subject: typos in pods
37669              From: Nicholas Clark <nick@ccl4.org>
37670              Date: Wed, 30 Aug 2000 01:12:50 +0100
37671              Message-ID: <20000830011249.A61388@plum.flirble.org>
37672      Branch: perl
37673            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
37674            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
37675            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
37676            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
37677 ____________________________________________________________________________
37678 [  6916] By: jhi                                   on 2000/08/30  14:19:09
37679         Log: Document Storable problems on Crays.  (Will have
37680              to document all the other Storable problems, too.)
37681      Branch: perl
37682            ! pod/perldelta.pod
37683 ____________________________________________________________________________
37684 [  6915] By: jhi                                   on 2000/08/30  14:06:02
37685         Log: Subject: [PATCH] fix misc cast warnings
37686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37687              Date: Tue, 29 Aug 2000 23:16:14 -0700
37688              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
37689      Branch: perl
37690            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
37691            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
37692            ! os2/os2ish.h
37693 ____________________________________________________________________________
37694 [  6914] By: jhi                                   on 2000/08/30  14:03:45
37695         Log: Timestamp mismatch again.  Need to fix this dependence on
37696              config_h.SH timestamp, since it's the contents of config_h.SH
37697              that matter.
37698      Branch: perl
37699            ! uconfig.h uconfig.sh
37700 ____________________________________________________________________________
37701 [  6913] By: jhi                                   on 2000/08/30  13:54:06
37702         Log: Don't say "Perl 5.0 source kit".
37703      Branch: perl
37704            ! perl.c
37705 ____________________________________________________________________________
37706 [  6912] By: jhi                                   on 2000/08/30  13:51:24
37707         Log: Reset archname and archname64 always, forcing them be
37708              recomputed at each Configure run, make Configure and
37709              the hints files agree on the naming of largefiles variables.
37710      Branch: metaconfig
37711            ! U/threads/archname.U
37712      Branch: metaconfig/U/perl
37713            ! use64bits.U
37714      Branch: perl
37715            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
37716            ! hints/linux.sh hints/solaris_2.sh
37717 ____________________________________________________________________________
37718 [  6911] By: jhi                                   on 2000/08/30  13:30:13
37719         Log: Put back the slice accidentally removed by #6907.
37720      Branch: perl
37721            ! hints/solaris_2.sh
37722 ____________________________________________________________________________
37723 [  6910] By: jhi                                   on 2000/08/30  01:24:26
37724         Log: Be consistent: other Net::get* do export theirs.
37725              
37726              Subject: Re: Net::protoent does not export 'getproto'
37727              From: Yasushi Nakajima <sey@jkc.co.jp>
37728              Date: Wed, 30 Aug 2000 09:53:14 +0900
37729              Message-Id: <200008300051.DAA24700@taku.hut.fi>
37730      Branch: perl
37731            ! lib/Net/protoent.pm
37732 ____________________________________________________________________________
37733 [  6909] By: jhi                                   on 2000/08/30  01:17:25
37734         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
37735              From: Gurusamy Sarathy <gsar@ActiveState.com>
37736              Date: Tue, 29 Aug 2000 17:17:07 -0700
37737              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
37738      Branch: perl
37739            ! cop.h
37740 ____________________________________________________________________________
37741 [  6908] By: jhi                                   on 2000/08/30  00:58:05
37742         Log: Update Changes.
37743      Branch: perl
37744            ! Changes patchlevel.h
37745 ____________________________________________________________________________
37746 [  6907] By: jhi                                   on 2000/08/30  00:57:22
37747         Log: Introduce ccname to keep track of what compiler kind of we have.
37748      Branch: metaconfig/U/perl
37749            ! Checkcc.U gccvers.U
37750      Branch: perl
37751            ! Configure config_h.SH hints/solaris_2.sh
37752 ____________________________________________________________________________
37753 [  6906] By: jhi                                   on 2000/08/30  00:25:47
37754         Log: Put back the flags dump as reasoned in
37755              
37756              Subject: Re: [PATCH] Glob dumping
37757              From: Mike Guy <mjtg@cam.ac.uk> 
37758              Date: Tue, 29 Aug 2000 21:41:32 +0100
37759              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
37760      Branch: perl
37761            ! dump.c t/lib/peek.t
37762 ____________________________________________________________________________
37763 [  6905] By: jhi                                   on 2000/08/30  00:16:17
37764         Log: Make the epsilon to be relative, not absolute.
37765              
37766              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
37767              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
37768              Date: Tue, 29 Aug 2000 19:58:56 -0400
37769              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
37770      Branch: perl
37771            ! t/lib/trig.t
37772 ____________________________________________________________________________
37773 [  6904] By: jhi                                   on 2000/08/30  00:13:09
37774         Log: From now on, Gisle is on my list of usual suspects :-)
37775              Retract #6902.
37776      Branch: perl
37777            ! ext/Opcode/Safe.pm
37778 ____________________________________________________________________________
37779 [  6903] By: jhi                                   on 2000/08/29  23:51:20
37780         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
37781              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37782              Date: Tue, 29 Aug 2000 18:43:26 -0500
37783              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
37784      Branch: perl
37785            + vms/vmspipe.com
37786            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
37787            ! vms/vms.c
37788 ____________________________________________________________________________
37789 [  6902] By: jhi                                   on 2000/08/29  23:44:14
37790         Log: Retry what #6882 attempted.
37791              
37792              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
37793              From: Gisle Aas <gisle@ActiveState.com>
37794              Date: 30 Aug 2000 00:33:09 +0200
37795              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
37796      Branch: perl
37797            ! ext/Opcode/Safe.pm
37798 ____________________________________________________________________________
37799 [  6901] By: jhi                                   on 2000/08/29  22:59:32
37800         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
37801              From: Hugo <hv@crypt.compulink.co.uk>
37802              Date: Mon, 12 Jun 2000 19:36:08 +0100
37803              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
37804      Branch: perl
37805            ! sv.c
37806 ____________________________________________________________________________
37807 [  6900] By: jhi                                   on 2000/08/29  22:58:35
37808         Log: Admit that we are leaking scalars.
37809              
37810              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
37811              From: Spider Boardman <spider@leggy.zk3.dec.com>
37812              Date: Tue, 29 Aug 2000 18:48:29 -0400
37813              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
37814      Branch: perl
37815            ! t/pragma/warnings.t
37816 ____________________________________________________________________________
37817 [  6899] By: jhi                                   on 2000/08/29  20:53:13
37818         Log: Update Changes.
37819      Branch: perl
37820            ! Changes patchlevel.h
37821 ____________________________________________________________________________
37822 [  6898] By: jhi                                   on 2000/08/29  20:46:21
37823         Log: Undo namespace pollution of #6878.
37824              
37825              Subject: Re: Net::protoent does not export 'getproto'
37826              From: Mike Guy <mjtg@cam.ac.uk>
37827              Date: Tue, 29 Aug 2000 21:32:37 +0100
37828              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
37829      Branch: perl
37830            ! lib/Net/protoent.pm
37831 ____________________________________________________________________________
37832 [  6897] By: jhi                                   on 2000/08/29  20:44:29
37833         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
37834              From: Peter Prymmer <pvhp@forte.com>
37835              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
37836              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
37837      Branch: perl
37838            ! pod/perlebcdic.pod
37839 ____________________________________________________________________________
37840 [  6896] By: jhi                                   on 2000/08/29  20:40:57
37841         Log: There's no point repeating the 'revision' (5) of perl5.
37842      Branch: metaconfig/U/perl
37843            ! Devel.U patchlevel.U
37844      Branch: perl
37845            ! Configure config_h.SH
37846 ____________________________________________________________________________
37847 [  6895] By: jhi                                   on 2000/08/29  20:16:58
37848         Log: Regen Configure for #6894.
37849      Branch: metaconfig/U/perl
37850            ! perladmin.U
37851      Branch: perl
37852            ! Configure config_h.SH
37853 ____________________________________________________________________________
37854 [  6894] By: jhi                                   on 2000/08/29  19:59:52
37855         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
37856              From: "Philip Newton" <Philip.Newton@gmx.net>
37857              Date: Tue, 29 Aug 2000 21:39:14 +0200
37858              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
37859      Branch: perl
37860            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
37861            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
37862            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
37863            ! utils/perlbug.PL
37864 ____________________________________________________________________________
37865 [  6893] By: jhi                                   on 2000/08/29  19:55:30
37866         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
37867              From: "Philip Newton" <Philip.Newton@gmx.net>
37868              Date: Tue, 29 Aug 2000 21:39:14 +0200
37869              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
37870      Branch: perl
37871            ! installhtml
37872 ____________________________________________________________________________
37873 [  6892] By: jhi                                   on 2000/08/29  19:53:59
37874         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
37875              From: "Philip Newton" <Philip.Newton@gmx.net>
37876              Date: Tue, 29 Aug 2000 21:48:18 +0200
37877              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
37878      Branch: perl
37879            ! lib/File/Temp.pm
37880 ____________________________________________________________________________
37881 [  6891] By: jhi                                   on 2000/08/29  18:30:03
37882         Log: Nail the ID 20000828.023.
37883      Branch: perl
37884            ! ext/Storable/Storable.xs
37885 ____________________________________________________________________________
37886 [  6890] By: jhi                                   on 2000/08/29  16:50:17
37887         Log: Under usethreads the dumped variable is IN_PAD.
37888              
37889              Subject: Re: [PATCH] Glob dumping
37890              From: Gisle Aas <gisle@ActiveState.com>
37891              Date: 29 Aug 2000 18:45:05 +0200
37892              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
37893      Branch: perl
37894            ! t/lib/peek.t
37895 ____________________________________________________________________________
37896 [  6889] By: jhi                                   on 2000/08/29  15:17:37
37897         Log: Update Changes.
37898      Branch: perl
37899            ! Changes patchlevel.h
37900 ____________________________________________________________________________
37901 [  6888] By: jhi                                   on 2000/08/29  14:49:59
37902         Log: Retract #6882, broke the safe tests.
37903      Branch: perl
37904            ! ext/Opcode/Safe.pm
37905 ____________________________________________________________________________
37906 [  6887] By: jhi                                   on 2000/08/29  14:47:06
37907         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
37908              From: Gisle Aas <gisle@ActiveState.com> 
37909              Date: 09 Jun 2000 20:00:11 +0200
37910              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
37911      Branch: perl
37912            ! utils/perldoc.PL
37913 ____________________________________________________________________________
37914 [  6886] By: jhi                                   on 2000/08/29  14:42:45
37915         Log: The #6881 removed one dump line.
37916      Branch: perl
37917            ! t/lib/peek.t
37918 ____________________________________________________________________________
37919 [  6885] By: jhi                                   on 2000/08/29  14:30:47
37920         Log: Don't forget to tidy up.
37921      Branch: perl
37922            ! t/lib/ftmp-security.t
37923 ____________________________________________________________________________
37924 [  6884] By: jhi                                   on 2000/08/29  14:25:17
37925         Log: Disabling the one test is a bit tricky.
37926      Branch: perl
37927            ! t/lib/ftmp-security.t
37928 ____________________________________________________________________________
37929 [  6883] By: jhi                                   on 2000/08/29  14:16:25
37930         Log: Disable one of the tests for now.
37931      Branch: perl
37932            ! t/lib/ftmp-security.t
37933 ____________________________________________________________________________
37934 [  6882] By: jhi                                   on 2000/08/29  14:05:50
37935         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
37936              From: gisle@aas.no
37937              Date: 29 Aug 2000 10:35:06 -0000
37938              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
37939      Branch: perl
37940            ! ext/Opcode/Safe.pm
37941 ____________________________________________________________________________
37942 [  6881] By: jhi                                   on 2000/08/29  14:03:51
37943         Log: Subject: [PATCH] Glob dumping
37944              From: Gisle Aas <gisle@ActiveState.com>
37945              Date: 29 Aug 2000 07:59:42 -0000
37946              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
37947      Branch: perl
37948            ! dump.c
37949 ____________________________________________________________________________
37950 [  6880] By: jhi                                   on 2000/08/29  14:02:01
37951         Log: Subject: [PATCH] Warnings in B::Deparse
37952              From: <abigail@foad.org>
37953              Date: Tue, 29 Aug 2000 00:00:01 -0400
37954              Message-ID: <20000829040001.2999.qmail@foad.org>
37955      Branch: perl
37956            ! ext/B/B/Deparse.pm
37957 ____________________________________________________________________________
37958 [  6879] By: jhi                                   on 2000/08/29  13:57:26
37959         Log: Missed a change in #6869.
37960      Branch: perl
37961            ! mg.c
37962 ____________________________________________________________________________
37963 [  6878] By: jhi                                   on 2000/08/29  13:45:04
37964         Log: Subject: Net::protoent does not export 'getproto'
37965              From: Yasushi Nakajima <sey@jkc.co.jp>
37966              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
37967      Branch: perl
37968            ! lib/Net/protoent.pm
37969 ____________________________________________________________________________
37970 [  6877] By: jhi                                   on 2000/08/29  13:39:19
37971         Log: Patches all over for people and the files they (hopefully) care about.
37972      Branch: perl
37973            ! AUTHORS Changes MAINTAIN
37974 ____________________________________________________________________________
37975 [  6876] By: jhi                                   on 2000/08/29  12:53:54
37976         Log: Fix for thinko in #6848.
37977              
37978              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
37979              From: Lupe Christoph <lupe@lupe-christoph.de>
37980              Date: Tue, 29 Aug 2000 09:04:08 +0200
37981              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
37982      Branch: perl
37983            ! ext/Thread/Thread.xs
37984 ____________________________________________________________________________
37985 [  6875] By: jhi                                   on 2000/08/29  12:50:14
37986         Log: Update to Getopt::Long 2.24, from Johan Vromans.
37987      Branch: perl
37988            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
37989 ____________________________________________________________________________
37990 [  6874] By: jhi                                   on 2000/08/29  02:09:53
37991         Log: Use minimal @INC in tests, most of the time just '../lib',
37992              so that we simply can't pick up stuff from other Perls than
37993              the one we are testing.  Pointed out by
37994              
37995              From: Mike Guy <mjtg@cam.ac.uk>
37996              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
37997              Date: Fri, 25 Aug 2000 15:15:59 +0100
37998              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
37999      Branch: perl
38000            ! (edit 185 files)
38001 ____________________________________________________________________________
38002 [  6873] By: jhi                                   on 2000/08/29  01:07:11
38003         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
38004              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38005              Date: Mon, 28 Aug 2000 17:45:52 -0700
38006              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
38007      Branch: perl
38008            ! Makefile.SH hints/os2.sh
38009 ____________________________________________________________________________
38010 [  6872] By: jhi                                   on 2000/08/28  23:33:39
38011         Log: Subject: [PATCH bleedperl@6866] spellings
38012              From: marcel@codewerk.com (Marcel Grunauer)
38013              Date: Tue, 29 Aug 2000 01:19:59 +0200
38014              Message-Id: <200008282319.BAA29862@gandalf.local>
38015      Branch: perl
38016            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
38017            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
38018            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
38019 ____________________________________________________________________________
38020 [  6871] By: jhi                                   on 2000/08/28  23:22:09
38021         Log: Take out the SUIDMAIL thing, that will not be
38022              a problem in 5.7.*.
38023      Branch: perl
38024            ! patchlevel.h
38025 ____________________________________________________________________________
38026 [  6870] By: jhi                                   on 2000/08/28  23:19:30
38027         Log: -S is the silent flag, -s is the strip flag.
38028              
38029              Subject: [PATCH] Re: [PATCH] make no-install          
38030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38031              Date: Mon, 28 Aug 2000 15:12:55 -0700
38032              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
38033      Branch: perl
38034            ! Makefile.SH
38035 ____________________________________________________________________________
38036 [  6869] By: jhi                                   on 2000/08/28  23:12:05
38037         Log: Subject: [PATCH bleedperl@6856] warnings fixes
38038              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38039              Date: Mon, 28 Aug 2000 23:55:06 +0100
38040              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
38041      Branch: perl
38042            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
38043            ! warnings.h warnings.pl
38044 ____________________________________________________________________________
38045 [  6868] By: jhi                                   on 2000/08/28  21:38:22
38046         Log: Potential cruft.
38047      Branch: perl
38048            ! Makefile.SH
38049 ____________________________________________________________________________
38050 [  6867] By: jhi                                   on 2000/08/28  21:35:36
38051         Log: Update Changes.
38052      Branch: perl
38053            ! Changes patchlevel.h
38054 ____________________________________________________________________________
38055 [  6866] By: jhi                                   on 2000/08/28  21:33:49
38056         Log: Subject: hv.h Doc Patch
38057              From: Fisher Mark <fisherm@tce.com>
38058              Date: Mon, 28 Aug 2000 16:24:59 -0500
38059              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
38060      Branch: perl
38061            ! hv.h
38062 ____________________________________________________________________________
38063 [  6865] By: jhi                                   on 2000/08/28  21:02:15
38064         Log: Add -ld to archname on long tr...double platforms.
38065      Branch: metaconfig
38066            ! U/threads/archname.U
38067      Branch: perl
38068            ! Configure config_h.SH
38069 ____________________________________________________________________________
38070 [  6864] By: jhi                                   on 2000/08/28  20:38:59
38071         Log: An attempt to fix the problem reported in
38072              
38073              Subject: Building perl@6856 using gcc/AIX 4.3.3 
38074              From: Daniel Muino <dmuino@afip.gov.ar> 
38075              Date: Mon, 28 Aug 2000 15:50:01 -0300   
38076              Message-ID: <20000828155001.A14403@con2-dgi>
38077              
38078              I can't test this properly since the gcc installation I have
38079              access to seems to be botched (gcc is calling the AIX cpp,
38080              a losing proposition...)
38081      Branch: perl
38082            ! hints/aix.sh
38083 ____________________________________________________________________________
38084 [  6863] By: jhi                                   on 2000/08/28  18:57:52
38085         Log: Fix for ID 20000828.001, long doubles were not formatted
38086              correctly (showed up in $], which stopped installing perl).
38087      Branch: perl
38088            ! sv.c
38089 ____________________________________________________________________________
38090 [  6862] By: jhi                                   on 2000/08/28  18:07:15
38091         Log: Typo in #6858.
38092      Branch: perl
38093            ! lib/Cwd.pm
38094 ____________________________________________________________________________
38095 [  6861] By: jhi                                   on 2000/08/28  17:57:27
38096         Log: opmini.o may be left around if a build is interrupted.
38097      Branch: perl
38098            ! Makefile.SH
38099 ____________________________________________________________________________
38100 [  6860] By: jhi                                   on 2000/08/28  16:52:50
38101         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
38102              From: Daniel Chetlin <daniel@chetlin.com>
38103              Date: Mon, 28 Aug 2000 01:14:18 -0700
38104              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
38105      Branch: perl
38106            ! lib/overload.pm
38107 ____________________________________________________________________________
38108 [  6859] By: jhi                                   on 2000/08/28  16:08:46
38109         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
38110              From: Nicholas Clark <nick@ccl4.org>
38111              Date: Mon, 28 Aug 2000 16:03:27 +0100
38112              Message-Id: <20000828160327.C49785@plum.flirble.org>
38113      Branch: perl
38114            ! ext/ByteLoader/bytecode.h
38115 ____________________________________________________________________________
38116 [  6858] By: jhi                                   on 2000/08/28  16:02:10
38117         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
38118              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
38119              Date: Mon, 28 Aug 2000 13:08:30 +0200
38120              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
38121      Branch: perl
38122            ! lib/Cwd.pm
38123 ____________________________________________________________________________
38124 [  6857] By: jhi                                   on 2000/08/28  15:42:47
38125         Log: display_format used as a class method without arguments was broken,
38126              reported in
38127              
38128              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
38129              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
38130              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
38131              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
38132      Branch: perl
38133            ! lib/Math/Complex.pm t/lib/complex.t
38134 ____________________________________________________________________________
38135 [  6856] By: jhi                                   on 2000/08/27  22:09:48
38136         Log: Update Changes.
38137      Branch: perl
38138            ! Changes patchlevel.h
38139 ____________________________________________________________________________
38140 [  6855] By: jhi                                   on 2000/08/27  21:59:21
38141         Log: Retract #6853 (false alarm).
38142      Branch: perl
38143            ! lib/ExtUtils/xsubpp
38144 ____________________________________________________________________________
38145 [  6854] By: jhi                                   on 2000/08/27  21:37:44
38146         Log: Update Changes.
38147      Branch: perl
38148            ! Changes patchlevel.h
38149 ____________________________________________________________________________
38150 [  6853] By: jhi                                   on 2000/08/27  21:37:16
38151         Log: Subject: [PATCH perl@6850] workaround for xsubpp
38152              From: Hugo <hv@crypt.compulink.co.uk>
38153              Date: Sun, 27 Aug 2000 22:30:25 +0100
38154              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
38155      Branch: perl
38156            ! lib/ExtUtils/xsubpp
38157 ____________________________________________________________________________
38158 [  6852] By: jhi                                   on 2000/08/27  21:33:58
38159         Log: Big-endian 64-bit patch from Raphael Manfredi.
38160      Branch: perl
38161            ! ext/Storable/Storable.xs
38162 ____________________________________________________________________________
38163 [  6851] By: jhi                                   on 2000/08/27  21:22:21
38164         Log: More ruthless editing from Hugo van der Sanden.
38165      Branch: perl
38166            ! pod/perldelta.pod
38167 ____________________________________________________________________________
38168 [  6850] By: jhi                                   on 2000/08/27  16:11:46
38169         Log: Update Changes.
38170      Branch: perl
38171            ! Changes patchlevel.h
38172 ____________________________________________________________________________
38173 [  6849] By: jhi                                   on 2000/08/27  16:11:05
38174         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
38175      Branch: perl
38176            ! configpm pod/perldelta.pod
38177 ____________________________________________________________________________
38178 [  6848] By: jhi                                   on 2000/08/27  15:35:08
38179         Log: Use the actual thread type, not the pointer-to-struct.
38180      Branch: perl
38181            ! ext/Thread/Thread.xs
38182 ____________________________________________________________________________
38183 [  6847] By: jhi                                   on 2000/08/27  15:30:49
38184         Log: Test nit.
38185      Branch: perl
38186            ! t/pragma/warn/pp_sys
38187 ____________________________________________________________________________
38188 [  6846] By: jhi                                   on 2000/08/27  15:19:02
38189         Log: Passing -R in ldflags makes now it to appear in the default
38190              for lddlflags, just like with -L.
38191              
38192              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38193              From: Lupe Christoph <lupe@lupe-christoph.de>
38194              Date: Sun, 27 Aug 2000 10:28:21 +0200
38195              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
38196      Branch: metaconfig/U/perl
38197            ! dlsrc.U
38198      Branch: perl
38199            ! Configure
38200 ____________________________________________________________________________
38201 [  6845] By: jhi                                   on 2000/08/27  15:08:54
38202         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
38203              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38204              Date: Sat, 26 Aug 2000 22:23:27 +0100
38205              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
38206      Branch: perl
38207            ! lib/ExtUtils/MM_Unix.pm
38208 ____________________________________________________________________________
38209 [  6844] By: jhi                                   on 2000/08/27  15:02:37
38210         Log: DJGPP update from Laszlo Molnar.
38211              
38212              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
38213              From: ml1050 <ml1050@freemail.hu>
38214              Date: Sat, 26 Aug 2000 23:24:40 +0200
38215              Message-Id: <20000826232440.A439@freemail.hu>
38216      Branch: perl
38217            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
38218            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
38219 ____________________________________________________________________________
38220 [  6843] By: jhi                                   on 2000/08/27  14:53:58
38221         Log: Subject: installman buglet
38222              From: Lupe Christoph <lupe@lupe-christoph.de>
38223              Date: Sun, 27 Aug 2000 14:38:59 +0200
38224              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
38225      Branch: perl
38226            ! installman
38227 ____________________________________________________________________________
38228 [  6842] By: jhi                                   on 2000/08/27  14:52:08
38229         Log: Can't get the test to reliably work thanks to the
38230              inaccurateness of floating point.  "Resolves" bug ids
38231              20000826.003, 20000826.009, 20000826.010,
38232      Branch: perl
38233            ! t/lib/trig.t
38234 ____________________________________________________________________________
38235 [  6841] By: jhi                                   on 2000/08/26  15:53:58
38236         Log: Update Changes.
38237      Branch: perl
38238            ! Changes patchlevel.h
38239 ____________________________________________________________________________
38240 [  6840] By: jhi                                   on 2000/08/26  14:23:03
38241         Log: grep -e isn't portable.
38242              
38243              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
38244              From: chris@broadband.att.com
38245              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
38246              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
38247      Branch: perl
38248            ! hints/solaris_2.sh
38249 ____________________________________________________________________________
38250 [  6839] By: jhi                                   on 2000/08/26  14:12:23
38251         Log: no-install target a la make -n.
38252              
38253              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
38254              From: <abigail@foad.org>
38255              Date: Sat, 26 Aug 2000 03:57:34 -0400
38256              Message-ID: <20000826075735.18912.qmail@foad.org>
38257      Branch: perl
38258            ! Makefile.SH installman installperl
38259 ____________________________________________________________________________
38260 [  6838] By: jhi                                   on 2000/08/26  14:06:33
38261         Log: Retract #6826 as the #6828 should be do the same
38262              in a More Correct Way.
38263      Branch: perl
38264            ! installperl
38265 ____________________________________________________________________________
38266 [  6837] By: jhi                                   on 2000/08/26  05:24:00
38267         Log: More casting.
38268      Branch: perl
38269            ! ext/Storable/Storable.xs
38270 ____________________________________________________________________________
38271 [  6836] By: jhi                                   on 2000/08/26  05:05:46
38272         Log: Nicer in decimal.
38273      Branch: perl
38274            ! ext/Storable/Storable.xs
38275 ____________________________________________________________________________
38276 [  6835] By: jhi                                   on 2000/08/26  05:03:50
38277         Log: There be no UVdf.
38278      Branch: perl
38279            ! ext/Storable/Storable.xs
38280 ____________________________________________________________________________
38281 [  6834] By: jhi                                   on 2000/08/26  05:00:18
38282         Log: Continue IVdfing and UVxfing.
38283      Branch: perl
38284            ! ext/Storable/Storable.xs
38285 ____________________________________________________________________________
38286 [  6833] By: jhi                                   on 2000/08/26  04:53:14
38287         Log: Use IVdf.
38288      Branch: perl
38289            ! ext/Storable/Storable.xs
38290 ____________________________________________________________________________
38291 [  6832] By: jhi                                   on 2000/08/26  04:40:41
38292         Log: Document PTR2XX and INT2PTR.
38293      Branch: perl
38294            ! pod/perlguts.pod
38295 ____________________________________________________________________________
38296 [  6831] By: jhi                                   on 2000/08/26  04:33:18
38297         Log: Use UVxf, PTR2UV, NVff.
38298      Branch: perl
38299            ! ext/Storable/Storable.xs
38300 ____________________________________________________________________________
38301 [  6830] By: jhi                                   on 2000/08/26  04:31:32
38302         Log: Update the test count.
38303      Branch: perl
38304            ! t/lib/trig.t
38305 ____________________________________________________________________________
38306 [  6829] By: jhi                                   on 2000/08/26  03:05:50
38307         Log: Subject: [PATCH] installation not quite silent yet.
38308              From: <abigail@foad.org>
38309              Date: Fri, 25 Aug 2000 20:07:53 -0400
38310              Message-ID: <20000826000753.7822.qmail@foad.org>
38311      Branch: perl
38312            ! installman installperl
38313 ____________________________________________________________________________
38314 [  6828] By: jhi                                   on 2000/08/26  03:05:14
38315         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38316              From: Spider Boardman <spider@web.zk3.dec.com>
38317              Date: Fri, 25 Aug 2000 19:12:40 -0400
38318              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
38319      Branch: perl
38320            ! gv.c
38321 ____________________________________________________________________________
38322 [  6827] By: jhi                                   on 2000/08/25  23:54:34
38323         Log: Support preserving extremely big/small angles.
38324      Branch: perl
38325            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
38326 ____________________________________________________________________________
38327 [  6826] By: jhi                                   on 2000/08/25  23:01:20
38328         Log: Patch installperl to be long double-aware.
38329              
38330              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
38331              From: Spider Boardman <spider@web.zk3.dec.com>
38332              Date: Fri, 25 Aug 2000 18:15:23 -0400
38333              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
38334      Branch: perl
38335            ! installperl
38336 ____________________________________________________________________________
38337 [  6825] By: jhi                                   on 2000/08/25  22:58:25
38338         Log: Remove duplicately applied patch shards.
38339              
38340              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
38341              From: Spider Boardman <spider@leggy.zk3.dec.com>
38342              Date: Fri, 25 Aug 2000 16:45:03 -0400
38343              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
38344      Branch: perl
38345            ! t/lib/cgi-html.t
38346 ____________________________________________________________________________
38347 [  6824] By: jhi                                   on 2000/08/25  22:57:00
38348         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38349              From: Daniel Chetlin <daniel@chetlin.com>
38350              Date: Fri, 25 Aug 2000 12:23:16 -0700
38351              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
38352              
38353              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
38354              From: Daniel Chetlin <daniel@chetlin.com>
38355              Date: Fri, 25 Aug 2000 14:47:19 -0700
38356              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
38357      Branch: perl
38358            ! installman
38359 ____________________________________________________________________________
38360 [  6823] By: jhi                                   on 2000/08/25  22:44:17
38361         Log: Timestamp problem?
38362      Branch: perl
38363            ! uconfig.h uconfig.sh
38364 ____________________________________________________________________________
38365 [  6822] By: jhi                                   on 2000/08/25  19:01:06
38366         Log: One forgotten file from #6816.
38367      Branch: perl
38368            ! vos/config.h
38369 ____________________________________________________________________________
38370 [  6821] By: jhi                                   on 2000/08/25  18:56:39
38371         Log: Regen Changes.
38372      Branch: perl
38373            ! Changes patchlevel.h
38374 ____________________________________________________________________________
38375 [  6820] By: jhi                                   on 2000/08/25  18:52:35
38376         Log: Fix Changes ordering.
38377      Branch: perl
38378            ! Changes
38379 ____________________________________________________________________________
38380 [  6819] By: jhi                                   on 2000/08/25  18:50:25
38381         Log: Update Changes.
38382      Branch: perl
38383            ! Changes patchlevel.h
38384 ____________________________________________________________________________
38385 [  6818] By: jhi                                   on 2000/08/25  18:47:45
38386         Log: Tweak the sfio/useperlio logic, hopefully as wished in
38387              
38388              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
38389              From: Nicholas Clark <nick@babyhippo.co.uk>
38390              Date: Fri, 25 Aug 2000 12:01:45 +0100
38391              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
38392      Branch: metaconfig/U/perl
38393            ! d_sfio.U
38394      Branch: perl
38395            ! Configure
38396 ____________________________________________________________________________
38397 [  6817] By: jhi                                   on 2000/08/25  18:32:51
38398         Log: Allow microperl to assume <math.h>, without it the math
38399              functions like floor() are assumed to return int, which makes
38400              for core dumps in machines where integer and floating register
38401              don't mix.
38402      Branch: perl
38403            ! uconfig.h uconfig.sh
38404 ____________________________________________________________________________
38405 [  6816] By: jhi                                   on 2000/08/25  18:27:17
38406         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
38407              the problem reported in
38408              
38409              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
38410              From: danhale@us.ibm.com
38411              Date: Fri, 25 Aug 2000 10:58:06 -0400
38412              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
38413      Branch: metaconfig/U/perl
38414            + d_socks5_init.U
38415      Branch: perl
38416            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
38417            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
38418            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
38419            ! win32/config.gc win32/config.vc
38420 ____________________________________________________________________________
38421 [  6815] By: jhi                                   on 2000/08/25  17:43:31
38422         Log: A solution for the retrieve_fd autosplit warning,
38423              idea suggested by Mike Guy.
38424      Branch: perl
38425            ! ext/Storable/Storable.pm
38426 ____________________________________________________________________________
38427 [  6814] By: jhi                                   on 2000/08/25  17:16:03
38428         Log: Add install-silent target.
38429      Branch: perl
38430            ! Makefile.SH
38431 ____________________________________________________________________________
38432 [  6813] By: jhi                                   on 2000/08/25  17:14:23
38433         Log: Subject: Re: [PATCH] More silencing of installman.
38434              From: <abigail@foad.org>
38435              Date: Thu, 24 Aug 2000 19:27:03 -0400
38436              Message-ID: <20000824232703.7001.qmail@foad.org>
38437              
38438              Subject: Re: [PATCH] More silencing of installman.
38439              From: <abigail@foad.org>
38440              Date: Fri, 25 Aug 2000 03:00:58 -0400
38441              Message-ID: <20000825070058.10697.qmail@foad.org>
38442      Branch: perl
38443            ! installman
38444 ____________________________________________________________________________
38445 [  6812] By: jhi                                   on 2000/08/25  17:11:28
38446         Log: installperl --verbose and --silent.
38447              
38448              Subject: Re: [PATCH] More silencing of installman.
38449              From: <abigail@foad.org>
38450              Message-ID: <20000825064430.9719.qmail@foad.org>
38451              Date: Fri, 25 Aug 2000 02:44:30 -0400
38452      Branch: perl
38453            ! installperl
38454 ____________________________________________________________________________
38455 [  6811] By: jhi                                   on 2000/08/25  17:05:43
38456         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
38457              From: "Peter J. Farley III" <pjfarley@banet.net>
38458              Date: Thu, 24 Aug 2000 21:58:03 -0400
38459              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
38460              
38461              (applied slightly modified)
38462      Branch: perl
38463            ! lib/ExtUtils/MM_Unix.pm
38464 ____________________________________________________________________________
38465 [  6810] By: jhi                                   on 2000/08/25  17:01:18
38466         Log: Missing parts of 
38467              
38468              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
38469              From: Peter Prymmer <pvhp@forte.com>
38470              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
38471              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
38472      Branch: perl
38473            ! t/lib/cgi-html.t
38474 ____________________________________________________________________________
38475 [  6809] By: jhi                                   on 2000/08/25  16:46:32
38476         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
38477              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38478              Date: Thu, 24 Aug 2000 19:13:11 -0500
38479              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
38480      Branch: perl
38481            ! vms/vms.c
38482 ____________________________________________________________________________
38483 [  6808] By: jhi                                   on 2000/08/25  16:39:22
38484         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
38485              From: Peter Prymmer <pvhp@forte.com>
38486              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
38487              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
38488      Branch: perl
38489            ! configure.com
38490 ____________________________________________________________________________
38491 [  6807] By: jhi                                   on 2000/08/25  16:36:37
38492         Log: Better wording for the vec lvalue diagnostic.
38493              
38494              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38495              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38496              Date: Wed, 23 Aug 2000 14:12:16 -0400
38497              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
38498      Branch: perl
38499            ! pod/perldiag.pod
38500 ____________________________________________________________________________
38501 [  6806] By: jhi                                   on 2000/08/24  18:17:22
38502         Log: Subject: [PATCH] More silencing of installman.
38503              From: <abigail@foad.org>
38504              Date: Thu, 24 Aug 2000 14:01:44 -0400
38505              Message-ID: <20000824180144.20062.qmail@foad.org>
38506      Branch: perl
38507            ! installman
38508 ____________________________________________________________________________
38509 [  6805] By: jhi                                   on 2000/08/24  15:00:31
38510         Log: Update Changes.
38511      Branch: perl
38512            ! Changes patchlevel.h
38513 ____________________________________________________________________________
38514 [  6804] By: jhi                                   on 2000/08/24  14:59:07
38515         Log: Regen perltoc.
38516      Branch: perl
38517            ! pod/perltoc.pod
38518 ____________________________________________________________________________
38519 [  6803] By: jhi                                   on 2000/08/24  14:44:39
38520         Log: Show the doc file, not the temp file.
38521      Branch: perl
38522            ! installman
38523 ____________________________________________________________________________
38524 [  6802] By: jhi                                   on 2000/08/24  14:41:53
38525         Log: Continue silencing.
38526      Branch: perl
38527            ! installman
38528 ____________________________________________________________________________
38529 [  6801] By: jhi                                   on 2000/08/24  14:34:40
38530         Log: Actually do something with the silencer option.
38531      Branch: perl
38532            ! installman
38533 ____________________________________________________________________________
38534 [  6800] By: jhi                                   on 2000/08/24  14:26:22
38535         Log: Make installman to recognize the silence flag -S.
38536      Branch: perl
38537            ! installman
38538 ____________________________________________________________________________
38539 [  6799] By: jhi                                   on 2000/08/24  13:49:38
38540         Log: DOS patches and portability/porting notes, from Tim Jenness.
38541      Branch: perl
38542            ! lib/File/Temp.pm
38543 ____________________________________________________________________________
38544 [  6798] By: jhi                                   on 2000/08/24  13:48:27
38545         Log: Create directories in silence.
38546              
38547              Subject: [PATCH] Another silencer for MakeMaker
38548              From: andreas.koenig@anima.de (Andreas J. Koenig)
38549              Date: 24 Aug 2000 14:18:52 +0200
38550              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
38551      Branch: perl
38552            ! lib/ExtUtils/Command.pm
38553 ____________________________________________________________________________
38554 [  6797] By: jhi                                   on 2000/08/24  13:46:42
38555         Log: More liberal parsing of version numbers.
38556              
38557              Subject: Re: CPAN.pm beta for testing available
38558              From: andreas.koenig@anima.de (Andreas J. Koenig)
38559              Date: 24 Aug 2000 13:51:57 +0200
38560              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
38561      Branch: perl
38562            ! lib/CPAN.pm
38563 ____________________________________________________________________________
38564 [  6796] By: jhi                                   on 2000/08/24  13:44:36
38565         Log: Make "make install" by default silent.  A new "install-verbose"
38566              target is verbose.
38567      Branch: perl
38568            ! Makefile.SH
38569 ____________________________________________________________________________
38570 [  6795] By: jhi                                   on 2000/08/24  13:39:14
38571         Log: Add silencer flags to installperl.
38572              
38573              Subject: [PATCH] Making installperl silent.
38574              From: <abigail@foad.org>
38575              Date: Thu, 24 Aug 2000 05:01:45 -0400
38576              Message-ID: <20000824090145.13141.qmail@foad.org>
38577      Branch: perl
38578            ! installperl
38579 ____________________________________________________________________________
38580 [  6794] By: jhi                                   on 2000/08/24  13:35:50
38581         Log: installperl couldn't tell whether it had run tests or not.
38582              
38583              Subject: [PATCH] Re: installperl and t/TEST
38584              From: <abigail@foad.org>
38585              Date: Thu, 24 Aug 2000 04:00:53 -0400
38586              Message-ID: <20000824080053.2494.qmail@foad.org>
38587      Branch: perl
38588            ! Makefile.SH installperl
38589 ____________________________________________________________________________
38590 [  6793] By: jhi                                   on 2000/08/24  13:27:50
38591         Log: Drop the separate perlbc, perlcc -b should be enough.
38592      Branch: perl
38593            - utils/perlbc.PL
38594            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
38595 ____________________________________________________________________________
38596 [  6792] By: jhi                                   on 2000/08/24  04:41:30
38597         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
38598              plus the typo fix from Peter Prymmer.
38599      Branch: perl
38600            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
38601            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38602 ____________________________________________________________________________
38603 [  6791] By: jhi                                   on 2000/08/24  02:10:43
38604         Log: Replace #6705 with a minimal doc patch.
38605              
38606              Subject: [PATCH 5.6.0] replace change #6705
38607              From: Jan Dubois <jand@ActiveState.com>
38608              Date: Wed, 23 Aug 2000 18:31:51 -0700
38609              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
38610      Branch: perl
38611            ! lib/Win32.pod win32/win32.c
38612 ____________________________________________________________________________
38613 [  6790] By: jhi                                   on 2000/08/23  17:52:00
38614         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
38615              From: Mike Guy <mjtg@cam.ac.uk>
38616              Date: Wed, 23 Aug 2000 18:38:46 +0100
38617              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
38618      Branch: perl
38619            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
38620 ____________________________________________________________________________
38621 [  6789] By: jhi                                   on 2000/08/23  15:34:21
38622         Log: Update Changes.
38623      Branch: perl
38624            ! Changes patchlevel.h
38625 ____________________________________________________________________________
38626 [  6788] By: jhi                                   on 2000/08/23  15:33:40
38627         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
38628              From: Wilfredo Sánchez <wsanchez@apple.com>
38629              Date: Tue, 22 Aug 2000 19:31:27 -0700
38630              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
38631      Branch: perl
38632            ! perl.h
38633 ____________________________________________________________________________
38634 [  6787] By: jhi                                   on 2000/08/23  15:29:31
38635         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
38636              From: Spider Boardman <spider@leggy.zk3.dec.com>
38637              Date: Wed, 23 Aug 2000 10:33:23 -0400
38638              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
38639      Branch: perl
38640            ! lib/Pod/Html.pm
38641 ____________________________________________________________________________
38642 [  6786] By: jhi                                   on 2000/08/23  15:28:11
38643         Log: Bad makefile.
38644      Branch: perl
38645            ! ext/B/Makefile.PL
38646 ____________________________________________________________________________
38647 [  6785] By: jhi                                   on 2000/08/23  14:37:04
38648         Log: Update Changes.
38649      Branch: perl
38650            ! Changes patchlevel.h
38651 ____________________________________________________________________________
38652 [  6784] By: jhi                                   on 2000/08/23  13:58:41
38653         Log: Portability fix from Hugo van der Sanden.
38654      Branch: perl
38655            ! ext/re/Makefile.PL
38656 ____________________________________________________________________________
38657 [  6783] By: jhi                                   on 2000/08/23  13:53:53
38658         Log: Storable support, v-version fixes.
38659              
38660              Subject: CPAN.pm beta for testing available
38661              From: andreas.koenig@anima.de (Andreas J. Koenig)
38662              Date: 22 Aug 2000 23:31:33 +0200
38663              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
38664      Branch: perl
38665            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38666 ____________________________________________________________________________
38667 [  6782] By: jhi                                   on 2000/08/23  13:51:26
38668         Log: Mac and other portability updates from Chris Nandor.
38669      Branch: perl
38670            ! pod/perlmodinstall.pod
38671 ____________________________________________________________________________
38672 [  6781] By: jhi                                   on 2000/08/23  13:47:33
38673         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
38674              From: Peter Prymmer <pvhp@forte.com>
38675              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
38676              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
38677      Branch: perl
38678            ! ext/Storable/Storable.xs
38679 ____________________________________________________________________________
38680 [  6780] By: jhi                                   on 2000/08/23  13:33:34
38681         Log: VMS MMS (make) wants null action.
38682      Branch: perl
38683            ! ext/B/Makefile.PL
38684 ____________________________________________________________________________
38685 [  6779] By: jhi                                   on 2000/08/22  19:44:47
38686         Log: Forgot portability nit.
38687      Branch: perl
38688            ! t/lib/st-forgive.t
38689 ____________________________________________________________________________
38690 [  6778] By: jhi                                   on 2000/08/22  19:35:25
38691         Log: Be portable.
38692      Branch: perl
38693            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
38694            ! t/lib/st-store.t
38695 ____________________________________________________________________________
38696 [  6777] By: jhi                                   on 2000/08/22  18:50:53
38697         Log: Update Changes.
38698      Branch: perl
38699            ! Changes patchlevel.h
38700 ____________________________________________________________________________
38701 [  6776] By: jhi                                   on 2000/08/22  18:44:46
38702         Log: cSVOPo_*v things index into the current PL_curpad
38703              under ithreads, which is different from the curpad
38704              used by the XSUB.  (In other words, the code as-is
38705              before this patch wouldn't work under ithreads.)
38706              From Sarathy.
38707      Branch: perl
38708            ! ext/B/B.xs
38709 ____________________________________________________________________________
38710 [  6775] By: jhi                                   on 2000/08/22  18:18:37
38711         Log: Make the selection of NVff et al stricter.
38712      Branch: metaconfig/U/perl
38713            ! perlxvf.U
38714      Branch: perl
38715            ! Configure config_h.SH
38716 ____________________________________________________________________________
38717 [  6774] By: jhi                                   on 2000/08/22  17:19:42
38718         Log: perldelta nits.
38719      Branch: perl
38720            ! pod/perldelta.pod
38721 ____________________________________________________________________________
38722 [  6773] By: jhi                                   on 2000/08/22  17:06:26
38723         Log: Long double fixes from Spider Boardman.
38724              
38725              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
38726              From: system PRIVILEGED account <root@peano.zk3.dec.com>
38727              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
38728              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
38729      Branch: perl
38730            ! t/lib/bigfltpm.t t/lib/st-06compat.t
38731 ____________________________________________________________________________
38732 [  6772] By: jhi                                   on 2000/08/22  15:04:53
38733         Log: Update Changes.
38734      Branch: perl
38735            ! Changes patchlevel.h
38736 ____________________________________________________________________________
38737 [  6771] By: jhi                                   on 2000/08/22  15:01:44
38738         Log: perldelta fixes from Hugo van der Sanden.
38739      Branch: perl
38740            ! pod/perldelta.pod
38741 ____________________________________________________________________________
38742 [  6770] By: jhi                                   on 2000/08/22  14:34:49
38743         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
38744              From: Hugo <hv@crypt.compulink.co.uk>
38745              Date: Tue, 22 Aug 2000 11:21:53 +0100
38746              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
38747      Branch: perl
38748            ! regcomp.c
38749 ____________________________________________________________________________
38750 [  6769] By: jhi                                   on 2000/08/22  14:30:02
38751         Log: Add Yitzchak, reformat.
38752      Branch: perl
38753            ! Changes config_h.SH
38754 ____________________________________________________________________________
38755 [  6768] By: jhi                                   on 2000/08/22  14:21:35
38756         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
38757              and Spider Boardman.
38758      Branch: metaconfig
38759            ! U/compline/d_gconvert.U
38760      Branch: perl
38761            ! Configure
38762 ____________________________________________________________________________
38763 [  6767] By: jhi                                   on 2000/08/22  14:11:24
38764         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
38765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38766              Date: Mon, 21 Aug 2000 19:08:31 -0700
38767              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
38768      Branch: perl
38769            - ext/Storable/patchlevel.h
38770            ! MANIFEST ext/Storable/MANIFEST
38771 ____________________________________________________________________________
38772 [  6766] By: jhi                                   on 2000/08/22  13:49:29
38773         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
38774              From: Peter Prymmer <pvhp@forte.com>
38775              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
38776              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
38777      Branch: perl
38778            ! configure.com ext/Storable/Makefile.PL
38779 ____________________________________________________________________________
38780 [  6765] By: jhi                                   on 2000/08/22  13:44:59
38781         Log: Subject: [PATCH blead] B:: missing dependency
38782              From: Hugo <hv@crypt.compulink.co.uk>
38783              Date: Tue, 22 Aug 2000 06:44:33 +0100
38784              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
38785      Branch: perl
38786            ! ext/B/Makefile.PL
38787 ____________________________________________________________________________
38788 [  6764] By: jhi                                   on 2000/08/22  13:38:12
38789         Log: More bytecompiler.
38790      Branch: perl
38791            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
38792 ____________________________________________________________________________
38793 [  6763] By: jhi                                   on 2000/08/22  13:36:44
38794         Log: Bytecompiler patches from Benjamin Stuhl.
38795      Branch: perl
38796            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
38797            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38798            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
38799            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38800            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
38801            ! perl.c perlapi.h pod/perldelta.pod
38802 ____________________________________________________________________________
38803 [  6762] By: jhi                                   on 2000/08/21  23:43:40
38804         Log: An obsoleted diagnostic.
38805      Branch: perl
38806            ! pod/perldelta.pod
38807 ____________________________________________________________________________
38808 [  6761] By: jhi                                   on 2000/08/21  23:01:45
38809         Log: The #6759 wasn't quite right.
38810      Branch: perl
38811            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
38812            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
38813            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
38814            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
38815            ! t/lib/st-tieditems.t
38816 ____________________________________________________________________________
38817 [  6760] By: jhi                                   on 2000/08/21  22:35:49
38818         Log: Be verydeepclean.
38819      Branch: perl
38820            ! Makefile.SH
38821 ____________________________________________________________________________
38822 [  6759] By: jhi                                   on 2000/08/21  22:25:40
38823         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
38824              From: Peter Prymmer <pvhp@forte.com>
38825              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
38826              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
38827      Branch: perl
38828            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
38829            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
38830            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
38831            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
38832            ! t/lib/st-tieditems.t
38833 ____________________________________________________________________________
38834 [  6758] By: jhi                                   on 2000/08/21  22:22:32
38835         Log: Few more casts, need reported in
38836              
38837              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
38838              From: Mike Stok <mike@stok.co.uk>
38839              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
38840              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
38841              
38842              and
38843              
38844              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
38845              From: abigail@foad.org
38846              Date: 21 Aug 2000 21:31:34 -0000
38847              Message-Id: <20000821213134.30170.qmail@foad.org>
38848      Branch: perl
38849            ! ext/Storable/Storable.xs
38850 ____________________________________________________________________________
38851 [  6757] By: jhi                                   on 2000/08/21  18:37:07
38852         Log: Update Changes.
38853      Branch: perl
38854            ! Changes patchlevel.h
38855 ____________________________________________________________________________
38856 [  6756] By: jhi                                   on 2000/08/21  18:34:02
38857         Log: A pod nit.
38858              
38859              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
38860              From: <abigail@foad.org>
38861              Date: Mon, 21 Aug 2000 14:00:16 -0400
38862              Message-ID: <20000821180016.28627.qmail@foad.org>
38863      Branch: perl
38864            ! pod/perlre.pod
38865 ____________________________________________________________________________
38866 [  6755] By: jhi                                   on 2000/08/21  18:30:56
38867         Log: Use PodParser 1.18 new test.
38868      Branch: perl
38869            ! t/pod/special_seqs.t t/pod/special_seqs.xr
38870 ____________________________________________________________________________
38871 [  6754] By: jhi                                   on 2000/08/21  18:28:35
38872         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
38873              patches cannot be applied since #6712 conflicts.
38874      Branch: perl
38875            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
38876 ____________________________________________________________________________
38877 [  6753] By: jhi                                   on 2000/08/21  18:15:11
38878         Log: Weed out some smaller changes.
38879      Branch: perl
38880            ! pod/perldelta.pod
38881 ____________________________________________________________________________
38882 [  6752] By: jhi                                   on 2000/08/21  18:02:30
38883         Log: Also under djgpp the timestamps are funky.
38884      Branch: perl
38885            ! t/op/stat.t
38886 ____________________________________________________________________________
38887 [  6751] By: jhi                                   on 2000/08/21  17:55:56
38888         Log: Tweak the floating point output routine preferences.
38889      Branch: metaconfig
38890            ! U/compline/d_gconvert.U
38891      Branch: perl
38892            ! Configure
38893 ____________________________________________________________________________
38894 [  6750] By: jhi                                   on 2000/08/21  17:51:29
38895         Log: Unicos/mk requires elaborate paranoia.
38896      Branch: perl
38897            ! lib/Math/Complex.pm
38898 ____________________________________________________________________________
38899 [  6749] By: gsar                                  on 2000/08/21  16:53:31
38900         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
38901      Branch: perl
38902            ! lib/Cwd.pm
38903 ____________________________________________________________________________
38904 [  6748] By: gsar                                  on 2000/08/21  16:22:19
38905         Log: free TLS slot properly on Windows
38906      Branch: perl
38907            ! thread.h win32/perllib.c win32/win32thread.h
38908 ____________________________________________________________________________
38909 [  6747] By: jhi                                   on 2000/08/21  16:20:58
38910         Log: Rename the macro argument because some preprocessors
38911              can't tell the difference and expand arguments also inside
38912              double quoted strings.
38913      Branch: perl
38914            ! regcomp.c
38915 ____________________________________________________________________________
38916 [  6746] By: jhi                                   on 2000/08/21  16:09:41
38917         Log: Support long doubles in Storable.
38918              
38919              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
38920              From: Radu Greab <radu@netsoft.ro>
38921              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
38922              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
38923      Branch: perl
38924            ! ext/Storable/Storable.xs
38925 ____________________________________________________________________________
38926 [  6745] By: jhi                                   on 2000/08/21  15:51:40
38927         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
38928              From: "Fifer, Eric" <EFifer@sanwaint.com>
38929              Date: Mon, 21 Aug 2000 15:34:49 +0100
38930              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
38931      Branch: perl
38932            ! t/pragma/warn/9enabled
38933 ____________________________________________________________________________
38934 [  6744] By: jhi                                   on 2000/08/21  15:39:35
38935         Log: Document the endianness of Alpha more precisely.
38936      Branch: perl
38937            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
38938            ! pod/perlport.pod
38939 ____________________________________________________________________________
38940 [  6743] By: jhi                                   on 2000/08/21  14:47:05
38941         Log: perldelta fixes from the p5p crowd.
38942      Branch: perl
38943            ! pod/perldelta.pod pod/perlop.pod
38944 ____________________________________________________________________________
38945 [  6742] By: jhi                                   on 2000/08/21  13:34:51
38946         Log: Update to Pod::LaTeX 0.53.
38947              
38948              Subject: [PATCH] lib/Pod/LaTeX.pm updates
38949              From: Tim Jenness <timj@jach.hawaii.edu>
38950              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
38951              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
38952      Branch: perl
38953            ! lib/Pod/LaTeX.pm
38954 ____________________________________________________________________________
38955 [  6741] By: jhi                                   on 2000/08/21  13:33:01
38956         Log: Subject: [PATCH] os2.c fix for use64bitint
38957              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38958              Date: Mon, 21 Aug 2000 01:32:25 -0700
38959              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
38960      Branch: perl
38961            ! os2/os2.c
38962 ____________________________________________________________________________
38963 [  6740] By: jhi                                   on 2000/08/21  13:28:52
38964         Log: Array context keeps slithering in.
38965              
38966              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
38967              From: Daniel Chetlin <daniel@chetlin.com>
38968              Date: Sun, 20 Aug 2000 21:40:25 -0700
38969              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
38970      Branch: perl
38971            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
38972            ! pod/perldebtut.pod
38973 ____________________________________________________________________________
38974 [  6739] By: jhi                                   on 2000/08/21  13:23:55
38975         Log: Big-endian quad fixes for Storable from Radu Greab,
38976              plus few explicit null casts for picky compilers.
38977      Branch: perl
38978            ! ext/Storable/Storable.xs
38979 ____________________________________________________________________________
38980 [  6738] By: gsar                                  on 2000/08/21  05:56:13
38981         Log: small tweaks for change#6705: avoid C++ style comments in C code;
38982              use Perl's malloc API rather than the low level system one
38983      Branch: perl
38984            ! win32/win32.c
38985 ____________________________________________________________________________
38986 [  6737] By: gsar                                  on 2000/08/21  05:35:41
38987         Log: add Storable to list of extensions on Windows
38988      Branch: perl
38989            ! win32/Makefile win32/makefile.mk
38990 ____________________________________________________________________________
38991 [  6736] By: jhi                                   on 2000/08/21  02:57:53
38992         Log: Update Changes.
38993      Branch: perl
38994            ! Changes patchlevel.h
38995 ____________________________________________________________________________
38996 [  6735] By: jhi                                   on 2000/08/21  02:57:20
38997         Log: Draft 0.
38998      Branch: perl
38999            ! pod/perldelta.pod
39000 ____________________________________________________________________________
39001 [  6734] By: jhi                                   on 2000/08/21  02:57:03
39002         Log: Add Storable 0.7.2 from Raphael Manfredi,
39003              plus the patch from
39004              
39005              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
39006              From: Radu Greab <radu@netsoft.ro>
39007              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
39008              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
39009              
39010              plus changes to get Storable to compile with
39011              picky ANSI compilers.
39012      Branch: perl
39013            + ext/Storable/ChangeLog ext/Storable/MANIFEST
39014            + ext/Storable/Makefile.PL ext/Storable/README
39015            + ext/Storable/Storable.pm ext/Storable/Storable.xs
39016            + ext/Storable/patchlevel.h t/lib/st-06compat.t
39017            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
39018            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
39019            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
39020            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
39021            + t/lib/st-tieditems.t
39022            ! MANIFEST
39023 ____________________________________________________________________________
39024 [  6733] By: jhi                                   on 2000/08/21  02:29:09
39025         Log: The correct cleaning order is an art.
39026      Branch: perl
39027            ! Makefile.SH
39028 ____________________________________________________________________________
39029 [  6732] By: jhi                                   on 2000/08/21  01:23:39
39030         Log: The #6724 is here.
39031      Branch: perl
39032            ! t/lib/ftmp-security.t
39033 ____________________________________________________________________________
39034 [  6731] By: jhi                                   on 2000/08/20  23:17:03
39035         Log: s/this one/the 5.6.0 release/
39036      Branch: perl
39037            ! pod/perl56delta.pod
39038 ____________________________________________________________________________
39039 [  6730] By: jhi                                   on 2000/08/20  23:07:34
39040         Log: Mention perlebcdic and perlposix-bc.
39041      Branch: perl
39042            ! pod/perlport.pod
39043 ____________________________________________________________________________
39044 [  6729] By: jhi                                   on 2000/08/20  21:32:59
39045         Log: Document the number of exponent digits.
39046      Branch: perl
39047            ! pod/perlfunc.pod
39048 ____________________________________________________________________________
39049 [  6728] By: jhi                                   on 2000/08/20  21:16:47
39050         Log: Use File::Spec->tmpdir().
39051              
39052              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
39053              From: Tim Jenness <timj@jach.hawaii.edu>
39054              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
39055              MIME-Version: 1.0
39056              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
39057      Branch: perl
39058            ! utils/perlbug.PL
39059 ____________________________________________________________________________
39060 [  6727] By: jhi                                   on 2000/08/20  20:43:32
39061         Log: Update Changes.
39062      Branch: perl
39063            ! Changes patchlevel.h
39064 ____________________________________________________________________________
39065 [  6726] By: jhi                                   on 2000/08/20  20:41:44
39066         Log: The veryclean target needs to clobber.
39067      Branch: perl
39068            ! Makefile.SH
39069 ____________________________________________________________________________
39070 [  6725] By: jhi                                   on 2000/08/20  20:37:38
39071         Log: Document odd vs even subreleases and -Dusedevel.
39072      Branch: perl
39073            ! INSTALL
39074 ____________________________________________________________________________
39075 [  6724] By: jhi                                   on 2000/08/20  19:58:05
39076         Log: Use temporary directory instead of current directory.
39077              
39078              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39079              From: Tim Jenness <timj@jach.hawaii.edu>
39080              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
39081              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
39082      Branch: perl
39083            ! t/lib/ftmp-security.t
39084 ____________________________________________________________________________
39085 [  6723] By: jhi                                   on 2000/08/20  19:55:55
39086         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
39087              From: andreas.koenig@anima.de (Andreas J. Koenig)
39088              Date: 20 Aug 2000 15:52:03 +0200
39089              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
39090      Branch: perl
39091            ! lib/ExtUtils/MM_Unix.pm
39092 ____________________________________________________________________________
39093 [  6722] By: jhi                                   on 2000/08/20  19:46:01
39094         Log: Update to CGI 2.72, from Lincoln Stein.
39095      Branch: perl
39096            ! lib/CGI.pm
39097 ____________________________________________________________________________
39098 [  6721] By: jhi                                   on 2000/08/20  19:43:54
39099         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39100              From: Radu Greab <radu@netsoft.ro>
39101              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
39102              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
39103      Branch: perl
39104            ! ext/GDBM_File/GDBM_File.xs
39105 ____________________________________________________________________________
39106 [  6720] By: jhi                                   on 2000/08/20  19:42:01
39107         Log: pp_open() could pass an uninitialized filename down to do_open9().
39108      Branch: perl
39109            ! pp_sys.c
39110 ____________________________________________________________________________
39111 [  6719] By: jhi                                   on 2000/08/20  14:06:41
39112         Log: UTF8 concat fixes.
39113              
39114              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39115              From: Hugo <hv@crypt.compulink.co.uk>
39116              Date: Sun, 20 Aug 2000 07:30:46 +0100
39117              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
39118      Branch: perl
39119            ! pp_hot.c t/op/append.t
39120 ____________________________________________________________________________
39121 [  6718] By: jhi                                   on 2000/08/20  02:09:37
39122         Log: Let's try #6717 again.
39123      Branch: perl
39124            ! lib/File/Temp.pm
39125 ____________________________________________________________________________
39126 [  6717] By: jhi                                   on 2000/08/20  01:56:55
39127         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39128              From: "Craig A. Berry" <craig.berry@metamorgs.com>
39129              Date: Sat, 19 Aug 2000 18:15:39 -0500
39130              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
39131      Branch: perl
39132            ! lib/File/Temp.pm
39133 ____________________________________________________________________________
39134 [  6716] By: jhi                                   on 2000/08/19  15:50:11
39135         Log: Update Changes.
39136      Branch: perl
39137            ! Changes patchlevel.h
39138 ____________________________________________________________________________
39139 [  6715] By: jhi                                   on 2000/08/19  15:39:09
39140         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
39141              From: Jonathan D Johnston <jdjohnston2@juno.com>
39142              Date: Thu, 17 Aug 2000 23:13:01 -0400       
39143              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
39144      Branch: perl
39145            ! pod/perlfunc.pod
39146 ____________________________________________________________________________
39147 [  6714] By: jhi                                   on 2000/08/19  15:34:04
39148         Log: Introduce a 'veryclean' target that is like 'distclean'
39149              but also removes *~ and *.orig.
39150      Branch: perl
39151            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
39152            ! utils/Makefile x2p/Makefile.SH
39153 ____________________________________________________________________________
39154 [  6713] By: jhi                                   on 2000/08/19  14:15:45
39155         Log: Put back the long double avoidance code to POSIX.xs
39156              because VMS seems to need it still.
39157      Branch: perl
39158            ! ext/POSIX/POSIX.xs
39159 ____________________________________________________________________________
39160 [  6712] By: jhi                                   on 2000/08/19  14:10:41
39161         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39162              From: Peter Prymmer <pvhp@forte.com>
39163              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
39164              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
39165      Branch: perl
39166            ! lib/Pod/Find.pm t/pod/find.t
39167 ____________________________________________________________________________
39168 [  6711] By: jhi                                   on 2000/08/19  14:09:19
39169         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39170              From: Peter Prymmer <pvhp@forte.com>
39171              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
39172              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
39173              cc: vmsperl@perl.org
39174      Branch: perl
39175            ! t/lib/peek.t
39176 ____________________________________________________________________________
39177 [  6710] By: jhi                                   on 2000/08/19  14:08:01
39178         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39179              From: Jan Dubois <jand@ActiveState.com>
39180              Date: Fri, 18 Aug 2000 16:31:48 -0700
39181              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
39182      Branch: perl
39183            ! win32/win32.c
39184 ____________________________________________________________________________
39185 [  6709] By: jhi                                   on 2000/08/19  14:06:57
39186         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
39187              
39188              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39189              From: Spider.Boardman@Orb.Nashua.NH.US
39190              Date: Fri, 18 Aug 2000 18:41:14 -0400
39191              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
39192      Branch: perl
39193            ! regcomp.c
39194 ____________________________________________________________________________
39195 [  6708] By: jhi                                   on 2000/08/18  22:04:49
39196         Log: Update Changes.
39197      Branch: perl
39198            ! Changes patchlevel.h
39199 ____________________________________________________________________________
39200 [  6707] By: jhi                                   on 2000/08/18  21:55:14
39201         Log: Add warnif(), check warnings further up the stack,
39202              all the warnings functions now can take an optional object reference.
39203              
39204              Subject: [PATCH bleedperl@6691] warnings pragma update
39205              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39206              Date: Fri, 18 Aug 2000 22:42:06 +0100
39207              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
39208      Branch: perl
39209            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
39210            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
39211            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
39212 ____________________________________________________________________________
39213 [  6706] By: jhi                                   on 2000/08/18  21:41:45
39214         Log: Typo in pp_complement().
39215              
39216              Subject: [PATCH perl-current] Deparse
39217              From: Peter Scott <Peter@PSDT.com>
39218              Date: Fri, 18 Aug 2000 12:44:37 -0700
39219              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
39220      Branch: perl
39221            ! ext/B/B/Deparse.pm
39222 ____________________________________________________________________________
39223 [  6705] By: jhi                                   on 2000/08/18  21:25:59
39224         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39225              From: Jan Dubois <jand@ActiveState.com>
39226              Date: Fri, 18 Aug 2000 14:22:51 -0700
39227              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
39228      Branch: perl
39229            ! lib/Win32.pod win32/win32.c
39230 ____________________________________________________________________________
39231 [  6704] By: jhi                                   on 2000/08/18  21:16:14
39232         Log: Don't eat leading os from index entries.
39233              
39234              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39235              From: Russ Allbery <rra@stanford.edu>
39236              Date: 10 Aug 2000 20:49:25 -0700
39237              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
39238      Branch: perl
39239            ! lib/Pod/Man.pm
39240 ____________________________________________________________________________
39241 [  6703] By: jhi                                   on 2000/08/18  21:07:06
39242         Log: Add [[:blank:]] as suggested in
39243              
39244              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39245              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
39246              Date: Sun, 16 Jul 2000 17:55:29 -0700
39247              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
39248              
39249              (the [=cc=] has already been taken care of by #6439
39250              so the whole bug report can be closed)
39251              
39252              and make [[:space:]] to be equivalent to isspace(3)
39253              (as opposed to \s, which is isSPACE()).  The difference
39254              is that now [[:space:]] matches the mythical vertical tab,
39255              while \s doesn't.
39256      Branch: perl
39257            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
39258            ! regexec.c t/op/pat.t
39259 ____________________________________________________________________________
39260 [  6702] By: jhi                                   on 2000/08/18  18:47:47
39261         Log: The new tests were missing from #6415.
39262      Branch: perl
39263            ! t/op/bop.t
39264 ____________________________________________________________________________
39265 [  6701] By: jhi                                   on 2000/08/18  18:20:40
39266         Log: Document the NDBM_File and ODBM_File as SDBM_File
39267              was documented in #6417.
39268      Branch: perl
39269            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39270            ! ext/SDBM_File/SDBM_File.pm
39271 ____________________________________________________________________________
39272 [  6700] By: jhi                                   on 2000/08/18  18:10:39
39273         Log: Subject: [PATCH perl@6698] cygwin port
39274              From: "Fifer, Eric" <EFifer@sanwaint.com>
39275              Date: Fri, 18 Aug 2000 17:30:05 +0100
39276              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
39277      Branch: perl
39278            ! lib/File/Temp.pm
39279 ____________________________________________________________________________
39280 [  6699] By: jhi                                   on 2000/08/18  16:21:49
39281         Log: Document code point which makes if (defined %stash::) to work
39282              (noted by Spider Boardman).
39283      Branch: perl
39284            ! op.c
39285 ____________________________________________________________________________
39286 [  6698] By: jhi                                   on 2000/08/18  13:43:27
39287         Log: Update Changes.
39288      Branch: perl
39289            ! Changes patchlevel.h
39290 ____________________________________________________________________________
39291 [  6697] By: jhi                                   on 2000/08/18  13:35:57
39292         Log: Tiny Getopt::Long patch from Johan Vromans.
39293      Branch: perl
39294            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39295 ____________________________________________________________________________
39296 [  6696] By: jhi                                   on 2000/08/18  13:26:14
39297         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39298              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
39299              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
39300              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
39301      Branch: perl
39302            ! pod/perldiag.pod pod/perlsyn.pod
39303 ____________________________________________________________________________
39304 [  6695] By: jhi                                   on 2000/08/18  13:13:26
39305         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39306              From: Daniel Chetlin <daniel@chetlin.com>
39307              Date: Fri, 18 Aug 2000 03:13:36 -0700
39308              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
39309      Branch: perl
39310            ! pod/perlfunc.pod
39311 ____________________________________________________________________________
39312 [  6694] By: jhi                                   on 2000/08/18  13:08:05
39313         Log: Subject: [PATCH] perltrap.pod spring cleaning
39314              From: Daniel Chetlin <daniel@chetlin.com>
39315              Date: Fri, 18 Aug 2000 03:06:54 -0700
39316              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
39317              
39318              plus Mike Guy's nitfix.
39319      Branch: perl
39320            ! pod/perltrap.pod
39321 ____________________________________________________________________________
39322 [  6693] By: jhi                                   on 2000/08/18  13:00:26
39323         Log: Unbuffer the output.
39324              
39325              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
39326              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39327              Date: Thu, 17 Aug 2000 18:39:29 -0700
39328              Message-ID: <RPJn5gzkgydf092yn@efn.org>
39329      Branch: perl
39330            ! t/op/fork.t
39331 ____________________________________________________________________________
39332 [  6692] By: jhi                                   on 2000/08/18  05:19:17
39333         Log: Delete the image, too, not just its MANIFEStation.
39334      Branch: perl
39335            - lib/CGI/eg/wilogo.gif
39336 ____________________________________________________________________________
39337 [  6691] By: jhi                                   on 2000/08/18  05:10:26
39338         Log: Propagate new Configure vars.
39339      Branch: perl
39340            ! configure.com epoc/config.sh uconfig.h uconfig.sh
39341            ! vos/config.def vos/config.h vos/config_h.SH_orig
39342            ! win32/config.bc win32/config.gc win32/config.vc
39343            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39344 ____________________________________________________________________________
39345 [  6690] By: jhi                                   on 2000/08/18  04:30:56
39346         Log: Update Changes.
39347      Branch: perl
39348            ! Changes patchlevel.h
39349 ____________________________________________________________________________
39350 [  6689] By: jhi                                   on 2000/08/18  04:12:30
39351         Log: Fix the lib/complex failure of
39352              
39353              From: abigail@foad.org
39354              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39355              Date: 15 Aug 2000 04:06:38 -0000
39356              Message-Id: <20000815040638.8524.qmail@foad.org> 
39357              
39358              Linux long double accuracy issue: something that
39359              when printed with %g looks like "2" but int() of it is 1.
39360      Branch: perl
39361            ! lib/Math/Complex.pm
39362 ____________________________________________________________________________
39363 [  6688] By: jhi                                   on 2000/08/18  03:15:35
39364         Log: The byteorder code in #6671 was wrong.
39365      Branch: perl
39366            ! configpm
39367 ____________________________________________________________________________
39368 [  6687] By: jhi                                   on 2000/08/18  02:08:42
39369         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
39370              From: Jan Dubois <jand@ActiveState.com>
39371              Date: Thu, 17 Aug 2000 18:31:55 -0700
39372              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
39373      Branch: perl
39374            ! sv.c
39375 ____________________________________________________________________________
39376 [  6686] By: jhi                                   on 2000/08/18  02:04:15
39377         Log: Use NVs in POSIX math, not doubles.
39378              
39379              From: abigail@foad.org
39380              Subject: [ID 20000817.014] POSIX & modfl
39381              Date: 17 Aug 2000 20:49:18 -0000
39382              Message-Id: <20000817204918.23123.qmail@foad.org>
39383      Branch: perl
39384            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
39385 ____________________________________________________________________________
39386 [  6685] By: jhi                                   on 2000/08/18  02:02:12
39387         Log: Introduce NVef, NVff, and NVgf, use the middle one.
39388              (helps for lib/peek + Linux + long doubles)  Reported in
39389              
39390              From: abigail@foad.org
39391              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39392              Date: 15 Aug 2000 04:06:38 -0000
39393              Message-Id: <20000815040638.8524.qmail@foad.org> 
39394              
39395              (note: the lib/complex failure has not yet been addressed)
39396      Branch: metaconfig/U/perl
39397            ! perlxvf.U
39398      Branch: perl
39399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39400            ! config_h.SH dump.c perl.h pod/perlguts.pod
39401 ____________________________________________________________________________
39402 [  6684] By: jhi                                   on 2000/08/17  23:22:19
39403         Log: Add byteorder to the myconfig output.
39404      Branch: perl
39405            ! myconfig.SH
39406 ____________________________________________________________________________
39407 [  6683] By: jhi                                   on 2000/08/17  23:20:19
39408         Log: The image doth not exist, spotted by Johan Vromans.
39409      Branch: perl
39410            ! MANIFEST
39411 ____________________________________________________________________________
39412 [  6682] By: jhi                                   on 2000/08/17  22:38:16
39413         Log: Document what the backtick returns if the command fails.
39414      Branch: perl
39415            ! pod/perlop.pod
39416 ____________________________________________________________________________
39417 [  6681] By: jhi                                   on 2000/08/17  22:33:12
39418         Log: Do not use prototyping here.
39419              
39420              Subject: [ID 20000817.016] [PATCH] Peek.xs
39421              From: abigail@foad.org
39422              Date: 17 Aug 2000 20:55:56 -0000
39423              Message-Id: <20000817205556.24270.qmail@foad.org>
39424      Branch: perl
39425            ! ext/Devel/Peek/Makefile.PL
39426 ____________________________________________________________________________
39427 [  6680] By: jhi                                   on 2000/08/17  19:46:43
39428         Log: Don't propose using modules built for 5.005 if no binary
39429              compatibility with 5.005 is attempted.
39430              
39431              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39432              Subject: Minor nit with 5.7.0 (6655)
39433              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
39434              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
39435      Branch: metaconfig
39436            ! U/installdirs/inc_version_list.U
39437      Branch: perl
39438            ! Configure config_h.SH
39439 ____________________________________________________________________________
39440 [  6679] By: jhi                                   on 2000/08/17  19:16:39
39441         Log: Microperl config update.
39442      Branch: perl
39443            ! uconfig.h uconfig.sh
39444 ____________________________________________________________________________
39445 [  6678] By: jhi                                   on 2000/08/17  19:16:13
39446         Log: The #6648 wasn't protective enough for limited platforms
39447              (like microperl).
39448      Branch: perl
39449            ! dump.c sv.c
39450 ____________________________________________________________________________
39451 [  6677] By: jhi                                   on 2000/08/17  14:46:35
39452         Log: Update Changes.
39453      Branch: perl
39454            ! Changes patchlevel.h
39455 ____________________________________________________________________________
39456 [  6676] By: jhi                                   on 2000/08/17  14:44:02
39457         Log: Add perlebcdic from Peter Prymmer, regen toc.
39458      Branch: perl
39459            + pod/perlebcdic.pod
39460            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39461 ____________________________________________________________________________
39462 [  6675] By: jhi                                   on 2000/08/17  14:41:52
39463         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
39464      Branch: perl
39465            ! pod/perldebtut.pod
39466 ____________________________________________________________________________
39467 [  6674] By: jhi                                   on 2000/08/17  14:29:43
39468         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
39469              
39470              Subject: [ID 20000724.006] -DLEAKTEST problem
39471              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
39472              Date: Tue, 25 Jul 2000 00:36:32 -0500
39473              Message-Id: <20000725003632.A26186@www.llamacom.com>
39474              
39475              Reminder sent
39476              
39477              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
39478              From: Hugo <hv@crypt.compulink.co.uk>
39479              Date: Thu, 17 Aug 2000 15:23:42 +0100
39480              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
39481      Branch: perl
39482            ! util.c
39483 ____________________________________________________________________________
39484 [  6673] By: jhi                                   on 2000/08/17  04:07:10
39485         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
39486              From: John Peacock <JPeacock@UnivPress.com>
39487              Date: Tue, 01 Aug 2000 09:38:12 -0400
39488              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
39489      Branch: perl
39490            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
39491 ____________________________________________________________________________
39492 [  6672] By: jhi                                   on 2000/08/17  03:04:35
39493         Log: Subject: [PATCH] Cwd.pm now uses strict
39494              From: Tim Jenness <timj@jach.hawaii.edu>
39495              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
39496              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
39497      Branch: perl
39498            ! lib/Cwd.pm
39499 ____________________________________________________________________________
39500 [  6671] By: jhi                                   on 2000/08/17  02:16:35
39501         Log: Make $Config{byteorder} more magical so that it is
39502              dynamically computed: nice for 'fat binaries'.
39503              
39504              Subject: [PATCH]: default byteorder
39505              From: Wilfredo Sánchez <wsanchez@apple.com>
39506              Date: Mon, 31 Jul 2000 19:45:31 -0700
39507              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
39508      Branch: perl
39509            ! configpm
39510 ____________________________________________________________________________
39511 [  6670] By: gsar                                  on 2000/08/17  01:22:21
39512         Log: move WNOHANG definition to where other such things are
39513      Branch: perl
39514            ! win32/win32.h
39515 ____________________________________________________________________________
39516 [  6669] By: jhi                                   on 2000/08/17  01:19:17
39517         Log: Update Changes.
39518      Branch: perl
39519            ! Changes patchlevel.h
39520 ____________________________________________________________________________
39521 [  6668] By: jhi                                   on 2000/08/17  01:16:29
39522         Log: Doc nits spotted by Richard Soderberg.
39523      Branch: perl
39524            ! README.posix-bc README.vmesa
39525 ____________________________________________________________________________
39526 [  6667] By: jhi                                   on 2000/08/17  01:12:11
39527         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
39528              From: "Casey R. Tweten" <crt@kiski.net>
39529              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
39530              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
39531      Branch: perl
39532            ! pod/perldebtut.pod
39533 ____________________________________________________________________________
39534 [  6666] By: jhi                                   on 2000/08/17  01:09:31
39535         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
39536              From: "Casey R. Tweten" <crt@kiski.net>
39537              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
39538              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
39539      Branch: perl
39540            ! lib/Shell.pm
39541 ____________________________________________________________________________
39542 [  6665] By: gsar                                  on 2000/08/17  01:03:52
39543         Log: add "ok" targets from change#6632 in makefile.mk
39544      Branch: perl
39545            ! pod/perlport.pod win32/Makefile win32/makefile.mk
39546 ____________________________________________________________________________
39547 [  6664] By: gsar                                  on 2000/08/17  00:56:11
39548         Log: avoid warnings from dense compiler
39549      Branch: perl
39550            ! win32/win32.c
39551 ____________________________________________________________________________
39552 [  6663] By: jhi                                   on 2000/08/17  00:51:49
39553         Log: Tweak the regex compilation errors once more.
39554      Branch: perl
39555            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
39556            ! t/op/regmesg.t t/pragma/warn/regcomp
39557 ____________________________________________________________________________
39558 [  6662] By: gsar                                  on 2000/08/17  00:28:19
39559         Log: trailing new %ENV entries weren't being pushed into the real
39560              environment of subprocesses on Windows
39561      Branch: perl
39562            ! t/op/magic.t win32/perlhost.h
39563 ____________________________________________________________________________
39564 [  6661] By: gsar                                  on 2000/08/17  00:19:20
39565         Log: waitpid() now handles externally spawned pids correctly;
39566              fixes for backtick/wait/waitpid failures on Windows 9x
39567              
39568              these changes make the pid returned by process functions on
39569              Windows 9x always positive by clearing the high bit (which
39570              is always set on Win9x); pseudo-process PIDs are likewise
39571              always negative now on Win9x (just as on NT/2000)
39572      Branch: perl
39573            ! pp_sys.c win32/perlhost.h win32/win32.c
39574 ____________________________________________________________________________
39575 [  6660] By: jhi                                   on 2000/08/17  00:04:32
39576         Log: Retract #6645.
39577      Branch: perl
39578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39579            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
39580            ! t/op/sprintf.t
39581 ____________________________________________________________________________
39582 [  6659] By: gsar                                  on 2000/08/16  23:59:28
39583         Log: on windows, the return values from wait() and waitpid() don't
39584              match those of pseudo-pids
39585      Branch: perl
39586            ! pp_sys.c t/op/fork.t util.c win32/win32.c
39587 ____________________________________________________________________________
39588 [  6658] By: gsar                                  on 2000/08/16  23:56:14
39589         Log: pod nit seen in passing
39590      Branch: perl
39591            ! pod/perlfunc.pod
39592 ____________________________________________________________________________
39593 [  6657] By: gsar                                  on 2000/08/16  23:53:42
39594         Log: change#6328 could make close(SOCKET) return false on windows
39595              when it shouldn't
39596      Branch: perl
39597            ! win32/win32sck.c
39598 ____________________________________________________________________________
39599 [  6656] By: gsar                                  on 2000/08/16  23:46:57
39600         Log: check that the number pseudo children doesn't exceed
39601              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
39602              the WaitForMultipleObjects() limit that would cause wait()
39603              to crash)
39604              
39605              wait() and waitpid() could potentially be rewritten to use
39606              more than one thread to do the waiting to eliminate this
39607              limitation
39608      Branch: perl
39609            ! win32/perlhost.h
39610 ____________________________________________________________________________
39611 [  6655] By: jhi                                   on 2000/08/16  14:11:05
39612         Log: Update Changes.
39613      Branch: perl
39614            ! Changes patchlevel.h
39615 ____________________________________________________________________________
39616 [  6654] By: jhi                                   on 2000/08/16  14:10:12
39617         Log: Update to perldebtut 1.9, from Richard Foley.
39618      Branch: perl
39619            ! pod/perldebtut.pod
39620 ____________________________________________________________________________
39621 [  6653] By: jhi                                   on 2000/08/16  14:08:17
39622         Log: Change the regx compilation error markers to use = instead of <
39623              since pod makes using the latter quite messy.  Reported in
39624              ID 20000814.006 by Abigail and in
39625              Subject: Unknown escape E<> ?
39626              From: Lupe Christoph <lupe@lupe-christoph.de>
39627              Date: Fri, 11 Aug 2000 00:30:27 +0200
39628              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
39629      Branch: perl
39630            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
39631            ! t/op/regmesg.t t/pragma/warn/regcomp
39632 ____________________________________________________________________________
39633 [  6652] By: jhi                                   on 2000/08/16  13:25:31
39634         Log: Change the perlbug address to perl.org since it's more forgiving.
39635              
39636              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
39637              From: abigail@foad.org
39638              Date: 15 Aug 2000 04:15:40 -0000
39639              Message-Id: <20000815041540.8633.qmail@foad.org>
39640      Branch: perl
39641            ! utils/perlbug.PL
39642 ____________________________________________________________________________
39643 [  6651] By: jhi                                   on 2000/08/16  13:22:35
39644         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
39645              From: Tim Jenness <timj@jach.hawaii.edu>
39646              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
39647              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
39648      Branch: perl
39649            ! lib/Cwd.pm
39650 ____________________________________________________________________________
39651 [  6650] By: jhi                                   on 2000/08/16  13:18:13
39652         Log: Update to CPAN 1.57.
39653              
39654              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
39655              From: andreas.koenig@anima.de (Andreas J. Koenig)
39656              Date: 16 Aug 2000 15:09:46 +0200
39657              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
39658      Branch: perl
39659            ! lib/CPAN.pm
39660 ____________________________________________________________________________
39661 [  6649] By: jhi                                   on 2000/08/16  13:12:31
39662         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
39663              From: "Larry W. Virden" <lvirden@cas.org>
39664              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
39665              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
39666      Branch: perl
39667            ! README.hpux
39668 ____________________________________________________________________________
39669 [  6648] By: jhi                                   on 2000/08/16  13:03:53
39670         Log: The numeric locale was reset to "C" by s?printf and never restored.
39671              
39672              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
39673              From: Christian Kirsch <ck@held.mind.de>
39674              Date: Wed, 9 Aug 2000 17:05:17 +0200
39675              Message-Id: <20000809170517.A25389@held>
39676              
39677              No test since adding the failing example to locale.t
39678              does not fail -- probably because the locale settings are so
39679              thoroughly tweaked by that time.  Running the example standalone
39680              does fail, though.  UPDATE: test case added at change #7540.
39681      Branch: perl
39682            ! dump.c perl.h pp.c pp_ctl.c sv.c
39683 ____________________________________________________________________________
39684 [  6647] By: jhi                                   on 2000/08/16  00:07:54
39685         Log: Update Changes and test semi-automatic patchlevel updating.
39686      Branch: perl
39687            ! Changes patchlevel.h
39688 ____________________________________________________________________________
39689 [  6646] By: jhi                                   on 2000/08/15  23:35:07
39690         Log: Fix a dependency problem.
39691              
39692              Subject: [PATCH: 6640] VMS Makefile.SH update
39693              From: Peter Prymmer <pvhp@forte.com>
39694              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
39695              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
39696      Branch: perl
39697            ! vms/descrip_mms.template
39698 ____________________________________________________________________________
39699 [  6645] By: jhi                                   on 2000/08/15  23:33:23
39700         Log: (Retracted by #6660)
39701              
39702              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
39703              From: Dominic Dunlop <domo@computer.org>
39704              Date: Tue, 15 Aug 2000 22:20:52 +0200
39705              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
39706      Branch: metaconfig/U/perl
39707            + d_printfed.U
39708      Branch: perl
39709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39710            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
39711            ! t/op/sprintf.t
39712 ____________________________________________________________________________
39713 [  6644] By: jhi                                   on 2000/08/15  21:17:20
39714         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
39715              From: abigail@foad.org
39716              Date: 15 Aug 2000 20:12:41 -0000
39717              Message-Id: <20000815201241.25556.qmail@foad.org>
39718      Branch: perl
39719            ! INSTALL
39720 ____________________________________________________________________________
39721 [  6643] By: jhi                                   on 2000/08/15  21:15:28
39722         Log: (an already applied patch)
39723      Branch: perl
39724            ! lib/CGI.pm
39725 ____________________________________________________________________________
39726 [  6642] By: gsar                                  on 2000/08/15  19:54:05
39727         Log: magic callbacks all need to have same type signature
39728      Branch: perl
39729            ! embed.pl mg.c proto.h
39730 ____________________________________________________________________________
39731 [  6641] By: jhi                                   on 2000/08/15  17:56:27
39732         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)
39733              From: Mike Guy <mjtg@cam.ac.uk>
39734              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
39735              Date: Tue, 15 Aug 2000 18:26:45 +0100
39736              
39737              Only the peek.t part applied, not the hash quality part.
39738      Branch: perl
39739            ! t/lib/peek.t
39740 ____________________________________________________________________________
39741 [  6640] By: jhi                                   on 2000/08/15  16:37:37
39742         Log: Update Changes.
39743      Branch: perl
39744            ! Changes
39745 ____________________________________________________________________________
39746 [  6639] By: jhi                                   on 2000/08/15  16:34:55
39747         Log: Missed a file from #6638.
39748      Branch: perl
39749            ! lib/File/Temp.pm
39750 ____________________________________________________________________________
39751 [  6638] By: jhi                                   on 2000/08/15  16:33:19
39752         Log: Subject: [PATCH perl@6620] cygwin port
39753              From: "Fifer, Eric" <EFifer@sanwaint.com>
39754              Date: Tue, 15 Aug 2000 17:00:49 +0100
39755              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
39756      Branch: perl
39757            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
39758 ____________________________________________________________________________
39759 [  6637] By: jhi                                   on 2000/08/15  16:29:22
39760         Log: Subject: [PATCH] debugger exit code should reflect user exit code
39761              From: Mike Guy <mjtg@cam.ac.uk>
39762              Date: Tue, 15 Aug 2000 16:55:59 +0100
39763              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
39764      Branch: perl
39765            ! lib/perl5db.pl
39766 ____________________________________________________________________________
39767 [  6636] By: jhi                                   on 2000/08/15  15:30:58
39768         Log: Update Changes.
39769      Branch: perl
39770            ! Changes
39771 ____________________________________________________________________________
39772 [  6635] By: jhi                                   on 2000/08/15  15:27:21
39773         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
39774      Branch: metaconfig
39775            ! U/mkglossary U/mksample
39776      Branch: metaconfig/U/perl
39777            ! Devel.U
39778      Branch: perl
39779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39780 ____________________________________________________________________________
39781 [  6634] By: jhi                                   on 2000/08/15  14:11:55
39782         Log: Don't blow limited stacks, a lower number is enough to
39783              tickle the lookbehind limit.
39784              
39785              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
39786              From: Dominic Dunlop <domo@computer.org>
39787              Date: Tue, 15 Aug 2000 13:51:24 +0200
39788              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
39789      Branch: perl
39790            ! t/op/regmesg.t
39791 ____________________________________________________________________________
39792 [  6633] By: jhi                                   on 2000/08/15  14:01:46
39793         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
39794              From: Mike Guy <mjtg@cam.ac.uk>
39795              Date: Tue, 15 Aug 2000 12:10:50 +0100
39796              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
39797      Branch: perl
39798            ! utils/perldoc.PL
39799 ____________________________________________________________________________
39800 [  6632] By: jhi                                   on 2000/08/15  13:58:48
39801         Log: make ok etc also for win32.
39802              
39803              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
39804              From: Prymmer/Kahn <pvhp@best.com>
39805              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
39806              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
39807      Branch: perl
39808            ! win32/Makefile
39809 ____________________________________________________________________________
39810 [  6631] By: jhi                                   on 2000/08/15  13:45:03
39811         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
39812      Branch: perl
39813            ! lib/Test.pm
39814 ____________________________________________________________________________
39815 [  6630] By: jhi                                   on 2000/08/15  03:25:09
39816         Log: Update Changes.
39817      Branch: perl
39818            ! Changes
39819 ____________________________________________________________________________
39820 [  6629] By: jhi                                   on 2000/08/15  03:23:53
39821         Log: magic_regdatum_set() is void, not int.
39822      Branch: perl
39823            ! embed.pl mg.c proto.h
39824 ____________________________________________________________________________
39825 [  6628] By: jhi                                   on 2000/08/15  03:08:02
39826         Log: Make the user to give up his firstborn, err, to knowingly
39827              verify installing an unstable developer release.  Also bump
39828              the release to 5.7.0, but leave a patch tag in the local
39829              patches saying that this is not yet the real thing.
39830      Branch: metaconfig
39831            ! U/modified/Instruct.U
39832      Branch: metaconfig/U/perl
39833            + Devel.U
39834      Branch: perl
39835            ! Configure patchlevel.h
39836 ____________________________________________________________________________
39837 [  6627] By: jhi                                   on 2000/08/14  22:32:52
39838         Log: README.os2 update.
39839              
39840              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
39841              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39842              Date: Wed, 02 Aug 2000 21:55:09 -0700
39843              Message-ID: <tsPi5gzkgegX092yn@efn.org>
39844      Branch: perl
39845            ! README.os2
39846 ____________________________________________________________________________
39847 [  6626] By: jhi                                   on 2000/08/14  21:00:02
39848         Log: Subject: Re: File::Temp problems on VMS in bleedperl
39849              From: Tim Jenness <timj@jach.hawaii.edu>
39850              cc: vmsperl@perl.org
39851              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
39852              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
39853      Branch: perl
39854            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
39855 ____________________________________________________________________________
39856 [  6625] By: jhi                                   on 2000/08/14  20:52:16
39857         Log: Add SUIDMAIL as was done for the CERT alert.
39858      Branch: perl
39859            ! patchlevel.h
39860 ____________________________________________________________________________
39861 [  6624] By: jhi                                   on 2000/08/14  20:48:50
39862         Log: Subject: sfio2000
39863              From: Daniel Muino <dmuino@afip.gov.ar>
39864              Date: Mon, 14 Aug 2000 16:58:11 -0300
39865              Message-ID: <20000814165811.B16368@con2-dgi>
39866      Branch: perl
39867            ! perlsdio.h perlsfio.h
39868 ____________________________________________________________________________
39869 [  6623] By: jhi                                   on 2000/08/14  20:47:36
39870         Log: Subject: warning: storage class after type is obsolescent
39871              From: Daniel Muino <dmuino@afip.gov.ar>
39872              Date: Mon, 14 Aug 2000 16:42:47 -0300
39873              Message-ID: <20000814164247.A16368@con2-dgi>
39874      Branch: perl
39875            ! regcomp.pl regnodes.h
39876 ____________________________________________________________________________
39877 [  6622] By: jhi                                   on 2000/08/14  20:43:05
39878         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
39879              From: abigail@foad.org
39880              Date: 14 Aug 2000 20:00:10 -0000
39881              Message-Id: <20000814200010.27271.qmail@foad.org>
39882      Branch: perl
39883            ! Changes
39884 ____________________________________________________________________________
39885 [  6621] By: jhi                                   on 2000/08/14  15:23:05
39886         Log: Update Changes.
39887      Branch: perl
39888            ! Changes
39889 ____________________________________________________________________________
39890 [  6620] By: jhi                                   on 2000/08/14  15:22:14
39891         Log: Subject: Re: [PATCH] @+, @- readonly
39892              From: Mike Guy <mjtg@cam.ac.uk>
39893              Date: Mon, 14 Aug 2000 15:26:55 +0100
39894              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
39895      Branch: perl
39896            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
39897            ! sv.c t/op/pat.t
39898 ____________________________________________________________________________
39899 [  6619] By: jhi                                   on 2000/08/14  14:12:08
39900         Log: Update Changes.
39901      Branch: perl
39902            ! Changes
39903 ____________________________________________________________________________
39904 [  6618] By: jhi                                   on 2000/08/14  14:09:34
39905         Log: For now remove the mail code.
39906      Branch: perl
39907            ! perl.c
39908 ____________________________________________________________________________
39909 [  6617] By: jhi                                   on 2000/08/14  14:08:28
39910         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
39911      Branch: perl
39912            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
39913            ! pod/perlfaq8.pod pod/perlsec.pod
39914 ____________________________________________________________________________
39915 [  6616] By: jhi                                   on 2000/08/14  14:00:11
39916         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39917              From: Mike Guy <mjtg@cam.ac.uk>
39918              Date: Mon, 14 Aug 2000 08:26:02 +0100
39919              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
39920      Branch: perl
39921            ! lib/perl5db.pl
39922 ____________________________________________________________________________
39923 [  6615] By: jhi                                   on 2000/08/14  13:58:45
39924         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
39925              From: Mike Guy <mjtg@cam.ac.uk>
39926              Date: Mon, 14 Aug 2000 08:04:22 +0100
39927              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
39928      Branch: perl
39929            ! gv.c mg.c t/op/pat.t
39930 ____________________________________________________________________________
39931 [  6614] By: jhi                                   on 2000/08/14  13:56:45
39932         Log: Subject: Test fails / warnings with perl-current #6612
39933              From: Mike Guy <mjtg@cam.ac.uk>
39934              Date: Mon, 14 Aug 2000 07:57:23 +0100
39935              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
39936      Branch: perl
39937            ! t/lib/b.t t/lib/peek.t
39938 ____________________________________________________________________________
39939 [  6613] By: jhi                                   on 2000/08/14  13:45:33
39940         Log: VMS configure.com update continues.
39941      Branch: perl
39942            - vms/configure.com
39943            ! MANIFEST configure.com
39944 ____________________________________________________________________________
39945 [  6612] By: jhi                                   on 2000/08/13  22:13:35
39946         Log: Update Changes.
39947      Branch: perl
39948            ! Changes
39949 ____________________________________________________________________________
39950 [  6611] By: jhi                                   on 2000/08/13  16:21:45
39951         Log: Upgrade to CGI 2.71, from Lincoln Stein.
39952      Branch: perl
39953            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
39954 ____________________________________________________________________________
39955 [  6610] By: jhi                                   on 2000/08/13  15:09:16
39956         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
39957              From: Mike Guy <mjtg@cam.ac.uk>
39958              Date: Sun, 13 Aug 2000 13:45:51 +0100
39959              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
39960      Branch: perl
39961            ! t/op/regmesg.t
39962 ____________________________________________________________________________
39963 [  6609] By: jhi                                   on 2000/08/13  14:31:26
39964         Log: Andreas says that 1.56 is fine, so reverting back to it.
39965      Branch: perl
39966            ! lib/CPAN.pm
39967 ____________________________________________________________________________
39968 [  6608] By: jhi                                   on 2000/08/13  05:34:20
39969         Log: Update Changes.
39970      Branch: perl
39971            ! Changes
39972 ____________________________________________________________________________
39973 [  6607] By: jhi                                   on 2000/08/13  05:32:01
39974         Log: Put back the \z changes of #5406 to CPAN.pm.
39975      Branch: perl
39976            ! lib/CPAN.pm
39977 ____________________________________________________________________________
39978 [  6606] By: jhi                                   on 2000/08/13  05:20:16
39979         Log: Fix-n-skip the tests under 5005threads.
39980      Branch: perl
39981            ! t/lib/b.t
39982 ____________________________________________________________________________
39983 [  6605] By: jhi                                   on 2000/08/13  05:07:48
39984         Log: Fix the test for 5005threads.
39985      Branch: perl
39986            ! t/lib/peek.t
39987 ____________________________________________________________________________
39988 [  6604] By: jhi                                   on 2000/08/13  03:35:37
39989         Log: Should have deleted this in #6603.
39990      Branch: perl
39991            - vms/subconfigure.com
39992 ____________________________________________________________________________
39993 [  6603] By: jhi                                   on 2000/08/12  18:29:32
39994         Log: Rewrite of vms/subconfigure.com as configure.com,
39995              from Peter Prymmer and the vmsperl crew.
39996      Branch: perl
39997            + vms/configure.com
39998            ! MANIFEST
39999 ____________________________________________________________________________
40000 [  6602] By: jhi                                   on 2000/08/11  13:00:01
40001         Log: PlainText.pm is dead.
40002      Branch: perl
40003            - lib/Pod/PlainText.pm
40004            ! MANIFEST
40005 ____________________________________________________________________________
40006 [  6601] By: jhi                                   on 2000/08/11  04:06:45
40007         Log: Update Changes.
40008      Branch: perl
40009            ! Changes
40010 ____________________________________________________________________________
40011 [  6600] By: jhi                                   on 2000/08/11  04:06:10
40012         Log: Add a few missing files, update MANIFEST.
40013      Branch: perl
40014            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40015            + lib/Pod/PlainText.pm t/pod/find.t
40016            ! MANIFEST t/op/regmesg.t
40017 ____________________________________________________________________________
40018 [  6599] By: jhi                                   on 2000/08/11  03:31:10
40019         Log: Add Perl debugging tutorial, regen toc. 
40020              
40021              Subject: perldebtut.pod
40022              From: Richard Foley <Richard.Foley@m.dasa.de>
40023              Date: Wed, 09 Aug 2000 10:17:15 +0200
40024              Message-id: <3991138B.262247B8@m.dasa.de>
40025      Branch: perl
40026            + pod/perldebtut.pod
40027            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40028 ____________________________________________________________________________
40029 [  6598] By: jhi                                   on 2000/08/11  02:48:56
40030         Log: tiny Changes edit
40031      Branch: perl
40032            ! Changes
40033 ____________________________________________________________________________
40034 [  6597] By: jhi                                   on 2000/08/11  02:39:04
40035         Log: Tests for #6589.
40036              
40037              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40038              From: simon@brecon.co.uk (Simon Cozens)
40039              Date: 11 Aug 2000 02:24:52 GMT
40040              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
40041      Branch: perl
40042            ! t/lib/b.t
40043 ____________________________________________________________________________
40044 [  6596] By: jhi                                   on 2000/08/11  01:50:07
40045         Log: Update Changes.
40046      Branch: perl
40047            ! Changes
40048 ____________________________________________________________________________
40049 [  6595] By: jhi                                   on 2000/08/11  01:47:16
40050         Log: nitfix
40051      Branch: perl
40052            ! Changes
40053 ____________________________________________________________________________
40054 [  6594] By: jhi                                   on 2000/08/11  01:36:16
40055         Log: Subject: Getting perlio and threads to compile
40056              From: Lupe Christoph <lupe@lupe-christoph.de>
40057              Date: Wed, 9 Aug 2000 11:35:54 +0200
40058              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
40059              
40060              (the Solaris version changes in Configure skipped)
40061      Branch: perl
40062            ! hints/solaris_2.sh thread.h
40063 ____________________________________________________________________________
40064 [  6593] By: jhi                                   on 2000/08/11  01:30:16
40065         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
40066              From: simon@brecon.co.uk (Simon Cozens)
40067              Date: 1 Aug 2000 06:55:19 GMT
40068              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
40069      Branch: perl
40070            ! lib/utf8.pm
40071 ____________________________________________________________________________
40072 [  6592] By: jhi                                   on 2000/08/11  01:26:39
40073         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40074              From: Peter Scott <Peter@PeterScott.com>
40075              Date: Thu, 10 Aug 2000 08:23:27 -0700
40076              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
40077      Branch: perl
40078            ! lib/perl5db.pl
40079 ____________________________________________________________________________
40080 [  6591] By: jhi                                   on 2000/08/11  01:22:02
40081         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
40082              From: Hugo <hv@crypt.compulink.co.uk>
40083              Date: Thu, 10 Aug 2000 19:23:04 +0100
40084              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
40085      Branch: perl
40086            ! regexec.c t/op/pat.t
40087 ____________________________________________________________________________
40088 [  6590] By: jhi                                   on 2000/08/11  01:19:19
40089         Log: Preprocessing and postprocessing for File::Find.
40090              
40091              Subject: Patch to Find::File.pm to allow alphabetical results
40092              From: Joe Smith <jsmith@inwap.com>
40093              Date: Wed, 9 Aug 2000 02:44:54 -0700
40094              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
40095      Branch: perl
40096            ! lib/File/Find.pm
40097 ____________________________________________________________________________
40098 [  6589] By: jhi                                   on 2000/08/11  01:12:39
40099         Log: B::Deparse didn't do sub attributes.
40100              
40101              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40102              From: simon@brecon.co.uk (Simon Cozens)
40103              Date: 9 Aug 2000 04:49:20 GMT
40104              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
40105      Branch: perl
40106            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
40107 ____________________________________________________________________________
40108 [  6588] By: jhi                                   on 2000/08/11  01:06:40
40109         Log: Subject: debugger "d" command doesnt check line number
40110              From: Mike Guy <mjtg@cam.ac.uk>
40111              Date: Tue, 08 Aug 2000 21:54:29 +0100
40112              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
40113      Branch: perl
40114            ! lib/perl5db.pl mg.c pod/perldiag.pod
40115 ____________________________________________________________________________
40116 [  6587] By: jhi                                   on 2000/08/11  00:45:03
40117         Log: sleep(1) does not necessarily return 1.
40118              
40119              Subject: [PATCH bleadperl] op/lex_assign.t  
40120              From: Hugo <hv@crypt.compulink.co.uk>
40121              Date: Thu, 03 Aug 2000 14:34:22 +0100        
40122              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
40123      Branch: perl
40124            ! t/op/lex_assign.t
40125 ____________________________________________________________________________
40126 [  6586] By: jhi                                   on 2000/08/11  00:31:50
40127         Log: Document the IO::Select timeout.
40128      Branch: perl
40129            ! ext/IO/lib/IO/Select.pm
40130 ____________________________________________________________________________
40131 [  6585] By: jhi                                   on 2000/08/11  00:13:54
40132         Log: Forgot contributor.
40133      Branch: perl
40134            ! Changes
40135 ____________________________________________________________________________
40136 [  6584] By: jhi                                   on 2000/08/11  00:09:19
40137         Log: detypo
40138      Branch: perl
40139            ! Changes
40140 ____________________________________________________________________________
40141 [  6583] By: jhi                                   on 2000/08/11  00:07:53
40142         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40143              
40144              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40145              From: Mike Guy <mjtg@cam.ac.uk> 
40146              Date: Thu, 10 Aug 2000 15:50:54 +0100
40147              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
40148      Branch: perl
40149            ! sv.c t/op/int.t
40150 ____________________________________________________________________________
40151 [  6582] By: jhi                                   on 2000/08/10  23:29:32
40152         Log: Update Changes.
40153      Branch: perl
40154            ! Changes
40155 ____________________________________________________________________________
40156 [  6581] By: jhi                                   on 2000/08/10  23:26:16
40157         Log: Put back the std @INC thing.
40158      Branch: perl
40159            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
40160            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
40161            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
40162            ! t/lib/gol-oo.t
40163 ____________________________________________________________________________
40164 [  6580] By: jhi                                   on 2000/08/10  23:03:34
40165         Log: Update to CGI 2.70, from Lincoln Stein.
40166      Branch: perl
40167            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40168            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40169            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
40170            ! t/lib/cgi-request.t
40171 ____________________________________________________________________________
40172 [  6579] By: jhi                                   on 2000/08/10  22:41:50
40173         Log: Update to CPAN 1.56, from Andreas König.
40174      Branch: perl
40175            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40176 ____________________________________________________________________________
40177 [  6578] By: jhi                                   on 2000/08/10  22:38:13
40178         Log: Update to Pod::Parser 1.17, from Brad Appleton.
40179      Branch: perl
40180            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
40181            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
40182            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
40183            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
40184            ! t/pod/include.t t/pod/included.t t/pod/lref.t
40185            ! t/pod/multiline_items.t t/pod/nested_items.t
40186            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
40187            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
40188            ! t/pod/special_seqs.t
40189 ____________________________________________________________________________
40190 [  6577] By: jhi                                   on 2000/08/10  22:35:41
40191         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
40192      Branch: perl
40193            ! AUTHORS MAINTAIN
40194 ____________________________________________________________________________
40195 [  6576] By: jhi                                   on 2000/08/10  22:24:54
40196         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
40197      Branch: perl
40198            + t/lib/gol-oo.t
40199            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
40200            ! t/lib/gol-compat.t t/lib/gol-linkage.t
40201 ____________________________________________________________________________
40202 [  6575] By: jhi                                   on 2000/08/10  22:02:07
40203         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
40204      Branch: perl
40205            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
40206 ____________________________________________________________________________
40207 [  6574] By: jhi                                   on 2000/08/10  21:55:03
40208         Log: Iterating perl6 description.
40209      Branch: perl
40210            ! pod/perlfaq1.pod
40211 ____________________________________________________________________________
40212 [  6573] By: jhi                                   on 2000/08/10  21:48:26
40213         Log: Revert the sv.c part of #6559, a better fix is needed.
40214      Branch: perl
40215            ! sv.c
40216 ____________________________________________________________________________
40217 [  6572] By: jhi                                   on 2000/08/10  20:33:43
40218         Log: It's the 2ndO'ROSSC.
40219      Branch: perl
40220            ! pod/perlfaq1.pod
40221 ____________________________________________________________________________
40222 [  6571] By: jhi                                   on 2000/08/10  15:55:48
40223         Log: detypo
40224      Branch: perl
40225            ! pod/perlfaq1.pod
40226 ____________________________________________________________________________
40227 [  6570] By: jhi                                   on 2000/08/10  14:11:17
40228         Log: An exceptionally sticky typo.
40229      Branch: perl
40230            ! Changes
40231 ____________________________________________________________________________
40232 [  6569] By: jhi                                   on 2000/08/10  14:09:33
40233         Log: detypo (and test Changes updating script)
40234      Branch: perl
40235            ! Changes
40236 ____________________________________________________________________________
40237 [  6568] By: jhi                                   on 2000/08/10  14:07:07
40238         Log: Update Changes.
40239      Branch: perl
40240            ! Changes
40241 ____________________________________________________________________________
40242 [  6567] By: jhi                                   on 2000/08/10  14:06:19
40243         Log: Amend the description of Perl6.
40244              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
40245              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40246              Date: Wed, 9 Aug 2000 22:11:06 -0500
40247              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
40248      Branch: perl
40249            ! pod/perlfaq1.pod
40250 ____________________________________________________________________________
40251 [  6566] By: jhi                                   on 2000/08/10  13:58:57
40252         Log: Subject: Remove dead entry in perldiag
40253              From: Mike Guy <mjtg@cam.ac.uk>
40254              Date: Thu, 10 Aug 2000 14:19:19 +0100
40255              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
40256      Branch: perl
40257            ! pod/perldiag.pod
40258 ____________________________________________________________________________
40259 [  6565] By: jhi                                   on 2000/08/10  13:51:48
40260         Log: Zero entries were skipped, fix from Adrian Goalby
40261              <argoalby@yahoo.co.uk>
40262      Branch: perl
40263            ! lib/unicode/Number.pl lib/unicode/mktables.PL
40264 ____________________________________________________________________________
40265 [  6564] By: jhi                                   on 2000/08/10  13:00:12
40266         Log: Subject: [PATCH 5.6.0] cygwin port
40267              From: "Fifer, Eric" <EFifer@sanwaint.com>
40268              Date: Thu, 10 Aug 2000 13:15:36 +0100
40269              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
40270      Branch: perl
40271            ! README.cygwin hints/cygwin.sh
40272 ____________________________________________________________________________
40273 [  6563] By: jhi                                   on 2000/08/10  12:55:16
40274         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
40275      Branch: perl
40276            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
40277 ____________________________________________________________________________
40278 [  6562] By: gsar                                  on 2000/08/10  08:38:39
40279         Log: warn is a macro, avoid using at a variable to avoid warnings
40280              in some configurations; readdir.t is too conservative in
40281              estimating number of *.t's
40282      Branch: perl
40283            ! t/op/readdir.t util.c
40284 ____________________________________________________________________________
40285 [  6561] By: jhi                                   on 2000/08/09  23:35:42
40286         Log: Update Changes.
40287      Branch: perl
40288            ! Changes
40289 ____________________________________________________________________________
40290 [  6560] By: jhi                                   on 2000/08/09  23:05:47
40291         Log: Subject: Re: enhanced(?) regex error messages
40292              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40293              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
40294              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
40295              
40296              (plus two small patches sent privately)
40297              (this still seems to leave few test failures)
40298      Branch: perl
40299            + t/op/regmesg.t
40300            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
40301            ! t/pragma/warn/regcomp
40302 ____________________________________________________________________________
40303 [  6559] By: jhi                                   on 2000/08/09  20:41:18
40304         Log: (The fix did work but was not right, retracted in #6573)
40305              
40306              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40307              From: Christian Kirsch <ck@held.mind.de>
40308              Date: Wed, 9 Aug 2000 17:05:17 +0200
40309              Message-Id: <20000809170517.A25389@held>
40310      Branch: perl
40311            ! sv.c t/pragma/locale.t
40312 ____________________________________________________________________________
40313 [  6558] By: jhi                                   on 2000/08/08  22:34:08
40314         Log: Tiny updates on the contributors list.
40315      Branch: perl
40316            ! Changes
40317 ____________________________________________________________________________
40318 [  6557] By: jhi                                   on 2000/08/08  19:34:28
40319         Log: Double check that we have a dirhandle.
40320      Branch: perl
40321            ! util.c
40322 ____________________________________________________________________________
40323 [  6556] By: jhi                                   on 2000/08/08  19:01:51
40324         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
40325              May be repopulated with fresh maintained examples.
40326      Branch: perl
40327            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
40328            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
40329            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
40330            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
40331            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
40332            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
40333            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
40334            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
40335            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
40336            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
40337            + lib/CGI/eg/wilogo_gif.uu
40338            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
40339            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
40340            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
40341            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
40342            - eg/cgi/frameset.cgi eg/cgi/index.html
40343            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
40344            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
40345            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
40346            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
40347            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
40348            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
40349            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
40350            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
40351            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
40352            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
40353            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
40354            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
40355            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
40356            - eg/van/vanish eg/who eg/wrapsuid
40357            ! MANIFEST
40358 ____________________________________________________________________________
40359 [  6555] By: jhi                                   on 2000/08/08  18:51:08
40360         Log: Delete chat2 as requested by Randal.
40361              
40362              Subject: Re: perlfaq8 coyness
40363              From: merlyn@stonehenge.com (Randal L. Schwartz) 
40364              Date: 15 May 2000 18:52:42 -0700 
40365              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
40366      Branch: perl
40367            - lib/chat2.pl
40368            ! MANIFEST
40369 ____________________________________________________________________________
40370 [  6554] By: jhi                                   on 2000/08/08  18:31:35
40371         Log: Regen global.sym.
40372      Branch: perl
40373            ! global.sym
40374 ____________________________________________________________________________
40375 [  6553] By: jhi                                   on 2000/08/08  18:28:13
40376         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
40377              (either perlbug or p5p ate the original), plus regen
40378              perlapi and perltoc. 
40379      Branch: perl
40380            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
40381            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
40382            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
40383            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
40384            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
40385            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
40386            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
40387            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
40388            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
40389            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
40390 ____________________________________________________________________________
40391 [  6552] By: jhi                                   on 2000/08/08  18:06:29
40392         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
40393              From: Mike Guy <mjtg@cam.ac.uk>
40394              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
40395              Date: Tue, 08 Aug 2000 15:51:27 +0100
40396      Branch: perl
40397            ! doop.c sv.h t/op/join.t t/pragma/overload.t
40398 ____________________________________________________________________________
40399 [  6551] By: jhi                                   on 2000/08/08  18:01:11
40400         Log: Re-apply #6549.
40401      Branch: perl
40402            ! lib/perl5db.pl
40403 ____________________________________________________________________________
40404 [  6550] By: jhi                                   on 2000/08/08  17:43:08
40405         Log: Accidental retraction of #6549.
40406      Branch: perl
40407            ! lib/perl5db.pl
40408 ____________________________________________________________________________
40409 [  6549] By: jhi                                   on 2000/08/08  17:40:04
40410         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40411              From: Mike Guy <mjtg@cam.ac.uk>
40412              Date: Mon, 07 Aug 2000 21:49:58 +0100
40413              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
40414      Branch: perl
40415            ! lib/perl5db.pl
40416 ____________________________________________________________________________
40417 [  6548] By: jhi                                   on 2000/08/08  17:37:57
40418         Log: Document here-doc better.
40419              
40420              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
40421              From: Mike Guy <mjtg@cam.ac.uk>
40422              Date: Mon, 07 Aug 2000 14:02:09 +0100
40423              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
40424      Branch: perl
40425            ! pod/perldata.pod
40426 ____________________________________________________________________________
40427 [  6547] By: jhi                                   on 2000/08/08  17:33:34
40428         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
40429              From: "Randy J. Ray" <rjray@redhat.com>
40430              Date: Mon, 07 Aug 2000 19:12:25 -0700
40431              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
40432      Branch: perl
40433            ! perl.c pod/perlrun.pod
40434 ____________________________________________________________________________
40435 [  6546] By: jhi                                   on 2000/08/08  17:29:26
40436         Log: Subject: Re: enhanced(?) regex error messages 
40437              From: Hugo <hv@crypt.compulink.co.uk>
40438              Date: Tue, 08 Aug 2000 03:25:51 +0100
40439              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
40440              
40441              plus Capitalize the error messages, plus perldiag them.
40442      Branch: perl
40443            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
40444 ____________________________________________________________________________
40445 [  6545] By: jhi                                   on 2000/08/08  13:59:28
40446         Log: Augment #6539 a bit: don't croak if there's magic in the air.
40447              
40448              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
40449              From: Hugo <hv@crypt.compulink.co.uk>
40450              Date: Tue, 08 Aug 2000 03:02:03 +0100
40451              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
40452      Branch: perl
40453            ! pp.c t/op/bless.t
40454 ____________________________________________________________________________
40455 [  6544] By: jhi                                   on 2000/08/07  21:11:52
40456         Log: Make the test -w clean.
40457      Branch: perl
40458            ! t/op/bless.t
40459 ____________________________________________________________________________
40460 [  6543] By: jhi                                   on 2000/08/07  19:49:53
40461         Log: use warnings instead of $^W.
40462      Branch: perl
40463            ! t/op/bless.t
40464 ____________________________________________________________________________
40465 [  6542] By: jhi                                   on 2000/08/07  17:41:41
40466         Log: Disable a portability warning Because We Know What We Are Doing.
40467      Branch: perl
40468            ! t/op/bless.t
40469 ____________________________________________________________________________
40470 [  6541] By: jhi                                   on 2000/08/07  17:29:51
40471         Log: Tiny tidying on report_evil_fh().
40472      Branch: perl
40473            ! util.c
40474 ____________________________________________________________________________
40475 [  6540] By: jhi                                   on 2000/08/07  16:37:38
40476         Log: Make regular expression parse error messages easier to understand.
40477              
40478              Subject: Re: enhanced(?) regex error messages
40479              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40480              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
40481              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
40482      Branch: perl
40483            ! regcomp.c
40484 ____________________________________________________________________________
40485 [  6539] By: jhi                                   on 2000/08/07  16:12:27
40486         Log: Make bless(REF, REF) a fatal error, add bless tests.
40487              
40488              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
40489              From: Hugo <hv@crypt.compulink.co.uk>
40490              Date: Mon, 07 Aug 2000 16:59:38 +0100
40491              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
40492      Branch: perl
40493            + t/op/bless.t
40494            ! MANIFEST pod/perldiag.pod pp.c sv.c
40495 ____________________________________________________________________________
40496 [  6538] By: jhi                                   on 2000/08/07  15:59:43
40497         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
40498              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
40499              Date: Thu, 3 Aug 2000 14:29:21 -0700
40500              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
40501      Branch: perl
40502            ! lib/lib_pm.PL
40503 ____________________________________________________________________________
40504 [  6537] By: jhi                                   on 2000/08/07  15:47:18
40505         Log: Retract #6419 for now since it breaks in AFS and MachTen.
40506      Branch: perl
40507            ! lib/Cwd.pm
40508 ____________________________________________________________________________
40509 [  6536] By: jhi                                   on 2000/08/07  15:05:29
40510         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
40511              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
40512              The security hole exists only in suidperls, which isn't
40513              installed or even built by default.
40514      Branch: perl
40515            ! perl.c
40516 ____________________________________________________________________________
40517 [  6535] By: jhi                                   on 2000/08/07  14:45:14
40518         Log: tr memory corruption fix from Simon Cozens.
40519      Branch: perl
40520            ! doop.c
40521 ____________________________________________________________________________
40522 [  6534] By: jhi                                   on 2000/08/06  11:38:16
40523         Log: Document a bit that UDP is not what you might think.
40524              
40525              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
40526              From: Lupe Christoph <lupe@lupe-christoph.de>
40527              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
40528              Date: Mon, 24 Jul 2000 08:59:15 +0200
40529      Branch: perl
40530            ! pod/perlipc.pod
40531 ____________________________________________________________________________
40532 [  6533] By: jhi                                   on 2000/08/06  11:35:01
40533         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
40534              From: Jeff Pinyan <jeffp@hut.crusoe.net>
40535              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
40536              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
40537      Branch: perl
40538            ! pod/perlfunc.pod
40539 ____________________________________________________________________________
40540 [  6532] By: jhi                                   on 2000/08/06  03:45:41
40541         Log: Have symbols for the IoTYPEs.
40542      Branch: perl
40543            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
40544 ____________________________________________________________________________
40545 [  6531] By: jhi                                   on 2000/08/06  01:33:55
40546         Log: Continue fixing the io warnings.  This also
40547              sort of fixes bug ID 20000802.003: the core dump
40548              is no more.  Whether the current behaviour is correct
40549              (giving a warning: "Not a format reference"), is another matter.
40550      Branch: perl
40551            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
40552            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
40553 ____________________________________________________________________________
40554 [  6530] By: jhi                                   on 2000/08/05  21:33:12
40555         Log: Change the Policy policy: now -Dprefix= with an existing
40556              Policy.sh and prefix == siteprefix == vendorprefix, then all
40557              of them follow along the new prefix.
40558              
40559              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
40560              From: Andy Dougherty <doughera@lafayette.edu>
40561              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
40562              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
40563      Branch: perl
40564            ! Policy_sh.SH
40565 ____________________________________________________________________________
40566 [  6529] By: jhi                                   on 2000/08/05  18:57:28
40567         Log: Zap lib/Sys directory when cleaning up.
40568      Branch: perl
40569            ! Makefile.SH
40570 ____________________________________________________________________________
40571 [  6528] By: jhi                                   on 2000/08/05  18:40:44
40572         Log: Essential prototype changes were missing from #6527.
40573              Also make report_evil_fh() more bomb-proof.
40574      Branch: perl
40575            ! embed.h util.c
40576 ____________________________________________________________________________
40577 [  6527] By: jhi                                   on 2000/08/05  03:22:05
40578         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
40579              From: "Ronald F. Guilmette" <rfg@monkeys.com>
40580              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
40581              Message-Id: <200007242247.PAA52177@monkeys.com>
40582      Branch: perl
40583            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
40584 ____________________________________________________________________________
40585 [  6526] By: jhi                                   on 2000/08/04  21:23:27
40586         Log: gcc versions might have (parentheses) in them.
40587      Branch: metaconfig/U/perl
40588            ! gccvers.U
40589      Branch: perl
40590            ! Configure config_h.SH
40591 ____________________________________________________________________________
40592 [  6525] By: jhi                                   on 2000/08/04  20:23:12
40593         Log: Weed buglets pointed out by
40594              
40595              From: Lupe Christoph <lupe@lupe-christoph.de>
40596              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
40597              Date: Fri, 4 Aug 2000 17:34:39 +0200
40598              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
40599      Branch: metaconfig/U/perl
40600            ! gccvers.U uselfs.U
40601      Branch: perl
40602            ! Configure config_h.SH
40603 ____________________________________________________________________________
40604 [  6524] By: jhi                                   on 2000/08/04  19:02:08
40605         Log: Warn under -w if lstat(FH) is attempted.
40606              
40607              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
40608              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
40609              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
40610              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
40611      Branch: perl
40612            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
40613            ! t/pragma/warn/pp_sys
40614 ____________________________________________________________________________
40615 [  6523] By: jhi                                   on 2000/08/04  12:31:11
40616         Log: Subject: New perlcc, take 2
40617              From: simon@brecon.co.uk (Simon Cozens)
40618              Date: 4 Aug 2000 06:21:04 GMT
40619              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
40620      Branch: perl
40621            ! utils/perlcc.PL
40622 ____________________________________________________________________________
40623 [  6522] By: jhi                                   on 2000/08/04  12:26:33
40624         Log: Subject: Re: Array vs. List context
40625              From: Daniel Chetlin <daniel@chetlin.com>
40626              Date: Fri, 4 Aug 2000 00:22:44 -0700
40627              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
40628      Branch: perl
40629            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
40630            ! pod/perlfaq4.pod
40631 ____________________________________________________________________________
40632 [  6521] By: jhi                                   on 2000/08/04  12:22:38
40633         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
40634              From: Raymund Will <ray@caldera.de>
40635              Date: Fri, 4 Aug 2000 12:07:09 +0200
40636              Message-Id: <20000804120709.A14982@caldera.de>
40637      Branch: perl
40638            ! configure.gnu
40639 ____________________________________________________________________________
40640 [  6520] By: jhi                                   on 2000/08/04  04:09:06
40641         Log: After the #6519 a warning about stat() is just that,
40642              not about a filetest, which now have their own warning.
40643      Branch: perl
40644            ! pod/perldiag.pod
40645 ____________________________________________________________________________
40646 [  6519] By: jhi                                   on 2000/08/04  04:06:30
40647         Log: In the warnings call filehandles consistently so;
40648              add "unopened" warning for stat().
40649      Branch: perl
40650            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
40651            ! t/pragma/warn/pp_sys
40652 ____________________________________________________________________________
40653 [  6518] By: jhi                                   on 2000/08/04  02:55:35
40654         Log: Subject: Minor tweak to perlvar.pod
40655              From: "Stephen P. Potter" <spp@ds.net>
40656              Date: Tue, 18 Apr 2000 09:26:03 -0400
40657              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
40658      Branch: perl
40659            ! pod/perlvar.pod
40660 ____________________________________________________________________________
40661 [  6517] By: jhi                                   on 2000/08/04  02:50:08
40662         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
40663              From: "Clinton Pierce" <cpierce1@ford.com>
40664              Date: Wed, 21 Jul 1999 16:45:31 -0400
40665              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
40666              
40667              Fix by Stephen Potter (visible in the bug db but not in p5p?)
40668      Branch: perl
40669            ! pod/perlfunc.pod pod/perlop.pod
40670 ____________________________________________________________________________
40671 [  6516] By: jhi                                   on 2000/08/04  02:09:25
40672         Log: This is 6512.  Really.
40673      Branch: perl
40674            ! dump.c
40675 ____________________________________________________________________________
40676 [  6515] By: jhi                                   on 2000/08/04  01:25:50
40677         Log: mention the idea of @( and @)
40678      Branch: perl
40679            ! Todo-5.6
40680 ____________________________________________________________________________
40681 [  6514] By: bailey                                on 2000/08/04  01:18:46
40682         Log: YA resync with mainstem, including VMS patches from others
40683      Branch: vmsperl
40684           +> (branch 48 files)
40685            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
40686           !> (integrate 354 files)
40687 ____________________________________________________________________________
40688 [  6513] By: jhi                                   on 2000/08/04  01:18:18
40689         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
40690              From: Mark Dickinson <dickins3@fas.harvard.edu>
40691              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
40692              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
40693      Branch: perl
40694            ! t/op/grent.t t/op/pwent.t
40695 ____________________________________________________________________________
40696 [  6512] By: jhi                                   on 2000/08/04  01:14:06
40697         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
40698              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40699              Date: Wed, 02 Aug 2000 10:51:01 +0100
40700              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
40701      Branch: perl
40702            ! sv.c
40703 ____________________________________________________________________________
40704 [  6511] By: jhi                                   on 2000/08/04  00:57:00
40705         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
40706              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40707              Date: Thu, 03 Aug 2000 17:20:04 -0700
40708              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
40709      Branch: metaconfig
40710            ! U/modified/Cppsym.U
40711      Branch: perl
40712            ! Configure config_h.SH
40713 ____________________________________________________________________________
40714 [  6510] By: jhi                                   on 2000/08/04  00:25:28
40715         Log: detypo
40716      Branch: perl
40717            ! Makefile.SH
40718 ____________________________________________________________________________
40719 [  6509] By: jhi                                   on 2000/08/03  23:43:18
40720         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
40721              From: Dominic Dunlop <domo@computer.org>
40722              Date: Thu, 3 Aug 2000 22:16:46 +0200
40723              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
40724      Branch: perl
40725            ! t/op/sprintf.t
40726 ____________________________________________________________________________
40727 [  6508] By: jhi                                   on 2000/08/03  23:40:37
40728         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
40729              From: Hugo <hv@crypt.compulink.co.uk>
40730              Date: Thu, 03 Aug 2000 18:25:30 +0100
40731              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
40732      Branch: perl
40733            ! regcomp.c t/op/re_tests
40734 ____________________________________________________________________________
40735 [  6507] By: jhi                                   on 2000/08/03  23:38:28
40736         Log: Subject: [PATCH] sv.h documentation - SvLEN
40737              From: Mike Guy <mjtg@cam.ac.uk>
40738              Date: Thu, 03 Aug 2000 14:43:09 +0100
40739              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
40740      Branch: perl
40741            ! sv.h
40742 ____________________________________________________________________________
40743 [  6506] By: jhi                                   on 2000/08/03  15:49:14
40744         Log: Disable the fix_pl hack for now.
40745      Branch: perl
40746            ! Makefile.SH
40747 ____________________________________________________________________________
40748 [  6505] By: jhi                                   on 2000/08/03  13:49:04
40749         Log: Add a URL for FSF.
40750              
40751              Subject: Patch for README
40752              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40753              Date: Wed, 2 Aug 2000 13:25:09 -0500
40754              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
40755      Branch: perl
40756            ! README
40757 ____________________________________________________________________________
40758 [  6504] By: jhi                                   on 2000/08/03  13:29:19
40759         Log: Be more informative on what is skipped and why,
40760              also repeat the list at the end.
40761      Branch: perl
40762            ! Porting/p4desc
40763 ____________________________________________________________________________
40764 [  6503] By: jhi                                   on 2000/08/03  13:07:05
40765         Log: Circumvent the removal of .patch by fix_pl.
40766              
40767              Subject: Re: [ID 20000802.011] unable to 'make test'          
40768              From: simon@brecon.co.uk (Simon Cozens) 
40769              Date: 3 Aug 2000 04:17:00 GMT
40770              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
40771      Branch: perl
40772            ! Makefile.SH
40773 ____________________________________________________________________________
40774 [  6502] By: jhi                                   on 2000/08/03  00:14:34
40775         Log: Add the missing setproctitle unit.
40776      Branch: metaconfig/U/perl
40777            + d_setproctitle.U
40778 ____________________________________________________________________________
40779 [  6501] By: jhi                                   on 2000/08/03  00:00:26
40780         Log: The subtest 4 may fail also on VOBS, as pointed out
40781              by Nick Ing-Simmons in November 1999, bug id 19991124.003
40782              (but the failure in that bug report isn't the subtest 4).
40783      Branch: perl
40784            ! t/op/stat.t
40785 ____________________________________________________________________________
40786 [  6500] By: jhi                                   on 2000/08/02  23:49:30
40787         Log: Better skip message for the test; one of the two problems in
40788              
40789              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
40790              From: Lupe Christoph <lupe@lupe-christoph.de>
40791              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
40792              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
40793      Branch: perl
40794            ! t/op/numconvert.t
40795 ____________________________________________________________________________
40796 [  6499] By: jhi                                   on 2000/08/02  22:49:16
40797         Log: Allow "no Module;" even if there is no 'unimport'.
40798              
40799              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
40800              From: mjd@plover.com
40801              Date: 24 Mar 2000 15:24:34 -0000
40802              Message-Id: <20000324152434.15160.qmail@plover.com>
40803      Branch: perl
40804            ! gv.c
40805 ____________________________________________________________________________
40806 [  6498] By: jhi                                   on 2000/08/02  22:42:58
40807         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
40808              that are hopefully soon put into use.
40809      Branch: perl
40810            ! opcode.h opcode.pl opnames.h
40811 ____________________________________________________________________________
40812 [  6497] By: gsar                                  on 2000/08/02  22:28:59
40813         Log: require.t needs binmode() to work on windows
40814      Branch: perl
40815            ! t/comp/require.t
40816 ____________________________________________________________________________
40817 [  6496] By: jhi                                   on 2000/08/02  22:08:51
40818         Log: Document the IVdf UVuf UVof UVxf.
40819      Branch: perl
40820            ! pod/perlguts.pod
40821 ____________________________________________________________________________
40822 [  6495] By: jhi                                   on 2000/08/02  21:54:26
40823         Log: detypo #6494
40824      Branch: perl
40825            ! ext/Data/Dumper/Dumper.xs
40826 ____________________________________________________________________________
40827 [  6494] By: jhi                                   on 2000/08/02  21:49:17
40828         Log: Dump UVs as UVs in Data::Dumper.
40829              
40830              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
40831              From: Gurusamy Sarathy <gsar@ActiveState.com>
40832              Date: Thu, 27 Apr 2000 12:26:25 -0700
40833              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
40834      Branch: perl
40835            ! ext/Data/Dumper/Dumper.xs
40836 ____________________________________________________________________________
40837 [  6493] By: jhi                                   on 2000/08/02  17:01:58
40838         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
40839              From: Hugo <hv@crypt.compulink.co.uk>
40840              Date: Wed, 02 Aug 2000 14:53:56 +0100
40841              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
40842      Branch: perl
40843            ! regexec.c t/op/re_tests
40844 ____________________________________________________________________________
40845 [  6492] By: jhi                                   on 2000/08/02  15:02:46
40846         Log: The new setproctitle() feature is available only in 
40847              bleeding edge FreeBSD.  From Paul Saab.
40848      Branch: perl
40849            ! mg.c
40850 ____________________________________________________________________________
40851 [  6491] By: jhi                                   on 2000/08/02  13:34:36
40852         Log: The tr utf8 patching continues.
40853              
40854              Subject: Re: #6469, too many tests claimed in require.t
40855              From: simon@brecon.co.uk (Simon Cozens)
40856              Date: 2 Aug 2000 02:37:17 GMT
40857              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
40858              
40859              (the logic of the test was the wrong way round in the patch)
40860      Branch: perl
40861            ! doop.c
40862 ____________________________________________________________________________
40863 [  6490] By: jhi                                   on 2000/08/02  13:27:38
40864         Log: The name of a filehandle does not have <these>.
40865      Branch: perl
40866            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
40867            ! t/pragma/warn/pp_sys util.c
40868 ____________________________________________________________________________
40869 [  6489] By: jhi                                   on 2000/08/02  04:26:46
40870         Log: Remove the extraneous "main::" prefix from all the
40871              "opened only for", "on closed", and "never opened" warnings.
40872              
40873              Subject: Re: inappropriate warning
40874              From: Gurusamy Sarathy <gsar@ActiveState.com>
40875              Date: Mon, 20 Mar 2000 11:28:02 -0800
40876              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
40877      Branch: perl
40878            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
40879            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
40880            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
40881 ____________________________________________________________________________
40882 [  6488] By: jhi                                   on 2000/08/02  03:02:57
40883         Log: memcpy has n o in it, as pinted ut by Sarathy.
40884      Branch: perl
40885            ! pod/perlguts.pod
40886 ____________________________________________________________________________
40887 [  6487] By: jhi                                   on 2000/08/02  02:44:51
40888         Log: Document in one place the memory abstractions used in Perl core.
40889              
40890              Subject: Re: Memory abstraction
40891              From: simon@brecon.co.uk (Simon Cozens)
40892              Date: 2 Aug 2000 02:20:23 GMT
40893              Organization: Earth.li Origins
40894      Branch: perl
40895            ! pod/perlguts.pod
40896 ____________________________________________________________________________
40897 [  6486] By: jhi                                   on 2000/08/02  02:41:57
40898         Log: regen_headers, regen perltoc.
40899      Branch: perl
40900            ! perlapi.c pod/perltoc.pod
40901 ____________________________________________________________________________
40902 [  6485] By: jhi                                   on 2000/08/02  01:43:33
40903         Log: "This little thing tests for a file .patch, and if it contains
40904              a number, pops into patchlevel.h" (making it easier to track
40905              which development version people are reporting bugs against)
40906              
40907              Subject: Patchlevel autogeneration for repository perls
40908              From: simon@brecon.co.uk (Simon Cozens)
40909              Date: 14 Jul 2000 07:12:15 GMT
40910              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
40911      Branch: perl
40912            + fix_pl
40913            ! MANIFEST Makefile.SH
40914 ____________________________________________________________________________
40915 [  6484] By: jhi                                   on 2000/08/02  01:32:54
40916         Log: FreeBSD 3.* updates from
40917              
40918              From: Paul Saab <ps@yahoo-inc.com>
40919              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
40920              Date: Tue, 1 Aug 2000 15:41:39 -0700
40921              Message-Id: <20000801154139.A53740@yahoo-inc.com>
40922      Branch: perl
40923            ! hints/freebsd.sh
40924 ____________________________________________________________________________
40925 [  6483] By: jhi                                   on 2000/08/02  01:27:44
40926         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
40927              instead one must use setproctitle().  This was already addressed
40928              by change #6457, but the below has a new variant for FreeBSD 4.0
40929              or later, and the matter is also documented more.
40930              
40931              From: Paul Saab <ps@yahoo-inc.com>
40932              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
40933              Date: Tue, 1 Aug 2000 15:41:39 -0700
40934              Message-Id: <20000801154139.A53740@yahoo-inc.com>
40935      Branch: metaconfig/U/perl
40936            + i_libutil.U
40937      Branch: perl
40938            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
40939 ____________________________________________________________________________
40940 [  6482] By: jhi                                   on 2000/08/01  22:17:32
40941         Log: The test from this
40942              
40943              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
40944              Date: Sat, 15 Apr 2000 17:03:44 +0100
40945              From: Tom Hughes <tom@compton.nu>
40946              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
40947              
40948              was missing, the code change went in as #5989
40949              (which had a different test?)
40950      Branch: perl
40951            ! t/op/misc.t
40952 ____________________________________________________________________________
40953 [  6481] By: jhi                                   on 2000/08/01  21:48:38
40954         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
40955              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40956              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
40957              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
40958      Branch: perl
40959            ! perl.h
40960 ____________________________________________________________________________
40961 [  6480] By: jhi                                   on 2000/08/01  18:05:28
40962         Log: Make p4desc to skip non-mainperl branches by default.
40963      Branch: perl
40964            ! Porting/p4desc
40965 ____________________________________________________________________________
40966 [  6479] By: jhi                                   on 2000/08/01  17:29:19
40967         Log: If gccosandvers is equal to osname, clear gccosandvers.
40968      Branch: metaconfig/U/perl
40969            ! gccvers.U
40970      Branch: perl
40971            ! Configure config_h.SH
40972 ____________________________________________________________________________
40973 [  6478] By: jhi                                   on 2000/08/01  15:54:08
40974         Log: BOM patching from Simon Cozens.
40975      Branch: perl
40976            ! toke.c
40977 ____________________________________________________________________________
40978 [  6477] By: jhi                                   on 2000/08/01  04:50:33
40979         Log: Stash away the largefiles flags and libswanted.
40980      Branch: perl
40981            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
40982 ____________________________________________________________________________
40983 [  6476] By: gsar                                  on 2000/08/01  04:24:24
40984         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
40985              on Windows)
40986      Branch: perl
40987            ! t/pragma/utf8.t utf8.c win32/win32.c
40988 ____________________________________________________________________________
40989 [  6475] By: jhi                                   on 2000/08/01  03:35:24
40990         Log: Make chr() for values >127 to create utf8 when under utf8.
40991              
40992              Subject: Re: uft8/chr()
40993              From: simon@brecon.co.uk (Simon Cozens)
40994              Date: 1 Aug 2000 02:37:02 GMT
40995              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
40996      Branch: perl
40997            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
40998 ____________________________________________________________________________
40999 [  6474] By: jhi                                   on 2000/08/01  02:36:18
41000         Log: In Digital UNIX warn if gcc explicitly chosen because even
41001              2.95.2 is known to cause problems.
41002      Branch: perl
41003            ! hints/dec_osf.sh
41004 ____________________________________________________________________________
41005 [  6473] By: jhi                                   on 2000/08/01  02:00:56
41006         Log: Make the safety catch for buggy gccs work with triple version
41007              numbers like 2.95.2.  Reported in
41008              
41009              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41010              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
41011              Date: Mon, 31 Jul 2000 14:55:06 +0200
41012              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
41013      Branch: perl
41014            ! hints/dec_osf.sh
41015 ____________________________________________________________________________
41016 [  6472] By: jhi                                   on 2000/08/01  01:13:33
41017         Log: Subject: fix and question re: waitpid() under win32
41018              From: Brian Clarke <clarke@appliedmeta.com>
41019              Date: Fri, 28 Jul 2000 15:18:29 -0400
41020              Message-ID: <3981DC85.290314EB@appliedmeta.com>
41021              
41022              Slightly reformatted and WNOHANG # define moved to win32.h
41023              so that also POSIX.xs sees it, as suggsted by Sarathy.
41024      Branch: perl
41025            ! win32/win32.c win32/win32.h
41026 ____________________________________________________________________________
41027 [  6471] By: jhi                                   on 2000/08/01  00:55:05
41028         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41029              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41030              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
41031              Date: Mon, 31 Jul 2000 13:28:51 +0100
41032              
41033              (aka ID 20000730.002)
41034      Branch: perl
41035            ! op.c t/op/tr.t
41036 ____________________________________________________________________________
41037 [  6470] By: jhi                                   on 2000/07/31  23:34:42
41038         Log: Document the problem with -P in HP-UX and its workaround.
41039              
41040              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
41041              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
41042              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
41043              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
41044      Branch: perl
41045            ! README.hpux
41046 ____________________________________________________________________________
41047 [  6469] By: jhi                                   on 2000/07/31  04:15:02
41048         Log: The swallow_bom() saga continues.  The #23 of require.t
41049              (UTF16-LE) still fails (silently, no output) but the #22
41050              (UTF16-BE) seems to be working now.  The root of the
41051              failure may be in sv_gets(): is it UTF-16LE-aware,
41052              especially when it comes to line endings? 
41053      Branch: perl
41054            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
41055            ! t/comp/require.t toke.c utf8.c
41056 ____________________________________________________________________________
41057 [  6468] By: jhi                                   on 2000/07/30  19:05:48
41058         Log: Find green threads before native threads.
41059              
41060              Subject: Re: Patch to jpl/JNI/Makefile.PL
41061              From: Jens Thomsen <jens@fiend.cis.com>
41062              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
41063              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
41064      Branch: perl
41065            ! jpl/JNI/Makefile.PL
41066 ____________________________________________________________________________
41067 [  6467] By: jhi                                   on 2000/07/30  18:36:22
41068         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
41069      Branch: perl
41070            ! doop.c
41071 ____________________________________________________________________________
41072 [  6466] By: jhi                                   on 2000/07/30  04:37:29
41073         Log: A new version of the "remove UPPERACSE string comparison"
41074              operators.  The problem with the previous one (change #6454)
41075              was that it was for Perl 5.6.0.  From Paul Marquess.
41076      Branch: perl
41077            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
41078            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
41079            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41080 ____________________________________________________________________________
41081 [  6465] By: jhi                                   on 2000/07/29  22:39:56
41082         Log: Do not upgrade SVs into utf8 just because they participate
41083              in eq or cmp.  Reported and fix suggested in
41084              
41085              Subject: [ID 20000720.009] sv_eq UTF8 bug
41086              From: "Simon Cozens" <simon@othersideofthe.earth.li>
41087              Date: 21 Jul 2000 04:37:29 -0000
41088              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
41089              
41090              Exercise for the kind reader: should we or should we not
41091              cache the utf8 conversion alonside the SV? (as magic,
41092              as thestrxfrm()ed version is cached under use locale)
41093              Argue both for and against.
41094      Branch: perl
41095            ! sv.c
41096 ____________________________________________________________________________
41097 [  6464] By: jhi                                   on 2000/07/29  22:36:22
41098         Log: Subject: UTF8 concat
41099              From: simon@brecon.co.uk (Simon Cozens) 
41100              Date: 30 Jun 2000 06:13:25 GMT
41101              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
41102              
41103              (with a memory leak fixed, plus a few casts added)
41104              
41105              This also seems to help for
41106              
41107              Subject: [ID 20000716.015] join UTF8 weirdness
41108              From: root <root@ak-71.mind.de> 
41109              Date: Sat, 15 Jul 2000 15:29:54 +0200
41110              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
41111              
41112              (from Andreas König)
41113      Branch: perl
41114            ! pp_hot.c
41115 ____________________________________________________________________________
41116 [  6463] By: jhi                                   on 2000/07/29  00:55:39
41117         Log: Tune the comments and hopefully stop a memory leak.
41118      Branch: perl
41119            ! toke.c utf8.c
41120 ____________________________________________________________________________
41121 [  6462] By: jhi                                   on 2000/07/29  00:16:53
41122         Log: The problem described in this
41123              
41124              Subject: [ID 20000322.018] named chars aren't magical enough
41125              From: root <root@dixie.cscaper.com>     
41126              Date: Wed, 22 Mar 2000 18:37:42 -0700
41127              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
41128              
41129              has been fixed in perl 5.6.0 but just in case added a test
41130              to keep it away.  (The report from Joseph Hall.)
41131      Branch: perl
41132            ! t/lib/charnames.t
41133 ____________________________________________________________________________
41134 [  6461] By: jhi                                   on 2000/07/28  23:56:36
41135         Log: Tiny fixes for #6460.
41136      Branch: metaconfig/U/perl
41137            ! gccvers.U
41138      Branch: perl
41139            ! Configure config_h.SH
41140 ____________________________________________________________________________
41141 [  6460] By: jhi                                   on 2000/07/28  23:24:41
41142         Log: Warn if the version of the operating system used to compile gcc
41143              differs from the current version of the operating system.
41144              Also display the gcc compilation os and version in myconfig.
41145              Inspiration from
41146              
41147              Subject: Re: [ID 20000710.003] ERRORS!!         
41148              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41149              Date: Mon, 10 Jul 2000 15:54:16 -0400
41150              Message-ID: <20000710155416.A1384@O2.chapin.edu>
41151      Branch: metaconfig/U/perl
41152            ! gccvers.U
41153      Branch: perl
41154            ! Configure config_h.SH myconfig.SH
41155 ____________________________________________________________________________
41156 [  6459] By: jhi                                   on 2000/07/28  22:00:32
41157         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
41158              letter to $Config{osvers}.
41159      Branch: metaconfig
41160            ! U/modified/Oldconfig.U
41161      Branch: perl
41162            ! Configure config_h.SH
41163 ____________________________________________________________________________
41164 [  6458] By: jhi                                   on 2000/07/28  04:15:39
41165         Log: Back out #6454, doesn't seem to work.
41166              (Reason: that patch was for perl 5.6.0, not perl-current)
41167              (A version of the patch for perl-current came in later as #6466)
41168      Branch: perl
41169            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41170            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41171            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41172 ____________________________________________________________________________
41173 [  6457] By: jhi                                   on 2000/07/27  23:31:49
41174         Log: Use setproctitle() if available to modify $0.
41175              
41176              Subject: setting $* on BSD4 broken
41177              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
41178              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
41179              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
41180      Branch: metaconfig
41181            ! U/modified/Myinit.U
41182      Branch: perl
41183            ! Configure config_h.SH mg.c
41184 ____________________________________________________________________________
41185 [  6456] By: jhi                                   on 2000/07/27  14:50:47
41186         Log: Allow "no AutoLoader;", based on change #6444,
41187              suggested by Graham Barr.
41188      Branch: perl
41189            ! lib/AutoLoader.pm
41190 ____________________________________________________________________________
41191 [  6455] By: jhi                                   on 2000/07/27  14:19:10
41192         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
41193              From: rspier@pobox.com (Robert Spier)
41194              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
41195              Message-ID: <14720.15855.787664.424783@rls.cx>
41196      Branch: perl
41197            ! pod/perldiag.pod
41198 ____________________________________________________________________________
41199 [  6454] By: jhi                                   on 2000/07/27  14:03:02
41200         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
41201              for a long time).
41202              
41203              Reported in
41204              
41205              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
41206              From: Ryan Herbert <rherbert@sycamorehq.com>
41207              Date: Mon, 17 Jul 2000 11:40:42 -0400
41208              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
41209              
41210              Patched in
41211              
41212              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
41213              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41214              Date: Wed, 26 Jul 2000 23:40:18 +0100
41215              Message-ID: <000001bff752$79511880$0a17073e@tiny>
41216              
41217              based on an earlier patch from Stephen P. Potter.
41218              
41219              (Removed later by change #6458 because this patch was for
41220              perl 5.6.0, not perl-current)
41221      Branch: perl
41222            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
41223            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
41224            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
41225 ____________________________________________________________________________
41226 [  6453] By: jhi                                   on 2000/07/27  13:48:02
41227         Log: Subject: [PATCH] fixes bug 20000508.004
41228              From: Michael Stevens <mstevens@globnix.org>
41229              Date: Thu, 27 Jul 2000 13:49:04 +0100
41230              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
41231      Branch: perl
41232            ! pod/perldata.pod
41233 ____________________________________________________________________________
41234 [  6452] By: jhi                                   on 2000/07/26  23:51:26
41235         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
41236              and Craig A. Berry.
41237      Branch: perl
41238            ! lib/File/Temp.pm pod/perlport.pod
41239 ____________________________________________________________________________
41240 [  6451] By: jhi                                   on 2000/07/26  19:43:30
41241         Log: Be wary of close()s, too.
41242              
41243              Subject: Re: [PATCH] perlbug cleanup
41244              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41245              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
41246              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
41247      Branch: perl
41248            ! utils/perlbug.PL
41249 ____________________________________________________________________________
41250 [  6450] By: jhi                                   on 2000/07/26  18:41:40
41251         Log: Subject: Minor doc patch: handy.h
41252              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41253              Date: Wed, 26 Jul 2000 15:34:25 -0300
41254              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
41255      Branch: perl
41256            ! handy.h pod/perlapi.pod
41257 ____________________________________________________________________________
41258 [  6449] By: jhi                                   on 2000/07/26  18:23:55
41259         Log: Subject: [PATCH] minor doc change - perlguts
41260              From: Michael Stevens <mstevens@globnix.org>
41261              Date: Thu, 13 Jul 2000 12:39:18 +0100
41262              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
41263      Branch: perl
41264            ! pod/perlguts.pod
41265 ____________________________________________________________________________
41266 [  6448] By: jhi                                   on 2000/07/26  18:20:30
41267         Log: open() wariness in perlbug.
41268              
41269              Subject: [PATCH] perlbug cleanup
41270              From: Michael Stevens <mstevens@globnix.org>
41271              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
41272              Date: Thu, 13 Jul 2000 15:52:23 +0100
41273      Branch: perl
41274            ! utils/perlbug.PL
41275 ____________________________________________________________________________
41276 [  6447] By: jhi                                   on 2000/07/26  18:13:04
41277         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
41278      Branch: perl
41279            ! lib/File/Temp.pm t/lib/ftmp-security.t
41280 ____________________________________________________________________________
41281 [  6446] By: jhi                                   on 2000/07/26  18:06:32
41282         Log: docfix from Peter Scott <Peter@PSDT.com>.
41283      Branch: perl
41284            ! pod/perlfunc.pod
41285 ____________________________________________________________________________
41286 [  6445] By: jhi                                   on 2000/07/26  17:53:31
41287         Log: Fix *foo{FORMAT}.
41288              
41289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41290              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41291              Date: Wed, 26 Jul 2000 19:51:02 +0200
41292              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
41293              
41294              From: Graham Barr <gbarr@pobox.com>
41295              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
41296              Date: Wed, 26 Jul 2000 17:38:36 +0100
41297              Message-ID: <20000726173836.L472@pobox.com>
41298      Branch: perl
41299            ! pp.c sv.c t/op/gv.t
41300 ____________________________________________________________________________
41301 [  6444] By: jhi                                   on 2000/07/26  17:49:14
41302         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
41303              from Graham Barr in the module list.
41304      Branch: perl
41305            ! gv.c pod/perlobj.pod
41306 ____________________________________________________________________________
41307 [  6443] By: jhi                                   on 2000/07/26  16:06:56
41308         Log: More split() doc and test patches from Mike Guy.
41309      Branch: perl
41310            ! pod/perlfunc.pod t/op/split.t
41311 ____________________________________________________________________________
41312 [  6442] By: jhi                                   on 2000/07/26  16:05:30
41313         Log: MacOS nits from Matthias Neeracher.
41314      Branch: perl
41315            ! perl.c pp_ctl.c
41316 ____________________________________________________________________________
41317 [  6441] By: jhi                                   on 2000/07/26  04:39:57
41318         Log: Subject: [PATCH] split /^/
41319              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41320              Date: Tue, 25 Jul 2000 14:18:57 +0100
41321              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
41322              
41323              (with notes from tchrist and gbarr)
41324      Branch: perl
41325            ! pod/perlfunc.pod t/op/split.t
41326 ____________________________________________________________________________
41327 [  6440] By: jhi                                   on 2000/07/26  04:32:32
41328         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
41329              From: Peter Prymmer <pvhp@forte.com>
41330              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
41331              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
41332      Branch: perl
41333            ! vms/munchconfig.c
41334 ____________________________________________________________________________
41335 [  6439] By: jhi                                   on 2000/07/26  04:31:01
41336         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
41337              to be fatal errors (instead of by default ignoring them, and
41338              ignoring with a bug: even though -w gave an error, the opening [
41339              was left in)  Reported in:
41340              
41341              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41342              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41343              Date: Sun, 16 Jul 2000 17:55:29 -0700
41344              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41345      Branch: perl
41346            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
41347 ____________________________________________________________________________
41348 [  6438] By: jhi                                   on 2000/07/25  15:41:15
41349         Log: Subject: [PATCH] av.c apidoc
41350              From: simon@brecon.co.uk (Simon Cozens)
41351              Date: 24 Jul 2000 06:40:52 GMT
41352              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
41353      Branch: perl
41354            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
41355            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
41356 ____________________________________________________________________________
41357 [  6437] By: jhi                                   on 2000/07/25  14:05:36
41358         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
41359              From: "Stephen P. Potter" <spp@ds.net>
41360              Date: Mon, 24 Jul 2000 14:22:23 -0400
41361              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
41362      Branch: perl
41363            ! pod/perllocale.pod
41364 ____________________________________________________________________________
41365 [  6436] By: jhi                                   on 2000/07/25  14:02:03
41366         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
41367              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41368              Date: Mon, 24 Jul 2000 18:04:28 +0100
41369              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
41370      Branch: perl
41371            ! t/lib/syslfs.t t/op/lfs.t
41372 ____________________________________________________________________________
41373 [  6435] By: jhi                                   on 2000/07/25  13:59:28
41374         Log: Get UTF16 BOMs working.  Patch from
41375              
41376              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41377              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41378              Date: Tue, 25 Jul 2000 12:52:45 +0100
41379              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
41380              
41381              and notes from
41382              
41383              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41384              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41385              Date: Tue, 25 Jul 2000 11:43:25 +0100
41386              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
41387      Branch: perl
41388            ! t/comp/require.t toke.c utf8.c
41389 ____________________________________________________________________________
41390 [  6434] By: jhi                                   on 2000/07/25  02:39:54
41391         Log: Make the "uninit variable" warning to say "concat or string"
41392              or "join or string" when in concat or join .
41393              
41394              Subject: Re: [ID 20000403.009] uninitialised concatenation???
41395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41396              Date: Tue, 04 Apr 2000 18:22:58 +0100
41397              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
41398              
41399              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
41400              From: William R Ward <hermit@BayView.COM>
41401              Date: Thu, 30 Mar 2000 19:50:03 -0800
41402              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
41403      Branch: perl
41404            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
41405            ! t/pragma/warn/op t/pragma/warn/sv
41406 ____________________________________________________________________________
41407 [  6433] By: jhi                                   on 2000/07/24  17:52:56
41408         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
41409      Branch: perl
41410            ! lib/File/Spec/VMS.pm
41411 ____________________________________________________________________________
41412 [  6432] By: jhi                                   on 2000/07/24  17:44:44
41413         Log: Test cases for #6431.
41414              
41415              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41416              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41417              Date: Mon, 24 Jul 2000 15:32:29 +0100
41418              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
41419      Branch: perl
41420            ! t/op/pat.t t/op/split.t
41421 ____________________________________________________________________________
41422 [  6431] By: jhi                                   on 2000/07/24  17:43:17
41423         Log: Bind op fix.
41424              
41425              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41426              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41427              Date: Mon, 17 Jul 2000 20:04:56 +0100
41428              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
41429      Branch: perl
41430            ! op.c
41431 ____________________________________________________________________________
41432 [  6430] By: jhi                                   on 2000/07/24  03:42:42
41433         Log: Subject: [ID 20000716.023] syslog test fails without sockets
41434              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41435              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
41436              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
41437      Branch: metaconfig/U/perl
41438            ! Extensions.U
41439      Branch: perl
41440            ! Configure config_h.SH
41441 ____________________________________________________________________________
41442 [  6429] By: jhi                                   on 2000/07/24  03:11:52
41443         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
41444              case, but add also notes explaining the relationship of this
41445              patch and the earlier notes by Sarathy.
41446              
41447              Subject: Map is still slow
41448              From: "Ben Tilly" <ben_tilly@hotmail.com>
41449              Date: Sat, 15 Jul 2000 17:23:27 EDT
41450              Message-ID: <20000715212327.21656.qmail@hotmail.com>
41451      Branch: perl
41452            ! pp_ctl.c
41453 ____________________________________________________________________________
41454 [  6428] By: jhi                                   on 2000/07/24  02:58:52
41455         Log: Documentation to explain the behaviour of map().
41456              
41457              Subject: Re: Map is still slow 
41458              From: Gurusamy Sarathy <gsar@ActiveState.com>
41459              Date: Sat, 15 Jul 2000 16:05:09 -0700
41460              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
41461      Branch: perl
41462            ! pp_ctl.c
41463 ____________________________________________________________________________
41464 [  6427] By: jhi                                   on 2000/07/24  02:50:03
41465         Log: Add tests for
41466              [ID 19991110.003] another matching finding by pcre author
41467              which has already been fixed by some patch, as verified in
41468              
41469              Subject: Re: two regex bugs from the mists of time (well, last November)
41470              From: Hugo <hv@crypt.compulink.co.uk>
41471              Date: Sat, 22 Jul 2000 18:12:58 +0100
41472              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
41473      Branch: perl
41474            ! t/op/re_tests
41475 ____________________________________________________________________________
41476 [  6426] By: jhi                                   on 2000/07/24  02:11:20
41477         Log: A missing 'break' after the [[:space:]] switch case.
41478              
41479              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
41480              From: "Stephen P. Potter" <spp@ds.net>
41481              Date: Tue, 18 Jul 2000 16:25:17 -0400
41482              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
41483      Branch: perl
41484            ! regcomp.c
41485 ____________________________________________________________________________
41486 [  6425] By: jhi                                   on 2000/07/24  02:06:12
41487         Log: The output might have been produced in the wrong order.
41488              
41489              Subject: [ID 20000720.003] [PATCH] t/op/write.t
41490              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41491              Date: Thu, 20 Jul 2000 18:49:18 +0100
41492              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
41493      Branch: perl
41494            ! t/op/write.t
41495 ____________________________________________________________________________
41496 [  6424] By: jhi                                   on 2000/07/24  02:00:07
41497         Log: Use STDOUT consistently.
41498              
41499              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
41500              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41501              Date: Thu, 20 Jul 2000 18:04:01 +0100
41502              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
41503      Branch: perl
41504            ! lib/Test/Harness.pm
41505 ____________________________________________________________________________
41506 [  6423] By: jhi                                   on 2000/07/24  01:54:54
41507         Log: Protect against "wild next"s, that is, callbacks doing "next"
41508              instead of "return".
41509              
41510              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
41511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41512              Date: Tue, 18 Jul 2000 11:30:16 +0100
41513              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
41514      Branch: perl
41515            ! lib/File/Find.pm
41516 ____________________________________________________________________________
41517 [  6422] By: jhi                                   on 2000/07/24  01:35:47
41518         Log: Out-of-date note removed.
41519              
41520              Subject: [PATCH] documentation perlipc
41521              From: rspier@pobox.com (Robert Spier)
41522              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
41523              Message-ID: <14711.35178.572612.502654@rls.cx>
41524      Branch: perl
41525            ! pod/perlipc.pod
41526 ____________________________________________________________________________
41527 [  6421] By: jhi                                   on 2000/07/24  00:09:18
41528         Log: Send all installperl messages to STDERR and be -w clean.
41529              
41530              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
41531              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41532              Date: Sat, 22 Jul 2000 14:02:11 +0100
41533              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
41534      Branch: perl
41535            ! installperl
41536 ____________________________________________________________________________
41537 [  6420] By: jhi                                   on 2000/07/24  00:04:19
41538         Log: Decutandpasto.
41539              
41540              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
41541              From: "Richard Soderberg" <rs@crystalflame.net>
41542              Date: Sun, 23 Jul 2000 01:37:23 -0700
41543              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
41544      Branch: perl
41545            ! pod/perlipc.pod
41546 ____________________________________________________________________________
41547 [  6419] By: jhi                                   on 2000/07/24  00:01:12
41548         Log: A cleaner abs_path().
41549              Subject: Re: unix alternative to Cwd.pm
41550              From: Jeff Pinyan <jeffp@crusoe.net>
41551              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
41552              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
41553      Branch: perl
41554            ! lib/Cwd.pm
41555 ____________________________________________________________________________
41556 [  6418] By: jhi                                   on 2000/07/23  23:48:56
41557         Log: Detypo.
41558              
41559              Subject: [PATCH perl-current] Typo in hints/powerux.sh
41560              From: "Richard Soderberg" <rs@crystalflame.net>
41561              Date: Sun, 23 Jul 2000 01:27:33 -0700
41562              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
41563      Branch: perl
41564            ! hints/powerux.sh
41565 ____________________________________________________________________________
41566 [  6417] By: jhi                                   on 2000/07/17  22:13:31
41567         Log: Subject: SDBM_File documentation
41568              From: mjd@plover.com
41569              Date: 16 Jul 2000 17:41:17 -0000
41570              Message-ID: <20000716174117.18515.qmail@plover.com>
41571      Branch: perl
41572            ! ext/SDBM_File/SDBM_File.pm
41573 ____________________________________________________________________________
41574 [  6416] By: jhi                                   on 2000/07/17  19:13:26
41575         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
41576      Branch: perl
41577            ! hints/mpeix.sh mpeix/relink
41578 ____________________________________________________________________________
41579 [  6415] By: jhi                                   on 2000/07/15  14:11:02
41580         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
41581              the utf8 'characters' can be more than one octet).
41582              
41583              Date: Sat, 15 Jul 2000 00:21:56 +0100
41584              From: Tom Hughes <tom@compton.nu>
41585              Subject: Re: [ID 20000714.002]
41586              Message-ID: <db2334de49.tom@compton.compton.nu>
41587              
41588              Reported in
41589              
41590              Subject: [ID 20000714.002]
41591              From: "Simon Cozens" <simon@othersideofthe.earth.li>
41592              Date: 14 Jul 2000 15:13:09 -0000
41593              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
41594      Branch: perl
41595            ! doop.c
41596 ____________________________________________________________________________
41597 [  6414] By: jhi                                   on 2000/07/15  03:13:41
41598         Log: another VMS build tweak from Peter Prymmer
41599      Branch: perl
41600            ! vms/descrip_mms.template
41601 ____________________________________________________________________________
41602 [  6413] By: jhi                                   on 2000/07/15  03:10:40
41603         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
41604      Branch: perl
41605            ! vms/perlvms.pod
41606 ____________________________________________________________________________
41607 [  6412] By: jhi                                   on 2000/07/15  00:31:05
41608         Log: More docs for sv functions.
41609              
41610              Subject: [PATCH cfgperl] sv.c apidoc
41611              From: simon@brecon.co.uk (Simon Cozens)
41612              Date: 13 Jul 2000 09:00:20 GMT
41613              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
41614              
41615              Subject: Re: [PATCH cfgperl] sv.c apidoc
41616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41617              Date: Thu, 13 Jul 2000 12:27:41 +0100
41618              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
41619              
41620              Subject: Re: [PATCH cfgperl] sv.c apidoc
41621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41622              Date: Thu, 13 Jul 2000 13:23:09 +0100
41623              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
41624              
41625              Subject: Re: [PATCH cfgperl] sv.c apidoc
41626              From: simon@brecon.co.uk (Simon Cozens)
41627              Date: 14 Jul 2000 06:51:02 GMT
41628              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
41629      Branch: perl
41630            ! embed.pl pod/perlapi.pod sv.c
41631 ____________________________________________________________________________
41632 [  6411] By: jhi                                   on 2000/07/15  00:10:41
41633         Log: lib/b test fixes from Peter Prymmer.
41634      Branch: perl
41635            ! t/lib/b.t
41636 ____________________________________________________________________________
41637 [  6410] By: jhi                                   on 2000/07/15  00:02:09
41638         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
41639              From: Hugo <hv@crypt.compulink.co.uk>
41640              Date: Fri, 14 Jul 2000 23:05:20 +0100
41641              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
41642              
41643              Didn't anymore apply, but that point still could use another fix.
41644      Branch: perl
41645            ! pod/perlfunc.pod
41646 ____________________________________________________________________________
41647 [  6409] By: jhi                                   on 2000/07/14  23:15:15
41648         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
41649              not in pod, from Peter Prymmer
41650      Branch: perl
41651            ! vms/descrip_mms.template
41652 ____________________________________________________________________________
41653 [  6408] By: jhi                                   on 2000/07/14  20:35:05
41654         Log: The bug report
41655              [ID 19991110.002] minimal matching discrepancy found by pcre author
41656              seems to have been fixed (though differently from what was suggested
41657              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
41658      Branch: perl
41659            ! t/op/re_tests
41660 ____________________________________________________________________________
41661 [  6407] By: jhi                                   on 2000/07/14  17:38:08
41662         Log: Fix AutoSplit to use File::Spec the right way in VMS,
41663              from Peter Prymmer.
41664      Branch: perl
41665            ! lib/AutoSplit.pm
41666 ____________________________________________________________________________
41667 [  6406] By: jhi                                   on 2000/07/14  14:13:22
41668         Log: Merge perlhacktut into perlhack, update perlguts.
41669              
41670              Subject: Re: Perlhacktut
41671              From: simon@brecon.co.uk (Simon Cozens)
41672              Date: 14 Jul 2000 06:49:21 GMT
41673              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
41674              
41675              Subject: Re: Perlhacktut
41676              From: simon@brecon.co.uk (Simon Cozens)
41677              Date: 14 Jul 2000 07:09:45 GMT
41678              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
41679      Branch: perl
41680            ! pod/perlguts.pod pod/perlhack.pod
41681 ____________________________________________________________________________
41682 [  6405] By: jhi                                   on 2000/07/14  14:02:31
41683         Log: Integrate with Sarathy.
41684      Branch: cfgperl
41685           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
41686           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
41687           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
41688 ____________________________________________________________________________
41689 [  6404] By: gsar                                  on 2000/07/14  12:15:02
41690         Log: PERL_OBJECT build tweaks
41691      Branch: perl
41692            ! toke.c
41693 ____________________________________________________________________________
41694 [  6403] By: gsar                                  on 2000/07/14  11:23:41
41695         Log: inconsistent types needs casts
41696      Branch: perl
41697            ! toke.c
41698 ____________________________________________________________________________
41699 [  6402] By: gsar                                  on 2000/07/14  11:12:04
41700         Log: typos in change#6399, regen headers
41701      Branch: perl
41702            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
41703 ____________________________________________________________________________
41704 [  6401] By: gsar                                  on 2000/07/14  10:59:12
41705         Log: typecasts needed for change#6394
41706      Branch: perl
41707            ! toke.c
41708 ____________________________________________________________________________
41709 [  6400] By: gsar                                  on 2000/07/14  10:49:37
41710         Log: integrate cfgperl contents into mainline
41711      Branch: perl
41712           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
41713           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
41714 ____________________________________________________________________________
41715 [  6399] By: gsar                                  on 2000/07/14  10:38:35
41716         Log: enable UTF-16 filter by default if relevant BOM is seen; various
41717              cleanups (typos, misformatted code, and small bugs)
41718      Branch: perl
41719            ! doop.c embed.pl mg.c op.c pp.c toke.c
41720 ____________________________________________________________________________
41721 [  6398] By: gsar                                  on 2000/07/14  08:55:38
41722         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
41723              name suggests anyway)
41724      Branch: perl
41725            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
41726 ____________________________________________________________________________
41727 [  6397] By: gsar                                  on 2000/07/14  08:44:33
41728         Log: move new variables to the end of the interpreter structure (for
41729              bincompat in code that doesn't #include XSUB.h)
41730      Branch: perl
41731            ! intrpvar.h
41732 ____________________________________________________________________________
41733 [  6396] By: gsar                                  on 2000/07/14  08:13:58
41734         Log: MakeMaker should not remove editor backups (*~) on `make clean`
41735              by default (completes change#6383)
41736      Branch: perl
41737            ! lib/ExtUtils/MM_Unix.pm
41738 ____________________________________________________________________________
41739 [  6395] By: jhi                                   on 2000/07/14  05:20:33
41740         Log: Replace change #6337 with a better one.
41741              
41742              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
41743              From: Hugo <hv@crypt.compulink.co.uk>
41744              Date: Fri, 14 Jul 2000 04:16:20 +0100
41745              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
41746      Branch: cfgperl
41747            ! regexec.c t/op/re_tests
41748 ____________________________________________________________________________
41749 [  6394] By: jhi                                   on 2000/07/14  01:33:59
41750         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
41751      Branch: cfgperl
41752            ! embed.pl global.sym proto.h toke.c
41753 ____________________________________________________________________________
41754 [  6393] By: jhi                                   on 2000/07/13  23:41:23
41755         Log: remove discarded test
41756      Branch: cfgperl
41757            ! MANIFEST
41758 ____________________________________________________________________________
41759 [  6392] By: jhi                                   on 2000/07/13  23:32:25
41760         Log: The {multiplier} of a fixed substring was overlooked which
41761              caused a wrong initial search offset for that substring.
41762              
41763              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
41764              From: Hugo <hv@crypt.compulink.co.uk>
41765              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
41766              Date: Thu, 13 Jul 2000 19:27:13 +0100
41767      Branch: cfgperl
41768            ! regcomp.c t/op/re_tests
41769 ____________________________________________________________________________
41770 [  6391] By: jhi                                   on 2000/07/13  16:37:42
41771         Log: typo fix from Craig Berry
41772      Branch: cfgperl
41773            ! vms/subconfigure.com
41774 ____________________________________________________________________________
41775 [  6390] By: jhi                                   on 2000/07/13  13:20:12
41776         Log: Integrate with Sarathy.
41777      Branch: cfgperl
41778            - t/op/method2entersub.t
41779           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
41780           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
41781           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
41782           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
41783 ____________________________________________________________________________
41784 [  6389] By: jhi                                   on 2000/07/13  13:18:48
41785         Log: Detypo from Peter Prymmer, part of #6388.
41786      Branch: cfgperl
41787            ! Configure config_h.SH
41788      Branch: metaconfig
41789            ! U/modified/d_longlong.U
41790 ____________________________________________________________________________
41791 [  6388] By: gsar                                  on 2000/07/13  06:33:40
41792         Log: typos (spotted by Peter Prymmer)
41793      Branch: perl
41794            ! Configure t/lib/english.t
41795 ____________________________________________________________________________
41796 [  6387] By: gsar                                  on 2000/07/13  05:35:28
41797         Log: new selfloader.t in change#6183 doesn't close DATA handles,
41798              and thus fails to clean up tmp files on dosish platforms
41799      Branch: perl
41800            ! t/lib/selfloader.t
41801 ____________________________________________________________________________
41802 [  6386] By: gsar                                  on 2000/07/12  21:42:39
41803         Log: sprintf test tweaks (from Dominic Dunlop)
41804      Branch: perl
41805            ! t/op/sprintf.t
41806 ____________________________________________________________________________
41807 [  6385] By: gsar                                  on 2000/07/12  21:33:46
41808         Log: fix bugs in processing %v-*d and similar format specs (from
41809              Avi Finkel <avi@finkel.org>)
41810      Branch: perl
41811            ! sv.c t/op/sprintf.t
41812 ____________________________________________________________________________
41813 [  6384] By: gsar                                  on 2000/07/12  16:04:19
41814         Log: readd missing perldelta.pod changes from changes#6339,6376
41815      Branch: perl
41816            ! pod/perldelta.pod
41817 ____________________________________________________________________________
41818 [  6383] By: gsar                                  on 2000/07/12  16:00:51
41819         Log: don't clobber *.orig files on *clean targets
41820      Branch: perl
41821            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
41822 ____________________________________________________________________________
41823 [  6382] By: gsar                                  on 2000/07/12  07:59:12
41824         Log: fix broken integrations in cfgperl
41825      Branch: cfgperl
41826           !> Changes pod/perldelta.pod
41827 ____________________________________________________________________________
41828 [  6381] By: gsar                                  on 2000/07/12  07:42:17
41829         Log: integrate cfgperl changes into mainline
41830      Branch: perl
41831            ! Changes
41832           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
41833           !> pod/perlre.pod
41834 ____________________________________________________________________________
41835 [  6380] By: gsar                                  on 2000/07/12  07:31:00
41836         Log: get sprintf.t to adjust properly for 3-digit exponents
41837      Branch: perl
41838            ! t/op/sprintf.t
41839 ____________________________________________________________________________
41840 [  6379] By: gsar                                  on 2000/07/12  06:40:04
41841         Log: change#6174 needs corresponding change in win32/config_h.PL,
41842              which grovels through config_h.SH to find the config.h name
41843      Branch: perl
41844            ! win32/config_h.PL
41845 ____________________________________________________________________________
41846 [  6378] By: jhi                                   on 2000/07/12  05:03:59
41847         Log: Do the cc sanity check both before the hints and
41848              after the cc selction.
41849      Branch: cfgperl
41850            ! Configure config_h.SH
41851      Branch: metaconfig
41852            ! U/modified/Oldconfig.U U/modified/cc.U
41853      Branch: metaconfig/U/perl
41854            + Checkcc.U
41855 ____________________________________________________________________________
41856 [  6377] By: jhi                                   on 2000/07/12  02:49:22
41857         Log: Fix nits noticed by Boston.pm.
41858      Branch: cfgperl
41859            ! pod/perlre.pod
41860 ____________________________________________________________________________
41861 [  6376] By: jhi                                   on 2000/07/11  21:22:13
41862         Log: Configure cosmetics and perldelta.
41863      Branch: cfgperl
41864            ! Configure config_h.SH pod/perldelta.pod
41865      Branch: metaconfig
41866            ! U/modified/cc.U
41867 ____________________________________________________________________________
41868 [  6375] By: gsar                                  on 2000/07/11  21:17:35
41869         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
41870      Branch: perl
41871            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
41872            ! win32/win32sck.c
41873 ____________________________________________________________________________
41874 [  6374] By: gsar                                  on 2000/07/11  20:48:50
41875         Log: tweak for build failure under multiplicity
41876      Branch: perl
41877            ! toke.c
41878 ____________________________________________________________________________
41879 [  6373] By: gsar                                  on 2000/07/11  20:37:23
41880         Log: integrate cfgperl changes#6325..6373 into mainline
41881              (NOTE: today's batch of integrations still untested)
41882      Branch: perl
41883           +> ext/DynaLoader/hints/netbsd.pl
41884            ! Changes
41885           !> (integrate 26 files)
41886 ____________________________________________________________________________
41887 [  6372] By: jhi                                   on 2000/07/11  20:30:36
41888         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
41889              regen perltoc.
41890      Branch: cfgperl
41891            + pod/perlbook.pod
41892            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
41893            ! pod/perltoc.pod
41894 ____________________________________________________________________________
41895 [  6371] By: jhi                                   on 2000/07/11  20:08:56
41896         Log: Minor cleanups on the booklist.
41897      Branch: cfgperl
41898            ! pod/perlfaq2.pod
41899 ____________________________________________________________________________
41900 [  6370] By: jhi                                   on 2000/07/11  19:31:13
41901         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
41902      Branch: cfgperl
41903            ! t/pragma/overload.t
41904 ____________________________________________________________________________
41905 [  6369] By: gsar                                  on 2000/07/11  19:27:48
41906         Log: integrate cfgperl changes#6293..6324 into mainline
41907      Branch: perl
41908           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
41909            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
41910           !> (integrate 30 files)
41911 ____________________________________________________________________________
41912 [  6368] By: gsar                                  on 2000/07/11  19:18:57
41913         Log: skip integrate of problematic change#6292 from cfgperl into mainline
41914      Branch: perl
41915           !> pp_hot.c
41916 ____________________________________________________________________________
41917 [  6367] By: gsar                                  on 2000/07/11  19:17:21
41918         Log: integrate cfgperl changes#6288..6290 into mainline
41919      Branch: perl
41920           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
41921 ____________________________________________________________________________
41922 [  6366] By: gsar                                  on 2000/07/11  19:11:18
41923         Log: integrate cfgperl changes#6268..6282 into mainline
41924      Branch: perl
41925           !> (integrate 30 files)
41926 ____________________________________________________________________________
41927 [  6365] By: gsar                                  on 2000/07/11  18:57:00
41928         Log: delete new accidentally branched file
41929      Branch: perl
41930            - t/op/method2entersub.t
41931 ____________________________________________________________________________
41932 [  6364] By: gsar                                  on 2000/07/11  18:55:13
41933         Log: skip integrate of change#6267 from cfgperl into mainline (the
41934              method call optimization is flawed without additional hints
41935              from user about immutableness of @ISA and no runtime method
41936              definitions)
41937      Branch: perl
41938           +> t/op/method2entersub.t
41939           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
41940           !> perl.h t/op/sprintf.t xsutils.c
41941 ____________________________________________________________________________
41942 [  6363] By: gsar                                  on 2000/07/11  18:49:43
41943         Log: integrate cfgperl changes#6261..6266 into mainline
41944      Branch: perl
41945           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
41946           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
41947           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41948           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
41949 ____________________________________________________________________________
41950 [  6362] By: gsar                                  on 2000/07/11  18:43:26
41951         Log: integrate cfgperl changes#6252..6260 into mainline
41952      Branch: perl
41953           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
41954           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
41955           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
41956           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
41957 ____________________________________________________________________________
41958 [  6361] By: gsar                                  on 2000/07/11  18:37:12
41959         Log: skip integrate of problematic change#6251 from cfgperl into mainline
41960      Branch: perl
41961           !> lib/Exporter.pm
41962 ____________________________________________________________________________
41963 [  6360] By: gsar                                  on 2000/07/11  18:34:56
41964         Log: integrate cfgperl change#6250 into mainline
41965      Branch: perl
41966           +> t/op/my_stash.t
41967           !> MANIFEST embed.pl proto.h toke.c
41968 ____________________________________________________________________________
41969 [  6359] By: gsar                                  on 2000/07/11  18:21:19
41970         Log: integrate cfgperl changes#6242..6249 into mainline
41971      Branch: perl
41972           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
41973           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
41974           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
41975           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
41976           !> t/lib/peek.t utf8.c
41977 ____________________________________________________________________________
41978 [  6358] By: gsar                                  on 2000/07/11  18:15:45
41979         Log: skip integrate of problematic change#6241 from cfgperl into mainline
41980      Branch: perl
41981           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
41982 ____________________________________________________________________________
41983 [  6357] By: jhi                                   on 2000/07/11  18:15:16
41984         Log: Fix for
41985              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
41986              From: Roderick Schertler <roderick@argon.org> 
41987              Date: Tue, 11 Jul 2000 13:55:05 -0400 
41988              Message-Id: <200007111755.NAA05077@jones.argon.org> 
41989      Branch: cfgperl
41990            ! doio.c
41991 ____________________________________________________________________________
41992 [  6356] By: jhi                                   on 2000/07/11  18:12:51
41993         Log: Typo in #6341.
41994      Branch: cfgperl
41995            ! pp_hot.c
41996 ____________________________________________________________________________
41997 [  6355] By: gsar                                  on 2000/07/11  18:12:10
41998         Log: integrate cfgperl changes#6231..6240 into mainline
41999      Branch: perl
42000           +> pod/perlutil.pod
42001           !> (integrate 35 files)
42002 ____________________________________________________________________________
42003 [  6354] By: jhi                                   on 2000/07/11  18:04:34
42004         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
42005              From: Dominic Dunlop <domo@computer.org> 
42006              Date: Tue, 11 Jul 2000 12:27:33 +0200 
42007              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
42008              
42009              Replaces change #6268.
42010      Branch: cfgperl
42011            ! t/op/sprintf.t
42012 ____________________________________________________________________________
42013 [  6353] By: gsar                                  on 2000/07/11  17:59:51
42014         Log: skip integrate of problematic change#6230 from cfgperl into mainline
42015              (a later version of File::Spec is already in mainline)
42016      Branch: perl
42017           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
42018           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
42019 ____________________________________________________________________________
42020 [  6352] By: gsar                                  on 2000/07/11  17:57:48
42021         Log: integrate cfgperl changes#6224..6229 into mainline
42022      Branch: perl
42023           +> lib/lib.pm.PL
42024            - lib/lib.pm
42025           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
42026           !> lib/English.pm op.c t/lib/english.t
42027 ____________________________________________________________________________
42028 [  6351] By: gsar                                  on 2000/07/11  17:50:10
42029         Log: skip integrate of problematic change#6223 from cfgperl into mainline
42030      Branch: perl
42031           !> doio.c
42032 ____________________________________________________________________________
42033 [  6350] By: gsar                                  on 2000/07/11  17:48:28
42034         Log: integrate cfgperl changes#6220..6222 into mainline
42035      Branch: perl
42036           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
42037           !> toke.c utf8.c win32/win32.h
42038 ____________________________________________________________________________
42039 [  6349] By: gsar                                  on 2000/07/11  17:46:13
42040         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
42041              mainline
42042      Branch: perl
42043           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42044           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42045           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42046 ____________________________________________________________________________
42047 [  6348] By: jhi                                   on 2000/07/11  17:45:49
42048         Log: README.posix-bc podified from Thomas Dorner.
42049      Branch: cfgperl
42050            ! README.posix-bc
42051 ____________________________________________________________________________
42052 [  6347] By: gsar                                  on 2000/07/11  17:42:04
42053         Log: integrate cfgperl change#6217 into mainline
42054      Branch: perl
42055           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
42056           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
42057           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
42058 ____________________________________________________________________________
42059 [  6346] By: gsar                                  on 2000/07/11  17:39:37
42060         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
42061              mainline
42062      Branch: perl
42063           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
42064           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42065           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
42066           !> perlapi.h pod/perlapi.pod
42067 ____________________________________________________________________________
42068 [  6345] By: gsar                                  on 2000/07/11  17:36:42
42069         Log: integrate cfgperl changes#6207..6210 into mainline
42070      Branch: perl
42071           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
42072           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
42073 ____________________________________________________________________________
42074 [  6344] By: gsar                                  on 2000/07/11  17:31:20
42075         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
42076              mainline
42077      Branch: perl
42078           !> (integrate 40 files)
42079 ____________________________________________________________________________
42080 [  6343] By: gsar                                  on 2000/07/11  17:19:08
42081         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
42082      Branch: perl
42083           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
42084            ! Changes
42085           !> (integrate 34 files)
42086 ____________________________________________________________________________
42087 [  6342] By: jhi                                   on 2000/07/11  16:05:48
42088         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42089              To: perl5-porters@perl.org
42090              From: Karsten Sperling <spiff@phreax.net>
42091              Date: Mon, 10 Jul 2000 15:12:52 +0200
42092              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42093      Branch: cfgperl
42094            ! lib/Symbol.pm
42095 ____________________________________________________________________________
42096 [  6341] By: jhi                                   on 2000/07/11  15:59:23
42097         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42099              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42100              Date: Fri, 07 Jul 2000 17:57:16 +0100
42101      Branch: cfgperl
42102            ! pp_hot.c
42103 ____________________________________________________________________________
42104 [  6340] By: jhi                                   on 2000/07/11  15:55:47
42105         Log: Subject: Re: format bug report  [Patch]
42106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42107              Date: Wed, 05 Jul 2000 13:12:52 +0200
42108              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42109              
42110              Subject: Re: format bug report  [Patch]
42111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42112              Date: Wed, 05 Jul 2000 14:10:01 +0200
42113              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42114      Branch: cfgperl
42115            ! t/op/write.t toke.c
42116 ____________________________________________________________________________
42117 [  6339] By: jhi                                   on 2000/07/11  13:54:09
42118         Log: Be less forgiving about ambiguous and illegal tr ranges.
42119              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42120              From: Mark-Jason Dominus <mjd@plover.com>
42121              Date: Tue, 04 Jul 2000 10:00:12 -0400
42122              Message-ID: <20000704140012.17772.qmail@plover.com>
42123              
42124              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
42125              From: Mark-Jason Dominus <mjd@plover.com>
42126              Date: Wed, 05 Jul 2000 09:37:36 -0400
42127              Message-ID: <20000705133736.27293.qmail@plover.com>
42128      Branch: cfgperl
42129            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
42130 ____________________________________________________________________________
42131 [  6338] By: jhi                                   on 2000/07/11  13:31:24
42132         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
42133              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42134              Date: Tue, 11 Jul 2000 13:50:51 +0100
42135              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
42136      Branch: cfgperl
42137            ! sv.c
42138 ____________________________________________________________________________
42139 [  6337] By: jhi                                   on 2000/07/11  13:29:14
42140         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
42141              From: Hugo <hv@crypt.compulink.co.uk>
42142              Date: Tue, 11 Jul 2000 12:44:50 +0100
42143              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
42144      Branch: cfgperl
42145            ! regexec.c t/op/re_tests
42146 ____________________________________________________________________________
42147 [  6336] By: jhi                                   on 2000/07/11  13:26:47
42148         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
42149              From: simon@brecon.co.uk (Simon Cozens)
42150              Date: 7 Jul 2000 11:26:09 GMT
42151              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
42152      Branch: cfgperl
42153            ! mg.c
42154 ____________________________________________________________________________
42155 [  6335] By: jhi                                   on 2000/07/11  13:23:37
42156         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
42157              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
42158              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
42159              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
42160      Branch: cfgperl
42161            + ext/DynaLoader/hints/netbsd.pl
42162            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
42163 ____________________________________________________________________________
42164 [  6334] By: jhi                                   on 2000/07/11  13:20:38
42165         Log: Subject: PATCH perlguts.pod: Document D and d magic types
42166              From: mjd@plover.com
42167              Date: 5 Jul 2000 18:01:51 -0000
42168              Message-ID: <20000705180151.29413.qmail@plover.com>
42169      Branch: cfgperl
42170            ! pod/perlguts.pod
42171 ____________________________________________________________________________
42172 [  6333] By: jhi                                   on 2000/07/11  13:15:51
42173         Log: Precedence goof, fix based on
42174              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
42175              From: Hugo <hv@crypt.compulink.co.uk>
42176              Date: Tue, 11 Jul 2000 12:52:38 +0100
42177              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
42178      Branch: cfgperl
42179            ! t/op/taint.t
42180 ____________________________________________________________________________
42181 [  6332] By: jhi                                   on 2000/07/11  12:40:17
42182         Log: Integrate with Sarathy.
42183      Branch: cfgperl
42184           !> win32/win32sck.c
42185 ____________________________________________________________________________
42186 [  6331] By: jhi                                   on 2000/07/10  20:14:16
42187         Log: Sprinkle ldlibpath.
42188      Branch: cfgperl
42189            ! pod/Makefile.SH
42190 ____________________________________________________________________________
42191 [  6330] By: jhi                                   on 2000/07/10  17:54:49
42192         Log: More POSIX.pod tweaks.
42193      Branch: cfgperl
42194            ! ext/POSIX/POSIX.pod
42195 ____________________________________________________________________________
42196 [  6329] By: jhi                                   on 2000/07/10  14:02:12
42197         Log: Reorder perl.pod once more.
42198      Branch: cfgperl
42199            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42200 ____________________________________________________________________________
42201 [  6328] By: gsar                                  on 2000/07/10  07:06:00
42202         Log: accept() leaks memory on windows due to incorrect ordering of
42203              closesocket() and fclose() calls
42204      Branch: perl
42205            ! win32/win32sck.c
42206 ____________________________________________________________________________
42207 [  6327] By: gsar                                  on 2000/07/10  06:49:17
42208         Log: winsock options weren't being set in all threads under ithreads
42209              (caused send()s from second and subsequent threads to fail)
42210      Branch: perl
42211            ! win32/win32sck.c
42212 ____________________________________________________________________________
42213 [  6326] By: jhi                                   on 2000/07/08  02:45:40
42214         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
42215              was cast to an unsigned (32-bit) integer with wild abandon.
42216      Branch: cfgperl
42217            ! ext/Devel/DProf/DProf.xs
42218 ____________________________________________________________________________
42219 [  6325] By: jhi                                   on 2000/07/07  18:50:33
42220         Log: Remove perlbook, update perlfaq book listing,
42221              rearrange perl.pod, regenerate perltoc.
42222      Branch: cfgperl
42223            - pod/perlbook.pod
42224            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
42225            ! pod/perlfaq2.pod pod/perltoc.pod
42226 ____________________________________________________________________________
42227 [  6324] By: jhi                                   on 2000/07/07  14:03:40
42228         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
42229      Branch: cfgperl
42230            ! sv.h toke.c
42231 ____________________________________________________________________________
42232 [  6323] By: jhi                                   on 2000/07/06  16:03:55
42233         Log: Fix complaints of buildtoc.
42234      Branch: cfgperl
42235            + lib/Win32.pod
42236            - pod/Win32.pod
42237            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42238 ____________________________________________________________________________
42239 [  6322] By: jhi                                   on 2000/07/06  15:15:52
42240         Log: Add =head1 NAMEs so that buildtoc is happy.
42241              (The CGI::Util nit reported to Lincoln.)
42242      Branch: cfgperl
42243            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
42244            ! pod/perltoc.pod
42245 ____________________________________________________________________________
42246 [  6321] By: jhi                                   on 2000/07/06  03:16:04
42247         Log: Config is being used.
42248      Branch: cfgperl
42249            ! t/op/method.t
42250 ____________________________________________________________________________
42251 [  6320] By: jhi                                   on 2000/07/06  03:13:13
42252         Log: Integrate with Sarathy.
42253      Branch: cfgperl
42254           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
42255 ____________________________________________________________________________
42256 [  6319] By: jhi                                   on 2000/07/06  03:11:46
42257         Log: Autogenerate pod/Makefile and pod/buildtoc.
42258              buildtoc also checks whether the existin pods are
42259              mentioned in MANIFEST and perl.pod, and vice versa.
42260              (None of the thusly found discrepancies fixed yet.)
42261              roffitall also needs to be autogenerated similarly but it
42262              seems so badly out of date that I didn't touch it yet.
42263      Branch: cfgperl
42264            + pod/Makefile.SH pod/buildtoc.PL
42265            - pod/Makefile pod/buildtoc
42266            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
42267 ____________________________________________________________________________
42268 [  6318] By: gsar                                  on 2000/07/05  22:10:54
42269         Log: fix UNC path handling on Windows under ithreads, and chdir()
42270              return value when given a non-existent directory
42271      Branch: perl
42272            ! win32/vdir.h
42273 ____________________________________________________________________________
42274 [  6317] By: gsar                                  on 2000/07/05  22:08:19
42275         Log: winsock cleanup never done on Windows (leads to handle leaks)
42276      Branch: perl
42277            ! win32/perllib.c win32/win32sck.c
42278 ____________________________________________________________________________
42279 [  6316] By: gsar                                  on 2000/07/05  22:06:19
42280         Log: some debugger output does not go to the socket when RemotePort is set
42281      Branch: perl
42282            ! lib/perl5db.pl
42283 ____________________________________________________________________________
42284 [  6315] By: jhi                                   on 2000/07/05  00:25:21
42285         Log: Integrate with Sarathy, preliminary fix for unicos
42286              alignment problems in [ID 20000612.002] Perl problem on Cray system.
42287      Branch: cfgperl
42288            ! sv.h
42289           !> pp_hot.c
42290 ____________________________________________________________________________
42291 [  6314] By: gsar                                  on 2000/07/04  23:34:02
42292         Log: tyop in change#6306
42293      Branch: perl
42294            ! pp_hot.c
42295 ____________________________________________________________________________
42296 [  6313] By: jhi                                   on 2000/07/04  22:14:38
42297         Log: Multiline string literals ENONPORTABLE.
42298      Branch: cfgperl
42299            ! pp_hot.c
42300 ____________________________________________________________________________
42301 [  6312] By: jhi                                   on 2000/07/04  20:34:44
42302         Log: Integrate with Sarathy.
42303      Branch: cfgperl
42304           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
42305           !> t/op/method.t
42306 ____________________________________________________________________________
42307 [  6311] By: jhi                                   on 2000/07/04  20:30:56
42308         Log: More POSIX.pod embellishment.
42309      Branch: cfgperl
42310            ! ext/POSIX/POSIX.pod
42311 ____________________________________________________________________________
42312 [  6310] By: gsar                                  on 2000/07/04  17:28:48
42313         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
42314      Branch: perl
42315            ! t/lib/b.t
42316 ____________________________________________________________________________
42317 [  6309] By: jhi                                   on 2000/07/04  17:22:18
42318         Log: The #6308 required a little bit more.
42319      Branch: cfgperl
42320            ! Makefile.SH win32/Makefile
42321 ____________________________________________________________________________
42322 [  6308] By: jhi                                   on 2000/07/04  16:35:24
42323         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
42324      Branch: cfgperl
42325            + lib/lib_pm.PL
42326            - lib/lib.pm.PL
42327            ! MANIFEST Makefile.SH
42328 ____________________________________________________________________________
42329 [  6307] By: jhi                                   on 2000/07/04  16:28:58
42330         Log: Win32 patches for cfgperl from Sarathy.
42331      Branch: cfgperl
42332            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
42333            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
42334            ! thread.h toke.c util.c win32/Makefile win32/win32.c
42335 ____________________________________________________________________________
42336 [  6306] By: gsar                                  on 2000/07/04  16:28:40
42337         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
42338              (from Richard Soderberg <rs@oregonnet.com>)
42339      Branch: perl
42340            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
42341 ____________________________________________________________________________
42342 [  6305] By: jhi                                   on 2000/07/04  16:24:24
42343         Log: Integrate with Sarathy.
42344      Branch: cfgperl
42345           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
42346           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42347           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
42348           !> proto.h win32/win32.c
42349 ____________________________________________________________________________
42350 [  6304] By: gsar                                  on 2000/07/04  16:17:24
42351         Log: missing perldiag entry for unpack("w",...) diagnostic (from
42352              Andreas Koenig)
42353      Branch: perl
42354            ! pod/perldiag.pod
42355 ____________________________________________________________________________
42356 [  6303] By: gsar                                  on 2000/07/04  16:14:44
42357         Log: remove rel2abs prototypes (from Barrie Slaymaker)
42358      Branch: perl
42359            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42360            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42361 ____________________________________________________________________________
42362 [  6302] By: gsar                                  on 2000/07/04  04:59:35
42363         Log: adjust change#6299
42364      Branch: perl
42365            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42366            ! win32/win32.c
42367 ____________________________________________________________________________
42368 [  6301] By: jhi                                   on 2000/07/04  04:50:07
42369         Log: Integrate with Sarathy.
42370      Branch: cfgperl
42371           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
42372           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
42373           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
42374 ____________________________________________________________________________
42375 [  6300] By: gsar                                  on 2000/07/04  04:42:09
42376         Log: PERL_OBJECT build tweak
42377      Branch: perl
42378            ! perl.h
42379 ____________________________________________________________________________
42380 [  6299] By: gsar                                  on 2000/07/04  04:37:00
42381         Log: fix memory leak on Windows (PL_sys_intern contents were never
42382              freed)
42383      Branch: perl
42384            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
42385            ! perlapi.c proto.h win32/win32.c
42386 ____________________________________________________________________________
42387 [  6298] By: gsar                                  on 2000/07/04  04:15:59
42388         Log: fix large memory leak that has been around for ever, masked by
42389              -DPURIFY (most of the arenas were never freed!)
42390      Branch: perl
42391            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
42392 ____________________________________________________________________________
42393 [  6297] By: gsar                                  on 2000/07/04  04:07:46
42394         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
42395      Branch: perl
42396            ! perl.c
42397 ____________________________________________________________________________
42398 [  6296] By: jhi                                   on 2000/06/30  18:28:37
42399         Log: Elaborate POSIX.pod.  Still needs work.
42400      Branch: cfgperl
42401            ! ext/POSIX/POSIX.pod
42402 ____________________________________________________________________________
42403 [  6295] By: jhi                                   on 2000/06/30  14:58:18
42404         Log: Point to perlipc for more SysV IPC examples.
42405      Branch: cfgperl
42406            ! pod/perlfunc.pod
42407 ____________________________________________________________________________
42408 [  6294] By: gsar                                  on 2000/06/30  14:47:45
42409         Log: slurp mode fix in change#4736 still not quite right
42410      Branch: perl
42411            ! pp_hot.c t/io/argv.t
42412 ____________________________________________________________________________
42413 [  6293] By: jhi                                   on 2000/06/30  12:02:55
42414         Log: Integrate with Sarathy.
42415      Branch: cfgperl
42416           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
42417 ____________________________________________________________________________
42418 [  6292] By: jhi                                   on 2000/06/30  12:01:11
42419         Log: From: simon@brecon.co.uk (Simon Cozens)
42420              Subject: UTF8 concat
42421              Date: 30 Jun 2000 06:13:25 GMT
42422              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
42423      Branch: cfgperl
42424            ! pp_hot.c
42425 ____________________________________________________________________________
42426 [  6291] By: gsar                                  on 2000/06/30  04:37:33
42427         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
42428              when @_ is modified, causing coredumps
42429      Branch: perl
42430            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
42431 ____________________________________________________________________________
42432 [  6290] By: jhi                                   on 2000/06/30  02:21:44
42433         Log: Integrate with Sarathy.
42434      Branch: cfgperl
42435           !> vms/vms.c vms/vmsish.h
42436 ____________________________________________________________________________
42437 [  6289] By: jhi                                   on 2000/06/30  02:21:02
42438         Log: Check VERSIONs.
42439      Branch: cfgperl
42440            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42441            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42442            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42443 ____________________________________________________________________________
42444 [  6288] By: jhi                                   on 2000/06/30  02:18:52
42445         Log: Integrate with Sarathy.
42446      Branch: cfgperl
42447           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
42448           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42449           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42450           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
42451 ____________________________________________________________________________
42452 [  6287] By: gsar                                  on 2000/06/30  02:17:08
42453         Log: integrate vmsperl changes into mainline
42454      Branch: perl
42455           !> vms/vms.c vms/vmsish.h
42456 ____________________________________________________________________________
42457 [  6285] By: gsar                                  on 2000/06/30  02:05:28
42458         Log: localize %INC in a Safe compartment so that use/require work
42459              (many other magic globals probably need similar treatment)
42460      Branch: perl
42461            ! ext/Opcode/Opcode.xs
42462 ____________________________________________________________________________
42463 [  6284] By: gsar                                  on 2000/06/30  01:54:54
42464         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
42465              about Windows
42466      Branch: perl
42467            ! pod/perlembed.pod
42468 ____________________________________________________________________________
42469 [  6283] By: jhi                                   on 2000/06/30  01:50:10
42470         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
42471              From: Barrie Slaymaker <barries@jester.slaysys.com>
42472              Date: Wed, 28 Jun 2000 11:35:29 -0400
42473              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
42474      Branch: perl
42475            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
42476            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42477            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42478            ! lib/File/Spec/Win32.pm
42479 ____________________________________________________________________________
42480 [  6282] By: jhi                                   on 2000/06/29  22:57:22
42481         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
42482              From: Dan Sugalski <dan@sidhe.org>
42483              Date: Tue, 06 Jun 2000 11:59:50 -0400
42484              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
42485      Branch: cfgperl
42486            ! vms/vms.c
42487 ____________________________________________________________________________
42488 [  6281] By: jhi                                   on 2000/06/29  22:52:50
42489         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
42490              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42491              Date: Wed, 7 Jun 2000 04:02:04 -0500
42492              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
42493      Branch: cfgperl
42494            ! utils/h2xs.PL
42495 ____________________________________________________________________________
42496 [  6280] By: jhi                                   on 2000/06/29  22:45:47
42497         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
42498              From: rspier@pobox.com (Robert Spier)
42499              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
42500              Message-ID: <14654.31913.845602.610277@rls.cx>
42501      Branch: cfgperl
42502            ! utils/h2xs.PL
42503 ____________________________________________________________________________
42504 [  6279] By: jhi                                   on 2000/06/29  22:38:16
42505         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
42506              From: Tim Ayers <tayers@bridge.com>
42507              Date: Thu, 08 Jun 2000 08:11:06 +0200
42508              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
42509              [resent by Richard Foley, Message-Id probably wrong]
42510      Branch: cfgperl
42511            ! pod/perlsub.pod
42512 ____________________________________________________________________________
42513 [  6278] By: jhi                                   on 2000/06/29  22:21:45
42514         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
42515              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
42516              Date: Fri, 09 Jun 2000 12:39:27 -0400
42517              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
42518              (plus update the version "number" of Text::Wrap)
42519      Branch: cfgperl
42520            ! lib/Text/Wrap.pm
42521 ____________________________________________________________________________
42522 [  6277] By: jhi                                   on 2000/06/29  22:13:10
42523         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
42524              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42525              Date: Mon, 12 Jun 2000 14:55:59 +0100
42526              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
42527      Branch: cfgperl
42528            ! pod/perlfunc.pod
42529 ____________________________________________________________________________
42530 [  6276] By: jhi                                   on 2000/06/29  22:11:06
42531         Log: Subject: [PATCH] Re: eval documentation: context
42532              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42533              Date: Mon, 12 Jun 2000 15:07:29 +0100
42534              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
42535      Branch: cfgperl
42536            ! pod/perlfunc.pod
42537 ____________________________________________________________________________
42538 [  6275] By: jhi                                   on 2000/06/29  21:59:46
42539         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
42540              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42541              Date: Tue, 13 Jun 2000 02:43:48 -0500
42542              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
42543      Branch: cfgperl
42544            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
42545 ____________________________________________________________________________
42546 [  6274] By: jhi                                   on 2000/06/29  21:56:14
42547         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
42548              From: Andy Dougherty <doughera@lafayette.edu>
42549              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
42550              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
42551      Branch: cfgperl
42552            ! ext/File/Glob/Glob.pm
42553 ____________________________________________________________________________
42554 [  6273] By: jhi                                   on 2000/06/29  21:49:09
42555         Log: Subject: [PATCH] xsub attributes
42556              From: Doug MacEachern <dougm@covalent.net>
42557              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
42558              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
42559      Branch: cfgperl
42560            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
42561            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
42562 ____________________________________________________________________________
42563 [  6272] By: jhi                                   on 2000/06/29  21:41:28
42564         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
42565              From: Tom Phoenix <rootbeer@redcat.com>
42566              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
42567              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
42568      Branch: cfgperl
42569            ! lib/Net/Ping.pm
42570 ____________________________________________________________________________
42571 [  6271] By: jhi                                   on 2000/06/29  21:36:55
42572         Log: Subject: PATCH pod/perltie.pod
42573              From: Ian Phillipps <Ian.Phillipps@iname.com>
42574              Date: Fri, 16 Jun 2000 00:17:19 +0100
42575              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
42576              (only the first hunk, the second hunk had already been done
42577              by some other patch)
42578      Branch: cfgperl
42579            ! pod/perltie.pod
42580 ____________________________________________________________________________
42581 [  6270] By: jhi                                   on 2000/06/29  21:24:51
42582         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
42583              From: Nicholas Clark <nick@talking.bollo.cx>
42584              Date: Fri, 23 Jun 2000 16:21:15 +0100
42585              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
42586      Branch: cfgperl
42587            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
42588            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
42589 ____________________________________________________________________________
42590 [  6269] By: jhi                                   on 2000/06/29  19:38:15
42591         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
42592              silence few compiler warnings.
42593      Branch: cfgperl
42594            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
42595 ____________________________________________________________________________
42596 [  6268] By: jhi                                   on 2000/06/29  18:21:50
42597         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
42598              From: Dominic Dunlop <domo@computer.org> 
42599              Date: Thu, 29 Jun 2000 12:32:39 +0200 
42600              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
42601      Branch: cfgperl
42602            ! t/op/sprintf.t
42603 ____________________________________________________________________________
42604 [  6267] By: jhi                                   on 2000/06/29  18:16:07
42605         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
42606              From: Doug MacEachern <dougm@covalent.net>
42607              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
42608              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
42609      Branch: cfgperl
42610            + t/op/method2entersub.t
42611            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
42612            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42613            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
42614            ! xsutils.c
42615 ____________________________________________________________________________
42616 [  6266] By: jhi                                   on 2000/06/29  15:11:15
42617         Log: Subject: [PATCH 5.6.0] cygwin port
42618              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
42619              From: "Fifer, Eric" <EFifer@sanwaint.com>
42620              Date: Thu, 29 Jun 2000 12:58:29 +0100
42621      Branch: cfgperl
42622            ! cygwin/Makefile.SHs
42623 ____________________________________________________________________________
42624 [  6265] By: jhi                                   on 2000/06/29  15:04:05
42625         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
42626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42627              Date: Wed, 28 Jun 2000 17:50:12 -0700
42628              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
42629      Branch: cfgperl
42630            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42631 ____________________________________________________________________________
42632 [  6264] By: jhi                                   on 2000/06/29  15:00:57
42633         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
42634              From: Marty Lucich <marty@netcom.com>
42635              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
42636              Message-Id: <200006282116.OAA11148@netcom.com>
42637              ccdlflags update (the BSD/OS 4.1 part had already been taken
42638              care of by #6141).
42639      Branch: cfgperl
42640            ! hints/bsdos.sh
42641 ____________________________________________________________________________
42642 [  6263] By: jhi                                   on 2000/06/29  13:47:44
42643         Log: tr fixes from Simon Cozens
42644      Branch: cfgperl
42645            ! doop.c
42646 ____________________________________________________________________________
42647 [  6262] By: jhi                                   on 2000/06/28  18:46:01
42648         Log: Subject: 5.6.0 Patch for EPOC
42649              From: Olaf Flebbe <o.flebbe@gmx.de>
42650              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
42651              Message-ID: <23449.960929969@www11.gmx.net>
42652      Branch: cfgperl
42653            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
42654            ! epoc/epocish.h
42655 ____________________________________________________________________________
42656 [  6261] By: jhi                                   on 2000/06/28  18:29:07
42657         Log: Subject: Re: [PATCH cfgperl] BOMs away!
42658              From: simon@brecon.co.uk (Simon Cozens)
42659              Date: 17 Jun 2000 11:49:57 GMT
42660              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
42661      Branch: cfgperl
42662            ! pod/perldiag.pod t/comp/require.t toke.c
42663 ____________________________________________________________________________
42664 [  6260] By: jhi                                   on 2000/06/28  17:47:16
42665         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
42666              From: simon@brecon.co.uk (Simon Cozens) 
42667              Date: 17 Jun 2000 11:56:44 GMT 
42668              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
42669              pack U0, pack C0
42670      Branch: cfgperl
42671            ! pod/perlfunc.pod pp.c t/op/pack.t
42672 ____________________________________________________________________________
42673 [  6259] By: jhi                                   on 2000/06/28  16:43:17
42674         Log: perlnewmod was missing from MANIFEST.
42675      Branch: cfgperl
42676            ! MANIFEST
42677 ____________________________________________________________________________
42678 [  6258] By: jhi                                   on 2000/06/28  15:54:30
42679         Log: linenumber tweak
42680      Branch: cfgperl
42681            ! t/pragma/warn/regcomp
42682 ____________________________________________________________________________
42683 [  6257] By: jhi                                   on 2000/06/28  15:50:44
42684         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
42685              From: Doug MacEachern <dougm@covalent.net>
42686              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
42687              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
42688              (one part of the patch had been applied earlier)
42689      Branch: cfgperl
42690            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
42691 ____________________________________________________________________________
42692 [  6256] By: jhi                                   on 2000/06/28  15:40:22
42693         Log: tweaks from Simon Cozens to further fix tr/// under utf8
42694      Branch: cfgperl
42695            ! doop.c
42696 ____________________________________________________________________________
42697 [  6255] By: jhi                                   on 2000/06/28  15:33:45
42698         Log: small thinko tweaks
42699      Branch: cfgperl
42700            ! lib/IPC/Open3.pm t/op/my_stash.t
42701 ____________________________________________________________________________
42702 [  6254] By: jhi                                   on 2000/06/28  15:33:25
42703         Log: Subject: tr///, help wanted.
42704              From: simon@brecon.co.uk (Simon Cozens)
42705              Date: 28 Jun 2000 11:29:04 GMT
42706              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
42707      Branch: cfgperl
42708            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
42709            ! pp_proto.h proto.h t/op/tr.t
42710 ____________________________________________________________________________
42711 [  6253] By: jhi                                   on 2000/06/28  15:09:17
42712         Log: Paranoia tweak on #6249.
42713              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
42714              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42715              Date: Sun, 25 Jun 2000 23:43:12 -0400
42716              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
42717      Branch: cfgperl
42718            ! lib/IPC/Open3.pm
42719 ____________________________________________________________________________
42720 [  6252] By: jhi                                   on 2000/06/28  15:01:38
42721         Log: Document #6249 and #6251.
42722      Branch: cfgperl
42723            ! lib/Exporter.pm lib/IPC/Open3.pm
42724 ____________________________________________________________________________
42725 [  6251] By: jhi                                   on 2000/06/28  14:50:43
42726         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
42727              From: Doug MacEachern <dougm@covalent.net>
42728              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
42729              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
42730      Branch: cfgperl
42731            ! lib/Exporter.pm
42732 ____________________________________________________________________________
42733 [  6250] By: jhi                                   on 2000/06/28  14:45:23
42734         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
42735              From: Doug MacEachern <dougm@covalent.net>
42736              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
42737              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
42738      Branch: cfgperl
42739            + t/op/my_stash.t
42740            ! MANIFEST embed.pl global.sym proto.h toke.c
42741 ____________________________________________________________________________
42742 [  6249] By: jhi                                   on 2000/06/28  14:36:34
42743         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
42744              From: Frank Tobin <ftobin@uiuc.edu>
42745              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
42746              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
42747      Branch: cfgperl
42748            ! lib/IPC/Open3.pm
42749 ____________________________________________________________________________
42750 [  6248] By: jhi                                   on 2000/06/28  14:11:25
42751         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
42752              From: Mark-Jason Dominus <mjd@plover.com>
42753              Date: Tue, 27 Jun 2000 22:36:42 -0400
42754              Message-ID: <20000628023642.12166.qmail@plover.com>
42755      Branch: cfgperl
42756            ! pod/perlfunc.pod
42757 ____________________________________________________________________________
42758 [  6247] By: jhi                                   on 2000/06/27  12:46:37
42759         Log: Tweak $VERSION, patch from Doug MacEachern.
42760      Branch: cfgperl
42761            ! lib/File/Spec.pm
42762 ____________________________________________________________________________
42763 [  6246] By: jhi                                   on 2000/06/27  03:34:46
42764         Log: Allow for standalone testing.
42765      Branch: cfgperl
42766            ! t/lib/filefunc.t t/lib/filespec.t
42767 ____________________________________________________________________________
42768 [  6245] By: jhi                                   on 2000/06/27  02:50:02
42769         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
42770              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42771              Date: Sat, 24 Jun 2000 13:06:20 +0100
42772              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
42773      Branch: cfgperl
42774            ! ext/DynaLoader/DynaLoader_pm.PL
42775 ____________________________________________________________________________
42776 [  6244] By: jhi                                   on 2000/06/27  02:46:10
42777         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
42778              From: Doug MacEachern <dougm@covalent.net>
42779              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
42780              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
42781      Branch: cfgperl
42782            ! gv.c sv.c t/lib/peek.t
42783 ____________________________________________________________________________
42784 [  6243] By: jhi                                   on 2000/06/27  02:38:07
42785         Log: Subject: [PATCH] is_utf8_string
42786              From: simon@brecon.co.uk (Simon Cozens)
42787              Date: 26 Jun 2000 02:25:59 GMT
42788              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
42789      Branch: cfgperl
42790            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
42791            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
42792            ! proto.h utf8.c
42793 ____________________________________________________________________________
42794 [  6242] By: jhi                                   on 2000/06/27  02:24:00
42795         Log: Subject: [PATCH] bytes<->utf8 fixes
42796              From: simon@brecon.co.uk (Simon Cozens)
42797              Date: 26 Jun 2000 04:55:45 GMT
42798              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
42799      Branch: cfgperl
42800            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
42801 ____________________________________________________________________________
42802 [  6241] By: jhi                                   on 2000/06/27  02:12:42
42803         Log: Do no -warn on \_, only on \alpha.
42804              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
42805              From: David Dyck <dcd@tc.fluke.com>
42806              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
42807              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
42808      Branch: cfgperl
42809            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
42810 ____________________________________________________________________________
42811 [  6240] By: jhi                                   on 2000/06/27  02:00:01
42812         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
42813              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42814              Date: Mon, 26 Jun 2000 18:40:14 +0100
42815              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
42816      Branch: cfgperl
42817            ! utils/h2xs.PL
42818 ____________________________________________________________________________
42819 [  6239] By: jhi                                   on 2000/06/27  01:53:40
42820         Log: Configure maintenance.  Sever some dependency cycles,
42821              separate gccversion from the cc unit,
42822              address [ID 20000623.006] Configure script patch for using gcc on AIX
42823              (but solve it a little bit differently),
42824              unduplex some accidentally duplicated units,
42825              suggest using gcc if no cc available
42826              (p5p thread: "Solaris configure: counterproposal", 1999-09)
42827      Branch: cfgperl
42828            ! Configure Todo-5.6 config_h.SH
42829      Branch: metaconfig
42830            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
42831            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
42832      Branch: metaconfig/U/perl
42833            + gccvers.U
42834            ! d_getespwnam.U d_getprpwnam.U i_prot.U
42835 ____________________________________________________________________________
42836 [  6238] By: jhi                                   on 2000/06/25  18:04:56
42837         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
42838              From: Dan Sugalski <dan@sidhe.org>
42839              Date: Fri, 23 Jun 2000 17:00:00 -0400
42840              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
42841      Branch: cfgperl
42842            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
42843 ____________________________________________________________________________
42844 [  6237] By: jhi                                   on 2000/06/25  16:36:45
42845         Log: Tweak embed.pl, regen headers.
42846      Branch: cfgperl
42847            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
42848            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
42849            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
42850            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
42851            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
42852 ____________________________________________________________________________
42853 [  6236] By: jhi                                   on 2000/06/25  15:26:42
42854         Log: Regen headers.
42855      Branch: cfgperl
42856            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
42857            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
42858            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
42859            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
42860            ! regnodes.h warnings.h
42861 ____________________________________________________________________________
42862 [  6235] By: jhi                                   on 2000/06/23  19:39:35
42863         Log: The thread begun by
42864              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
42865              From: Kevin.Ruscoe@ubsw.com
42866              Date: Fri, 16 Jun 2000 16:38:51 +0100
42867              Message-Id: <H000019b03c300d6@MHS>
42868      Branch: cfgperl
42869            ! hints/solaris_2.sh
42870 ____________________________________________________________________________
42871 [  6234] By: jhi                                   on 2000/06/23  19:23:36
42872         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
42873              because when run as services (Win32ese for daemons)
42874              no environment variables are set and tmpdir ends up as /tmp,
42875              which is ambiguous.
42876              
42877              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
42878              From: matt@sergeant.org
42879              Date: 16 Jun 2000 16:30:43 -0000
42880              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
42881      Branch: cfgperl
42882            ! lib/File/Spec/Win32.pm
42883 ____________________________________________________________________________
42884 [  6233] By: jhi                                   on 2000/06/23  19:18:58
42885         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
42886              From: Mark-Jason Dominus <mjd@plover.com>
42887              Date: Fri, 16 Jun 2000 20:53:04 -0400
42888              Message-ID: <20000617005304.8008.qmail@plover.com>
42889      Branch: cfgperl
42890            ! op.h
42891 ____________________________________________________________________________
42892 [  6232] By: jhi                                   on 2000/06/23  16:10:02
42893         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
42894              From: simon@brecon.co.uk (Simon Cozens)
42895              Date: 19 Jun 2000 15:18:27 GMT
42896              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
42897              
42898              plus update pod/Makefile and regenerate perltoc
42899      Branch: cfgperl
42900            + pod/perlutil.pod
42901            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
42902 ____________________________________________________________________________
42903 [  6231] By: jhi                                   on 2000/06/23  15:19:18
42904         Log: Subject: [PATCH 5.6.0] cygwin port
42905              From: "Fifer, Eric" <EFifer@sanwaint.com>
42906              Date: Tue, 20 Jun 2000 14:30:58 +0100
42907              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
42908      Branch: cfgperl
42909            ! README.cygwin lib/File/Find.pm
42910 ____________________________________________________________________________
42911 [  6230] By: jhi                                   on 2000/06/23  14:25:21
42912         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
42913      Branch: cfgperl
42914            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
42915            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42916            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42917            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
42918 ____________________________________________________________________________
42919 [  6229] By: jhi                                   on 2000/06/23  14:13:34
42920         Log: Subject: README.hpux version 0.6.1
42921              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
42922              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42923              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
42924      Branch: cfgperl
42925            ! README.hpux
42926 ____________________________________________________________________________
42927 [  6228] By: jhi                                   on 2000/06/23  14:07:20
42928         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
42929              From: Doug MacEachern <dougm@covalent.net>
42930              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
42931              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
42932      Branch: cfgperl
42933            ! op.c
42934 ____________________________________________________________________________
42935 [  6227] By: jhi                                   on 2000/06/23  14:01:06
42936         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
42937              From: Doug MacEachern <dougm@covalent.net>
42938              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
42939              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
42940      Branch: cfgperl
42941            + lib/lib.pm.PL
42942            - lib/lib.pm
42943            ! MANIFEST Makefile.SH
42944 ____________________________________________________________________________
42945 [  6226] By: jhi                                   on 2000/06/23  13:53:07
42946         Log: Subject: [PATCH] remove forward declarations in Socket.pm
42947              From: Doug MacEachern <dougm@covalent.net>
42948              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
42949              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
42950              
42951              From: Doug MacEachern <dougm@covalent.net>
42952              Subject: Re: [PATCH] remove forward declarations in Socket.pm
42953              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
42954              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
42955      Branch: cfgperl
42956            ! ext/Socket/Socket.pm op.c
42957 ____________________________________________________________________________
42958 [  6225] By: jhi                                   on 2000/06/23  13:41:52
42959         Log: Add source code filenames to apidoc.
42960              From: simon@brecon.co.uk (Simon Cozens)
42961              Subject: [PATCH embed.pl] Source X-ref
42962              Date: 22 Jun 2000 02:18:49 GMT
42963              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
42964      Branch: cfgperl
42965            ! embed.pl
42966 ____________________________________________________________________________
42967 [  6224] By: jhi                                   on 2000/06/23  13:32:33
42968         Log: A way to avoid English.pm performance hit.
42969              From: root <root@jester.slaysys.com>
42970              Subject: [YAPATCH English.pm] My turn to putt again
42971              Date: Thu, 22 Jun 2000 20:33:58 -0400
42972              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
42973      Branch: cfgperl
42974            ! lib/English.pm t/lib/english.t
42975 ____________________________________________________________________________
42976 [  6223] By: jhi                                   on 2000/06/23  13:27:06
42977         Log: Avoid double close().
42978              Subject: [PATCH] avoid double close()
42979              From: Doug MacEachern <dougm@covalent.net>
42980              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
42981              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
42982      Branch: cfgperl
42983            ! doio.c
42984 ____________________________________________________________________________
42985 [  6222] By: jhi                                   on 2000/06/23  13:25:54
42986         Log: doc typo fix
42987              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
42988              From: Ian Phillipps <Ian.Phillipps@iname.com>
42989              Date: Fri, 23 Jun 2000 10:40:58 +0100
42990              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
42991      Branch: cfgperl
42992            ! lib/Pod/Usage.pm
42993 ____________________________________________________________________________
42994 [  6221] By: jhi                                   on 2000/06/23  13:24:15
42995         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
42996              From: simon@brecon.co.uk (Simon Cozens)
42997              Subject: [PATCH] Eliminate tr///[CU][CU]
42998              Date: 23 Jun 2000 11:05:40 GMT
42999              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
43000      Branch: cfgperl
43001            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
43002 ____________________________________________________________________________
43003 [  6220] By: jhi                                   on 2000/06/22  16:07:51
43004         Log: Win32 patches from Benjamin Stuhl.
43005      Branch: cfgperl
43006            ! makedef.pl win32/win32.h
43007 ____________________________________________________________________________
43008 [  6219] By: jhi                                   on 2000/06/22  16:06:34
43009         Log: Bytecode patches from Benjamin Stuhl.
43010      Branch: cfgperl
43011            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43012            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43013            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43014 ____________________________________________________________________________
43015 [  6218] By: jhi                                   on 2000/06/15  23:54:16
43016         Log: Bytecode patches from Benjamin Stuhl.
43017      Branch: cfgperl
43018            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43019 ____________________________________________________________________________
43020 [  6217] By: jhi                                   on 2000/06/09  13:38:29
43021         Log: Rename the fdpid locking and integrate with Sarathy.
43022      Branch: cfgperl
43023            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
43024            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
43025            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
43026            ! win32/win32.c
43027           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
43028 ____________________________________________________________________________
43029 [  6216] By: gsar                                  on 2000/06/08  14:54:21
43030         Log: be more optimal about clearing @_
43031      Branch: perl
43032            ! cop.h
43033 ____________________________________________________________________________
43034 [  6215] By: gsar                                  on 2000/06/08  14:33:04
43035         Log: tweak comment about @DB::args
43036      Branch: perl
43037            ! av.h pp_ctl.c
43038 ____________________________________________________________________________
43039 [  6214] By: gsar                                  on 2000/06/08  13:57:54
43040         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
43041              caller() wants to populate @DB::args with it (causes a coredump
43042              in Carp::confess())
43043      Branch: perl
43044            ! cop.h t/op/runlevel.t
43045 ____________________________________________________________________________
43046 [  6213] By: gsar                                  on 2000/06/08  07:06:35
43047         Log: back out change#6106 (seems problematic)
43048      Branch: perl
43049            ! hints/solaris_2.sh
43050 ____________________________________________________________________________
43051 [  6212] By: jhi                                   on 2000/06/07  03:10:36
43052         Log: Continuing mopup for #6204.
43053      Branch: cfgperl
43054            ! ext/B/defsubs_h.PL
43055 ____________________________________________________________________________
43056 [  6211] By: jhi                                   on 2000/06/07  02:41:50
43057         Log: Mopup for #6204.
43058              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
43059              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
43060              This is comes from const() where POK isn't on when expected.
43061      Branch: cfgperl
43062            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
43063            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43064            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43065            ! perlapi.h pod/perlapi.pod
43066 ____________________________________________________________________________
43067 [  6210] By: jhi                                   on 2000/06/07  01:56:29
43068         Log: Mopup for #6207 and #6209.
43069      Branch: cfgperl
43070            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
43071 ____________________________________________________________________________
43072 [  6209] By: jhi                                   on 2000/06/07  01:33:12
43073         Log: Lock PL_fdpid against race conditions, based on:
43074              Subject: [PATCH 5.6.0]subprocess fixup for threads
43075              From: Dan Sugalski <dan@sidhe.org>
43076              To: perl5-porters@perl.org
43077              Date: Tue, 11 Apr 2000 17:02:32 -0400
43078              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
43079      Branch: cfgperl
43080            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
43081            ! win32/win32.c
43082 ____________________________________________________________________________
43083 [  6208] By: jhi                                   on 2000/06/07  01:05:23
43084         Log: Regen headers for #6207.
43085      Branch: cfgperl
43086            ! embed.h global.sym objXSUB.h proto.h
43087 ____________________________________________________________________________
43088 [  6207] By: jhi                                   on 2000/06/06  23:43:13
43089         Log: Subject: [PATCH 5.6.0] Threadsafe patches
43090              From: Dan Sugalski <dan@sidhe.org>
43091              To: perl5-porters@perl.org
43092              Date: Mon, 08 May 2000 18:08:13 -0400
43093              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
43094      Branch: cfgperl
43095            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
43096            ! proto.h sv.h util.c
43097 ____________________________________________________________________________
43098 [  6206] By: jhi                                   on 2000/06/06  23:21:23
43099         Log: Subject: [PATCH] Eliminate $a/$b in pod
43100              From: David Glasser <me@davidglasser.net>
43101              To: perl5-porters@perl.org
43102              Date: Mon, 29 May 2000 21:15:59 -0400
43103              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
43104      Branch: cfgperl
43105            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
43106            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
43107            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
43108            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
43109            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
43110            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
43111            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
43112            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
43113            ! pod/perlvar.pod pod/perlxs.pod
43114 ____________________________________________________________________________
43115 [  6205] By: jhi                                   on 2000/06/06  23:12:14
43116         Log: Subject: [PATCH] Win32 improvements
43117              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43118              To: gsar@activestate.com, perl5-porters@perl.org
43119              Date: Mon, 29 May 2000 17:22:24 PDT
43120              Message-ID: <20000530002224.91142.qmail@hotmail.com>
43121              (MUA had mangled many lines by wordwrapping)
43122      Branch: cfgperl
43123            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
43124 ____________________________________________________________________________
43125 [  6204] By: jhi                                   on 2000/06/06  23:01:50
43126         Log: Subject: [PATCH] B::Bytecode patches
43127              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
43128              To: gsar@activestate.com, jhi@iki.fi
43129              Cc: perl5-porters@perl.org
43130              Message-ID: <20000602202526.48694.qmail@hotmail.com>
43131              (MUA had mangled many lines by wordwrapping)
43132      Branch: cfgperl
43133            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
43134            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
43135            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43136            ! intrpvar.h perl.c
43137 ____________________________________________________________________________
43138 [  6203] By: jhi                                   on 2000/06/06  22:32:43
43139         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
43140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43141              Date: Tue, 06 Jun 2000 13:07:45 -0700
43142              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
43143      Branch: cfgperl
43144            ! pod/perldiag.pod
43145 ____________________________________________________________________________
43146 [  6202] By: jhi                                   on 2000/06/06  19:38:35
43147         Log: Integrate with Sarathy.
43148      Branch: cfgperl
43149           !> perl.c
43150 ____________________________________________________________________________
43151 [  6201] By: gsar                                  on 2000/06/06  00:42:59
43152         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
43153              does a PUSHMARK that's never ever POPMARKed; in general, only
43154              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
43155              Perl_eval_[sp]v() don't because they don't take any incoming
43156              arguments (this leak has been around since the original version
43157              of perl_eval_pv() in 5.003_97e)
43158      Branch: perl
43159            ! perl.c
43160 ____________________________________________________________________________
43161 [  6200] By: jhi                                   on 2000/06/04  03:44:52
43162         Log: Update to cperl-mode.el 4.31 from
43163              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
43164              Subject: A couple of notes
43165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43166              To: Mailing list Perl5 <perl5-porters@perl.org>
43167              Date: Sat, 3 Jun 2000 23:33:32 -0400
43168              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
43169      Branch: cfgperl
43170            ! emacs/cperl-mode.el
43171 ____________________________________________________________________________
43172 [  6199] By: jhi                                   on 2000/06/03  15:11:05
43173         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
43174              From: Dan Sugalski <dan@sidhe.org>
43175              To: perl5-porters@perl.org, vmsperl@perl.org
43176              Date: Fri, 02 Jun 2000 17:30:51 -0400
43177              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
43178      Branch: cfgperl
43179            ! vms/descrip_mms.template vms/gen_shrfls.pl
43180 ____________________________________________________________________________
43181 [  6198] By: jhi                                   on 2000/06/03  14:59:15
43182         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
43183              From: Dan Sugalski <dan@sidhe.org>
43184              To: vmsperl@perl.org, perl5-porters@perl.org
43185              Date: Fri, 02 Jun 2000 16:00:41 -0400
43186              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
43187              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
43188      Branch: cfgperl
43189            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
43190            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
43191            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
43192 ____________________________________________________________________________
43193 [  6197] By: jhi                                   on 2000/06/03  14:41:30
43194         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
43195              From: John Borwick <jhborwic@unity.ncsu.edu>
43196              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
43197              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
43198      Branch: cfgperl
43199            ! pod/perlsyn.pod
43200 ____________________________________________________________________________
43201 [  6196] By: jhi                                   on 2000/06/03  14:38:09
43202         Log: Integrate with Sarathy.
43203      Branch: cfgperl
43204           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43205           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43206           !> vms/perly_c.vms
43207 ____________________________________________________________________________
43208 [  6195] By: gsar                                  on 2000/06/02  22:43:13
43209         Log: fix yet another eval"" leak under USE_ITHREADS
43210      Branch: perl
43211            ! op.c
43212 ____________________________________________________________________________
43213 [  6194] By: gsar                                  on 2000/06/02  18:22:06
43214         Log: fix small eval"" memory leaks under USE_ITHREADS
43215      Branch: perl
43216            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
43217            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
43218            ! vms/perly_c.vms
43219 ____________________________________________________________________________
43220 [  6193] By: jhi                                   on 2000/06/01  13:03:56
43221         Log: Signals-be-gone for microperl.
43222      Branch: cfgperl
43223            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
43224 ____________________________________________________________________________
43225 [  6192] By: jhi                                   on 2000/06/01  12:52:02
43226         Log: Integrate with Sarathy.
43227      Branch: cfgperl
43228           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
43229           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
43230           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
43231           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43232           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
43233           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
43234           !> t/op/vec.t utils/h2xs.PL
43235 ____________________________________________________________________________
43236 [  6191] By: gsar                                  on 2000/06/01  09:38:21
43237         Log: vec() loses numericalness (modified version of patch suggested
43238              by Robin Barker)
43239      Branch: perl
43240            ! doop.c t/op/vec.t
43241 ____________________________________________________________________________
43242 [  6190] By: gsar                                  on 2000/06/01  09:26:15
43243         Log: submit missing embed.pl change
43244      Branch: perl
43245            ! embed.pl
43246 ____________________________________________________________________________
43247 [  6189] By: gsar                                  on 2000/06/01  09:05:34
43248         Log: counting tr/// corrupts later operation (from M.J.T Guy)
43249      Branch: perl
43250            ! doop.c t/op/tr.t
43251 ____________________________________________________________________________
43252 [  6188] By: gsar                                  on 2000/06/01  08:58:39
43253         Log: h2xs tweaks
43254      Branch: perl
43255            ! utils/h2xs.PL
43256 ____________________________________________________________________________
43257 [  6187] By: gsar                                  on 2000/06/01  08:50:07
43258         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
43259              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43260      Branch: perl
43261            + lib/Pod/LaTeX.pm
43262            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
43263            ! pod/pod2latex.PL
43264 ____________________________________________________________________________
43265 [  6186] By: gsar                                  on 2000/06/01  08:24:40
43266         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
43267              <wolfgang.laun@alcatel.at>)
43268      Branch: perl
43269            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
43270            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
43271 ____________________________________________________________________________
43272 [  6185] By: gsar                                  on 2000/06/01  08:12:00
43273         Log: remove incorrect documentation about implicit split to @_ in
43274              list context, which never really worked in perl 5 (from
43275              M.J.T. Guy)
43276      Branch: perl
43277            ! pod/perlfunc.pod pod/perltrap.pod
43278 ____________________________________________________________________________
43279 [  6184] By: gsar                                  on 2000/06/01  07:52:27
43280         Log: tweak for change#6127
43281      Branch: perl
43282            ! perl.c
43283 ____________________________________________________________________________
43284 [  6183] By: gsar                                  on 2000/06/01  07:41:02
43285         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
43286              <nick@ccl4.org>)
43287      Branch: perl
43288            + t/lib/selfloader.t
43289            ! MANIFEST lib/SelfLoader.pm
43290 ____________________________________________________________________________
43291 [  6182] By: jhi                                   on 2000/06/01  00:34:42
43292         Log: Be Cleaner Part Deux.
43293      Branch: cfgperl
43294            ! Makefile.SH
43295 ____________________________________________________________________________
43296 [  6181] By: jhi                                   on 2000/06/01  00:32:09
43297         Log: Integrate with Sarathy.
43298      Branch: cfgperl
43299           !> pp.c t/op/arith.t
43300 ____________________________________________________________________________
43301 [  6180] By: jhi                                   on 2000/06/01  00:31:13
43302         Log: microperl nits from Simon Cozens.
43303      Branch: cfgperl
43304            + uconfig.h
43305            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
43306            ! unixish.h
43307 ____________________________________________________________________________
43308 [  6179] By: gsar                                  on 2000/05/31  22:37:51
43309         Log: buggy modulus on UVs introduced by change#3378 (resulted in
43310              4063328477 % 65535 amounting to 27406, instead of 27407)
43311      Branch: perl
43312            ! pp.c t/op/arith.t
43313 ____________________________________________________________________________
43314 [  6178] By: jhi                                   on 2000/05/31  21:52:41
43315         Log: Be cleaner.
43316      Branch: cfgperl
43317            ! Makefile.SH
43318 ____________________________________________________________________________
43319 [  6177] By: jhi                                   on 2000/05/31  21:47:33
43320         Log: Substitution utf8 patch from Simon Cozens.
43321      Branch: cfgperl
43322            ! pp_hot.c
43323 ____________________________________________________________________________
43324 [  6176] By: jhi                                   on 2000/05/31  21:45:34
43325         Log: Single-quoted utf8 patch from Simon Cozens.
43326      Branch: cfgperl
43327            ! toke.c
43328 ____________________________________________________________________________
43329 [  6175] By: jhi                                   on 2000/05/31  21:40:18
43330         Log: Integrate with Sarathy.
43331      Branch: cfgperl
43332           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
43333 ____________________________________________________________________________
43334 [  6174] By: jhi                                   on 2000/05/31  21:37:31
43335         Log: microperl changes from Simon Cozens; Makefile for microperl
43336              written from scratch; few casts added as microperl compilation
43337              doesn't have all prototypes available.
43338      Branch: cfgperl
43339            + Makefile.micro README.micro Todo.micro uconfig.sh
43340            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
43341            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
43342      Branch: metaconfig
43343            + U/modified/Config_h.U
43344 ____________________________________________________________________________
43345 [  6173] By: jhi                                   on 2000/05/31  20:00:24
43346         Log: metaconfig maintenance.
43347      Branch: metaconfig
43348            + U/modified/Inhdr.U U/typedefs/inotype.U
43349      Branch: metaconfig/U/perl
43350            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
43351            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
43352 ____________________________________________________________________________
43353 [  6172] By: gsar                                  on 2000/05/31  05:05:42
43354         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
43355              (from Ilya Zakharevich)
43356      Branch: perl
43357            ! regexec.c t/op/re_tests
43358 ____________________________________________________________________________
43359 [  6171] By: gsar                                  on 2000/05/31  05:01:47
43360         Log: scalar() doesn't force scalar context when used in void context
43361              (from Simon Cozens)
43362      Branch: perl
43363            ! op.c t/op/wantarray.t
43364 ____________________________________________________________________________
43365 [  6170] By: gsar                                  on 2000/05/31  04:41:33
43366         Log: change#6142 needs tweaks to tests to work where there's no symlink()
43367              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43368      Branch: perl
43369            ! t/lib/filefind.t
43370 ____________________________________________________________________________
43371 [  6169] By: gsar                                  on 2000/05/31  04:29:49
43372         Log: integrate cfgperl contents into mainline
43373      Branch: perl
43374           +> pod/perlmodlib.PL pod/perlnewmod.pod
43375           !> (integrate 42 files)
43376 ____________________________________________________________________________
43377 [  6168] By: jhi                                   on 2000/05/30  22:53:37
43378         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
43379      Branch: cfgperl
43380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43381            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
43382            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
43383            ! win32/config.bc win32/config.gc win32/config.vc
43384            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43385            ! win32/config_h.PL win32/config_sh.PL
43386      Branch: metaconfig/U/perl
43387            ! perlxv.U
43388 ____________________________________________________________________________
43389 [  6167] By: jhi                                   on 2000/05/30  22:20:21
43390         Log: tweak todo 
43391      Branch: cfgperl
43392            ! Todo-5.6
43393 ____________________________________________________________________________
43394 [  6166] By: jhi                                   on 2000/05/30  22:11:51
43395         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
43396              in case somebody wants to write an extension for more
43397              shadow database interfaces.
43398      Branch: cfgperl
43399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43400            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
43401            ! vos/config.def vos/config.h vos/config_h.SH_orig
43402            ! win32/config.bc win32/config.gc win32/config.vc
43403            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43404      Branch: metaconfig
43405            ! U/modified/Myinit.U
43406      Branch: metaconfig/U/perl
43407            + d_getespwnam.U d_getprpwnam.U i_prot.U
43408 ____________________________________________________________________________
43409 [  6165] By: jhi                                   on 2000/05/30  18:35:34
43410         Log: Integrate with Sarathy.
43411      Branch: cfgperl
43412           !> op.c
43413 ____________________________________________________________________________
43414 [  6164] By: jhi                                   on 2000/05/30  18:30:16
43415         Log: detypo
43416      Branch: cfgperl
43417            ! Configure config_h.SH
43418      Branch: metaconfig/U/perl
43419            ! perlxv.U
43420 ____________________________________________________________________________
43421 [  6163] By: gsar                                  on 2000/05/30  03:24:03
43422         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
43423      Branch: perl
43424            ! op.c
43425 ____________________________________________________________________________
43426 [  6162] By: gsar                                  on 2000/05/30  03:09:38
43427         Log: fix memory leak in method call optimization (change#3768);
43428              made C<eval "$x->foo()"> leak
43429      Branch: perl
43430            ! op.c
43431 ____________________________________________________________________________
43432 [  6161] By: jhi                                   on 2000/05/29  17:56:26
43433         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
43434              both from Simon Cozens.
43435      Branch: cfgperl
43436            + pod/perlmodlib.PL pod/perlnewmod.pod
43437            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
43438            ! pod/perlmodlib.pod pod/perltoc.pod
43439 ____________________________________________________________________________
43440 [  6160] By: jhi                                   on 2000/05/29  17:23:55
43441         Log: Changes for the File::Temp 0.08 (change #6159) test suite
43442              to fit better into the Perl distribution test framework.
43443      Branch: cfgperl
43444            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
43445            ! t/lib/ftmp-tempfile.t
43446 ____________________________________________________________________________
43447 [  6159] By: jhi                                   on 2000/05/29  16:55:36
43448         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
43449      Branch: cfgperl
43450            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43451            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43452 ____________________________________________________________________________
43453 [  6158] By: bailey                                on 2000/05/29  16:22:08
43454         Log: Add fallback to tmpfile for use in cases where user's relying on
43455              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
43456              Lane's patch)
43457      Branch: vmsperl
43458            ! vms/vms.c vms/vmsish.h
43459 ____________________________________________________________________________
43460 [  6157] By: jhi                                   on 2000/05/29  03:10:36
43461         Log: Regen Configure to jive with #6149.
43462      Branch: cfgperl
43463            ! Configure
43464      Branch: metaconfig
43465            ! U/modified/Getfile.U
43466 ____________________________________________________________________________
43467 [  6156] By: jhi                                   on 2000/05/29  03:01:38
43468         Log: Integrate with Sarathy.
43469      Branch: cfgperl
43470           +> ext/DynaLoader/dl_mac.xs
43471           !> (integrate 38 files)
43472 ____________________________________________________________________________
43473 [  6155] By: gsar                                  on 2000/05/28  21:15:58
43474         Log: small bug in change#6144; remove random \xA0 character that snuck
43475              in via change#6145
43476      Branch: perl
43477            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
43478 ____________________________________________________________________________
43479 [  6154] By: gsar                                  on 2000/05/28  21:04:19
43480         Log: avoid type mismatch warning
43481      Branch: perl
43482            ! perl.c
43483 ____________________________________________________________________________
43484 [  6153] By: gsar                                  on 2000/05/28  20:58:31
43485         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
43486              <nick@Bagpuss.uk.boo.com>)
43487      Branch: perl
43488            ! lib/Test/Harness.pm
43489 ____________________________________________________________________________
43490 [  6152] By: gsar                                  on 2000/05/28  20:53:42
43491         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
43492      Branch: perl
43493            ! regexec.c
43494 ____________________________________________________________________________
43495 [  6151] By: gsar                                  on 2000/05/28  20:50:28
43496         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
43497      Branch: perl
43498            ! regexec.c
43499 ____________________________________________________________________________
43500 [  6150] By: gsar                                  on 2000/05/28  20:39:58
43501         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
43502      Branch: perl
43503            ! pod/perlrequick.pod
43504 ____________________________________________________________________________
43505 [  6149] By: gsar                                  on 2000/05/28  20:35:16
43506         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
43507              <troc@netrus.net>)
43508      Branch: perl
43509            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
43510            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
43511            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
43512            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
43513 ____________________________________________________________________________
43514 [  6148] By: gsar                                  on 2000/05/28  20:21:07
43515         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
43516      Branch: perl
43517            ! lib/ExtUtils/MM_Unix.pm
43518 ____________________________________________________________________________
43519 [  6147] By: gsar                                  on 2000/05/28  20:12:41
43520         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
43521              (from Peter Prymmer)
43522      Branch: perl
43523            ! vms/subconfigure.com
43524 ____________________________________________________________________________
43525 [  6146] By: gsar                                  on 2000/05/28  20:06:15
43526         Log: doc typo
43527      Branch: perl
43528            ! lib/warnings.pm warnings.h warnings.pl
43529 ____________________________________________________________________________
43530 [  6145] By: gsar                                  on 2000/05/28  18:44:33
43531         Log: make xsubpp skip embedded pod (from Matthias Neeracher
43532              <neeri@iis.ee.ethz.ch>)
43533      Branch: perl
43534            ! lib/ExtUtils/xsubpp
43535 ____________________________________________________________________________
43536 [  6144] By: gsar                                  on 2000/05/28  18:42:49
43537         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
43538              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
43539              <neeri@iis.ee.ethz.ch>)
43540      Branch: perl
43541            ! lib/AutoSplit.pm
43542 ____________________________________________________________________________
43543 [  6143] By: gsar                                  on 2000/05/28  18:41:12
43544         Log: MacOS support, part 1 (from Matthias Neeracher
43545              <neeri@iis.ee.ethz.ch>)
43546      Branch: perl
43547            + ext/DynaLoader/dl_mac.xs
43548            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
43549            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
43550            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
43551            ! util.h
43552 ____________________________________________________________________________
43553 [  6142] By: gsar                                  on 2000/05/28  18:21:51
43554         Log: File::Find fails to chdir when chasing symlinks (from
43555              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
43556      Branch: perl
43557            ! lib/File/Find.pm t/lib/filefind.t
43558 ____________________________________________________________________________
43559 [  6141] By: jhi                                   on 2000/05/28  14:25:15
43560         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
43561              forwarded by Peter Seebach from the bsdi-users mailing list.
43562              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
43563      Branch: perl
43564            ! hints/bsdos.sh
43565 ____________________________________________________________________________
43566 [  6140] By: jhi                                   on 2000/05/28  14:11:57
43567         Log: Integrate with Sarathy.
43568      Branch: cfgperl
43569           +> (branch 30 files)
43570           !> (integrate 93 files)
43571 ____________________________________________________________________________
43572 [  6139] By: gsar                                  on 2000/05/28  10:01:48
43573         Log: revise mktables.PL for bugs and newness in Unicode 3.0
43574              (from James Bence <jbence@amgen.com>)
43575      Branch: perl
43576            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
43577            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
43578            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
43579            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
43580            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
43581            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
43582            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
43583            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
43584            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
43585            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
43586            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
43587            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
43588            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
43589            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
43590            + lib/unicode/Is/SylWU.pl
43591            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
43592            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
43593            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
43594            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
43595            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
43596            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
43597            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
43598            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
43599            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
43600            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
43601            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
43602            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
43603            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
43604            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
43605            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
43606            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
43607            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
43608            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
43609            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
43610            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
43611            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
43612            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
43613            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
43614            ! lib/unicode/Makefile lib/unicode/mktables.PL
43615 ____________________________________________________________________________
43616 [  6138] By: gsar                                  on 2000/05/28  08:50:32
43617         Log: add note about the handling of negative indices to tied arrays
43618              (from Michael G Schwern <schwern@pobox.com>)
43619      Branch: perl
43620            ! pod/perltie.pod
43621 ____________________________________________________________________________
43622 [  6137] By: gsar                                  on 2000/05/28  08:46:10
43623         Log: fix bogus redeclaration warning for "our" variables in different
43624              scopes
43625      Branch: perl
43626            ! op.c t/pragma/strict-vars
43627 ____________________________________________________________________________
43628 [  6136] By: gsar                                  on 2000/05/28  08:31:20
43629         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
43630      Branch: perl
43631            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
43632 ____________________________________________________________________________
43633 [  6135] By: gsar                                  on 2000/05/28  08:17:50
43634         Log: enable Test::Harness to dynamically determine column width etc.
43635              (from Rob Napier <rnapier@employees.org>)
43636      Branch: perl
43637            ! lib/Test/Harness.pm
43638 ____________________________________________________________________________
43639 [  6134] By: gsar                                  on 2000/05/28  08:13:39
43640         Log: make Test::Harness use wait.h/WCOREDUMP if available
43641              (from Ben Tilly <ben_tilly@hotmail.com>)
43642      Branch: perl
43643            ! lib/Test/Harness.pm
43644 ____________________________________________________________________________
43645 [  6133] By: gsar                                  on 2000/05/28  08:08:05
43646         Log: elide bogus test in change#6132
43647      Branch: perl
43648            ! t/pragma/warn/9enabled
43649 ____________________________________________________________________________
43650 [  6132] By: gsar                                  on 2000/05/28  08:03:14
43651         Log: warnings::enabled() doesn't fall back to looking at $^W if
43652              caller isn't using lexical warnings (from Paul Marquess)
43653      Branch: perl
43654            ! pp_ctl.c t/pragma/warn/9enabled
43655 ____________________________________________________________________________
43656 [  6131] By: gsar                                  on 2000/05/28  07:57:47
43657         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
43658      Branch: perl
43659            ! ext/POSIX/POSIX.pm
43660 ____________________________________________________________________________
43661 [  6130] By: gsar                                  on 2000/05/28  07:29:12
43662         Log: fix places that mean C<"word" character> but say C<alphanumeric
43663              character>
43664      Branch: perl
43665            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
43666 ____________________________________________________________________________
43667 [  6129] By: gsar                                  on 2000/05/28  07:18:41
43668         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
43669      Branch: perl
43670            ! vms/test.com
43671 ____________________________________________________________________________
43672 [  6128] By: gsar                                  on 2000/05/28  07:12:55
43673         Log: new perlxstut example for passing/returning refs to arrays
43674              (from David Lowe <dlowe@pootpoot.com>)
43675      Branch: perl
43676            ! pod/perlxstut.pod
43677 ____________________________________________________________________________
43678 [  6127] By: gsar                                  on 2000/05/28  07:02:50
43679         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
43680              failed (from Gisle Aas)
43681      Branch: perl
43682            ! cop.h perl.c
43683 ____________________________________________________________________________
43684 [  6126] By: gsar                                  on 2000/05/28  06:39:53
43685         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
43686              (reworked variant of patch suggested by Simon Cozens)
43687      Branch: perl
43688            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
43689            ! pp_hot.c proto.h t/op/gv.t
43690 ____________________________________________________________________________
43691 [  6125] By: gsar                                  on 2000/05/28  05:14:55
43692         Log: enable propagating exception objects via Perl_croak() in XS code
43693              (from Gisle Aas)
43694      Branch: perl
43695            ! util.c
43696 ____________________________________________________________________________
43697 [  6124] By: gsar                                  on 2000/05/28  05:07:28
43698         Log: integrate vmsperl contents into mainline
43699      Branch: perl
43700           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
43701           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
43702           !> vms/vmsish.h
43703 ____________________________________________________________________________
43704 [  6123] By: gsar                                  on 2000/05/28  05:03:53
43705         Log: clarify gotcha with #line directives (from Rocco Caputo
43706              <troc@netrus.net>)
43707      Branch: perl
43708            ! pod/perldebug.pod pod/perlsyn.pod
43709 ____________________________________________________________________________
43710 [  6122] By: gsar                                  on 2000/05/28  04:58:29
43711         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
43712              (from Mark-Jason Dominus)
43713      Branch: perl
43714            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
43715            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
43716            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
43717            ! toke.c
43718 ____________________________________________________________________________
43719 [  6121] By: bailey                                on 2000/05/25  04:46:54
43720         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
43721              lists (based on fixes by Craig Berry)
43722      Branch: vmsperl
43723            ! lib/File/Spec/VMS.pm
43724 ____________________________________________________________________________
43725 [  6120] By: bailey                                on 2000/05/25  04:25:38
43726         Log: Add missing escape (Charles Lane)
43727      Branch: vmsperl
43728            ! t/op/lex_assign.t
43729 ____________________________________________________________________________
43730 [  6119] By: bailey                                on 2000/05/25  04:21:25
43731         Log: Quiet error messages in vmsish.t (Charles Lane)
43732      Branch: vmsperl
43733            ! vms/ext/vmsish.t
43734 ____________________________________________________________________________
43735 [  6118] By: bailey                                on 2000/05/25  04:17:57
43736         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
43737              Flatten case labels in switch statements uniformly (Charles Bailey)
43738      Branch: vmsperl
43739            ! vms/vms.c
43740 ____________________________________________________________________________
43741 [  6117] By: bailey                                on 2000/05/25  03:58:09
43742         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
43743      Branch: vmsperl
43744            ! vms/vmsish.h
43745 ____________________________________________________________________________
43746 [  6116] By: bailey                                on 2000/05/25  03:11:15
43747         Log: Miscellaneous cosmetic fixes (Charles Lane)
43748      Branch: vmsperl
43749            ! lib/ExtUtils/MM_VMS.pm
43750 ____________________________________________________________________________
43751 [  6115] By: bailey                                on 2000/05/25  03:10:36
43752         Log: Add bounds checking for several strings (Charles Lane)
43753      Branch: vmsperl
43754            ! vms/vms.c
43755 ____________________________________________________________________________
43756 [  6114] By: bailey                                on 2000/05/25  02:25:34
43757         Log: Urk -- undo previous removal of vmsish 'exit' change
43758      Branch: vmsperl
43759            ! vms/ext/vmsish.pm vms/vmsish.h
43760 ____________________________________________________________________________
43761 [  6113] By: bailey                                on 2000/05/24  02:24:40
43762         Log: Ugly workaround for version-specific RTL error
43763      Branch: vmsperl
43764            ! vms/vms.c
43765 ____________________________________________________________________________
43766 [  6112] By: bailey                                on 2000/05/24  02:19:55
43767         Log: Check for existence of file before trying to delete
43768      Branch: vmsperl
43769            ! vms/test.com
43770 ____________________________________________________________________________
43771 [  6111] By: bailey                                on 2000/05/23  23:35:13
43772         Log: Resync with mainline prior to post-5.6.0 updates
43773      Branch: vmsperl
43774           +> (branch 49 files)
43775            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
43776            ! vms/ext/vmsish.pm
43777           !> (integrate 334 files)
43778 ____________________________________________________________________________
43779 [  6110] By: jhi                                   on 2000/05/23  19:28:32
43780         Log: todo tweak
43781      Branch: cfgperl
43782            ! Todo-5.6
43783 ____________________________________________________________________________
43784 [  6109] By: jhi                                   on 2000/05/18  17:38:54
43785         Log: Integrate with Sarathy.
43786      Branch: cfgperl
43787           !> mg.c perl.h win32/perlhost.h
43788 ____________________________________________________________________________
43789 [  6108] By: gsar                                  on 2000/05/17  02:24:56
43790         Log: reenable fake signal handling on Windows, bugs and all
43791      Branch: perl
43792            ! mg.c perl.h win32/perlhost.h
43793 ____________________________________________________________________________
43794 [  6107] By: jhi                                   on 2000/05/15  18:01:41
43795         Log: Tweak the todo list.
43796      Branch: cfgperl
43797            ! Todo-5.6
43798 ____________________________________________________________________________
43799 [  6106] By: jhi                                   on 2000/05/15  13:41:48
43800         Log: The (Configure) script refuses to go on, after asking for
43801              'You may also choose to try maximal 64-bitness....'.
43802              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
43803              -- Patrick Zima
43804              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
43805      Branch: cfgperl
43806            ! hints/solaris_2.sh
43807 ____________________________________________________________________________
43808 [  6105] By: jhi                                   on 2000/05/11  14:37:43
43809         Log: Integrate with Sarathy.
43810      Branch: cfgperl
43811           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
43812           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
43813 ____________________________________________________________________________
43814 [  6104] By: gsar                                  on 2000/05/11  03:39:07
43815         Log: PL_sys_intern was being initialized too late on windows
43816      Branch: perl
43817            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
43818            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
43819 ____________________________________________________________________________
43820 [  6103] By: jhi                                   on 2000/05/09  19:42:20
43821         Log: Test tweaking for Unicos continues.
43822      Branch: cfgperl
43823            ! t/op/64bitint.t
43824 ____________________________________________________________________________
43825 [  6102] By: jhi                                   on 2000/05/09  16:47:27
43826         Log: The test suite tweak in #6101 wasn't quite right.
43827      Branch: cfgperl
43828            ! t/lib/complex.t
43829 ____________________________________________________________________________
43830 [  6101] By: jhi                                   on 2000/05/09  15:35:34
43831         Log: Hints and test tweaks for Unicos.
43832      Branch: cfgperl
43833            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
43834 ____________________________________________________________________________
43835 [  6100] By: jhi                                   on 2000/05/08  21:15:06
43836         Log: More compilation tweakery from Allen Smith.
43837      Branch: cfgperl
43838            ! hints/irix_6.sh
43839 ____________________________________________________________________________
43840 [  6099] By: jhi                                   on 2000/05/08  19:21:18
43841         Log: Tweaks for the cc bugs from Allen Smith.
43842      Branch: cfgperl
43843            ! hints/irix_6.sh
43844 ____________________________________________________________________________
43845 [  6098] By: jhi                                   on 2000/05/08  19:13:37
43846         Log: Add a note about other, yet unsupported, shadow password APIs.
43847      Branch: cfgperl
43848            ! pp_sys.c
43849 ____________________________________________________________________________
43850 [  6097] By: jhi                                   on 2000/05/08  18:46:34
43851         Log: Add a note about possible compilation problems from Allen Smith.
43852      Branch: cfgperl
43853            ! hints/irix_6.sh
43854 ____________________________________________________________________________
43855 [  6096] By: jhi                                   on 2000/05/08  17:33:10
43856         Log: Integrate with Sarathy.
43857      Branch: cfgperl
43858           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
43859           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
43860 ____________________________________________________________________________
43861 [  6095] By: jhi                                   on 2000/05/08  16:21:33
43862         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
43863              might be useful in future.
43864      Branch: cfgperl
43865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43866            ! config_h.SH
43867      Branch: metaconfig
43868            ! U/installdirs/inc_version_list.U
43869      Branch: metaconfig/U/perl
43870            ! perlxv.U
43871 ____________________________________________________________________________
43872 [  6094] By: gsar                                  on 2000/05/08  14:22:22
43873         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
43874      Branch: perl
43875            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
43876            ! hints/cygwin.sh pp_sys.c
43877 ____________________________________________________________________________
43878 [  6093] By: gsar                                  on 2000/05/08  12:52:28
43879         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
43880              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
43881      Branch: perl
43882            ! pp_sys.c sv.c win32/perlhost.h
43883 ____________________________________________________________________________
43884 [  6092] By: jhi                                   on 2000/05/07  22:40:34
43885         Log: Regen perltoc with the fixed buildtoc.
43886      Branch: cfgperl
43887            ! pod/perltoc.pod
43888 ____________________________________________________________________________
43889 [  6091] By: jhi                                   on 2000/05/07  22:24:16
43890         Log: Integrate with Sarathy.
43891      Branch: cfgperl
43892           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
43893           !> t/op/substr.t toke.c
43894 ____________________________________________________________________________
43895 [  6090] By: gsar                                  on 2000/05/07  19:47:07
43896         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
43897              [NI]OK; added tests for both
43898      Branch: perl
43899            ! perl.c pp_hot.c sv.c t/op/substr.t
43900 ____________________________________________________________________________
43901 [  6089] By: gsar                                  on 2000/05/07  18:18:38
43902         Log: buildtoc tweak to fix newline lossage
43903      Branch: perl
43904            ! pod/buildtoc
43905 ____________________________________________________________________________
43906 [  6088] By: jhi                                   on 2000/05/07  16:35:36
43907         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
43908              because we do not use those.  The HAS_GETSPNAM remains,
43909              though, because we still do use that.
43910      Branch: cfgperl
43911            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43912            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
43913            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
43914            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
43915            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43916            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
43917 ____________________________________________________________________________
43918 [  6087] By: gsar                                  on 2000/05/07  16:05:16
43919         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
43920      Branch: perl
43921            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
43922 ____________________________________________________________________________
43923 [  6086] By: jhi                                   on 2000/05/07  15:27:07
43924         Log: Integrate with Sarathy.
43925      Branch: cfgperl
43926           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43927           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43928           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
43929           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
43930           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
43931           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
43932 ____________________________________________________________________________
43933 [  6085] By: gsar                                  on 2000/05/07  05:52:02
43934         Log: repeat operator (x) doesn't preserve utf8-ness
43935      Branch: perl
43936            ! pp.c t/op/substr.t
43937 ____________________________________________________________________________
43938 [  6084] By: gsar                                  on 2000/05/07  05:39:55
43939         Log: substr() does not preserve utf8-ness (from Stefan Eissing
43940              <Eissing@medicaldataservice.de>); added tests
43941      Branch: perl
43942            ! pp.c t/op/substr.t
43943 ____________________________________________________________________________
43944 [  6083] By: gsar                                  on 2000/05/07  05:24:46
43945         Log: note about undocumented caller() return value (from M.J.T. Guy);
43946              yet another peek.t tweak
43947      Branch: perl
43948            ! pod/perlfunc.pod t/lib/peek.t
43949 ____________________________________________________________________________
43950 [  6082] By: gsar                                  on 2000/05/07  05:08:40
43951         Log: peek.t non-portable to ithreads
43952      Branch: perl
43953            ! t/lib/peek.t
43954 ____________________________________________________________________________
43955 [  6081] By: gsar                                  on 2000/05/07  04:17:04
43956         Log: better default perlbug categories for ok reports (from Richard Foley)
43957      Branch: perl
43958            ! utils/perlbug.PL
43959 ____________________________________________________________________________
43960 [  6080] By: gsar                                  on 2000/05/07  04:08:07
43961         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
43962              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
43963      Branch: perl
43964            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43965            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
43966            ! AUTHORS MAINTAIN MANIFEST
43967 ____________________________________________________________________________
43968 [  6079] By: gsar                                  on 2000/05/07  04:01:38
43969         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
43970      Branch: perl
43971            ! lib/Carp/Heavy.pm
43972 ____________________________________________________________________________
43973 [  6078] By: gsar                                  on 2000/05/07  01:24:19
43974         Log: workaround for CRT bug in chdir() (from Charles Lane, via
43975              Peter Prymmer)
43976      Branch: perl
43977            ! iperlsys.h vms/vms.c vms/vmsish.h
43978 ____________________________________________________________________________
43979 [  6077] By: gsar                                  on 2000/05/07  01:22:23
43980         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
43981              and Tom Phoenix)
43982      Branch: perl
43983            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
43984 ____________________________________________________________________________
43985 [  6076] By: gsar                                  on 2000/05/06  17:36:29
43986         Log: integrate cfgperl contents into mainline
43987      Branch: perl
43988           +> t/lib/peek.t
43989           !> Configure MANIFEST Porting/Glossary Porting/config.sh
43990           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
43991           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
43992           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
43993 ____________________________________________________________________________
43994 [  6075] By: jhi                                   on 2000/05/05  18:56:10
43995         Log: Make the test more portable.
43996      Branch: cfgperl
43997            ! t/lib/peek.t
43998 ____________________________________________________________________________
43999 [  6074] By: jhi                                   on 2000/05/05  18:49:20
44000         Log: Introduce t/lib/peek.t.
44001      Branch: cfgperl
44002            + t/lib/peek.t
44003            ! MANIFEST
44004 ____________________________________________________________________________
44005 [  6073] By: jhi                                   on 2000/05/05  14:30:45
44006         Log: Complex tweaks.
44007      Branch: cfgperl
44008            ! lib/Math/Complex.pm t/lib/complex.t
44009 ____________________________________________________________________________
44010 [  6072] By: jhi                                   on 2000/05/05  12:27:13
44011         Log: Integrate with Sarathy.
44012      Branch: cfgperl
44013           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44014           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44015           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
44016           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
44017 ____________________________________________________________________________
44018 [  6071] By: gsar                                  on 2000/05/05  02:24:46
44019         Log: misformatted perllocal.pod (from Tim Jenness
44020              <t.jenness@jach.hawaii.edu>)
44021      Branch: perl
44022            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44023 ____________________________________________________________________________
44024 [  6070] By: gsar                                  on 2000/05/05  02:16:52
44025         Log: remove misleading comment (from M.J.T. Guy)
44026      Branch: perl
44027            ! t/lib/anydbm.t
44028 ____________________________________________________________________________
44029 [  6069] By: gsar                                  on 2000/05/05  02:15:13
44030         Log: File::Spec compatibility update (from Barrie Slaymaker
44031              <barries@slaysys.com>)
44032      Branch: perl
44033            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44034            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44035 ____________________________________________________________________________
44036 [  6068] By: gsar                                  on 2000/05/05  02:01:50
44037         Log: note about values()
44038      Branch: perl
44039            ! pod/perlfunc.pod
44040 ____________________________________________________________________________
44041 [  6067] By: gsar                                  on 2000/05/05  01:33:09
44042         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
44043      Branch: perl
44044            ! win32/win32.c
44045 ____________________________________________________________________________
44046 [  6066] By: gsar                                  on 2000/05/05  01:23:43
44047         Log: s/END/CHECK/
44048      Branch: perl
44049            ! perl.c
44050 ____________________________________________________________________________
44051 [  6065] By: jhi                                   on 2000/05/04  17:30:22
44052         Log: Integrate with Sarathy.
44053      Branch: cfgperl
44054           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
44055 ____________________________________________________________________________
44056 [  6064] By: gsar                                  on 2000/05/04  17:26:14
44057         Log: change#5905 wasn't quite right--it's intent only applies when arguments
44058              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
44059      Branch: perl
44060            ! pp_sys.c sv.c
44061 ____________________________________________________________________________
44062 [  6063] By: gsar                                  on 2000/05/04  16:52:29
44063         Log: tokeq() could read unallocated field in argument
44064      Branch: perl
44065            ! toke.c
44066 ____________________________________________________________________________
44067 [  6062] By: gsar                                  on 2000/05/04  16:34:51
44068         Log: additional tests for utf8.t
44069      Branch: perl
44070            ! t/pragma/utf8.t
44071 ____________________________________________________________________________
44072 [  6061] By: gsar                                  on 2000/05/04  16:09:28
44073         Log: change#5921 neglected to make eq honor "use bytes"
44074      Branch: perl
44075            ! sv.c
44076 ____________________________________________________________________________
44077 [  6060] By: jhi                                   on 2000/05/04  15:30:16
44078         Log: Integrate with Sarathy.
44079      Branch: cfgperl
44080           !> perl.c regcomp.c t/pragma/utf8.t
44081 ____________________________________________________________________________
44082 [  6059] By: jhi                                   on 2000/05/04  15:26:37
44083         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
44084              in natively 64-bit platforms where a long is a quad (no need
44085              for long longs).  Also added bias for IVs.
44086      Branch: cfgperl
44087            ! toke.c
44088 ____________________________________________________________________________
44089 [  6058] By: gsar                                  on 2000/05/04  00:19:14
44090         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
44091              (spotted by Donald Kinzer <dkinzer@premia.com>)
44092      Branch: perl
44093            ! perl.c
44094 ____________________________________________________________________________
44095 [  6057] By: gsar                                  on 2000/05/03  18:34:01
44096         Log: fix broken parsing of /\x{ab}/
44097      Branch: perl
44098            ! regcomp.c t/pragma/utf8.t
44099 ____________________________________________________________________________
44100 [  6056] By: jhi                                   on 2000/05/03  17:57:16
44101         Log: The search of infinity continues, this time simplified.
44102      Branch: cfgperl
44103            ! lib/Math/Complex.pm
44104 ____________________________________________________________________________
44105 [  6055] By: jhi                                   on 2000/05/03  17:45:30
44106         Log: Detypo.
44107      Branch: cfgperl
44108            ! hints/unicos.sh
44109 ____________________________________________________________________________
44110 [  6054] By: jhi                                   on 2000/05/02  22:28:27
44111         Log: Be more forgiving in POSIX about HUGE_VALL.
44112      Branch: cfgperl
44113            ! ext/POSIX/POSIX.xs
44114 ____________________________________________________________________________
44115 [  6053] By: jhi                                   on 2000/05/02  22:25:05
44116         Log: Integrate with Sarathy.
44117      Branch: cfgperl
44118           !> hints/irix_6.sh pod/perlop.pod
44119 ____________________________________________________________________________
44120 [  6052] By: jhi                                   on 2000/05/02  22:24:31
44121         Log: Unicos hint tweak.
44122      Branch: cfgperl
44123            ! hints/unicos.sh
44124 ____________________________________________________________________________
44125 [  6051] By: jhi                                   on 2000/05/02  22:21:26
44126         Log: Complex tweakery.
44127      Branch: cfgperl
44128            ! lib/Math/Complex.pm t/lib/complex.t
44129 ____________________________________________________________________________
44130 [  6050] By: jhi                                   on 2000/05/02  19:26:22
44131         Log: Use setxxent()/endxxent().
44132      Branch: cfgperl
44133            ! t/op/grent.t t/op/pwent.t
44134 ____________________________________________________________________________
44135 [  6049] By: jhi                                   on 2000/05/02  19:06:02
44136         Log: Test both the scalar and list contexts.
44137      Branch: cfgperl
44138            ! t/op/grent.t t/op/pwent.t
44139 ____________________________________________________________________________
44140 [  6048] By: gsar                                  on 2000/05/02  18:29:10
44141         Log: add note about how $( doesn't interpolate in REs (from
44142              Philip Newton <newton@ficus.frogspace.net>)
44143      Branch: perl
44144            ! pod/perlop.pod
44145 ____________________________________________________________________________
44146 [  6047] By: jhi                                   on 2000/05/02  17:41:24
44147         Log: Call getspnam() only iff needd.
44148      Branch: cfgperl
44149            ! pp_sys.c
44150 ____________________________________________________________________________
44151 [  6046] By: gsar                                  on 2000/05/02  17:07:25
44152         Log: libscheck has insufficient checks for n32 libs (from
44153              Albert Chin-A-Young <china@thewrittenword.com>)
44154      Branch: perl
44155            ! hints/irix_6.sh
44156 ____________________________________________________________________________
44157 [  6045] By: jhi                                   on 2000/05/02  13:57:17
44158         Log: Integrate with Sarathy.
44159      Branch: cfgperl
44160           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
44161           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
44162 ____________________________________________________________________________
44163 [  6044] By: gsar                                  on 2000/05/02  06:48:19
44164         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
44165              such that underscores are only ignored in literal numbers,
44166              "\x{...}", and hex/oct argument
44167      Branch: perl
44168            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
44169 ____________________________________________________________________________
44170 [  6043] By: gsar                                  on 2000/05/02  02:22:29
44171         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
44172      Branch: perl
44173            ! pod/perlretut.pod
44174 ____________________________________________________________________________
44175 [  6042] By: gsar                                  on 2000/05/02  02:17:51
44176         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
44177      Branch: perl
44178            ! pod/perltrap.pod
44179 ____________________________________________________________________________
44180 [  6041] By: gsar                                  on 2000/05/02  01:53:51
44181         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
44182              to compensate
44183      Branch: perl
44184            ! Porting/makerel
44185 ____________________________________________________________________________
44186 [  6040] By: gsar                                  on 2000/05/02  01:51:57
44187         Log: missing files in MANIFEST
44188      Branch: perl
44189            ! MANIFEST
44190 ____________________________________________________________________________
44191 [  6039] By: jhi                                   on 2000/05/02  00:36:46
44192         Log: Infinite problems.
44193      Branch: cfgperl
44194            ! lib/Math/Complex.pm
44195 ____________________________________________________________________________
44196 [  6038] By: jhi                                   on 2000/05/02  00:06:38
44197         Log: pwent/spent #ifdef imbalance.
44198      Branch: cfgperl
44199            ! pp_sys.c
44200 ____________________________________________________________________________
44201 [  6037] By: jhi                                   on 2000/05/01  22:50:11
44202         Log: Use HUGE_VALL if applicable.
44203      Branch: cfgperl
44204            ! ext/POSIX/POSIX.xs util.c
44205 ____________________________________________________________________________
44206 [  6036] By: jhi                                   on 2000/05/01  22:20:53
44207         Log: Correct Freudian slip.
44208      Branch: cfgperl
44209            ! pp_sys.c
44210 ____________________________________________________________________________
44211 [  6035] By: jhi                                   on 2000/05/01  21:07:38
44212         Log: Continue on the pwent/spent case.
44213      Branch: cfgperl
44214            ! pp_sys.c
44215 ____________________________________________________________________________
44216 [  6034] By: jhi                                   on 2000/05/01  17:45:14
44217         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
44218              adjustments in 6032 conflicted badly with this, will have
44219              to revisit them later.
44220      Branch: cfgperl
44221           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
44222           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44223           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
44224           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
44225           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
44226           !> t/lib/cgi-html.t t/lib/cgi-request.t
44227 ____________________________________________________________________________
44228 [  6033] By: jhi                                   on 2000/05/01  17:40:49
44229         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
44230      Branch: cfgperl
44231            ! pp_sys.c
44232 ____________________________________________________________________________
44233 [  6032] By: gsar                                  on 2000/05/01  15:56:32
44234         Log: whitespace adjustments
44235      Branch: perl
44236            ! pp_sys.c
44237 ____________________________________________________________________________
44238 [  6031] By: gsar                                  on 2000/05/01  15:19:41
44239         Log: small nits in diagnostics.pm (from Robin Barker)
44240      Branch: perl
44241            ! lib/diagnostics.pm pod/perldiag.pod
44242 ____________________________________________________________________________
44243 [  6030] By: gsar                                  on 2000/05/01  08:39:18
44244         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
44245              for @- and @+ (from Johan Vromans)
44246      Branch: perl
44247            ! lib/English.pm pod/perlvar.pod
44248 ____________________________________________________________________________
44249 [  6029] By: gsar                                  on 2000/05/01  08:16:10
44250         Log: add CGI.pm v2.66 (from Lincoln Stein)
44251      Branch: perl
44252            + lib/CGI/Util.pm t/lib/cgi-pretty.t
44253            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
44254            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
44255            ! t/lib/cgi-html.t t/lib/cgi-request.t
44256 ____________________________________________________________________________
44257 [  6028] By: gsar                                  on 2000/05/01  06:34:41
44258         Log: Pod::Man generates groff-incompatible macro definition (from
44259              Tom Christiansen)
44260      Branch: perl
44261            ! lib/Pod/Man.pm
44262 ____________________________________________________________________________
44263 [  6027] By: gsar                                  on 2000/05/01  06:31:36
44264         Log: podlators-1.02 update (from Russ Allbery)
44265      Branch: perl
44266            ! lib/Pod/Man.pm lib/Pod/Text.pm
44267 ____________________________________________________________________________
44268 [  6026] By: jhi                                   on 2000/04/30  23:24:23
44269         Log: Integrate with Sarathy.
44270      Branch: cfgperl
44271           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44272           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
44273           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44274           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44275           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
44276           !> t/lib/syslog.t toke.c win32/win32.h
44277 ____________________________________________________________________________
44278 [  6025] By: gsar                                  on 2000/04/30  18:17:47
44279         Log: Is{Alnum,Alpha,Word} don't match titlecase
44280              
44281              TODO: IsSpace is defined recursively!
44282              
44283              (both spotted by Larry)
44284      Branch: perl
44285            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44286            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44287 ____________________________________________________________________________
44288 [  6024] By: gsar                                  on 2000/04/30  17:50:19
44289         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
44290              (from Hugo van der Sanden)
44291      Branch: perl
44292            ! toke.c
44293 ____________________________________________________________________________
44294 [  6023] By: gsar                                  on 2000/04/30  17:14:43
44295         Log: debugger stomps on $. (from M.J.T. Guy)
44296      Branch: perl
44297            ! lib/perl5db.pl
44298 ____________________________________________________________________________
44299 [  6022] By: gsar                                  on 2000/04/30  16:59:22
44300         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
44301      Branch: perl
44302            ! sv.c
44303 ____________________________________________________________________________
44304 [  6021] By: gsar                                  on 2000/04/29  21:00:08
44305         Log: remove Win2K issue in pod (fixed by change#6020)
44306      Branch: perl
44307            ! README.win32 pod/perl56delta.pod
44308 ____________________________________________________________________________
44309 [  6020] By: gsar                                  on 2000/04/29  20:51:49
44310         Log: test tweak
44311      Branch: perl
44312            ! t/lib/open3.t
44313 ____________________________________________________________________________
44314 [  6019] By: gsar                                  on 2000/04/29  20:34:27
44315         Log: windows portability tweaks
44316      Branch: perl
44317            ! t/lib/b.t win32/win32.h
44318 ____________________________________________________________________________
44319 [  6018] By: gsar                                  on 2000/04/29  19:55:24
44320         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
44321              make _PATH_LOG() return "" if unavailable
44322      Branch: perl
44323            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
44324            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
44325 ____________________________________________________________________________
44326 [  6017] By: jhi                                   on 2000/04/28  22:49:46
44327         Log: Integrate with Sarathy.
44328      Branch: cfgperl
44329           !> op.c perl.c pod/perldiag.pod t/lib/b.t
44330 ____________________________________________________________________________
44331 [  6016] By: jhi                                   on 2000/04/28  22:46:14
44332         Log: Do not warn that an infinity does not look like a number.
44333      Branch: cfgperl
44334            ! sv.c
44335 ____________________________________________________________________________
44336 [  6015] By: gsar                                  on 2000/04/28  22:35:49
44337         Log: tweak test for portability
44338      Branch: perl
44339            ! t/lib/b.t
44340 ____________________________________________________________________________
44341 [  6014] By: gsar                                  on 2000/04/28  22:05:31
44342         Log: glob() loading File::Glob behind the scenes may cause syntax errors
44343      Branch: perl
44344            ! op.c
44345 ____________________________________________________________________________
44346 [  6013] By: gsar                                  on 2000/04/28  21:25:22
44347         Log: tweak change#5945 to display correct switch name in diagnostic
44348      Branch: perl
44349            ! perl.c pod/perldiag.pod
44350 ____________________________________________________________________________
44351 [  6012] By: jhi                                   on 2000/04/28  21:08:12
44352         Log: Integrate with Sarathy.
44353      Branch: cfgperl
44354           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
44355           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
44356           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
44357 ____________________________________________________________________________
44358 [  6011] By: jhi                                   on 2000/04/28  21:04:46
44359         Log: &HUGE_VAL is not defined, it exists.
44360      Branch: cfgperl
44361            ! lib/Math/Complex.pm
44362 ____________________________________________________________________________
44363 [  6010] By: gsar                                  on 2000/04/28  21:02:58
44364         Log: clarify note about shadow password support (from
44365              gellyfish@gellyfish.com)
44366      Branch: perl
44367            ! pod/perlfunc.pod
44368 ____________________________________________________________________________
44369 [  6009] By: gsar                                  on 2000/04/28  21:00:00
44370         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
44371      Branch: perl
44372            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
44373 ____________________________________________________________________________
44374 [  6008] By: gsar                                  on 2000/04/28  20:56:33
44375         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
44376      Branch: perl
44377            ! installperl vms/subconfigure.com
44378 ____________________________________________________________________________
44379 [  6007] By: gsar                                  on 2000/04/28  20:51:21
44380         Log: note about compile failures and END blocks (from M.J.T. Guy)
44381      Branch: perl
44382            ! pod/perl56delta.pod pod/perlmod.pod
44383 ____________________________________________________________________________
44384 [  6006] By: jhi                                   on 2000/04/28  20:42:14
44385         Log: Regen Configure.
44386      Branch: cfgperl
44387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44388            ! config_h.SH
44389 ____________________________________________________________________________
44390 [  6005] By: gsar                                  on 2000/04/28  20:41:16
44391         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
44392      Branch: perl
44393            ! utils/perldoc.PL
44394 ____________________________________________________________________________
44395 [  6004] By: jhi                                   on 2000/04/28  20:28:21
44396         Log: Integrate with Sarathy.
44397      Branch: cfgperl
44398           !> Configure INSTALL Porting/Glossary Porting/config.sh
44399           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
44400           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
44401           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44402           !> win32/config.vc win32/win32.c
44403 ____________________________________________________________________________
44404 [  6003] By: gsar                                  on 2000/04/28  20:11:20
44405         Log: allow REG_EXPAND_SZ keys in Windows registry (from
44406              John Clayton <John.Clayton@barclayscapital.com>)
44407      Branch: perl
44408            ! win32/win32.c
44409 ____________________________________________________________________________
44410 [  6002] By: gsar                                  on 2000/04/28  19:34:16
44411         Log: destructive sv_setsv() can lose UV-ness from source, causing
44412              numeric promotions/comparisons to fail to do the right thing
44413      Branch: perl
44414            ! sv.c
44415 ____________________________________________________________________________
44416 [  6001] By: gsar                                  on 2000/04/28  18:44:15
44417         Log: support additional library locations via $Config{otherlibdirs}
44418              (from Andy Dougherty)
44419      Branch: perl
44420            ! Configure INSTALL Porting/Glossary Porting/config.sh
44421            ! Porting/config_H config_h.SH epoc/config.sh perl.c
44422            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
44423            ! win32/config.bc win32/config.gc win32/config.vc
44424 ____________________________________________________________________________
44425 [  6000] By: gsar                                  on 2000/04/28  18:26:58
44426         Log: reworked otherlibdirs.U (from Andy Dougherty)
44427      Branch: metaconfig
44428            ! U/installdirs/otherlibdirs.U
44429 ____________________________________________________________________________
44430 [  5999] By: gsar                                  on 2000/04/28  18:17:07
44431         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
44432      Branch: perl
44433            ! t/pragma/warn/toke toke.c
44434 ____________________________________________________________________________
44435 [  5998] By: jhi                                   on 2000/04/28  13:32:17
44436         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
44437      Branch: cfgperl
44438            ! lib/Math/Complex.pm
44439 ____________________________________________________________________________
44440 [  5997] By: jhi                                   on 2000/04/28  13:14:04
44441         Log: Preserve $!.
44442      Branch: cfgperl
44443            ! lib/Math/Complex.pm
44444 ____________________________________________________________________________
44445 [  5996] By: jhi                                   on 2000/04/28  12:59:23
44446         Log: Integrate with Sarathy.
44447      Branch: cfgperl
44448           +> pod/perlrequick.pod pod/perlretut.pod
44449           !> (integrate 51 files)
44450 ____________________________________________________________________________
44451 [  5995] By: gsar                                  on 2000/04/28  09:37:36
44452         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
44453      Branch: perl
44454            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
44455 ____________________________________________________________________________
44456 [  5994] By: gsar                                  on 2000/04/28  09:33:26
44457         Log: fix for missed accounting for null byte in pack("Z",...) (from
44458              M.J.T. Guy)
44459      Branch: perl
44460            ! pp.c t/op/pack.t
44461 ____________________________________________________________________________
44462 [  5993] By: gsar                                  on 2000/04/28  09:30:05
44463         Log: various minor tweaks seen on p5p
44464      Branch: perl
44465            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
44466 ____________________________________________________________________________
44467 [  5992] By: gsar                                  on 2000/04/28  09:08:19
44468         Log: pod nit (from Simon Cozens)
44469      Branch: perl
44470            ! pod/perlop.pod
44471 ____________________________________________________________________________
44472 [  5991] By: gsar                                  on 2000/04/28  09:06:36
44473         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
44474      Branch: perl
44475            ! README.posix-bc hints/posix-bc.sh
44476 ____________________________________________________________________________
44477 [  5990] By: gsar                                  on 2000/04/28  08:54:52
44478         Log: use $ENV{LIB} to search for libs under Visual C compiler
44479              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
44480      Branch: perl
44481            ! lib/ExtUtils/Liblist.pm
44482 ____________________________________________________________________________
44483 [  5989] By: gsar                                  on 2000/04/28  08:27:12
44484         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
44485              itself and no other (from Tom Hughes)
44486      Branch: perl
44487            ! t/op/array.t toke.c
44488 ____________________________________________________________________________
44489 [  5988] By: gsar                                  on 2000/04/28  08:01:38
44490         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
44491              <paul@miraclefish.com>)
44492      Branch: perl
44493            ! lib/ExtUtils/MakeMaker.pm
44494 ____________________________________________________________________________
44495 [  5987] By: gsar                                  on 2000/04/28  07:53:09
44496         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
44497      Branch: perl
44498            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
44499 ____________________________________________________________________________
44500 [  5986] By: gsar                                  on 2000/04/28  07:44:17
44501         Log: add regular expressions tutorial and quick-start guide (from
44502              Mark Kvale <kvale@phy.ucsf.edu>)
44503      Branch: perl
44504            + pod/perlrequick.pod pod/perlretut.pod
44505            ! AUTHORS MAINTAIN MANIFEST
44506 ____________________________________________________________________________
44507 [  5985] By: gsar                                  on 2000/04/28  07:30:28
44508         Log: forked child may not exit correctly if it failed to open
44509              /dev/console (from Graham Barr)
44510      Branch: perl
44511            ! ext/Sys/Syslog/Syslog.pm
44512 ____________________________________________________________________________
44513 [  5984] By: gsar                                  on 2000/04/28  07:27:20
44514         Log: attributes::reftype() doesn't work on tied argument
44515      Branch: perl
44516            ! xsutils.c
44517 ____________________________________________________________________________
44518 [  5983] By: gsar                                  on 2000/04/28  07:15:04
44519         Log: numeric conversion of non-number in change#3378 tramples on
44520              OOK offset, causing segfaults
44521      Branch: perl
44522            ! sv.c
44523 ____________________________________________________________________________
44524 [  5982] By: gsar                                  on 2000/04/28  04:48:25
44525         Log: avoid error in IO::Socket::INET when given an unknown service name
44526              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
44527      Branch: perl
44528            ! ext/IO/lib/IO/Socket/INET.pm
44529 ____________________________________________________________________________
44530 [  5981] By: gsar                                  on 2000/04/28  04:31:31
44531         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
44532              prototype mismatch with CORE::glob(); update pod and tests to
44533              suit (File::Glob::glob() is still available for backward
44534              compatibility, but should be considered deprecated)
44535      Branch: perl
44536            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
44537            ! t/lib/glob-taint.t
44538 ____________________________________________________________________________
44539 [  5980] By: gsar                                  on 2000/04/28  03:47:29
44540         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
44541              <ghudson@mit.edu>)
44542      Branch: metaconfig
44543            ! U/modified/Options.U
44544      Branch: perl
44545            ! Configure
44546 ____________________________________________________________________________
44547 [  5979] By: gsar                                  on 2000/04/28  03:07:54
44548         Log: under useithreads, constant pad entries could inadvertantly be
44549              shared across threads (from Eric Blood <eblood@xmission.com>);
44550              added Eric's test case to testsuite
44551      Branch: perl
44552            ! op.c t/op/misc.t
44553 ____________________________________________________________________________
44554 [  5978] By: gsar                                  on 2000/04/27  21:13:00
44555         Log: sync version numbers in File::Spec with the ones on CPAN
44556              (from Barrie Slaymaker)
44557      Branch: perl
44558            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44559            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44560            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44561 ____________________________________________________________________________
44562 [  5977] By: gsar                                  on 2000/04/27  21:07:29
44563         Log: autoquote barewords followed by newline and arrow properly
44564              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
44565      Branch: perl
44566            ! t/pragma/warn/toke toke.c
44567 ____________________________________________________________________________
44568 [  5976] By: gsar                                  on 2000/04/27  20:41:20
44569         Log: DB_File v1.73 update (from Paul Marquess)
44570      Branch: perl
44571            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44572            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44573 ____________________________________________________________________________
44574 [  5975] By: gsar                                  on 2000/04/27  20:34:24
44575         Log: allow sort() reentrancy (variant of patch suggested by
44576              Hugo van der Sanden)
44577      Branch: perl
44578            ! pp_ctl.c t/op/sort.t
44579 ____________________________________________________________________________
44580 [  5974] By: gsar                                  on 2000/04/27  19:46:57
44581         Log: change#4197 somehow missed initializing PL_errors, meaning
44582              sytax error queueing wasn't working outside eval"" at all;
44583              also fixed eval"" to localize PL_error_count, so that compile-time
44584              eval's don't clobber the error state of the outer context
44585      Branch: perl
44586            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
44587            ! t/pragma/warn/toke
44588 ____________________________________________________________________________
44589 [  5973] By: gsar                                  on 2000/04/27  18:29:05
44590         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
44591      Branch: perl
44592            ! regcomp.c regexec.c t/op/re_tests
44593 ____________________________________________________________________________
44594 [  5972] By: jhi                                   on 2000/04/27  18:22:41
44595         Log: Integrate with Sarathy.
44596      Branch: cfgperl
44597           +> t/lib/b.t t/lib/syslog.t
44598           !> (integrate 31 files)
44599 ____________________________________________________________________________
44600 [  5971] By: jhi                                   on 2000/04/27  18:18:46
44601         Log: Unicos tweaks from Mark P. Lutz.
44602      Branch: cfgperl
44603            ! hints/unicos.sh lib/Math/Complex.pm
44604 ____________________________________________________________________________
44605 [  5970] By: gsar                                  on 2000/04/27  18:05:11
44606         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
44607              IV is >32bits
44608      Branch: perl
44609            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
44610 ____________________________________________________________________________
44611 [  5969] By: gsar                                  on 2000/04/27  17:50:56
44612         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
44613      Branch: perl
44614            + t/lib/syslog.t
44615            ! MANIFEST ext/Sys/Syslog/Syslog.pm
44616 ____________________________________________________________________________
44617 [  5968] By: gsar                                  on 2000/04/27  17:44:49
44618         Log: tolerate spaces in group names in test on solaris (from David Boyce
44619              <dsb@boyski.com>)
44620      Branch: perl
44621            ! t/op/groups.t
44622 ____________________________________________________________________________
44623 [  5967] By: gsar                                  on 2000/04/27  17:41:22
44624         Log: improved docs on the warn_uninit diagnostic (from David Glasser
44625              and Simon Cozens)
44626      Branch: perl
44627            ! pod/perldiag.pod
44628 ____________________________________________________________________________
44629 [  5966] By: gsar                                  on 2000/04/27  16:54:58
44630         Log: add testsuite for B backends, fix bug in B::Deparse (from
44631              Simon Cozens <simon@brecon.co.uk>)
44632      Branch: perl
44633            + t/lib/b.t
44634            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
44635 ____________________________________________________________________________
44636 [  5965] By: gsar                                  on 2000/04/27  16:10:37
44637         Log: avoid "will not stay shared" warnings for our variables (from
44638              Robin Barker)
44639      Branch: perl
44640            ! op.c t/pragma/warn/op
44641 ____________________________________________________________________________
44642 [  5964] By: gsar                                  on 2000/04/27  07:05:05
44643         Log: reformat to 72 columns (again)
44644      Branch: perl
44645            ! pod/perldiag.pod
44646 ____________________________________________________________________________
44647 [  5963] By: gsar                                  on 2000/04/27  06:28:31
44648         Log: patch from Larry to make (\&) prototype work; added tests for
44649              the same
44650      Branch: perl
44651            ! op.c t/comp/proto.t
44652 ____________________________________________________________________________
44653 [  5962] By: gsar                                  on 2000/04/27  06:15:47
44654         Log: updated README.hpux (from Jeff Okamoto)
44655      Branch: perl
44656            ! README.hpux
44657 ____________________________________________________________________________
44658 [  5961] By: gsar                                  on 2000/04/27  05:55:03
44659         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
44660      Branch: perl
44661            ! emacs/cperl-mode.el
44662 ____________________________________________________________________________
44663 [  5960] By: gsar                                  on 2000/04/27  05:49:26
44664         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
44665      Branch: perl
44666            ! INSTALL
44667 ____________________________________________________________________________
44668 [  5959] By: gsar                                  on 2000/04/27  05:33:41
44669         Log: doubled words in pods (from Simon Cozens
44670              <simon.p.cozens@jp.pwcglobal.com>)
44671      Branch: perl
44672            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
44673            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
44674            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
44675            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
44676            ! pod/perltootc.pod
44677 ____________________________________________________________________________
44678 [  5958] By: gsar                                  on 2000/04/27  05:11:39
44679         Log: change#3569 deleted some essential code, revert; avoid use of
44680              atexit() to make DynaLoader work properly on AIX under mod_perl
44681              (from Jens-Uwe Mager <jum@helios.de>)
44682      Branch: perl
44683            ! ext/DynaLoader/dl_aix.xs
44684 ____________________________________________________________________________
44685 [  5957] By: gsar                                  on 2000/04/27  04:54:51
44686         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
44687      Branch: perl
44688            ! pod/perlmod.pod
44689 ____________________________________________________________________________
44690 [  5956] By: gsar                                  on 2000/04/27  04:51:47
44691         Log: better diagnostics on failed tests (from Ilya Zakharevich)
44692      Branch: perl
44693            ! t/op/lex_assign.t
44694 ____________________________________________________________________________
44695 [  5955] By: gsar                                  on 2000/04/27  04:26:44
44696         Log: longstanding bug exposed by change#3307: sort arguments weren't
44697              compiled with the right wantarray context (ensuing runtime lookup
44698              via block_gimme() was getting the incidental context of the
44699              sort() itself)
44700      Branch: perl
44701            ! op.c t/op/sort.t
44702 ____________________________________________________________________________
44703 [  5954] By: gsar                                  on 2000/04/26  23:42:12
44704         Log: integrate cfgperl contents into mainline
44705      Branch: perl
44706           !> (integrate 30 files)
44707 ____________________________________________________________________________
44708 [  5953] By: jhi                                   on 2000/04/26  23:06:42
44709         Log: Integrate with Sarathy.
44710      Branch: cfgperl
44711           !> README.win32 ext/B/B/Deparse.pm
44712           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44713           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
44714           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
44715           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
44716           !> utils/perldoc.PL vms/perlvms.pod
44717 ____________________________________________________________________________
44718 [  5952] By: jhi                                   on 2000/04/26  23:03:46
44719         Log: Undo "use integer" addition from 64bitint as it seems
44720              to break most of the subtests in Digital UNIX;
44721              Unicos needs to find another way.
44722      Branch: cfgperl
44723            ! t/op/64bitint.t
44724 ____________________________________________________________________________
44725 [  5951] By: jhi                                   on 2000/04/26  22:57:53
44726         Log: Be more robust on "extreme" (large absolute value)
44727              arguments.  Originally reported by Daniel Connelly
44728              as a problem with asinh() on large negative arguments,
44729              asinh() used to bail out because an argument to log()
44730              ended up being zero.  Ilya Zakharevich proposed using
44731              Taylor's series in such cases, which for such large
44732              arguments is a very good approximation.
44733      Branch: cfgperl
44734            ! lib/Math/Complex.pm t/lib/complex.t
44735 ____________________________________________________________________________
44736 [  5950] By: gsar                                  on 2000/04/25  19:13:12
44737         Log: reformat perldiag to avoid long lines
44738      Branch: perl
44739            ! pod/perldiag.pod
44740 ____________________________________________________________________________
44741 [  5949] By: gsar                                  on 2000/04/25  18:41:11
44742         Log: make perldoc use the pod2man from the same version (from
44743              M.J.T. Guy)
44744      Branch: perl
44745            ! utils/perldoc.PL
44746 ____________________________________________________________________________
44747 [  5948] By: gsar                                  on 2000/04/25  18:21:57
44748         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
44749              <kompas@kompas.usr.onet.pl>)
44750      Branch: perl
44751            ! lib/vars.pm
44752 ____________________________________________________________________________
44753 [  5947] By: gsar                                  on 2000/04/25  18:11:53
44754         Log: use &dl_error rather than &dl_load_file as the guard for calling
44755              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
44756              statically built perl)
44757      Branch: perl
44758            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44759 ____________________________________________________________________________
44760 [  5946] By: jhi                                   on 2000/04/25  17:37:54
44761         Log: Document that tr() is not tr(1).
44762      Branch: cfgperl
44763            ! pod/perlop.pod
44764 ____________________________________________________________________________
44765 [  5945] By: gsar                                  on 2000/04/25  16:34:33
44766         Log: make module name mandatory after -M switch; reorder perldiag
44767              alphabetically (from Mark-Jason Dominus)
44768      Branch: perl
44769            ! perl.c pod/perldiag.pod
44770 ____________________________________________________________________________
44771 [  5944] By: jhi                                   on 2000/04/25  01:15:18
44772         Log: On second thoughts frexp() does have two arguments.
44773      Branch: cfgperl
44774            ! perl.h
44775 ____________________________________________________________________________
44776 [  5943] By: jhi                                   on 2000/04/24  22:56:32
44777         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
44778              Now pp_ncmp() returns undef is either operand is a NaN.
44779      Branch: cfgperl
44780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44781            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
44782            ! vms/subconfigure.com vos/config.def vos/config.h
44783            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
44784            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44785            ! win32/config_H.vc
44786      Branch: metaconfig/U/perl
44787            + d_modfl.U
44788 ____________________________________________________________________________
44789 [  5942] By: jhi                                   on 2000/04/24  19:45:17
44790         Log: Regen Configure to match #5937.
44791      Branch: cfgperl
44792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44793            ! config_h.SH
44794      Branch: metaconfig
44795            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
44796 ____________________________________________________________________________
44797 [  5941] By: jhi                                   on 2000/04/24  19:24:11
44798         Log: Further Unicos fixes for Mark Lutz.
44799      Branch: cfgperl
44800            ! hints/unicos.sh pp_ctl.c
44801 ____________________________________________________________________________
44802 [  5940] By: jhi                                   on 2000/04/24  19:09:06
44803         Log: Various Unicos 10.0.0.6 fixes.
44804              
44805              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
44806              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
44807              Reply-To: tecmpl1@triton.ca.boeing.com 
44808              To: perl5-porters@perl.org 
44809              Date: Fri, 14 Apr 2000 20:21:00 GMT 
44810              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
44811      Branch: cfgperl
44812            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
44813 ____________________________________________________________________________
44814 [  5939] By: gsar                                  on 2000/04/24  19:01:24
44815         Log: more pod nits (from Larry Virden)
44816      Branch: perl
44817            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
44818            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
44819            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
44820 ____________________________________________________________________________
44821 [  5938] By: gsar                                  on 2000/04/24  18:54:01
44822         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
44823      Branch: perl
44824            ! ext/B/B/Deparse.pm
44825 ____________________________________________________________________________
44826 [  5937] By: jhi                                   on 2000/04/24  17:39:00
44827         Log: Integrate with Sarathy.
44828      Branch: cfgperl
44829           +> (branch 31 files)
44830           !> (integrate 73 files)
44831 ____________________________________________________________________________
44832 [  5936] By: gsar                                  on 2000/04/24  17:30:06
44833         Log: additional tests for change#5934 (from Paul Marquess, who also
44834              sent in the same fix)
44835      Branch: perl
44836            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
44837            ! t/pragma/warn/5nolint t/pragma/warn/6default
44838 ____________________________________________________________________________
44839 [  5935] By: jhi                                   on 2000/04/24  17:26:05
44840         Log: Do not assume sign propagation.
44841              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
44842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
44843              To: payner@ncifcrf.gov, perl5-porters@perl.org 
44844              Date: Tue, 18 Apr 2000 18:24:49 +0100 
44845              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
44846      Branch: cfgperl
44847            ! t/op/bop.t t/op/misc.t
44848 ____________________________________________________________________________
44849 [  5934] By: gsar                                  on 2000/04/24  17:16:54
44850         Log: propagate lexical warnings from surrounding scope correctly
44851              within string eval()
44852      Branch: perl
44853            ! pp_ctl.c t/pragma/warn/pp_ctl
44854 ____________________________________________________________________________
44855 [  5933] By: jhi                                   on 2000/04/24  17:01:07
44856         Log: Flatten the cpp jungle doing the nosuid checking.
44857      Branch: cfgperl
44858            ! perl.c
44859 ____________________________________________________________________________
44860 [  5932] By: gsar                                  on 2000/04/24  09:08:14
44861         Log: add rsignal(), whichsig() and do_join() to public API list
44862              (mod_perl uses them to good advantage)
44863      Branch: perl
44864            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
44865 ____________________________________________________________________________
44866 [  5931] By: gsar                                  on 2000/04/24  09:01:40
44867         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
44868      Branch: perl
44869            ! pp_hot.c regexec.c t/op/pat.t
44870 ____________________________________________________________________________
44871 [  5930] By: gsar                                  on 2000/04/24  08:58:33
44872         Log: small os390 tweaks (from Peter Prymmer)
44873      Branch: perl
44874            ! config_h.SH makedepend.SH
44875 ____________________________________________________________________________
44876 [  5929] By: gsar                                  on 2000/04/24  08:55:25
44877         Log: pod nits
44878      Branch: perl
44879            ! pod/perlguts.pod
44880 ____________________________________________________________________________
44881 [  5928] By: gsar                                  on 2000/04/24  08:50:13
44882         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
44883      Branch: perl
44884            ! ext/IO/lib/IO/Poll.pm
44885 ____________________________________________________________________________
44886 [  5927] By: gsar                                  on 2000/04/24  08:43:24
44887         Log: arrange for next() to resume at the unstack op rather than the
44888              loop conditional, so that scope cleanup happens correctly
44889              (from Stephen McCamant)
44890      Branch: perl
44891            ! op.c pp_ctl.c t/op/misc.t
44892 ____________________________________________________________________________
44893 [  5926] By: gsar                                  on 2000/04/24  08:18:40
44894         Log: on windows, reserve 16M of stack rather than 128M (allows more
44895              threads to run concurrently)
44896      Branch: perl
44897            ! win32/Makefile win32/makefile.mk
44898 ____________________________________________________________________________
44899 [  5925] By: gsar                                  on 2000/04/24  08:13:52
44900         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
44901      Branch: perl
44902            ! toke.c
44903 ____________________________________________________________________________
44904 [  5924] By: gsar                                  on 2000/04/24  08:08:59
44905         Log: avoid using uninitialized memory in require version check
44906      Branch: perl
44907            ! pp_ctl.c universal.c
44908 ____________________________________________________________________________
44909 [  5923] By: gsar                                  on 2000/04/24  07:20:14
44910         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
44911      Branch: perl
44912            ! ext/IO/lib/IO/Poll.pm
44913 ____________________________________________________________________________
44914 [  5922] By: gsar                                  on 2000/04/24  07:08:42
44915         Log: commentary about IoTYPE() (from Nathan Torkington)
44916      Branch: perl
44917            ! sv.h
44918 ____________________________________________________________________________
44919 [  5921] By: gsar                                  on 2000/04/24  06:58:26
44920         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
44921              by fix
44922      Branch: perl
44923            ! sv.c t/lib/charnames.t t/pragma/utf8.t
44924 ____________________________________________________________________________
44925 [  5920] By: gsar                                  on 2000/04/24  06:37:59
44926         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
44927      Branch: perl
44928            ! doop.c t/op/ver.t
44929 ____________________________________________________________________________
44930 [  5919] By: gsar                                  on 2000/04/24  06:21:58
44931         Log: Configure might miss old directories when prefix must be
44932              expanded (from Robin Barker)
44933      Branch: metaconfig
44934            ! U/installdirs/inc_version_list.U
44935      Branch: perl
44936            ! Configure
44937 ____________________________________________________________________________
44938 [  5918] By: gsar                                  on 2000/04/24  06:16:11
44939         Log: VMS nits in glob() test (from Charles Lane)
44940      Branch: perl
44941            ! t/lib/glob-basic.t
44942 ____________________________________________________________________________
44943 [  5917] By: gsar                                  on 2000/04/24  06:11:56
44944         Log: various pod nits (from Larry Virden and others)
44945      Branch: perl
44946            ! README.amiga README.hpux README.machten README.os2
44947            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
44948            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
44949            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
44950            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
44951            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
44952            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
44953            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
44954            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
44955 ____________________________________________________________________________
44956 [  5916] By: gsar                                  on 2000/04/24  05:52:43
44957         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
44958              <wjones@tc.fluke.com>)
44959      Branch: perl
44960            ! t/lib/glob-basic.t
44961 ____________________________________________________________________________
44962 [  5915] By: gsar                                  on 2000/04/24  05:07:01
44963         Log: supported platforms mixed up
44964      Branch: perl
44965            ! pod/perl56delta.pod pod/perlport.pod
44966 ____________________________________________________________________________
44967 [  5914] By: gsar                                  on 2000/04/24  04:56:08
44968         Log: caller() wasn't returning the right number of elements for
44969              eval {...}
44970      Branch: perl
44971            ! pp_ctl.c t/pragma/warn/9enabled
44972 ____________________________________________________________________________
44973 [  5913] By: gsar                                  on 2000/04/24  04:35:41
44974         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
44975              Mark-Jason Dominus)
44976      Branch: perl
44977            ! pod/perlfunc.pod
44978 ____________________________________________________________________________
44979 [  5912] By: gsar                                  on 2000/04/24  04:17:15
44980         Log: fix totally broken caching in UNIVERSAL::isa() (from
44981              Nick Ing-Simmons)
44982      Branch: perl
44983            ! t/op/universal.t universal.c
44984 ____________________________________________________________________________
44985 [  5911] By: gsar                                  on 2000/04/24  03:39:47
44986         Log: add linebreak properties from unicode/LineBrk.txt (from
44987              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
44988      Branch: perl
44989            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
44990            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
44991            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
44992            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
44993            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
44994            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
44995            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
44996            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
44997            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
44998            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
44999            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45000            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45001            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45002            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45003            + lib/unicode/Is/LbrkZW.pl
45004            ! lib/unicode/mktables.PL
45005 ____________________________________________________________________________
45006 [  5910] By: gsar                                  on 2000/04/24  03:23:10
45007         Log: typo in pod
45008      Branch: perl
45009            ! ext/Thread/Thread.pm
45010 ____________________________________________________________________________
45011 [  5909] By: gsar                                  on 2000/04/24  03:22:03
45012         Log: mode argument to do_binmode() should be file mode, not boolean
45013      Branch: perl
45014            ! pp_sys.c
45015 ____________________________________________________________________________
45016 [  5908] By: gsar                                  on 2000/04/16  16:51:08
45017         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
45018              always returns a valid GV even when the symbol is trapped by strictures
45019              (avoids coredumps)
45020              
45021              TODO: the C<package;> hack needs similar treatment
45022      Branch: perl
45023            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
45024            ! t/pragma/strict-vars
45025 ____________________________________________________________________________
45026 [  5907] By: jhi                                   on 2000/03/31  23:42:56
45027         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
45028              an assumption which #5905 demolished.
45029      Branch: cfgperl
45030            ! pp_sys.c
45031 ____________________________________________________________________________
45032 [  5906] By: jhi                                   on 2000/03/31  18:54:37
45033         Log: Typo in #5905.
45034      Branch: cfgperl
45035            ! t/op/64bitint.t
45036 ____________________________________________________________________________
45037 [  5905] By: jhi                                   on 2000/03/31  18:50:54
45038         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
45039              reported by Joseph N. Hall.  The bug was that even with use64bitint
45040              one had to use the prefixes q, L, or ll with printf/sprintf,
45041              contrary to the documentation and common sense.
45042      Branch: cfgperl
45043            ! sv.c t/op/64bitint.t
45044 ____________________________________________________________________________
45045 [  5904] By: gsar                                  on 2000/03/28  02:31:32
45046         Log: add Changes, perldelta.pod
45047      Branch: perl
45048            + Changes pod/perldelta.pod
45049 ____________________________________________________________________________
45050 [  5903] By: gsar                                  on 2000/03/28  02:03:55
45051         Log: rename Changes and perldelta.pod
45052      Branch: perl
45053           +> Changes5.6 pod/perl56delta.pod
45054            - Changes pod/perldelta.pod
45055            ! MANIFEST
45056 ____________________________________________________________________________
45057 [  5902] By: gsar                                  on 2000/03/28  01:59:14
45058         Log: create maint-5.6 branch
45059      Branch: maint-5.6/perl
45060           +> (branch 1611 files)
45061 ____________________________________________________________________________
45062 [  5901] By: jhi                                   on 2000/03/23  05:48:43
45063         Log: Integrate with Sarathy.
45064      Branch: cfgperl
45065           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
45066 ____________________________________________________________________________
45067 [  5900] By: gsar                                  on 2000/03/23  05:42:43
45068         Log: three guesses on what this is :-)
45069      Branch: perl
45070            ! Changes