Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
35         Log: Slight tweaks.
36      Branch: perl
37            ! t/run/kill_perl.t
38 ____________________________________________________________________________
39 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
40         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
41      Branch: perl
42            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
43 ____________________________________________________________________________
44 [ 11831] By: sky                                   on 2001/09/02  12:10:42
45         Log: Change #11828 wasn't complete, this updates to intest path
46      Branch: perl
47            ! t/run/kill_perl.t
48 ____________________________________________________________________________
49 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
50         Log: 's's's.
51      Branch: perl
52            ! Changes
53 ____________________________________________________________________________
54 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
55         Log: Update Changes.
56      Branch: perl
57            ! Changes patchlevel.h
58 ____________________________________________________________________________
59 [ 11828] By: sky                                   on 2001/09/02  11:53:56
60         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
61              From: Michael G Schwern <schwern@pobox.com>
62              Date: Sat, 1 Sep 2001 20:18:58 -0400
63              Message-ID: <20010901201858.X606@blackrider>
64              +MANIFEST Fix
65      Branch: perl
66            + t/run/kill_perl.t
67            - t/op/misc.t t/run/segfault.t
68            ! MANIFEST
69 ____________________________________________________________________________
70 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
71         Log: Subject: [PATCH] lib/Time/Local.pm
72              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
73              Date: Sun, 2 Sep 2001 06:50:01 -0500
74              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
75      Branch: perl
76            ! lib/Time/Local.pm
77 ____________________________________________________________________________
78 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
79         Log: Tick off Unicode collation and the normalization from
80              the todo list.
81      Branch: perl
82            ! pod/perltodo.pod
83 ____________________________________________________________________________
84 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
85         Log: Update to Unicode 3.1.1.
86      Branch: perl
87            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
88            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
89            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
90            ! lib/unicore/PropList.txt lib/unicore/README.perl
91            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
92            ! lib/unicore/rename lib/unicore/version
93 ____________________________________________________________________________
94 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
95         Log: Slight doc tweaks for the module.
96      Branch: perl
97            ! lib/Unicode/UCD.pm
98 ____________________________________________________________________________
99 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
100         Log: Rename the variable: it *used* to be (wrongly) that the
101              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
102              but that is no more the case: PL_reg_match_utf8 is better.
103      Branch: perl
104            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
105            ! regexec.c sv.c thrdvar.h
106 ____________________________________________________________________________
107 [ 11822] By: ams                                   on 2001/09/02  02:54:50
108         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
109              From: Ilmari Karonen <iltzu@sci.fi>
110              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
111              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
112              (op/sub_lval.t updated to take new error message into account.)
113      Branch: perl
114            ! op.c t/op/sub_lval.t
115 ____________________________________________________________________________
116 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
117         Log: remove stray CRs in files; keep all files with UNIX line-ends
118              (Porting/makerel adds CRs to the files that need it in the
119              distribution)
120      Branch: perl
121            ! NetWare/t/NWScripts.pl README.dos
122            ! ext/Encode/Encode/cns11643-1.enc
123            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
124            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
125 ____________________________________________________________________________
126 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
127         Log: some remnants of change#11803
128      Branch: perl
129            ! ext/ByteLoader/byterun.h perl.h
130 ____________________________________________________________________________
131 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
132         Log: Update to Unicode::Collate 0.08.
133      Branch: perl
134            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
135            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
136 ____________________________________________________________________________
137 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
138         Log: Test tweaks.
139      Branch: perl
140            ! t/op/pat.t
141 ____________________________________________________________________________
142 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
143         Log: Fix test
144      Branch: maint-5.6/macperl
145            ! t/lib/b.t
146 ____________________________________________________________________________
147 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
148         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
149              warnings in Config.pm with -W; increase default and
150              minimum RAM; bump version number.
151      Branch: maint-5.6/macperl
152            + macos/lib/Mac/LowMem.pm
153            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
154            ! macos/configpm macos/macperl/MacPerl.r
155 ____________________________________________________________________________
156 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
157         Log: Make syntax check report in MPW style, fix tests
158              to use Mac::err=unix to get normal-style error
159              messages.
160      Branch: maint-5.6/macperl
161            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
162            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
163 ____________________________________________________________________________
164 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
165         Log: Make MPW-style errors optional (but the default); add
166              MacPerl::ErrorFormat() function and Mac::err pragma
167      Branch: maint-5.6/macperl
168            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
169            + macos/ext/Mac/err/err.xs
170            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
171            ! macos/macish.c macos/macish.h macos/macperl.sym
172 ____________________________________________________________________________
173 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
174         Log: More module and test ports from Thomas Wegner et al
175      Branch: maint-5.6/macperl
176            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
177            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
178            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
179            ! t/op/magic.t
180 ____________________________________________________________________________
181 [ 11812] By: sky                                   on 2001/09/01  17:19:30
182         Log: Subject: [PATCH t/op/concat.t] cleanup
183              From: Michael G Schwern <schwern@pobox.com>
184              Date: Sat, 1 Sep 2001 14:06:28 -0400
185              Message-ID: <20010901140628.C606@blackrider>
186      Branch: perl
187            ! t/op/concat.t
188 ____________________________________________________________________________
189 [ 11811] By: sky                                   on 2001/09/01  12:25:29
190         Log: Change #11805 didn't update the MANIFEST
191      Branch: perl
192            ! MANIFEST
193 ____________________________________________________________________________
194 [ 11810] By: sky                                   on 2001/09/01  11:52:44
195         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
197              Date: Sat, 1 Sep 2001 14:50:14 +0200
198              Message-ID: <20010901145014.A691@rafael>
199      Branch: perl
200            ! t/op/inccode.t
201 ____________________________________________________________________________
202 [ 11809] By: sky                                   on 2001/09/01  11:49:22
203         Log: Subject: PATCH: ExtUtils::MakeMaker
204              From: Tony Bowden <tony@kasei.com>
205              Date: Sat, 1 Sep 2001 10:33:53 +0100
206              Message-ID: <20010901103353.A13863@soto.kasei.com>
207              Manually applied
208      Branch: perl
209            ! lib/ExtUtils/MakeMaker.pm
210 ____________________________________________________________________________
211 [ 11808] By: sky                                   on 2001/09/01  11:39:13
212         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
213              From: mike808@users.sourceforge.net
214              Date: Sat, 1 Sep 101 11:27:50 GMT
215              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
216              With little tweak
217      Branch: perl
218            ! lib/Term/Cap.pm
219 ____________________________________________________________________________
220 [ 11807] By: ams                                   on 2001/09/01  11:31:16
221         Log: Subject: oct() and hex()
222              From: Nicholas Clark <nick@ccl4.org>
223              Date: Fri, 31 Aug 2001 23:14:13 +0100
224              Message-Id: <20010831231413.J4950@plum.flirble.org>
225      Branch: perl
226            ! pod/perlclib.pod
227 ____________________________________________________________________________
228 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
229         Log: Integrate change 11801 from maintperl
230      Branch: maint-5.6/macperl
231            ! perl.c
232 ____________________________________________________________________________
233 [ 11805] By: sky                                   on 2001/08/31  21:35:10
234         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
235              From: Michael G Schwern <schwern@pobox.com>
236              Date: Fri, 31 Aug 2001 15:36:28 -0400
237              Message-ID: <20010831153628.B598@blackrider>
238              Check for things which used to segfault
239      Branch: perl
240            + t/run/segfault.t
241 ____________________________________________________________________________
242 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
243         Log: integrate change#11801 from maint-5.6
244              
245              remove age-old UNICOS "workaround" that introduces a static, and
246              hence an egregious race condition for threaded builds (*sigh*
247              beats me why this kludge wasn't guarded by a UNICOS-specific
248              #define *sigh*)
249      Branch: perl
250            ! perl.c
251 ____________________________________________________________________________
252 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
253         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
254              working in 5.7.x
255      Branch: perl
256            - objXSUB.h
257            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
258            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
259            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
260            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
261            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
262            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
263            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
264            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
265            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
266            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
267            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
268            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
269            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
270            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
271            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
272            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
273            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
274            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
275            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
276            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
277            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
278            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
279 ____________________________________________________________________________
280 [ 11802] By: ams                                   on 2001/08/31  18:11:32
281         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
282              From: "Philip Newton" <Philip.Newton@gmx.net>
283              Date: Fri, 31 Aug 2001 21:12:56 +0200
284              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
285      Branch: perl
286            ! pod/perldiag.pod
287 ____________________________________________________________________________
288 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
289         Log: remove age-old UNICOS "workaround" that introduces a static, and
290              hence an egregious race condition for threaded builds (*sigh*
291              beats me why this kludge wasn't guarded by a UNICOS-specific
292              #define *sigh*)
293      Branch: maint-5.6/perl
294            ! perl.c
295 ____________________________________________________________________________
296 [ 11800] By: sky                                   on 2001/08/31  17:30:26
297         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
298              Might break on platforms where bool is larger than 8 bites ???
299      Branch: perl
300            ! regcomp.c
301 ____________________________________________________________________________
302 [ 11799] By: ams                                   on 2001/08/31  12:15:44
303         Log: Integrate 11778 into mainline.
304      Branch: perl
305            ! t/base/term.t
306 ____________________________________________________________________________
307 [ 11798] By: sky                                   on 2001/08/31  11:31:44
308         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
309              supposed to happen.
310      Branch: perl
311            ! regcomp.c
312 ____________________________________________________________________________
313 [ 11797] By: sky                                   on 2001/08/31  11:28:17
314         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
315              From: "John P. Linderman" <jpl@research.att.com>
316              Date: Fri, 31 Aug 2001 08:20:35 -0400
317              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
318              Fixes test 14 which could fail randomly in rare cases.
319      Branch: perl
320            ! ext/Time/HiRes/HiRes.t regcomp.c
321 ____________________________________________________________________________
322 [ 11796] By: ams                                   on 2001/08/31  01:13:07
323         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
324              From: Nicholas Clark <nick@ccl4.org>
325              Date: Thu, 30 Aug 2001 23:21:50 +0100
326              Message-Id: <20010830232150.D4950@plum.flirble.org>
327      Branch: perl
328            ! ext/Sys/Syslog/Makefile.PL
329 ____________________________________________________________________________
330 [ 11795] By: ams                                   on 2001/08/30  23:53:23
331         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
332              patching example
333              From: Michael G Schwern <schwern@pobox.com>
334              Date: Thu, 30 Aug 2001 17:02:08 -0400
335              Message-Id: <20010830170208.M2318@blackrider>
336      Branch: perl
337            ! pod/perlhack.pod
338 ____________________________________________________________________________
339 [ 11794] By: ams                                   on 2001/08/30  19:35:36
340         Log: Subject: [PATCH] pp_modulo
341              From: Nicholas Clark <nick@ccl4.org>
342              Date: Thu, 30 Aug 2001 18:20:54 +0100
343              Message-Id: <20010830182053.A4950@plum.flirble.org>
344      Branch: perl
345            ! pp.c t/op/64bitint.t
346 ____________________________________________________________________________
347 [ 11793] By: sky                                   on 2001/08/30  13:02:48
348         Log: 11792 wasn't complete
349      Branch: perl
350            ! makedef.pl regcomp.c
351 ____________________________________________________________________________
352 [ 11792] By: sky                                   on 2001/08/30  12:21:11
353         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
354      Branch: perl
355            ! makedef.pl
356 ____________________________________________________________________________
357 [ 11791] By: sky                                   on 2001/08/30  10:08:02
358         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
359      Branch: perl
360            ! config_h.SH
361 ____________________________________________________________________________
362 [ 11790] By: sky                                   on 2001/08/30  08:22:31
363         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
364              on the pad. Fixes coredumps in cleanups introduced by
365              Change 11755  
366      Branch: perl
367            ! op.c perl.c sv.h
368 ____________________________________________________________________________
369 [ 11789] By: sky                                   on 2001/08/29  19:01:47
370         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
371              This is a replacement implmentation that works on HPUX.
372              This bug should probably be fixed in GCC.
373      Branch: perl
374            ! ext/Socket/Socket.xs
375 ____________________________________________________________________________
376 [ 11788] By: ams                                   on 2001/08/29  17:35:33
377         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
378              From: Nicholas Clark <nick@ccl4.org>
379              Date: Wed, 29 Aug 2001 18:21:56 +0100
380              Message-Id: <20010829182156.O4950@plum.flirble.org>
381      Branch: perl
382            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
383 ____________________________________________________________________________
384 [ 11787] By: sky                                   on 2001/08/29  10:42:54
385         Log: Added test for pack_addr_in and unpack_addr_in
386              Nitpik in test 10
387      Branch: perl
388            ! ext/Socket/Socket.t
389 ____________________________________________________________________________
390 [ 11786] By: sky                                   on 2001/08/29  10:28:14
391         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
392              Trying to catch errors on HP-UX
393      Branch: perl
394            ! ext/Socket/Socket.t
395 ____________________________________________________________________________
396 [ 11785] By: sky                                   on 2001/08/29  09:07:03
397         Log: make sure USE_THREADS is defined so external apps work
398      Branch: perl
399            ! config_h.SH
400 ____________________________________________________________________________
401 [ 11784] By: sky                                   on 2001/08/29  08:06:12
402         Log: Subject: Re: The hitlist of untested modules.
403              From: Jonathan Stowe <gellyfish@gellyfish.com>
404              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
405              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
406              Start of tests for Shell.pm (make Schwern poorer!)
407      Branch: perl
408            + lib/Shell.t
409            ! MANIFEST
410 ____________________________________________________________________________
411 [ 11783] By: sky                                   on 2001/08/29  07:37:50
412         Log: END{} can change the return value even if we die from BEGIN{}
413      Branch: perl
414            ! miniperlmain.c
415 ____________________________________________________________________________
416 [ 11782] By: ams                                   on 2001/08/29  06:32:17
417         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
419              Date: Wed, 29 Aug 2001 09:18:17 +0200
420              Message-Id: <20010829091817.A4453@rafael>
421      Branch: perl
422            ! t/op/inccode.t
423 ____________________________________________________________________________
424 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
425         Log: Delete xsubpp.patch, as full copy exists now
426      Branch: maint-5.6/macperl
427            - macos/xsubpp.patch
428 ____________________________________________________________________________
429 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
430         Log: Add Changes file
431      Branch: maint-5.6/macperl
432            + macos/Changes
433 ____________________________________________________________________________
434 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
435         Log: Add Mac version of xsubpp as separate file
436      Branch: maint-5.6/macperl
437            + macos/xsubpp
438            ! macos/Makefile.mk
439 ____________________________________________________________________________
440 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
441         Log: Fix open of /dev/null for Mac OS
442      Branch: maint-5.6/macperl
443            ! t/base/term.t
444 ____________________________________________________________________________
445 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
446         Log: Various patches: enable more tests; skip CVS in PerlInstall;
447              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
448      Branch: maint-5.6/macperl
449            ! macos/MacPerlTests.cmd macos/PerlInstall
450            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
451 ____________________________________________________________________________
452 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
453         Log: Allow for platforms to override formatting of errors
454              on output from Matthias Neeracher (Mac files)
455      Branch: maint-5.6/macperl
456            ! macos/macish.c macos/macish.h
457 ____________________________________________________________________________
458 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
459         Log: Allow for platforms to override formatting of errors
460              on output from Matthias Neeracher (core files)
461      Branch: maint-5.6/macperl
462            ! perl.h pp_ctl.c util.c
463 ____________________________________________________________________________
464 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
465         Log: Add some param checking, from reports by Kevin Reid.
466      Branch: maint-5.6/macperl
467            ! macos/ext/Mac/Controls/Controls.pm
468            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
469 ____________________________________________________________________________
470 [ 11773] By: ams                                   on 2001/08/28  23:54:57
471         Log: Subject: [PATCH] make coretest
472              From: Paul Johnson <paul@pjcj.net>
473              Date: Wed, 29 Aug 2001 00:11:38 +0200
474              Message-Id: <20010829001138.B12169@pjcj.net>
475              (Applied without the change to perlhack.pod. This should
476              probably stay undocumented.)
477      Branch: perl
478            ! Makefile.SH t/TEST
479 ____________________________________________________________________________
480 [ 11772] By: sky                                   on 2001/08/28  13:01:20
481         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
482              From: Michael G Schwern <schwern@pobox.com>
483              Date: Tue, 28 Aug 2001 09:57:39 -0400
484              Message-ID: <20010828095738.E17775@blackrider>
485      Branch: perl
486            ! pod/perlhack.pod t/op/pack.t
487 ____________________________________________________________________________
488 [ 11771] By: sky                                   on 2001/08/28  11:20:13
489         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
490              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
491              Date: Tue, 28 Aug 2001 14:23:43 +0200
492              Message-ID: <20010828142343.A19299@rafael>
493      Branch: perl
494            ! pod/perlvar.pod pp_ctl.c
495 ____________________________________________________________________________
496 [ 11770] By: ams                                   on 2001/08/28  10:13:21
497         Log: Subject: [PATCH] odd typo in op.h
498              From: Nicholas Clark <nick@ccl4.org>
499              Date: Tue, 28 Aug 2001 12:10:26 +0100
500              Message-Id: <20010828121026.V4950@plum.flirble.org>
501      Branch: perl
502            ! op.h
503 ____________________________________________________________________________
504 [ 11769] By: sky                                   on 2001/08/28  08:09:16
505         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
506              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
507              Date: Tue, 28 Aug 2001 02:22:20 +0300
508              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
509      Branch: perl
510            ! ext/B/B/Lint.pm
511 ____________________________________________________________________________
512 [ 11768] By: ams                                   on 2001/08/28  00:47:35
513         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
514              From: Michael G Schwern <schwern@pobox.com>
515              Date: Mon, 27 Aug 2001 21:24:44 -0400
516              Message-Id: <20010827212444.F12582@blackrider>
517      Branch: perl
518            ! pod/perlhack.pod t/op/pack.t
519 ____________________________________________________________________________
520 [ 11767] By: ams                                   on 2001/08/27  23:59:48
521         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
522              From: Michael G Schwern <schwern@pobox.com>
523              Date: Mon, 27 Aug 2001 20:12:29 -0400
524              Message-Id: <20010827201229.D12582@blackrider>
525      Branch: perl
526            ! pod/perlhack.pod t/op/pack.t
527 ____________________________________________________________________________
528 [ 11766] By: ams                                   on 2001/08/27  23:39:40
529         Log: Update Changes.
530      Branch: perl
531            ! Changes
532 ____________________________________________________________________________
533 [ 11765] By: ams                                   on 2001/08/27  22:53:10
534         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
535              From: Michael G Schwern <schwern@pobox.com>
536              Date: Mon, 27 Aug 2001 19:47:30 -0400
537              Message-Id: <20010827194730.C12582@blackrider>
538      Branch: perl
539            ! t/op/inccode.t
540 ____________________________________________________________________________
541 [ 11764] By: ams                                   on 2001/08/27  22:46:21
542         Log: Subject: [PATCH] new tests for the coderef-in-@INC
543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
544              Date: Mon, 27 Aug 2001 22:36:27 +0200
545              Message-Id: <20010827223627.C690@rafael>
546              
547              Subject: Re: [PATCH] new tests for the coderef-in-@INC
548              From: Nicholas Clark <nick@ccl4.org>
549              Date: Tue, 28 Aug 2001 00:02:46 +0100
550              Message-Id: <20010828000245.R4950@plum.flirble.org>
551      Branch: perl
552            + t/op/inccode.t
553            ! MANIFEST
554 ____________________________________________________________________________
555 [ 11763] By: ams                                   on 2001/08/27  22:41:09
556         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
557              bleadperl on fire, Win95+4NT)
558              From: Michael G Schwern <schwern@pobox.com>
559              Date: Mon, 27 Aug 2001 16:54:42 -0400
560              Message-Id: <20010827165442.F9436@blackrider>
561      Branch: perl
562            ! lib/warnings.t
563 ____________________________________________________________________________
564 [ 11762] By: sky                                   on 2001/08/27  19:19:17
565         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
566              avaible at compile time. This broke the compilation of 
567              Net/Ping.pm
568      Branch: perl
569            ! lib/Net/Ping.pm
570 ____________________________________________________________________________
571 [ 11761] By: sky                                   on 2001/08/27  18:34:48
572         Log: Removed tripple definitions of CUSTOM_OP functions.
573      Branch: perl
574            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
575 ____________________________________________________________________________
576 [ 11760] By: sky                                   on 2001/08/27  18:21:27
577         Log: Regen headers
578      Branch: perl
579            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
580            ! perlapi.h proto.h
581 ____________________________________________________________________________
582 [ 11759] By: ams                                   on 2001/08/27  16:31:53
583         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
584              From: "chromatic" <chromatic@rmci.net>
585              Date: Mon, 27 Aug 2001 11:17:09 -0600
586              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
587      Branch: perl
588            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
589 ____________________________________________________________________________
590 [ 11758] By: sky                                   on 2001/08/27  15:16:42
591         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
592              Thanks to H. Merijn Brand for the patch.
593              Some of the comments and or guards might be removable in perl.h now.
594      Branch: perl
595            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
596            ! Porting/Glossary Porting/config_H README.threads config_h.SH
597            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
598            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
599            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
600            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
601            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
602            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
603            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
604            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
605            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
606            ! win32/config_H.vc win32/perllib.c win32/win32.h
607            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
608            ! wince/config.h wince/config_H.ce wince/win32.h
609            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
610 ____________________________________________________________________________
611 [ 11757] By: sky                                   on 2001/08/27  13:39:16
612         Log: Subject: GNU ld parses arguments different
613              From: H.Merijn Brand <h.m.brand@hccnet.nl>
614              Date: Mon, 27 Aug 2001 16:25:51 +0200
615              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
616      Branch: perl
617            ! hints/hpux.sh
618 ____________________________________________________________________________
619 [ 11756] By: sky                                   on 2001/08/27  13:18:45
620         Log: Subject: Custom Ops
621              From: Simon Cozens <simon@netthink.co.uk>
622              Date: Sat, 25 Aug 2001 17:45:09 +0100
623              Message-ID: <20010825174509.A5752@netthink.co.uk>
624              I also added a fix to Opcode.pm to quite test cases.
625      Branch: perl
626            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
627            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
628 ____________________________________________________________________________
629 [ 11755] By: sky                                   on 2001/08/27  05:37:17
630         Log: Plugs a memory leak on destruction of regular expressions
631              introcued by #11274.
632              PL_regex_padav now has an AV as it's first entry with a list
633              of freed regex_padav slots that it will reuse on creating
634              new PMOPs.
635      Branch: perl
636            ! op.c perl.c
637 ____________________________________________________________________________
638 [ 11754] By: ams                                   on 2001/08/26  14:38:52
639         Log: Subject: [PATCH] t/io/binmode.t
640              From: Nicholas Clark <nick@ccl4.org>
641              Date: Sun, 26 Aug 2001 12:03:05 +0100
642              Message-Id: <20010826120305.C4950@plum.flirble.org>
643              
644              (Also a nitpick in #11752 to t/op/universal.t)
645      Branch: perl
646            ! t/io/binmode.t t/op/universal.t
647 ____________________________________________________________________________
648 [ 11753] By: ams                                   on 2001/08/26  08:19:34
649         Log: Subject: [PATCH] op/universal.t failing
650              From: Nicholas Clark <nick@ccl4.org>
651              Date: Sun, 26 Aug 2001 09:48:22 +0100
652              Message-Id: <20010826094822.B4950@plum.flirble.org>
653      Branch: perl
654            ! t/op/universal.t
655 ____________________________________________________________________________
656 [ 11752] By: ams                                   on 2001/08/25  22:46:13
657         Log: Subject: Re: 'can' with undefined subs
658              From: Tony Bowden <tony@kasei.com>
659              Date: Sat, 25 Aug 2001 14:58:17 +0100
660              Message-Id: <20010825145817.A11788@soto.kasei.com>
661              (Applied with minor modifications.)
662      Branch: perl
663            ! t/op/universal.t
664 ____________________________________________________________________________
665 [ 11751] By: ams                                   on 2001/08/25  18:28:43
666         Log: Subject: Re: 'can' with undefined subs
667              From: Tony Bowden <tony@kasei.com>
668              Date: Sat, 25 Aug 2001 15:13:14 +0100
669              Message-Id: <20010825151314.B11788@soto.kasei.com>
670      Branch: perl
671            ! lib/UNIVERSAL.pm
672 ____________________________________________________________________________
673 [ 11750] By: nick                                  on 2001/08/25  15:24:15
674         Log: Integrate mainline
675      Branch: perlio
676           +> t/io/binmode.t
677           !> (integrate 26 files)
678 ____________________________________________________________________________
679 [ 11749] By: nick                                  on 2001/08/25  14:55:41
680         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
681              From:  John Peacock <jpeacock@rowman.com>
682              Date:  Wed, 22 Aug 2001 12:05:28 -0400
683              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
684      Branch: perl
685            ! pod/perlhack.pod
686 ____________________________________________________________________________
687 [ 11748] By: nick                                  on 2001/08/25  14:53:04
688         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
689              From:  Michael G Schwern <schwern@pobox.com>
690              Date:  Wed, 22 Aug 2001 19:22:45 -0400
691              Message-Id:  <20010822192245.U619@blackrider>
692      Branch: perl
693            ! MANIFEST
694 ____________________________________________________________________________
695 [ 11747] By: nick                                  on 2001/08/25  14:52:33
696         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
697              From:  Nicholas Clark <nick@ccl4.org>
698              Date:  Wed, 22 Aug 2001 23:29:06 +0100
699              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
700      Branch: perl
701            + t/io/binmode.t
702            ! perlio.c pod/perlfunc.pod
703 ____________________________________________________________________________
704 [ 11744] By: nick                                  on 2001/08/25  14:37:33
705         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
706              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
707              Date:  Fri, 24 Aug 2001 22:10:42 +0200
708              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
709      Branch: perl
710            ! x2p/a2py.c x2p/walk.c
711 ____________________________________________________________________________
712 [ 11743] By: nick                                  on 2001/08/25  14:32:47
713         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
714              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
715              Date:  Fri, 24 Aug 2001 23:34:13 +0200
716              Message-Id:  <20010824233413.A1285@rafael>
717      Branch: perl
718            ! pod/perlfunc.pod pod/perlvar.pod
719 ____________________________________________________________________________
720 [ 11742] By: ams                                   on 2001/08/25  13:16:02
721         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
722              From: Nicholas Clark <nick@ccl4.org>
723              Date: Sat, 25 Aug 2001 14:50:07 +0100
724              Message-Id: <20010825145007.L41464@plum.flirble.org>
725      Branch: perl
726            ! pp_ctl.c
727 ____________________________________________________________________________
728 [ 11741] By: nick                                  on 2001/08/24  07:08:45
729         Log: When applying patch via Porting/apply fails, do p4 refresh
730              to get old files back.
731      Branch: perl
732            ! Porting/apply
733 ____________________________________________________________________________
734 [ 11740] By: ams                                   on 2001/08/24  04:47:24
735         Log: #11739 was incomplete.
736      Branch: perl
737            ! pod/perldiag.pod
738 ____________________________________________________________________________
739 [ 11739] By: ams                                   on 2001/08/24  04:09:40
740         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
741              From: "Philip Newton" <Philip.Newton@gmx.net>
742              Date: Fri, 24 Aug 2001 07:08:34 +0200
743      Branch: perl
744            ! pod/perldiag.pod
745 ____________________________________________________________________________
746 [ 11738] By: ams                                   on 2001/08/24  02:19:42
747         Log: Fixed Doug Wilson's email address.
748      Branch: perl
749            ! AUTHORS
750 ____________________________________________________________________________
751 [ 11737] By: ams                                   on 2001/08/24  00:10:13
752         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
754              Date: Thu, 23 Aug 2001 22:22:58 +0200
755              Message-Id: <20010823222258.A901@rafael>
756      Branch: perl
757            ! pod/perldiag.pod
758 ____________________________________________________________________________
759 [ 11736] By: ams                                   on 2001/08/24  00:05:02
760         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
761              From: "Craig A. Berry" <craigberry@mac.com>
762              Date: Thu, 23 Aug 2001 19:07:45 -0500
763              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
764      Branch: perl
765            ! configure.com
766 ____________________________________________________________________________
767 [ 11735] By: sky                                   on 2001/08/23  13:42:07
768         Log: Backed out 11732, it breaks lib/strict.t 
769      Branch: perl
770            ! op.c
771 ____________________________________________________________________________
772 [ 11734] By: sky                                   on 2001/08/23  11:45:59
773         Log: Removed toy from 17133 after Matt Sargeants request.
774      Branch: perl
775            ! pod/perlfaq4.pod
776 ____________________________________________________________________________
777 [ 11733] By: sky                                   on 2001/08/23  11:36:29
778         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
779              From: Robin Houston <robin@kitsite.com>
780              Date: Wed, 22 Aug 2001 23:06:16 +0100
781              Message-ID: <20010822230616.A254@robin.kitsite.com>
782      Branch: perl
783            ! pod/perlfaq4.pod
784 ____________________________________________________________________________
785 [ 11732] By: sky                                   on 2001/08/23  10:36:02
786         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
787              From: Simon Cozens <simon@netthink.co.uk>
788              Date: Thu, 23 Aug 2001 12:06:36 +0100
789              Message-ID: <20010823120636.A9961@netthink.co.uk>
790      Branch: perl
791            ! op.c
792 ____________________________________________________________________________
793 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
794         Log: fix broken windows build
795      Branch: perl
796            ! perl.h
797 ____________________________________________________________________________
798 [ 11730] By: ams                                   on 2001/08/22  21:35:30
799         Log: Subject: [PATCH] io/tell.t doesn't chdir t
800              From: Nicholas Clark <nick@ccl4.org>
801              Date: Wed, 22 Aug 2001 23:25:58 +0100
802              Message-Id: <20010822232557.Y82818@plum.flirble.org>
803      Branch: perl
804            ! t/io/tell.t
805 ____________________________________________________________________________
806 [ 11729] By: ams                                   on 2001/08/22  20:32:21
807         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
808              questions)
809              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
810              Date: Wed, 22 Aug 2001 17:09:04 -0400
811              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
812              (Oops, forgot File::Spec::Unix in the previous patch.)
813      Branch: perl
814            ! lib/File/Spec/Unix.pm
815 ____________________________________________________________________________
816 [ 11728] By: ams                                   on 2001/08/22  20:25:41
817         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
818              questions)
819              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
820              Date: Wed, 22 Aug 2001 17:09:04 -0400
821              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
822      Branch: perl
823            ! lib/File/Spec.pm
824 ____________________________________________________________________________
825 [ 11727] By: ams                                   on 2001/08/22  19:43:30
826         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
827              From: John Peacock <jpeacock@rowman.com>
828              Date: Wed, 22 Aug 2001 12:35:52 -0400
829              Message-Id: <3B83DF68.5D89DC81@rowman.com>
830              (Adds proper tests for $], notwithstanding Subject. +nitpick)
831      Branch: perl
832            ! t/op/ver.t
833 ____________________________________________________________________________
834 [ 11726] By: ams                                   on 2001/08/22  19:36:39
835         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
836              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
837              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
838              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
839      Branch: perl
840            ! lib/diagnostics.pm lib/diagnostics.t
841 ____________________________________________________________________________
842 [ 11725] By: ams                                   on 2001/08/22  19:25:01
843         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
844              From: Nicholas Clark <nick@ccl4.org>
845              Date: Wed, 22 Aug 2001 20:59:05 +0100
846              Message-Id: <20010822205905.U82818@plum.flirble.org>
847      Branch: perl
848            ! pp.c t/op/64bitint.t t/op/arith.t
849 ____________________________________________________________________________
850 [ 11724] By: ams                                   on 2001/08/22  10:02:33
851         Log: Subject: Configure blooper
852              From: H.Merijn Brand <h.m.brand@hccnet.nl>
853              Date: Wed, 22 Aug 2001 12:38:35 +0200
854              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
855      Branch: perl
856            ! Configure
857 ____________________________________________________________________________
858 [ 11723] By: ams                                   on 2001/08/21  16:17:53
859         Log: Subject: [PATCH] installperl -help
860              From: Nicholas Clark <nick@ccl4.org>
861              Date: Tue, 21 Aug 2001 17:34:23 +0100
862              Message-Id: <20010821173423.F82818@plum.flirble.org>
863      Branch: perl
864            ! installperl
865 ____________________________________________________________________________
866 [ 11722] By: ams                                   on 2001/08/20  07:46:31
867         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
868              From: Ilmari Karonen <iltzu@sci.fi>
869              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
870              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
871      Branch: perl
872            ! pod/perlvar.pod
873 ____________________________________________________________________________
874 [ 11721] By: nick                                  on 2001/08/20  06:24:31
875         Log: Integrate mainline
876      Branch: perlio
877           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
878           +> lib/Lingua/KO/Hangul/Util/Changes
879           +> lib/Lingua/KO/Hangul/Util/README
880           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
881           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
882           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
883           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
884           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
885           +> lib/Unicode/Normalize/t/test.t
886            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
887           !> (integrate 55 files)
888 ____________________________________________________________________________
889 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
890         Log: Integrate Change #11599 from maint-5.6/perl
891      Branch: maint-5.6/macperl
892           !> README.win32
893 ____________________________________________________________________________
894 [ 11719] By: ams                                   on 2001/08/18  21:21:42
895         Log: Add Porting/apply to MANIFEST.
896      Branch: perl
897            ! MANIFEST
898 ____________________________________________________________________________
899 [ 11718] By: sky                                   on 2001/08/18  14:38:01
900         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
901              Better solution would be to make 5005threaded perl use
902              the same system as ithreads do
903      Branch: perl
904            ! perl.h
905 ____________________________________________________________________________
906 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
907         Log: New try for ID 20010407.006: detach the semantics
908              "was the last match target UTF8" into its own variable.
909      Branch: perl
910            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
911            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
912 ____________________________________________________________________________
913 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
914         Log: UTF8 flag should be meaningful only when POK.
915      Branch: perl
916            ! dump.c
917 ____________________________________________________________________________
918 [ 11715] By: sky                                   on 2001/08/18  11:45:16
919         Log: USE_THREADS and USE_ITHREADS are never true at the same time
920      Branch: perl
921            ! perl.h
922 ____________________________________________________________________________
923 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
924         Log: Retract #11712 for now.  The real fix would probably
925              be something like making PL_reg_sv a copy (PV + UTF8)
926              of the matched/substituted string (note: not just a SvPOK
927              string, for example the stringified form of a ROK would
928              be applicable)  Beware of leaks.
929      Branch: perl
930            ! pp_hot.c t/op/pat.t
931 ____________________________________________________________________________
932 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
933         Log: UTF8 wasn't printing for PVMGs.
934      Branch: perl
935            ! dump.c
936 ____________________________________________________________________________
937 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
938         Log: (Retracted by #11714)
939              
940              Okay analysis, debatable fix.  (The fix will inc
941              the refcount of all temporary match objects,
942              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
943              which will then cause griping at untie() time
944              ("inner references remain").
945              
946              Fix for ID 20010407.006: PL_reg_sv got wiped out
947              by freetemps if the match target was a temporary
948              (like function_call() =~ /.../), which in turn meant
949              that the $1 et al stopped working if they had UTF-8
950              in them.  Therefore bump up the refcount of PL_reg_sv.
951      Branch: perl
952            ! pp_hot.c t/op/pat.t
953 ____________________________________________________________________________
954 [ 11711] By: ams                                   on 2001/08/17  20:32:08
955         Log: Subject: [PATCH] doesn't compile, was perl@11710
956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
957              Date: Fri, 17 Aug 2001 23:21:10 +0200
958              Message-Id: <20010817232110.C7041@rafael> 
959      Branch: perl
960            ! sharedsv.c
961 ____________________________________________________________________________
962 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
963         Log: Update Changes.
964      Branch: perl
965            ! Changes patchlevel.h
966 ____________________________________________________________________________
967 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
968         Log: Upgrade to libnet 1.0704.
969      Branch: perl
970            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
971            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
972            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
973            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
974            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
975            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
976            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
977 ____________________________________________________________________________
978 [ 11708] By: sky                                   on 2001/08/17  13:34:04
979         Log: Let perl_clone copy PL_exit_flags
980      Branch: perl
981            ! sv.c
982 ____________________________________________________________________________
983 [ 11707] By: sky                                   on 2001/08/17  12:28:41
984         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
985      Branch: perl
986            ! sharedsv.c sharedsv.h
987 ____________________________________________________________________________
988 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
989         Log: The metaconfig unit change for #11705.
990      Branch: metaconfig/U/perl
991            ! Extensions.U
992 ____________________________________________________________________________
993 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
994         Log: Allow the threads extension to be found if present.
995      Branch: perl
996            ! Configure
997 ____________________________________________________________________________
998 [ 11704] By: nick                                  on 2001/08/17  11:47:54
999         Log: Mail -> change script (pre-alpha)
1000      Branch: perl
1001            + Porting/apply
1002 ____________________________________________________________________________
1003 [ 11703] By: sky                                   on 2001/08/17  07:11:24
1004         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
1005              Thanks to Tom Hospel for pointing out my error.
1006      Branch: perl
1007            ! op.h
1008 ____________________________________________________________________________
1009 [ 11702] By: sky                                   on 2001/08/17  04:18:11
1010         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
1011      Branch: perl
1012            ! embed.pl miniperlmain.c perl.c perl.h proto.h
1013 ____________________________________________________________________________
1014 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
1015         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
1016              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
1017      Branch: perl
1018            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1019            + lib/Lingua/KO/Hangul/Util/README
1020            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1021            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1022            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1023            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1024            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1025            + lib/Unicode/Normalize/t/test.t
1026            ! MANIFEST
1027 ____________________________________________________________________________
1028 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
1029         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
1030              Date: Thu, 16 Aug 2001 22:46:15 -0500
1031              From: "Craig A. Berry" <craigberry@mac.com>
1032              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
1033      Branch: perl
1034            ! configure.com numeric.c
1035 ____________________________________________________________________________
1036 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
1037         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
1038              of the usual suspects (like getpwent) but not for others
1039              (like localtime and rand).  The _r versions are available
1040              for all of them, so let's use them.
1041      Branch: perl
1042            ! perl.h
1043 ____________________________________________________________________________
1044 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
1045         Log: (Accidental apply; thankfully empty.)
1046      Branch: perl
1047            ! hints/os390.sh
1048 ____________________________________________________________________________
1049 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
1050         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
1051              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1052              Date: Thu, 16 Aug 2001 16:27:49 +0100
1053              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
1054      Branch: perl
1055            ! regexec.c t/op/re_tests
1056 ____________________________________________________________________________
1057 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
1058         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
1059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1060              Date: Thu, 16 Aug 2001 18:50:01 +0100
1061              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
1062      Branch: perl
1063            ! pp_hot.c t/op/pat.t
1064 ____________________________________________________________________________
1065 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
1066         Log: Subject: [PATCH] *time_r again
1067              From: "Arthur Bergman" <arthur@contiller.se>
1068              Date: Thu, 16 Aug 2001 16:01:54 +0200
1069              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
1070      Branch: perl
1071            ! op.h
1072 ____________________________________________________________________________
1073 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
1074         Log: system() and backtick error handling cleanup from Craig A. Berry.
1075      Branch: perl
1076            ! vms/vms.c
1077 ____________________________________________________________________________
1078 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
1079         Log: change#10334 leaks memory, copies string when it doesn't
1080              need to
1081      Branch: perl
1082            ! perl.c
1083 ____________________________________________________________________________
1084 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
1085         Log: One more twist to the sprintf + utf8 testing.
1086      Branch: perl
1087            ! t/op/misc.t
1088 ____________________________________________________________________________
1089 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
1090         Log: Fix for 20010407.008 sprintf removes utf8-ness.
1091      Branch: perl
1092            ! pp.c t/op/misc.t
1093 ____________________________________________________________________________
1094 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
1095         Log: Subject: [PATCH] *time_r fixes
1096              From: "Arthur Bergman" <arthur@contiller.se>
1097              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
1098              Date: Thu, 16 Aug 2001 14:22:27 +0200
1099      Branch: perl
1100            ! op.h
1101 ____________________________________________________________________________
1102 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
1103         Log: Upgrade to CGI.pm 2.77.
1104      Branch: perl
1105            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
1106            ! lib/CGI/t/function.t
1107 ____________________________________________________________________________
1108 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
1109         Log: Document the bytes-to-Unicode upgrading.
1110      Branch: perl
1111            ! pod/perlunicode.pod
1112 ____________________________________________________________________________
1113 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
1114         Log: Add a test for Unicode sprintf.
1115      Branch: perl
1116            ! t/op/misc.t
1117 ____________________________________________________________________________
1118 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
1119         Log: Add Unicode tests for index/rindex.
1120      Branch: perl
1121            ! t/op/index.t
1122 ____________________________________________________________________________
1123 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
1124         Log: Document a bit the art of minimizing the installation,
1125              based on the p5p discussion.
1126      Branch: perl
1127            ! INSTALL
1128 ____________________________________________________________________________
1129 [ 11684] By: nick                                  on 2001/08/15  15:03:31
1130         Log: Integrate mainline
1131      Branch: perlio
1132           +> sharedsv.c sharedsv.h
1133           !> (integrate 53 files)
1134 ____________________________________________________________________________
1135 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
1136         Log: Update Changes.
1137      Branch: perl
1138            ! Changes patchlevel.h
1139 ____________________________________________________________________________
1140 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
1141         Log: The #11673 necessitated a test tweak.
1142      Branch: perl
1143            ! t/io/utf8.t
1144 ____________________________________________________________________________
1145 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
1146         Log: Also UNICOS is in the general case unable to silently
1147              handle fp overflows.
1148      Branch: perl
1149            ! numeric.c
1150 ____________________________________________________________________________
1151 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
1152         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
1153              NV_EPSILON #defined.
1154      Branch: perl
1155            ! perl.h
1156 ____________________________________________________________________________
1157 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
1158         Log: Re-establish the fp overflow detection for VAX VMS; there
1159              is no easy way to have the IEEE fp silent overflow semantics.
1160              (in Alpha VMS we still will use IEEE fp by default-- but it
1161              is still possible to configure Perl to use G_FLOAT)
1162      Branch: perl
1163            ! numeric.c
1164 ____________________________________________________________________________
1165 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
1166         Log: Subject: [PATCH] pp_lock 
1167              From: "Arthur Bergman" <arthur@contiller.se>
1168              Date: Wed, 15 Aug 2001 11:52:16 +0200
1169              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
1170      Branch: perl
1171            ! pp.c
1172 ____________________________________________________________________________
1173 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
1174         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
1175              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1176              Date: Wed, 15 Aug 2001 11:32:11 +0100
1177              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
1178      Branch: perl
1179            ! regcomp.c t/op/re_tests
1180 ____________________________________________________________________________
1181 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
1182         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
1183              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1184              Date: Wed, 15 Aug 2001 10:33:49 +0100
1185              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
1186      Branch: perl
1187            ! regexec.c t/op/re_tests
1188 ____________________________________________________________________________
1189 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
1190         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
1191              From: Barrie Slaymaker <barries@slaysys.com>
1192              Date: Tue, 14 Aug 2001 14:32:25 -0400
1193              Message-ID: <20010814143225.A19822@jester.slaysys.com>
1194      Branch: perl
1195            ! lib/File/Spec.t lib/File/Spec/Unix.pm
1196 ____________________________________________________________________________
1197 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
1198         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
1199              From: Peter Prymmer <pvhp@forte.com>
1200              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
1201              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
1202      Branch: perl
1203            ! README.vms configure.com
1204 ____________________________________________________________________________
1205 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
1206         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
1207              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1208              Date: Tue, 14 Aug 2001 21:23:27 +0200
1209              Message-ID: <20010814212327.A1919@rafael>
1210      Branch: perl
1211            ! doio.c
1212 ____________________________________________________________________________
1213 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
1214         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
1215              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1216              Date: Tue, 14 Aug 2001 22:30:11 +0200
1217              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
1218              
1219              Combination of nmake, quoting, and Perl expanded $( in here-doc.
1220      Branch: perl
1221            ! ext/SDBM_File/Makefile.PL
1222 ____________________________________________________________________________
1223 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
1224         Log: Todo updates.
1225      Branch: perl
1226            ! pod/perltodo.pod
1227 ____________________________________________________________________________
1228 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
1229         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
1230              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1231              Date: Mon, 13 Aug 2001 23:15:01 +0200
1232              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
1233      Branch: perl
1234            ! sv.c
1235 ____________________________________________________________________________
1236 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
1237         Log: Subject: [PATCH] [b-]showlex.t
1238              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1239              Date: Sun, 12 Aug 2001 22:24:51 +0200
1240              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
1241              
1242              The 4nt command shell will expand the % in command line
1243              no matter what quoting is attempted, changed the % to @.
1244      Branch: perl
1245            ! ext/B/Showlex.t
1246 ____________________________________________________________________________
1247 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
1248         Log: Subject: [PATCH] magic.t
1249              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1250              Date: Sun, 12 Aug 2001 20:49:27 +0200
1251              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
1252      Branch: perl
1253            ! t/op/magic.t
1254 ____________________________________________________________________________
1255 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
1256         Log: Add sharedsv* to the DOSish platforms; plus add
1257              some WinCE files to the list of DOSish files.
1258      Branch: perl
1259            ! NetWare/Makefile Porting/makerel win32/Makefile
1260            ! win32/makefile.mk wince/Makefile.ce
1261 ____________________________________________________________________________
1262 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
1263         Log: More DOSish files.
1264      Branch: perl
1265            ! Porting/makerel
1266 ____________________________________________________________________________
1267 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
1268         Log: Strip CRs from the WinCE files.  Now we need to
1269              figure out in which CRs are really needed: probably
1270              Makefile.ce and the README files, at least, probably
1271              also the registry.bat.
1272      Branch: perl
1273            ! wince/Makefile.ce wince/README.compile wince/README.perlce
1274            ! wince/config.h wince/include/cectype.h wince/include/errno.h
1275            ! wince/include/sys/stat.h wince/include/sys/types.h
1276            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
1277            ! wince/perldll.def wince/registry.bat wince/wince.h
1278            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
1279 ____________________________________________________________________________
1280 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
1281         Log: Add some files to DOSish and writables.
1282      Branch: perl
1283            ! Porting/makerel
1284 ____________________________________________________________________________
1285 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
1286         Log: Compile failure message tidying.
1287      Branch: perl
1288            ! t/lib/1_compile.t
1289 ____________________________________________________________________________
1290 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
1291         Log: The new sharedsv* should be exported only if usethreads.
1292      Branch: perl
1293            ! makedef.pl
1294 ____________________________________________________________________________
1295 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
1296         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
1297              From: Peter Prymmer <pvhp@forte.com>
1298              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
1299              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
1300      Branch: perl
1301            ! README.os390
1302 ____________________________________________________________________________
1303 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
1304         Log: Update Changes.
1305      Branch: perl
1306            ! Changes patchlevel.h
1307 ____________________________________________________________________________
1308 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
1309         Log: Subject: [PATHC] sharedsv.[c|h]
1310              From: "Artur Bergman" <artur@contiller.se>
1311              Date: Mon, 13 Aug 2001 14:38:41 +0200
1312              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
1313              
1314              Subject: [PATCH] embed.pl
1315              From: Arthur Bergman <arthur@contiller.se>
1316              Date: Mon, 13 Aug 2001 14:38:14 +0200
1317              Message-ID: <B79D96D6.3088%arthur@contiller.se>
1318              
1319              Subject: [PATCH] sharedsv cleanups
1320              From: "Arthur Bergman" <arthur@contiller.se>
1321              Date: Mon, 13 Aug 2001 15:14:25 +0200
1322              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
1323              
1324              Plus few tweaks: _init needs to be Adp, the prototypes
1325              should not be revealed unless using ithreads, #endif FOO
1326              must be #endif /* FOO */, adding (parentheses) around
1327              do { } while doesn't work too well.
1328      Branch: perl
1329            + sharedsv.c sharedsv.h
1330            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
1331            ! perl.h perlapi.c pod/perlapi.pod proto.h
1332 ____________________________________________________________________________
1333 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
1334         Log: Subject: Re: END {} blocks run in perl_run
1335              From: Arthur Bergman <arthur@contiller.se>
1336              Date: Mon, 13 Aug 2001 11:11:30 +0200
1337              Message-ID: <B79D6661.3068%arthur@contiller.se>
1338      Branch: perl
1339            ! perl.c
1340 ____________________________________________________________________________
1341 [ 11657] By: nick                                  on 2001/08/13  09:03:02
1342         Log: Integrate mainline
1343      Branch: perlio
1344           +> (branch 326 files)
1345            - (delete 330 files)
1346           !> (integrate 85 files)
1347 ____________________________________________________________________________
1348 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
1349         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
1350              and the Perl will be built to do that by default (adding that
1351              will break scripts having non-UTF-8 binary data, such as Latin-1.)
1352      Branch: perl
1353            ! op.c toke.c utf8.h
1354 ____________________________________________________________________________
1355 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
1356         Log: Unnecessary downgrades.
1357      Branch: perl
1358            ! doop.c
1359 ____________________________________________________________________________
1360 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
1361         Log: Failure not true anymore (probably caused by my broken setup).
1362      Branch: perl
1363            ! t/op/pat.t
1364 ____________________________________________________________________________
1365 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
1366         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
1367              stopped working).
1368      Branch: perl
1369            ! op.h pp_ctl.c regcomp.c
1370 ____________________________________________________________________________
1371 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
1372         Log: There is no IN_UTF8.
1373      Branch: perl
1374            ! utf8.h
1375 ____________________________________________________________________________
1376 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
1377         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
1378      Branch: perl
1379            ! op.c op.h pp_ctl.c regcomp.c
1380 ____________________________________________________________________________
1381 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
1382         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
1383              and a test tweak.
1384      Branch: perl
1385            ! op.c t/pod/find.t
1386 ____________________________________________________________________________
1387 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
1388         Log: Todo updates and fixes.
1389      Branch: perl
1390            ! pod/perltodo.pod
1391 ____________________________________________________________________________
1392 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
1393         Log: Mark tests (and one module) having explicit Latin-1
1394              (and one file having explicit UTF-8) with an explicit
1395              'no utf8' (and one explicit 'use utf8').
1396              
1397              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
1398      Branch: perl
1399            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
1400            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
1401            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
1402 ____________________________________________________________________________
1403 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
1404         Log: Subject: SV: END {} blocks run in perl_run
1405              From: "Arthur Bergman" <arthur@contiller.se>
1406              Date: Sun, 12 Aug 2001 00:34:28 +0200 
1407              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
1408      Branch: perl
1409            ! miniperlmain.c perl.c
1410 ____________________________________________________________________________
1411 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
1412         Log: Typos in #11645.
1413      Branch: perl
1414            ! perl.h
1415 ____________________________________________________________________________
1416 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
1417         Log: On ithreads default to use_reentrant except on naturally
1418              threadsafe platforms.
1419      Branch: perl
1420            ! perl.h
1421 ____________________________________________________________________________
1422 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
1423         Log: (Hopefully) a fix for 20010723.004: make install needs
1424              write permission in build directory.  The problem was
1425              probably caused by overeager sprinkling of the lib/re.pm
1426              dependencies (which was done to guarantee lib/re.pm being
1427              uptodate for parallel makes: now solved by funneling that
1428              through an explicit recursive make in the preplibrary target).
1429      Branch: perl
1430            ! Makefile.SH
1431 ____________________________________________________________________________
1432 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
1433         Log: Dispell the "use utf8" superstition.
1434      Branch: perl
1435            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
1436            ! pod/perlunicode.pod
1437 ____________________________________________________________________________
1438 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
1439         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1440              From: "Abigail" <abigail@foad.org> 
1441              Date: Sat, 11 Aug 2001 23:49:49 +0200
1442              Message-ID: <20010811214950.23255.qmail@foad.org>
1443      Branch: perl
1444            ! t/op/taint.t
1445 ____________________________________________________________________________
1446 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
1447         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1448              From: Abhijit Menon-Sen <ams@wiw.org>
1449              Date: Sat, 11 Aug 2001 06:18:19 +0530
1450              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
1451      Branch: perl
1452            ! mg.c
1453 ____________________________________________________________________________
1454 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
1455         Log: Test for change #11639.
1456      Branch: perl
1457            ! t/op/tiehandle.t
1458 ____________________________________________________________________________
1459 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
1460         Log: Subject: Re: Can't localize *FH, then tie it
1461              From: Abhijit Menon-Sen <ams@wiw.org>
1462              Date: Sun, 12 Aug 2001 16:08:06 +0530
1463              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
1464      Branch: perl
1465            ! pp_hot.c pp_sys.c
1466 ____________________________________________________________________________
1467 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
1468         Log: Drop all the unnecessary "use utf8" clauses and some of
1469              the unnecessary "use bytes" ones.
1470              
1471              TODO: scour the documentation for unnecessary "use utf8"
1472              and prominently display it in perldelta when the time comes.
1473              ("use utf8" should be necessary ONLY if one wants the script
1474              to be in UTF-8.)  Also should be checked in some non-ASCII
1475              non-Latin-1 platform, like EBCDIC.
1476      Branch: perl
1477            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
1478            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
1479 ____________________________________________________________________________
1480 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
1481         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
1482              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
1483              in Unicode handling.
1484      Branch: perl
1485            + t/op/lc.t
1486            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
1487 ____________________________________________________________________________
1488 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
1489         Log: Thinko: we want the flags for native cc, not gcc.
1490      Branch: perl
1491            ! hints/dec_osf.sh
1492 ____________________________________________________________________________
1493 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
1494         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
1495              From: Robin Houston <robin@kitsite.com>
1496              Date: Fri, 10 Aug 2001 14:42:02 +0100
1497              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
1498      Branch: perl
1499            ! pp.c
1500 ____________________________________________________________________________
1501 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
1502         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
1503              From: Abhijit Menon-Sen <ams@wiw.org>
1504              Date: Sat, 11 Aug 2001 16:31:04 +0530
1505              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
1506      Branch: perl
1507            ! op.c
1508 ____________________________________________________________________________
1509 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
1510         Log: Get rid of indread, from Abhijit Menon-Sen.
1511      Branch: perl
1512            ! pp_sys.c
1513 ____________________________________________________________________________
1514 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
1515         Log: CRLFgngngn.
1516      Branch: perl
1517            ! win32/Makefile win32/makefile.mk
1518 ____________________________________________________________________________
1519 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
1520         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
1521      Branch: perl
1522            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1523            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
1524            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
1525            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
1526            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
1527            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
1528            ! win32/Makefile win32/makefile.mk
1529 ____________________________________________________________________________
1530 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
1531         Log: Avoid #elif (less portable than #else #if).
1532      Branch: perl
1533            ! handy.h
1534 ____________________________________________________________________________
1535 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
1536         Log: Subject: patch for perlvar.pod
1537              From: mah@everybody.org (Mark A. Hershberger)
1538              Date: 08 Aug 2001 17:03:16 -0500
1539              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
1540      Branch: perl
1541            ! pod/perlvar.pod
1542 ____________________________________________________________________________
1543 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
1544         Log: cpp commands must start (the # must be) at the column #0.
1545      Branch: perl
1546            ! op.c
1547 ____________________________________________________________________________
1548 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
1549         Log: If using gcc -B/foo/bar makedepend would give
1550              unnecessary warnings about unused -B/foo/bar.
1551      Branch: perl
1552            ! makedepend.SH
1553 ____________________________________________________________________________
1554 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
1555         Log: Update Changes.
1556      Branch: perl
1557            ! Changes patchlevel.h
1558 ____________________________________________________________________________
1559 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
1560         Log: s/z/tz/
1561      Branch: perl
1562            ! pod/perlfaq2.pod
1563 ____________________________________________________________________________
1564 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
1565         Log: Article nit.
1566      Branch: perl
1567            ! pod/perlfaq2.pod
1568 ____________________________________________________________________________
1569 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
1570         Log: Rename lib/unicode files to lib/unicore to avoid
1571              conflicts between core lib/unicode and Unicode::
1572              files in case-ignoring filesystems.
1573      Branch: perl
1574            + (add 325 files)
1575            - (delete 324 files)
1576            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
1577 ____________________________________________________________________________
1578 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
1579         Log: Upgrade to Math::BigInt 1.41.
1580      Branch: perl
1581            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
1582 ____________________________________________________________________________
1583 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
1584         Log: Subject: [PATCH] remove PL_na from typemap
1585              From: James <james@rf.net>
1586              Date: Mon, 06 Aug 2001 20:23:15 -0700
1587              Message-ID: <3B6F5F23.A31A81B1@rf.net>
1588              
1589              (had to be manually applied)
1590      Branch: perl
1591            ! lib/ExtUtils/typemap
1592 ____________________________________________________________________________
1593 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
1594         Log: The metaconfig unit changes for #11618.
1595      Branch: metaconfig/U/perl
1596            + d_fpclassl.U i_fp.U
1597 ____________________________________________________________________________
1598 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
1599         Log: Forgot this from #11618.
1600              
1601              NOTE: wince/config_H.ce needs updating.
1602      Branch: perl
1603            ! wince/config.ce
1604 ____________________________________________________________________________
1605 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
1606         Log: Introduce more floating point classifying APIs;
1607              try to define (most importantly) Perl_is{inf,nan}(x).
1608              
1609              For this first cut, assume none such APIs exist in non-UNIXoid
1610              platforms-- this is of course too unkind: Win32 rumoredly has
1611              _fpclass() and _isnan(), and VMS/VOS very probably have some
1612              of the APIs available.     The only thing Perl uses at the moment
1613              is Perl_isnan() (has been in use for a while now).
1614              
1615              NOTE: the Win32 and NetWare config_h.?c need regenerating.
1616      Branch: perl
1617            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1618            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1619            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
1620            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1621            ! vos/config.ga.h win32/config.bc win32/config.gc
1622            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1623            ! win32/config_H.vc wince/config.ce wince/config.h
1624 ____________________________________________________________________________
1625 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
1626         Log: Integrate change #11519 from perlio:
1627              
1628              Avoid testing for (non-)existance of "encoding(xxxx)"
1629              layer is called "encoding" the (xxxx) is an argument.
1630      Branch: perl
1631           !> lib/open.pm
1632 ____________________________________________________________________________
1633 [ 11616] By: nick                                  on 2001/08/09  07:50:24
1634         Log: Integrate mainline
1635      Branch: perlio
1636           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
1637           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1638           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
1639           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
1640            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
1641            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
1642           !> (integrate 79 files)
1643 ____________________________________________________________________________
1644 [ 11615] By: nick                                  on 2001/08/09  06:23:44
1645         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
1646              layer is called "encoding" the (xxxx) is an argument.
1647      Branch: perlio
1648            ! lib/open.pm
1649 ____________________________________________________________________________
1650 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
1651         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
1652              From: Paul Johnson <paul@pjcj.net>
1653              Date: Wed, 8 Aug 2001 23:54:17 +0200
1654              Message-ID: <20010808235417.O1006@pjcj.net>
1655      Branch: perl
1656            ! ext/B/B/Concise.pm
1657 ____________________________________________________________________________
1658 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
1659         Log: Make VMS use IEEE math by default; reorder Tru64 hints
1660              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
1661              exception semantics) is always set if using (the new) cc.
1662      Branch: perl
1663            ! configure.com hints/dec_osf.sh
1664 ____________________________________________________________________________
1665 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
1666         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
1667              From: Abhijit Menon-Sen <ams@wiw.org>
1668              Date: Tue, 7 Aug 2001 17:16:05 +0530
1669              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
1670      Branch: perl
1671            ! pp_sys.c
1672 ____________________________________________________________________________
1673 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
1674         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
1675              From: "Craig A. Berry" <craigberry@mac.com>
1676              Date: Tue, 07 Aug 2001 22:27:47 -0500
1677              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
1678      Branch: perl
1679            ! t/run/exit.t
1680 ____________________________________________________________________________
1681 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
1682         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
1683              From: "Craig A. Berry" <craigberry@mac.com>
1684              Date: Tue, 07 Aug 2001 20:01:53 -0500
1685              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
1686      Branch: perl
1687            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
1688 ____________________________________________________________________________
1689 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
1690         Log: Update the magazine information.
1691      Branch: perl
1692            ! pod/perlfaq2.pod
1693 ____________________________________________________________________________
1694 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
1695         Log: Ignore SIGFPE everywhere.
1696      Branch: perl
1697            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
1698 ____________________________________________________________________________
1699 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
1700         Log: With permission, change the licensing of the docs by
1701              TomC (and Gnat) to comply with the rest of Perl.
1702      Branch: perl
1703            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1704            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1705            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1706            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
1707            ! pod/perltootc.pod
1708 ____________________________________________________________________________
1709 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
1710         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
1711              From: Andy Dougherty <doughera@lafayette.edu>
1712              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
1713              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
1714      Branch: perl
1715            ! hints/openbsd.sh
1716 ____________________________________________________________________________
1717 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
1718         Log: Subject: [PATCH] Makefile.SH test_prep dependency
1719              From: Andy Dougherty <doughera@lafayette.edu>
1720              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
1721              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
1722      Branch: perl
1723            ! Makefile.SH
1724 ____________________________________________________________________________
1725 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
1726         Log: Don't autogenerate the headers et alia,
1727              make regen_headers explicitly.
1728      Branch: perl
1729            ! Makefile.SH
1730 ____________________________________________________________________________
1731 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
1732         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
1733              From: Gurusamy Sarathy <gsar@ActiveState.com> 
1734              Date: Tue, 07 Aug 2001 08:33:26 -0700
1735              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
1736              
1737              Unnecessary dependency.
1738      Branch: perl
1739            ! embed.pl
1740 ____________________________________________________________________________
1741 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
1742         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
1743              From: Abhijit Menon-Sen <ams@wiw.org>
1744              Date: Tue, 7 Aug 2001 09:10:54 +0530
1745              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
1746      Branch: perl
1747            ! pp_hot.c
1748 ____________________________________________________________________________
1749 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
1750         Log: Subject: [PATCH perl@11597] B && BEGIN handling
1751              From: "James A. Duncan" <jduncan@fotango.com>
1752              Date: Mon, 6 Aug 2001 17:29:11 +0100
1753              Message-ID: <20010806172911.A2071@fotango.com>
1754              
1755              (the intrpvar.h addition moved to the end for bincompat)
1756      Branch: perl
1757            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
1758 ____________________________________________________________________________
1759 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
1760         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
1761      Branch: perl
1762           !> README.win32
1763 ____________________________________________________________________________
1764 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
1765         Log: fix URLs for fcrypt.c
1766      Branch: maint-5.6/perl
1767            ! README.win32
1768 ____________________________________________________________________________
1769 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
1770         Log: Yet another way to say Infinity: HP-UX calls its "++".
1771      Branch: perl
1772            ! lib/Math/BigInt/t/bigintpm.t
1773 ____________________________________________________________________________
1774 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
1775         Log: Update Changes.
1776      Branch: perl
1777            ! Changes patchlevel.h
1778 ____________________________________________________________________________
1779 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
1780         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
1781      Branch: perl
1782            ! pod/perlfaq5.pod
1783 ____________________________________________________________________________
1784 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
1785         Log: The #11593 wasn't right.
1786      Branch: perl
1787            ! lib/Math/BigInt/t/bigintpm.t
1788 ____________________________________________________________________________
1789 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
1790         Log: Subject: [PATCH: perl@11564] introducing perlivp
1791              From: Prymmer/Kahn <pvhp@best.com>
1792              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
1793              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
1794              
1795              Subject: Re: [PATCH: perl@11564] introducing perlivp
1796              From: Prymmer/Kahn <pvhp@best.com>
1797              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
1798              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
1799      Branch: perl
1800            + utils/perlivp.PL
1801            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
1802            ! win32/Makefile win32/makefile.mk
1803 ____________________________________________________________________________
1804 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
1805         Log: libcs are confused what to call Infinity.
1806      Branch: perl
1807            ! lib/Math/BigInt/t/bigintpm.t
1808 ____________________________________________________________________________
1809 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
1810         Log: Avoid SIGFPE in Tru64.
1811      Branch: perl
1812            ! numeric.c
1813 ____________________________________________________________________________
1814 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
1815         Log: Upgrade to Math::BigInt 1.40.
1816              
1817              NOTE: this patch necessitates doing something about
1818              infinity handling since the new bigintpm.t tests use
1819              infinity, which causes SIGFPEs at least in Tru64.
1820      Branch: perl
1821            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1822            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1823            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1824            ! lib/Math/BigInt/t/mbimbf.t
1825 ____________________________________________________________________________
1826 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
1827         Log: remove hardcoded cmd shell in testsuite
1828      Branch: perl
1829            ! t/op/glob.t t/op/magic.t t/op/stat.t
1830 ____________________________________________________________________________
1831 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
1832         Log: 4-arg select() was busted on windows because change#8178 didn't
1833              make it into mainline
1834      Branch: perl
1835            ! perl.h win32/include/sys/socket.h
1836 ____________________________________________________________________________
1837 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
1838         Log: Rename the Getopt::Long tests to be as they are
1839              in the Getopt::Long official distribution.
1840      Branch: perl
1841            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
1842            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
1843            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
1844            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
1845            ! MANIFEST
1846 ____________________________________________________________________________
1847 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
1848         Log: Upgrade to Getopt::Long 2.26.
1849      Branch: perl
1850            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
1851            ! MANIFEST lib/Getopt/Long.pm
1852 ____________________________________________________________________________
1853 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
1854         Log: Retract #10874 (the hack should be unnecessary by now)
1855      Branch: perl
1856            ! lib/Test/Harness.pm
1857 ____________________________________________________________________________
1858 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
1859         Log: avoid temp file littering in tests
1860      Branch: perl
1861            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
1862 ____________________________________________________________________________
1863 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
1864         Log: Subject: warning in sv.c: double format, NV arg
1865              From: "Philip Newton" <Philip.Newton@gmx.net>
1866              Date: Sun, 5 Aug 2001 19:41:07 +0200
1867              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
1868      Branch: perl
1869            ! sv.c
1870 ____________________________________________________________________________
1871 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
1872         Log: fix POSIX.t#13 for windos
1873      Branch: perl
1874            ! ext/POSIX/POSIX.t
1875 ____________________________________________________________________________
1876 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
1877         Log: Add a test for PerlIO::Via.
1878      Branch: perl
1879            + ext/PerlIO/t/via.t
1880            ! MANIFEST ext/PerlIO/Via/Via.pm
1881 ____________________________________________________________________________
1882 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
1883         Log: flock() and link() are not available on Windows 9x
1884      Branch: perl
1885            ! win32/config_sh.PL
1886 ____________________________________________________________________________
1887 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
1888         Log: Some Tru64 C compilers have C++ components that confuse
1889              the ccversion parsing.
1890      Branch: perl
1891            ! hints/dec_osf.sh
1892 ____________________________________________________________________________
1893 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
1894         Log: (Reintroduce #11125)
1895              
1896              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
1897              From: Alan Burlison <Alan.Burlison@sun.com> 
1898              Date: Tue, 03 Jul 2001 15:20:13 +0100   
1899              Message-ID: <3B41D49D.A923D4F9@sun.com> 
1900      Branch: perl
1901            ! lib/ExtUtils/MM_Unix.pm
1902 ____________________________________________________________________________
1903 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
1904         Log: Little pointer juggling for HP-UX cc to avoid
1905              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
1906              followed by
1907              "error 1549: Modifiable lvalue required for assignment operator."
1908      Branch: perl
1909            ! hv.c
1910 ____________________________________________________________________________
1911 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
1912         Log: Continuation of #11575: SANY_SEEN completely deprecated,
1913              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
1914              plus a fix for the bug.
1915      Branch: perl
1916            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
1917 ____________________________________________________________________________
1918 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
1919         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
1920              From: Doug MacEachern <dougm@covalent.net>
1921              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
1922              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
1923      Branch: perl
1924            ! sv.c
1925 ____________________________________________________________________________
1926 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
1927         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
1928              the new CANY is the \C.  The problem reported and the
1929              test case supplied in
1930              
1931              Subject: UTF-8 bugs in string length & single line regex matches
1932              From: "Daniel P. Berrange" <dan@berrange.com>
1933              Date: Fri, 3 Aug 2001 11:39:33 +0100
1934              Message-ID: <20010803113932.A19318@berrange.com>
1935      Branch: perl
1936            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
1937            ! t/op/pat.t
1938 ____________________________________________________________________________
1939 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
1940         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
1941              From: Doug MacEachern <dougm@covalent.net>
1942              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
1943              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
1944      Branch: perl
1945            ! perl.c regexec.c
1946 ____________________________________________________________________________
1947 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
1948         Log: The #11572 didn't up the test count.
1949      Branch: perl
1950            ! t/op/length.t
1951 ____________________________________________________________________________
1952 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
1953         Log: Subject: UTF-8 bugs in string length & single line regex matches
1954              From: "Daniel P. Berrange" <dan@berrange.com>
1955              Date: Fri, 3 Aug 2001 11:39:33 +0100         
1956              Message-ID: <20010803113932.A19318@berrange.com>
1957              
1958              (the mg_length() fix)
1959      Branch: perl
1960            ! mg.c t/op/length.t
1961 ____________________________________________________________________________
1962 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
1963         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
1964              From: Abhijit Menon-Sen <ams@wiw.org>
1965              Date: Sat, 4 Aug 2001 16:56:35 +0530
1966              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
1967      Branch: perl
1968            ! hv.c
1969 ____________________________________________________________________________
1970 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
1971         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
1972              From: Abhijit Menon-Sen <ams@wiw.org>
1973              Date: Sat, 4 Aug 2001 16:16:03 +0530
1974              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
1975      Branch: perl
1976            ! hv.c
1977 ____________________________________________________________________________
1978 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
1979         Log: Subject: Re: [patch] refcount re ops
1980              From: Abhijit Menon-Sen <ams@wiw.org>
1981              Date: Sat, 4 Aug 2001 08:54:55 +0530
1982              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
1983      Branch: perl
1984            ! sv.c
1985 ____________________________________________________________________________
1986 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
1987         Log: Subject: [patch] refcount re ops
1988              From: Doug MacEachern <dougm@covalent.net>
1989              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
1990              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
1991      Branch: perl
1992            ! regcomp.c sv.c
1993 ____________________________________________________________________________
1994 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
1995         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
1996              From: Doug MacEachern <dougm@covalent.net>
1997              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
1998              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
1999      Branch: perl
2000            ! perl.c regexec.c
2001 ____________________________________________________________________________
2002 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
2003         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
2004              From: "Craig A. Berry" <craigberry@mac.com> 
2005              Date: Fri, 03 Aug 2001 16:16:16 -0500
2006              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
2007      Branch: perl
2008            ! t/op/misc.t
2009 ____________________________________________________________________________
2010 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
2011         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
2012              From: John Kristian <jmk2001@engineer.com>
2013              Date: Fri, 03 Aug 2001 00:59:08 -0700
2014              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
2015      Branch: perl
2016            ! win32/win32.c
2017 ____________________________________________________________________________
2018 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
2019         Log: Update Changes.
2020      Branch: perl
2021            ! Changes patchlevel.h
2022 ____________________________________________________________________________
2023 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
2024         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
2025              From: "Craig A. Berry" <craigberry@mac.com>
2026              Date: Thu, 02 Aug 2001 23:15:24 -0500
2027              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
2028      Branch: perl
2029            ! ext/B/Stash.t
2030 ____________________________________________________________________________
2031 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
2032         Log: Subject: [patch] plug PL_cshname leak
2033              From: Doug MacEachern <dougm@covalent.net>
2034              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
2035              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
2036      Branch: perl
2037            ! sv.c
2038 ____________________________________________________________________________
2039 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
2040         Log: Subject: [patch] plug PL_sh_path leak
2041              From: Doug MacEachern <dougm@covalent.net>
2042              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
2043              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
2044      Branch: perl
2045            ! sv.c
2046 ____________________________________________________________________________
2047 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
2048         Log: Subject: [patch] plug PL_regex_padav leaks
2049              From: Doug MacEachern <dougm@covalent.net>
2050              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
2051              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
2052      Branch: perl
2053            ! op.c op.h perl.c
2054 ____________________________________________________________________________
2055 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
2056         Log: Subject: [patch] plug PL_origargv leak
2057              From: Doug MacEachern <dougm@covalent.net>
2058              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
2059              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
2060      Branch: perl
2061            ! perl.c
2062 ____________________________________________________________________________
2063 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
2064         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2065              From: Abhijit Menon-Sen <ams@wiw.org>
2066              Date: Fri, 3 Aug 2001 06:38:11 +0530
2067              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
2068      Branch: perl
2069            ! hv.c
2070 ____________________________________________________________________________
2071 [ 11557] By: nick                                  on 2001/08/03  08:17:38
2072         Log: Integrate mainline
2073      Branch: perlio
2074           +> (branch 47 files)
2075            - lib/Switch/test.pl
2076           !> (integrate 49 files)
2077 ____________________________________________________________________________
2078 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
2079         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
2080              From: "Craig A. Berry" <craigberry@mac.com>
2081              Date: Thu, 02 Aug 2001 12:56:19 -0500
2082              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
2083      Branch: perl
2084            ! ext/B/Showlex.t
2085 ____________________________________________________________________________
2086 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
2087         Log: Be more careful about non-existent files.
2088      Branch: perl
2089            ! lib/File/Copy.pm
2090 ____________________________________________________________________________
2091 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
2092         Log: Subject: [PATCH resend] deparse empty formats
2093              From: Robin Houston <robin@kitsite.com> 
2094              Date: Thu, 2 Aug 2001 14:32:36 +0100
2095              Message-ID: <20010802143236.A894@robin.kitsite.com>
2096      Branch: perl
2097            ! ext/B/B/Deparse.pm
2098 ____________________________________________________________________________
2099 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
2100         Log: Subject: [patch] ithreads + refto fix improvement
2101              From: Doug MacEachern <dougm@covalent.net>
2102              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
2103              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
2104      Branch: perl
2105            ! pp.c
2106 ____________________________________________________________________________
2107 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
2108         Log: Readability nit from Abhijit.
2109      Branch: perl
2110            ! op.c
2111 ____________________________________________________________________________
2112 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
2113         Log: setproctitle() API version nit from Anton Berezin.
2114      Branch: perl
2115            ! mg.c
2116 ____________________________________________________________________________
2117 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
2118         Log: Add PerlCE to the docs.
2119      Branch: perl
2120            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2121            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2122 ____________________________________________________________________________
2123 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
2124         Log: Integrate the PerlCE (WinCE Perl) port;
2125              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
2126      Branch: perl
2127            + README.ce wince/FindExt.pm wince/Makefile.ce
2128            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
2129            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
2130            + wince/bin/search.pl wince/config.ce wince/config.h
2131            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
2132            + wince/dl_win32.xs wince/include/arpa/inet.h
2133            + wince/include/cectype.h wince/include/errno.h
2134            + wince/include/netdb.h wince/include/sys/socket.h
2135            + wince/include/sys/stat.h wince/include/sys/types.h
2136            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
2137            + wince/perl.rc wince/perldll.def wince/perllib.c
2138            + wince/perlmain.c wince/registry.bat wince/runperl.c
2139            + wince/splittree.pl wince/win32.h wince/win32iop.h
2140            + wince/win32thread.c wince/win32thread.h wince/wince.c
2141            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
2142            + wince/xdistclean.ksh wince/xmakediffs.ksh
2143            ! MANIFEST perl.c perl.h perlio.c
2144 ____________________________________________________________________________
2145 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
2146         Log: setproctitle() made simpler.  (This assumes the string is
2147              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
2148              should be used.  Note len, not len + 1.)  BSD-fu from Anton
2149              Berezin.
2150      Branch: perl
2151            ! mg.c
2152 ____________________________________________________________________________
2153 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
2154         Log: Subject: [PATCH] -Wall cleanup: op.c
2155              From: Richard Soderberg <rs@oregonnet.com>
2156              Date: Thu, 2 Aug 2001 00:17:09 -0700
2157              Message-Id: <200108020717.AAA26895@oregonnet.com>
2158              
2159              Subject: [PATCH] -Wall cleanup: sv.c
2160              From: Richard Soderberg <rs@oregonnet.com>
2161              Date: Thu, 2 Aug 2001 00:49:21 -0700
2162              Message-Id: <200108020749.AAA27492@oregonnet.com>
2163      Branch: perl
2164            ! op.c sv.c
2165 ____________________________________________________________________________
2166 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
2167         Log: Update Changes.
2168      Branch: perl
2169            ! Changes patchlevel.h
2170 ____________________________________________________________________________
2171 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
2172         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2173              From: Doug MacEachern <dougm@covalent.net>
2174              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
2175              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
2176      Branch: perl
2177            ! op.c
2178 ____________________________________________________________________________
2179 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
2180         Log: The #11541 didn't work under threads.
2181      Branch: perl
2182            ! op.c
2183 ____________________________________________________________________________
2184 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
2185         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
2186              From: Hugo <hv@crypt.compulink.co.uk>
2187              Date: Fri, 22 Jun 2001 01:19:08 +0100 
2188              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
2189              
2190              (Skip tests if accept() failed)
2191      Branch: perl
2192            ! ext/IO/lib/IO/t/io_unix.t
2193 ____________________________________________________________________________
2194 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
2195         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
2196              From: "Stian Seeberg" <sseeberg@nimsoft.no>
2197              Date: Mon, 30 Jul 2001 12:28:07 +0200
2198              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
2199      Branch: perl
2200            ! perl.h
2201 ____________________________________________________________________________
2202 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
2203         Log: Subject: Pluggable optimizer
2204              From: Simon Cozens <simon@netthink.co.uk>
2205              Date: Wed, 1 Aug 2001 13:57:02 -0700
2206              Message-ID: <20010801135702.I10442@netthink.co.uk>
2207      Branch: perl
2208            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
2209 ____________________________________________________________________________
2210 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
2211         Log: Subject: [ID 20010801.039] perlre.pod message typo
2212              From: Autrijus Tang <autrijus@geb.elixus.org>
2213              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
2214              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
2215      Branch: perl
2216            ! pod/perlre.pod
2217 ____________________________________________________________________________
2218 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
2219         Log: Test for change #11536.
2220      Branch: perl
2221            ! t/op/tiehandle.t
2222 ____________________________________________________________________________
2223 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
2224         Log: More test fixups for #11537.
2225      Branch: perl
2226            ! t/lib/warnings/4lint t/lib/warnings/9enabled
2227 ____________________________________________________________________________
2228 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
2229         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2230              From: Doug MacEachern <dougm@covalent.net>
2231              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
2232              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
2233      Branch: perl
2234            ! op.c t/TestInit.pm
2235 ____________________________________________________________________________
2236 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
2237         Log: Subject: [patch] ithreads + refto bug
2238              From: Doug MacEachern <dougm@covalent.net>
2239              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
2240              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
2241              
2242              (Test in change #11539)
2243      Branch: perl
2244            ! pp.c
2245 ____________________________________________________________________________
2246 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
2247         Log: Subject: [PATCH: perl@11523] fixups for t/harness
2248              From: Prymmer/Kahn <pvhp@best.com>
2249              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
2250              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
2251      Branch: perl
2252            ! t/harness
2253 ____________________________________________________________________________
2254 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
2255         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
2256              From: Prymmer/Kahn <pvhp@best.com>
2257              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
2258              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
2259      Branch: perl
2260            ! win32/Makefile win32/makefile.mk
2261 ____________________________________________________________________________
2262 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
2263         Log: Need to know the number of tests.
2264      Branch: perl
2265            ! t/run/exit.t
2266 ____________________________________________________________________________
2267 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
2268         Log: Subject: Re: new exit tests on VMS
2269              From: "Craig A. Berry" <craigberry@mac.com>
2270              Date: Tue, 31 Jul 2001 12:19:29 -0500
2271              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
2272      Branch: perl
2273            ! t/run/exit.t
2274 ____________________________________________________________________________
2275 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
2276         Log: Retract #11530 (the dTHX is needed under threads)
2277      Branch: perl
2278            ! perlio.c
2279 ____________________________________________________________________________
2280 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
2281         Log: (Retracted by #11531)
2282      Branch: perl
2283            ! perlio.c
2284 ____________________________________________________________________________
2285 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
2286         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
2287              From: Richard Soderberg <rs@crystalflame.net>
2288              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
2289              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
2290      Branch: perl
2291            ! unixish.h
2292 ____________________________________________________________________________
2293 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
2294         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
2295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2296              Date: Tue, 31 Jul 2001 05:39:09 -0400
2297              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
2298              
2299              (with a note about the case of UV being equal to long long)
2300      Branch: perl
2301            ! utils/h2xs.PL
2302 ____________________________________________________________________________
2303 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
2304         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
2305              From: "Craig A. Berry" <craigberry@mac.com>
2306              Date: Tue, 31 Jul 2001 14:57:43 -0500
2307              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
2308      Branch: perl
2309            ! t/io/fs.t
2310 ____________________________________________________________________________
2311 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
2312         Log: Fix for
2313              
2314              Subject: [ID 20010116.001] File::Copy truncates orig file 
2315              From: arbor@al37al08.telecel.pt
2316              Date: Tue, 16 Jan 2001 11:43:02 GMT
2317              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
2318              
2319              (copy($foo, $foo) would truncate $foo)
2320      Branch: perl
2321            ! lib/File/Copy.pm lib/File/Copy.t
2322 ____________________________________________________________________________
2323 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
2324         Log: Metaconfig unit change for #11524.
2325      Branch: metaconfig/U/perl
2326            ! Extras.U
2327 ____________________________________________________________________________
2328 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
2329         Log: Multiple modules didn't work; plus typo fixes.
2330      Branch: perl
2331            ! Configure
2332 ____________________________________________________________________________
2333 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
2334         Log: Update Changes.
2335      Branch: perl
2336            ! Changes patchlevel.h
2337 ____________________________________________________________________________
2338 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
2339         Log: Regen perlapi.
2340      Branch: perl
2341            ! pod/perlapi.pod
2342 ____________________________________________________________________________
2343 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
2344         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
2345              From: Dave Mitchell <davem@fdgroup.co.uk>
2346              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
2347              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
2348      Branch: perl
2349            ! sv.c
2350 ____________________________________________________________________________
2351 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
2352         Log: Regen toc.
2353      Branch: perl
2354            ! pod/perltoc.pod
2355 ____________________________________________________________________________
2356 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
2357         Log: Regen Porting stuff.
2358      Branch: perl
2359            ! Porting/Glossary Porting/config.sh Porting/config_H
2360 ____________________________________________________________________________
2361 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
2362         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
2363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2364              Date: Tue, 31 Jul 2001 05:34:38 -0400
2365              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
2366      Branch: perl
2367            ! utils/h2xs.PL
2368 ____________________________________________________________________________
2369 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
2370         Log: Metaconfig unit change for #11516. 
2371      Branch: metaconfig/U/perl
2372            ! gccvers.U
2373 ____________________________________________________________________________
2374 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
2375         Log: Add -Wall in cflags, not in Configure.
2376              (This way -Wall affects only the core and the core XS,
2377              not user modules' XS.  Concern from Paul Marquess,
2378              implementation idea from Andy Dougherty.)
2379      Branch: perl
2380            ! Configure cflags.SH
2381 ____________________________________________________________________________
2382 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
2383         Log: Metaconfig unit changes for #11514.
2384      Branch: metaconfig
2385            + U/modified/sysman.U
2386            ! U/installdirs/man1dir.U
2387 ____________________________________________________________________________
2388 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
2389         Log: Subject: Configure's detection of system manual
2390              From: Sean Dague <sean@dague.net> 
2391              Date: Sun, 13 May 2001 15:53:15 -0400
2392              Message-ID: <20010513155315.A15833@underhill.dague.net>
2393      Branch: perl
2394            ! Configure
2395 ____________________________________________________________________________
2396 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
2397         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
2398              From: Autrijus Tang <autrijus@autrijus.org> 
2399              Date: Thu, 21 Jun 2001 23:56:48 +0800
2400              Message-Id: <20010621235648.A57340@not.autrijus.org>
2401      Branch: perl
2402            ! pod/perlobj.pod
2403 ____________________________________________________________________________
2404 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
2405         Log: Subject: Typo in DB_File.pm
2406              From: "Philip Newton" <Philip.Newton@gmx.net>
2407              Date: Tue, 31 Jul 2001 06:19:35 +0200
2408              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
2409      Branch: perl
2410            ! ext/DB_File/DB_File.pm
2411 ____________________________________________________________________________
2412 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
2413         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
2414              From: "Stephen P. Potter" <spp@spotter.yi.org>
2415              Date: Wed, 30 May 2001 13:59:34 -0400
2416              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
2417      Branch: perl
2418            ! pod/perlre.pod
2419 ____________________________________________________________________________
2420 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
2421         Log: eval "format foo=" would loop indefinitely; reported in
2422              
2423              Subject: A load of old rubbish
2424              From: Mike Guy <mjtg@cam.ac.uk>
2425              Date: Mon, 14 May 2001 16:12:22 +0100
2426              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
2427              
2428              (The core dumps reported in there already fixed.)
2429      Branch: perl
2430            ! toke.c
2431 ____________________________________________________________________________
2432 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
2433         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
2434      Branch: perl
2435            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
2436            + lib/Switch/t/switch_case.t
2437            - lib/Switch/test.pl
2438            ! MANIFEST lib/Switch.pm
2439 ____________________________________________________________________________
2440 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
2441         Log: Subject: [PATCH @11505] DB_File-1.78
2442              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2443              Date: Mon, 30 Jul 2001 22:54:37 +0100
2444              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
2445      Branch: perl
2446            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2447            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2448 ____________________________________________________________________________
2449 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
2450         Log: Explain in more detail why -pipe and -fno-common are good.
2451      Branch: perl
2452            ! hints/darwin.sh
2453 ____________________________________________________________________________
2454 [ 11506] By: nick                                  on 2001/07/30  14:32:23
2455         Log: Integrate mainline
2456      Branch: perlio
2457           !> INSTALL Makefile.SH doio.c hints/darwin.sh
2458 ____________________________________________________________________________
2459 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
2460         Log: Perl hasn't been putting man pages into $prefix/lib for
2461              a long time now; pointed out by Andy Dougherty. 
2462      Branch: perl
2463            ! hints/darwin.sh
2464 ____________________________________________________________________________
2465 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
2466         Log: Document the extras Configure option.
2467      Branch: perl
2468            ! INSTALL
2469 ____________________________________________________________________________
2470 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
2471         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
2472              everywhere.
2473      Branch: perl
2474           !> doio.c
2475 ____________________________________________________________________________
2476 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
2477         Log: Doubly guard against invoking CPAN if no extras defined,
2478              pointed out by H. Merijn Brand.
2479      Branch: perl
2480            ! Makefile.SH
2481 ____________________________________________________________________________
2482 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
2483         Log: Fix O_RDONLY check to check for O_RDONLY.
2484      Branch: maint-5.6/macperl
2485            ! doio.c
2486 ____________________________________________________________________________
2487 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
2488         Log: Integrate miscellaneous changes from maint-5.6/perl.
2489      Branch: maint-5.6/macperl
2490           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
2491 ____________________________________________________________________________
2492 [ 11499] By: nick                                  on 2001/07/30  06:52:42
2493         Log: Integrate mainline
2494      Branch: perlio
2495           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
2496           +> win32/sync_ext.pl
2497            - win32/sncfnmcs.pl
2498           !> (integrate 71 files)
2499 ____________________________________________________________________________
2500 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
2501         Log: Update Changes.
2502      Branch: perl
2503            ! Changes patchlevel.h
2504 ____________________________________________________________________________
2505 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
2506         Log: Now Configure -Dextras=Foo::Bar and "make install" will
2507              fetch and install Foo::Bar.
2508      Branch: perl
2509            ! Makefile.SH
2510 ____________________________________________________________________________
2511 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
2512         Log: Metaconfig unit change for #11495.
2513      Branch: metaconfig/U/perl
2514            ! Extras.U
2515 ____________________________________________________________________________
2516 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
2517         Log: extras.make, extras.test, and extras.install make targets.
2518      Branch: perl
2519            ! Configure Makefile.SH
2520 ____________________________________________________________________________
2521 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
2522         Log: Metaconfig unit change for #11493.
2523      Branch: metaconfig/U/perl
2524            ! Extras.U
2525 ____________________________________________________________________________
2526 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
2527         Log: Better to have the list of extras in $extras than 'define'.
2528      Branch: perl
2529            ! Configure
2530 ____________________________________________________________________________
2531 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
2532         Log: The metaconfig unit change for #11490.
2533      Branch: metaconfig/U/perl
2534            + Extras.U
2535 ____________________________________________________________________________
2536 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
2537         Log: Missed from #11490 (the required dependency).
2538      Branch: perl
2539            ! Makefile.SH
2540 ____________________________________________________________________________
2541 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
2542         Log: Add the support of asking for extra modules or bundles of modules
2543              to be fetched from the CPAN and installed as a part of the Perl
2544              build process.  None of this installation is yet really done;
2545              only the list is asked, and saved away in extras.lst for
2546              the build and installation process to worry about later.
2547      Branch: perl
2548            ! Configure
2549 ____________________________________________________________________________
2550 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
2551         Log: Beginnings of better Inf and NaN support.
2552              At least toke.c and sv.c still need quite a bit of work.
2553      Branch: perl
2554            ! numeric.c perl.h
2555 ____________________________________________________________________________
2556 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
2557         Log: Top-level Makefile didn't honour OPTIMIZE.
2558      Branch: perl
2559            ! Makefile.SH
2560 ____________________________________________________________________________
2561 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
2562         Log: Update Changes.
2563      Branch: perl
2564            ! Changes patchlevel.h
2565 ____________________________________________________________________________
2566 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
2567         Log: Use Search::Dict 1.02 interface for charinfo().
2568      Branch: perl
2569            ! lib/UnicodeCD.pm
2570 ____________________________________________________________________________
2571 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
2572         Log: Now also allow transforming the read lines before comparing them.
2573              (This will help UnicodeCD.) 
2574      Branch: perl
2575            ! lib/Search/Dict.pm
2576 ____________________________________________________________________________
2577 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
2578         Log: Remove tiehandle code.
2579      Branch: perl
2580            ! lib/UnicodeCD.pm
2581 ____________________________________________________________________________
2582 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
2583         Log: Allow specifying a comparison function for Search::Dict::look().
2584      Branch: perl
2585            ! lib/Search/Dict.pm
2586 ____________________________________________________________________________
2587 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
2588         Log: Small UnicodeCD tweaks.
2589      Branch: perl
2590            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2591 ____________________________________________________________________________
2592 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
2593         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
2594              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2595              Date: Tue, 24 Jul 2001 01:51:32 +0900
2596              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
2597      Branch: perl
2598            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2599 ____________________________________________________________________________
2600 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
2601         Log: Subject: [PATCH] installperl
2602              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2603              Date: Fri, 27 Jul 2001 19:05:04 -0700
2604              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
2605      Branch: perl
2606            ! installperl
2607 ____________________________________________________________________________
2608 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
2609         Log: Subject: [PATCH] Set proper compatibility versions in core
2610              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2611              Date: Fri, 27 Jul 2001 20:01:49 -0700
2612              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
2613      Branch: perl
2614            ! Makefile.SH
2615 ____________________________________________________________________________
2616 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
2617         Log: Metaconfig unit change for #11477.
2618      Branch: metaconfig/U/perl
2619            ! dlsrc.U
2620 ____________________________________________________________________________
2621 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
2622         Log: Subject: [PATCH] Darwin: -fpic not so good
2623              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2624              Date: Fri, 27 Jul 2001 18:57:38 -0700
2625              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
2626      Branch: perl
2627            ! Configure
2628 ____________________________________________________________________________
2629 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
2630         Log: Subject: [PATCH] Clean up Darwin hints
2631              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
2632              Date: Fri, 27 Jul 2001 19:13:15 -0700
2633              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
2634      Branch: perl
2635            ! hints/darwin.sh
2636 ____________________________________________________________________________
2637 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
2638         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
2639              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2640              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
2641              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
2642      Branch: perl
2643            ! pod/perlfunc.pod pp.c t/op/split.t
2644 ____________________________________________________________________________
2645 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
2646         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
2647              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2648              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
2649              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
2650      Branch: perl
2651            ! pod/perlvar.pod
2652 ____________________________________________________________________________
2653 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
2654         Log: Subject: [PATCH] fixes to constant.pm documentation
2655              From: Ilmari Karonen <iltzu@sci.fi>
2656              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
2657              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
2658      Branch: perl
2659            ! lib/constant.pm
2660 ____________________________________________________________________________
2661 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
2662         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
2663              From: "Philip Newton" <Philip.Newton@gmx.net>
2664              Date: Fri, 27 Jul 2001 07:51:10 +0200
2665              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
2666      Branch: perl
2667            ! pod/perlport.pod
2668 ____________________________________________________________________________
2669 [ 11471] By: nick                                  on 2001/07/26  06:23:32
2670         Log: Subject:  [PATCH] Doc fix for perlguts / threading
2671              From:  Arthur Bergman <arthur@contiller.se>
2672              Date:  Wed, 25 Jul 2001 11:28:23 +0200
2673              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
2674      Branch: perl
2675            ! pod/perlguts.pod
2676 ____________________________________________________________________________
2677 [ 11470] By: nick                                  on 2001/07/26  06:21:06
2678         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
2679              From:  Philip Newton <Philip.Newton@gmx.net>
2680              Date:  Wed, 25 Jul 2001 08:19:47 +0200
2681              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
2682      Branch: perl
2683            ! INSTALL
2684 ____________________________________________________________________________
2685 [ 11469] By: nick                                  on 2001/07/26  06:20:25
2686         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
2687              From:  Philip Newton <Philip.Newton@gmx.net>
2688              Date:  Wed, 25 Jul 2001 08:12:48 +0200
2689              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
2690      Branch: perl
2691            ! INSTALL
2692 ____________________________________________________________________________
2693 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
2694         Log: More +x.
2695      Branch: perl
2696            ! Porting/makerel
2697 ____________________________________________________________________________
2698 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
2699         Log: Update Changes.
2700      Branch: perl
2701            ! Changes patchlevel.h
2702 ____________________________________________________________________________
2703 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
2704         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
2705              From: "Philip Newton" <Philip.Newton@gmx.net>
2706              Date: Tue, 24 Jul 2001 06:45:55 +0200
2707              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
2708      Branch: perl
2709            ! os2/perlrexx.c
2710 ____________________________________________________________________________
2711 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
2712         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
2713              From: Peter Prymmer <pvhp@forte.com>
2714              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
2715              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
2716      Branch: perl
2717            ! pod/perlport.pod t/io/fs.t vms/test.com
2718 ____________________________________________________________________________
2719 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
2720         Log: Workaround on Cwd bootstrap problem.
2721      Branch: perl
2722            ! lib/ExtUtils/MakeMaker.pm
2723 ____________________________________________________________________________
2724 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
2725         Log: When in Rome, quote like the Romans do.
2726      Branch: perl
2727            ! cflags.SH
2728 ____________________________________________________________________________
2729 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
2730         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
2731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2732              Date: Mon, 23 Jul 2001 19:29:49 -0400
2733              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
2734      Branch: perl
2735            + os2/perlrexx.c
2736            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
2737            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
2738            ! t/op/write.t
2739 ____________________________________________________________________________
2740 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
2741         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
2742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2743              Date: Mon, 23 Jul 2001 18:43:42 -0400
2744              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
2745      Branch: perl
2746            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2747 ____________________________________________________________________________
2748 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
2749         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
2750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2751              Date: Mon, 23 Jul 2001 18:33:16 -0400
2752              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
2753      Branch: perl
2754            ! lib/ExtUtils/MakeMaker.pm
2755 ____________________________________________________________________________
2756 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
2757         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
2758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2759              Date: Mon, 23 Jul 2001 18:20:35 -0400
2760              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
2761      Branch: perl
2762            ! Makefile.SH cflags.SH
2763 ____________________________________________________________________________
2764 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
2765         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
2766              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
2767              Date: Mon, 23 Jul 2001 11:32:17 -0500
2768              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
2769      Branch: perl
2770            ! lib/ExtUtils/MakeMaker.pm
2771 ____________________________________________________________________________
2772 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
2773         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
2774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2775              Date: Mon, 23 Jul 2001 18:13:20 -0400
2776              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
2777      Branch: perl
2778            ! lib/perl5db.pl
2779 ____________________________________________________________________________
2780 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
2781         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
2782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2783              Date: Mon, 23 Jul 2001 18:07:40 -0400
2784              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
2785      Branch: perl
2786            ! op.c
2787 ____________________________________________________________________________
2788 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
2789         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
2790              From: "Craig A. Berry" <craigberry@mac.com>
2791              Date: Mon, 23 Jul 2001 15:35:06 -0500
2792              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
2793      Branch: perl
2794            ! util.c
2795 ____________________________________________________________________________
2796 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
2797         Log: Subject: [PATCH perlfaq9.pod typo]
2798              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
2799              Date: Mon, 23 Jul 2001 07:49:05 -0700
2800              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
2801      Branch: perl
2802            ! pod/perlfaq9.pod
2803 ____________________________________________________________________________
2804 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
2805         Log: Subject: win32\sncfnmcs.pl corrections
2806              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
2807              Date: Mon, 23 Jul 2001 12:56:54 +0200
2808              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
2809              
2810              Rename the script a little bit more sensibly.
2811      Branch: perl
2812            + win32/sync_ext.pl
2813            - win32/sncfnmcs.pl
2814            ! MANIFEST README.win32
2815 ____________________________________________________________________________
2816 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
2817         Log: Test tweak.
2818      Branch: perl
2819            ! ext/B/Deparse.t
2820 ____________________________________________________________________________
2821 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
2822         Log: Metaconfig unit tweak for #11450.
2823      Branch: metaconfig/U/perl
2824            ! Mksymlinks.U
2825 ____________________________________________________________________________
2826 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
2827         Log: Too volatile failsafe check.
2828      Branch: perl
2829            ! Configure
2830 ____________________________________________________________________________
2831 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
2832         Log: Further doc tweaks.
2833      Branch: perl
2834            ! lib/UnicodeCD.pm
2835 ____________________________________________________________________________
2836 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
2837         Log: Doc tweaks.
2838      Branch: perl
2839            ! lib/UnicodeCD.pm
2840 ____________________________________________________________________________
2841 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
2842         Log: Doc tweakery from Abhijit.
2843      Branch: perl
2844            ! Porting/repository.pod
2845 ____________________________________________________________________________
2846 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
2847         Log: An accidental empty line.
2848      Branch: perl
2849            ! MANIFEST
2850 ____________________________________________________________________________
2851 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
2852         Log: Missing MANIFESTations.
2853      Branch: perl
2854            ! MANIFEST
2855 ____________________________________________________________________________
2856 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
2857         Log: Update Changes.
2858      Branch: perl
2859            ! Changes patchlevel.h
2860 ____________________________________________________________________________
2861 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
2862         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
2863              From: Mike Guy <mjtg@cam.ac.uk>
2864              Date: Fri, 20 Jul 2001 16:12:49 +0100
2865              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
2866      Branch: perl
2867            ! Porting/pumpkin.pod
2868 ____________________________________________________________________________
2869 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
2870         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
2871              From: Peter Prymmer <pvhp@forte.com>
2872              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
2873              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
2874      Branch: perl
2875            ! pod/perlhack.pod
2876 ____________________________________________________________________________
2877 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
2878         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
2879              From: Michael G Schwern <schwern@pobox.com>
2880              Date: Fri, 20 Jul 2001 20:22:35 -0400
2881              Message-ID: <20010720202235.O4498@blackrider>
2882      Branch: perl
2883            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
2884            ! lib/Test/t/todo.t
2885 ____________________________________________________________________________
2886 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
2887         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
2888              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2889              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
2890              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
2891      Branch: perl
2892            ! ext/POSIX/POSIX.pod
2893 ____________________________________________________________________________
2894 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
2895         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
2896              From: Mark-Jason Dominus <mjd@plover.com>
2897              Date: Fri, 20 Jul 2001 23:16:54 -0400
2898              Message-ID: <20010721031654.21877.qmail@plover.com>
2899      Branch: perl
2900            ! ext/POSIX/POSIX.pod
2901 ____________________________________________________________________________
2902 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
2903         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
2904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2905              Date: Sun, 22 Jul 2001 14:56:09 +0200
2906              Message-ID: <20010722145609.A766@rafael>
2907      Branch: perl
2908            ! ext/B/O.pm
2909 ____________________________________________________________________________
2910 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
2911         Log: Subject: regexec.c #define cleanup
2912              From: Mark-Jason Dominus <mjd@plover.com>
2913              Date: Sat, 21 Jul 2001 18:33:25 -0400
2914              Message-ID: <20010721223325.3069.qmail@plover.com>
2915      Branch: perl
2916            ! regexec.c
2917 ____________________________________________________________________________
2918 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
2919         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
2920              From: Prymmer/Kahn <pvhp@best.com>
2921              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
2922              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
2923      Branch: perl
2924            ! t/io/fs.t
2925 ____________________________________________________________________________
2926 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
2927         Log: Typo in #11432.
2928      Branch: perl
2929            ! ext/POSIX/POSIX.t
2930 ____________________________________________________________________________
2931 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
2932         Log: Integrate (manually) change #11424 from macperl.
2933      Branch: perl
2934            ! ext/Filter/t/call.t
2935 ____________________________________________________________________________
2936 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
2937         Log: Integrate change #11408 from macperl.
2938      Branch: perl
2939           !> README.macos pod/perlport.pod
2940 ____________________________________________________________________________
2941 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
2942         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
2943      Branch: perl
2944           +> macos/MacPerlTests.cmd macos/xsubpp.patch
2945            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2946            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
2947            ! ext/POSIX/POSIX.t
2948 ____________________________________________________________________________
2949 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
2950         Log: pod/*.t tests not picked up by t/TEST either
2951      Branch: maint-5.6/perl
2952            ! t/TEST
2953 ____________________________________________________________________________
2954 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
2955         Log: better tweak for change#11429 (windows has both / and \ separated
2956              paths in @INC at that point)
2957      Branch: maint-5.6/perl
2958            ! t/pod/testp2pt.pl
2959 ____________________________________________________________________________
2960 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
2961         Log: MacOS pod test tweak needs \Escape
2962      Branch: maint-5.6/perl
2963            ! t/pod/testp2pt.pl
2964 ____________________________________________________________________________
2965 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
2966         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
2967              resulting duplicate output, but t/harness isn't)
2968      Branch: maint-5.6/perl
2969            ! t/run/runenv.t
2970 ____________________________________________________________________________
2971 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
2972         Log: t/harness wasn't picking up all the tests
2973      Branch: maint-5.6/perl
2974            ! t/harness
2975 ____________________________________________________________________________
2976 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
2977         Log: update MANIFEST for new file
2978      Branch: maint-5.6/perl
2979            ! MANIFEST
2980 ____________________________________________________________________________
2981 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
2982         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
2983              the exception of the macperl/macos/... tree
2984      Branch: maint-5.6/perl
2985           +> t/lib/filefind-taint.t
2986           !> (integrate 72 files)
2987 ____________________________________________________________________________
2988 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
2989         Log: Fix test.
2990      Branch: maint-5.6/macperl
2991            ! macos/bundled_ext/Filter/t/call.t
2992 ____________________________________________________________________________
2993 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
2994         Log: Make perl fork()-safe (in a slightly limited way) even on
2995              platforms that don't have pthread_atfork() (extension of
2996              the fix in change#11151).
2997              
2998              Note that this will not help extensions that call fork()
2999              directly in C, or that link to libraries that call fork()
3000              directly.  Such cases must be fixed to either call
3001              PerlProc_fork(), or call atfork_lock() in parent before the
3002              calling the function that forks and call atfork_unlock()
3003              in both parent and child immediately after the fork().
3004              (There are no worries if C code calls exec() in the child
3005              immediately after a fork().  Only cases where the child
3006              calls perl's API functions (including New()) after the
3007              fork() are problematic.)
3008              
3009              This change also eliminates the use of vfork() from perl,
3010              since all such uses were violating the severe restrictions
3011              on modifying the state of the process between the vfork()
3012              and the exec().
3013              
3014              This is a modified version of patches suggested by Abhijit
3015              Menon-Sen and Richard Soderberg.
3016      Branch: perl
3017            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
3018            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
3019 ____________________________________________________________________________
3020 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
3021         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
3022              Switch, and Text::Balanced.
3023      Branch: maint-5.6/macperl
3024            + macos/bundled_ext/Filter/Util/Call/Call.pm
3025            + macos/bundled_ext/Filter/Util/Call/Call.xs
3026            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
3027            + macos/bundled_ext/Filter/t/MyFilter.pm
3028            + macos/bundled_ext/Filter/t/call.t
3029            + macos/bundled_ext/Filter/t/filter-util.pl
3030            + macos/bundled_lib/blib/lib/Class/ISA.pm
3031            + macos/bundled_lib/blib/lib/Digest.pm
3032            + macos/bundled_lib/blib/lib/Filter/Simple.pm
3033            + macos/bundled_lib/blib/lib/Switch.pm
3034            + macos/bundled_lib/blib/lib/Text/Balanced.pm
3035            + macos/bundled_lib/blib/lib/Text/Balanced.pod
3036            + macos/bundled_lib/t/Class/ISA/test.pl
3037            + macos/bundled_lib/t/Digest/Digest.t
3038            + macos/bundled_lib/t/Filter/Simple/test.pl
3039            + macos/bundled_lib/t/Switch/test.pl
3040            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
3041            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3042            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
3043            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3044            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
3045            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
3046            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3047            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
3048 ____________________________________________________________________________
3049 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
3050         Log: Add Filter::Util::Call to config/make files; edit utils
3051              to recognize the module (it was descended too far down).
3052              Bump version to 5.6.1a4.
3053      Branch: maint-5.6/macperl
3054            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
3055            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
3056            ! macos/macperl/Makefile.mk macos/xsubpp.patch
3057 ____________________________________________________________________________
3058 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
3059         Log: Make DB_File the default for MLDBM on MacOS.
3060      Branch: maint-5.6/macperl
3061            ! macos/bundled_lib/blib/lib/MLDBM.pm
3062 ____________________________________________________________________________
3063 [ 11419] By: nick                                  on 2001/07/20  14:51:03
3064         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
3065              From:  Simon Cozens <simon@netthink.co.uk>
3066              Date:  Fri, 20 Jul 2001 11:42:35 -0400
3067              Message-Id:  <20010720114235.A5235@netthink.co.uk>
3068      Branch: perl
3069            ! lib/UnicodeCD.pm
3070 ____________________________________________________________________________
3071 [ 11418] By: nick                                  on 2001/07/20  14:48:12
3072         Log: Subject:  [PATCH regcomp.h] adds a comment
3073              From:  Abhijit Menon-Sen <ams@wiw.org>
3074              Date:  Fri, 20 Jul 2001 21:05:37 +0530
3075              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
3076      Branch: perl
3077            ! regcomp.h
3078 ____________________________________________________________________________
3079 [ 11417] By: nick                                  on 2001/07/20  14:16:38
3080         Log: Subject:  [PATCH 5.7.2] INSTALL updates
3081              From:  Andy Dougherty <doughera@lafayette.edu>
3082              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
3083              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
3084      Branch: perl
3085            ! INSTALL
3086 ____________________________________________________________________________
3087 [ 11416] By: nick                                  on 2001/07/20  06:44:44
3088         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3089              From:  Russ Allbery <rra@stanford.edu>
3090              Date:  19 Jul 2001 15:52:37 -0700
3091              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
3092      Branch: perl
3093            ! lib/Pod/Man.pm
3094 ____________________________________________________________________________
3095 [ 11415] By: nick                                  on 2001/07/20  06:35:11
3096         Log: Subject:  [PATCH] defer op_seq allocation
3097              From:  Abhijit Menon-Sen <ams@wiw.org>
3098              Date:  Thu, 19 Jul 2001 22:12:24 +0530
3099              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
3100      Branch: perl
3101            ! op.c
3102 ____________________________________________________________________________
3103 [ 11414] By: nick                                  on 2001/07/20  06:23:36
3104         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
3105              From:  Abhijit Menon-Sen <ams@wiw.org>
3106              Date:  Fri, 20 Jul 2001 01:18:50 +0530
3107              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
3108              (Private e-mail)
3109      Branch: perl
3110            ! ext/Time/HiRes/HiRes.xs
3111 ____________________________________________________________________________
3112 [ 11413] By: nick                                  on 2001/07/20  06:18:53
3113         Log: Integrate mainline
3114      Branch: perlio
3115           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
3116            - t/base/commonsense.t
3117           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
3118           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
3119           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
3120           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
3121           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
3122           !> win32/win32.c
3123 ____________________________________________________________________________
3124 [ 11412] By: nick                                  on 2001/07/19  06:44:27
3125         Log: Integrate win32/perlhost.h from maintenance branch.
3126              (Rest of $ENV{PATH} / system() fix.)
3127      Branch: perl
3128           !> win32/perlhost.h
3129 ____________________________________________________________________________
3130 [ 11411] By: nick                                  on 2001/07/19  06:41:34
3131         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
3132              From:  Philip Newton <Philip.Newton@gmx.net>
3133              Date:  Wed, 18 Jul 2001 21:43:57 +0200
3134              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
3135      Branch: perl
3136            ! pod/perlhack.pod
3137 ____________________________________________________________________________
3138 [ 11410] By: nick                                  on 2001/07/19  06:39:35
3139         Log: Subject:  Security hole in taint checking in open()
3140              From:  deekoo@tentacle.net
3141              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
3142              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
3143      Branch: perl
3144            ! doio.c
3145 ____________________________________________________________________________
3146 [ 11409] By: nick                                  on 2001/07/19  06:28:08
3147         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
3148              From:  Abhijit Menon-Sen <ams@wiw.org>
3149              Date:  Thu, 19 Jul 2001 04:30:43 +0530
3150              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
3151      Branch: perl
3152            ! ext/Time/HiRes/HiRes.xs
3153 ____________________________________________________________________________
3154 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
3155         Log: Update docs with latest implementation information and new URLs.
3156      Branch: maint-5.6/macperl
3157            ! README.macos pod/perlport.pod
3158 ____________________________________________________________________________
3159 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
3160         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
3161              Fix BuildRules to accept optimization variables.
3162      Branch: maint-5.6/macperl
3163            + macos/bundled_ext/Digest/MD5/Makefile.mk
3164            ! macos/BuildRules.mk macos/Makefile.mk
3165            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
3166            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
3167 ____________________________________________________________________________
3168 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
3169         Log: Integrate changes 11399,11401
3170      Branch: maint-5.6/macperl
3171           !> win32/perlhost.h win32/win32.c
3172 ____________________________________________________________________________
3173 [ 11405] By: nick                                  on 2001/07/18  06:50:33
3174         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
3175              from perl5.6*
3176      Branch: perl
3177           !> win32/perlhost.h win32/win32.c
3178 ____________________________________________________________________________
3179 [ 11404] By: nick                                  on 2001/07/18  06:43:59
3180         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
3181              From:  hv@crypt0.demon.co.uk
3182              Date:  Wed, 18 Jul 2001 05:58:46 +0100
3183              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
3184      Branch: perl
3185            ! ext/POSIX/POSIX.t
3186 ____________________________________________________________________________
3187 [ 11403] By: nick                                  on 2001/07/18  06:38:57
3188         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
3189              From:  hv@crypt0.demon.co.uk
3190              Date:  Wed, 18 Jul 2001 05:21:54 +0100
3191              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
3192      Branch: perl
3193            ! numeric.c t/op/arith.t
3194 ____________________________________________________________________________
3195 [ 11402] By: nick                                  on 2001/07/18  06:19:17
3196         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
3197              From:  mjd@plover.com
3198              Date:  17 Jul 2001 17:59:20 -0000
3199              Message-Id:  <20010717175920.8177.qmail@plover.com>
3200      Branch: perl
3201            ! pod/perlre.pod
3202 ____________________________________________________________________________
3203 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
3204         Log: thinko in change#11400 (duh)
3205      Branch: maint-5.6/perl
3206            ! win32/perlhost.h
3207 ____________________________________________________________________________
3208 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
3209         Log: change#11399 revealed another unrelated bug; this is just a temporary
3210              bandaid
3211      Branch: maint-5.6/perl
3212            ! win32/perlhost.h
3213 ____________________________________________________________________________
3214 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
3215         Log: fix bugs in handling of the virtualized environment under windows;
3216              there were bugs in propagating any changes to %ENV down to the real
3217              environment when such changes happened in the toplevel process
3218              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
3219              problem identification, and for a part of the fix)
3220      Branch: maint-5.6/perl
3221            ! win32/perlhost.h win32/win32.c
3222 ____________________________________________________________________________
3223 [ 11398] By: nick                                  on 2001/07/17  08:26:35
3224         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3225              From: Peter Prymmer <pvhp@forte.com>
3226              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
3227              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
3228              
3229              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
3230              should not depend on existance of Config.pm
3231      Branch: perl
3232           +> t/lib/commonsense.t
3233            - t/base/commonsense.t
3234            ! MANIFEST t/README
3235 ____________________________________________________________________________
3236 [ 11397] By: nick                                  on 2001/07/17  08:09:58
3237         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
3238              From:  Michael G Schwern <schwern@pobox.com>
3239              Date:  Mon, 16 Jul 2001 18:20:31 -0400
3240              Message-Id:  <20010716182031.A1128@blackrider>
3241      Branch: perl
3242            ! pod/perlhack.pod
3243 ____________________________________________________________________________
3244 [ 11396] By: nick                                  on 2001/07/17  08:04:11
3245         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
3246              From:  Gwyn Judd <b.judd@xtra.co.nz>
3247              Date:  Tue, 17 Jul 2001 20:55:58 +1200
3248              Message-Id:  <20010717205558.A3107@thislove>
3249      Branch: perl
3250            ! pod/perlfunc.pod
3251 ____________________________________________________________________________
3252 [ 11395] By: nick                                  on 2001/07/17  08:02:22
3253         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
3254              From:  Peter Prymmer <pvhp@forte.com>
3255              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
3256              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
3257      Branch: perl
3258            ! t/op/sprintf.t
3259 ____________________________________________________________________________
3260 [ 11394] By: nick                                  on 2001/07/17  07:57:06
3261         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
3262              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
3263              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
3264              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
3265      Branch: perl
3266            ! gv.c
3267 ____________________________________________________________________________
3268 [ 11392] By: nick                                  on 2001/07/17  07:50:12
3269         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
3270              From:  Coral <coral@moonlight.crystalflame.net>
3271              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
3272              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
3273      Branch: perl
3274            ! pp_sys.c thread.h
3275 ____________________________________________________________________________
3276 [ 11391] By: nick                                  on 2001/07/17  07:34:28
3277         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
3278              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3279              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
3280              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
3281      Branch: perl
3282            ! utils/h2xs.PL
3283 ____________________________________________________________________________
3284 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
3285         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
3286              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
3287              and Mac::Apps::Launch, which don't work, and Time::HiRes and
3288              Time::Piece, which don't yet work.
3289      Branch: maint-5.6/macperl
3290            + (add 154 files)
3291 ____________________________________________________________________________
3292 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
3293         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
3294              Also add hack to get around missing setenv for PERL5DB.
3295      Branch: maint-5.6/macperl
3296            ! macos/macish.c macos/macish.h
3297 ____________________________________________________________________________
3298 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
3299         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
3300      Branch: maint-5.6/macperl
3301            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
3302            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
3303 ____________________________________________________________________________
3304 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
3305         Log: Fix up some configuration and make options, add extra
3306              extensions.
3307      Branch: maint-5.6/macperl
3308            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
3309            ! macos/macperl/Makefile.mk
3310 ____________________________________________________________________________
3311 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
3312         Log: From Change 11374 in maintperl.
3313      Branch: maint-5.6/macperl
3314           !> utils/h2ph.PL
3315 ____________________________________________________________________________
3316 [ 11385] By: nick                                  on 2001/07/16  14:12:58
3317         Log: Back out change to h2xs till it passes its test.
3318      Branch: perl
3319            ! utils/h2xs.PL
3320 ____________________________________________________________________________
3321 [ 11384] By: nick                                  on 2001/07/16  14:00:10
3322         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
3323              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3324              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
3325              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
3326      Branch: perl
3327            ! utils/h2xs.PL
3328 ____________________________________________________________________________
3329 [ 11383] By: nick                                  on 2001/07/16  13:53:12
3330         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
3331              From:  Robin Houston <robin@kitsite.com>
3332              Date:  Sun, 15 Jul 2001 18:22:31 +0100
3333              Message-Id:  <20010715182230.A11174@robin>
3334      Branch: perl
3335            ! hints/darwin.sh
3336 ____________________________________________________________________________
3337 [ 11382] By: nick                                  on 2001/07/16  13:52:49
3338         Log: Subject:  [PATCH perl@11372] re_dup
3339              From:  Radu Greab <radu@netsoft.ro>
3340              Date:  Sun, 15 Jul 2001 04:50:06 +0300
3341              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
3342      Branch: perl
3343            ! sv.c
3344 ____________________________________________________________________________
3345 [ 11379] By: nick                                  on 2001/07/16  13:35:39
3346         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
3347              From:  Robin Houston <robin@kitsite.com>
3348              Date:  Sat, 14 Jul 2001 14:28:50 +0100
3349              Message-Id:  <20010714142850.A10205@robin>
3350      Branch: perl
3351            ! ext/B/B/Deparse.pm
3352 ____________________________________________________________________________
3353 [ 11378] By: nick                                  on 2001/07/16  13:30:36
3354         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
3355              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
3356              Date:  Sat, 14 Jul 2001 22:17:42 +0900
3357              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
3358      Branch: perl
3359            + ext/Encode/Encode/euc-jp-0212.enc
3360            ! ext/Encode/Encode/Tcl.pm
3361 ____________________________________________________________________________
3362 [ 11377] By: nick                                  on 2001/07/16  13:17:28
3363         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
3364              From:  Andy Dougherty <doughera@lafayette.edu>
3365              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
3366              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
3367      Branch: perl
3368            ! hints/darwin.sh hints/rhapsody.sh
3369 ____________________________________________________________________________
3370 [ 11376] By: nick                                  on 2001/07/16  09:05:00
3371         Log: Integrate mainline
3372      Branch: perlio
3373           +> ext/Encode/Encode/7bit-greek.enc
3374           +> ext/Encode/Encode/7bit-latin1.enc
3375           +> ext/Encode/Encode/cns11643-1.enc
3376           +> ext/Encode/Encode/cns11643-2.enc
3377           +> ext/Encode/Encode/iso2022-cn.enc
3378           +> ext/Encode/Encode/iso2022-jp1.enc
3379           +> ext/Encode/Encode/iso2022-jp2.enc
3380           !> Changes Configure MANIFEST Makefile.SH
3381           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3382           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
3383           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
3384           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
3385           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
3386 ____________________________________________________________________________
3387 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
3388         Log: integrate change#11374 from maint-5.6
3389              
3390              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3391      Branch: perl
3392           !> utils/h2ph.PL
3393 ____________________________________________________________________________
3394 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
3395         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3396      Branch: maint-5.6/perl
3397            ! utils/h2ph.PL
3398 ____________________________________________________________________________
3399 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
3400         Log: Update Changes.
3401      Branch: perl
3402            ! Changes patchlevel.h
3403 ____________________________________________________________________________
3404 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
3405         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
3406              From: Jonathan Stowe <gellyfish@gellyfish.com>
3407              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
3408              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
3409      Branch: perl
3410            ! utils/h2xs.PL
3411 ____________________________________________________________________________
3412 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
3413         Log: Subject: patch to add DEL to [:cntrl:]
3414              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3415              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
3416              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
3417      Branch: perl
3418            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
3419 ____________________________________________________________________________
3420 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
3421         Log: Metaconfig unit change for #11369; plus a dependency nit.
3422      Branch: metaconfig
3423            ! U/compline/nblock_io.U
3424      Branch: metaconfig/U/perl
3425            ! Extensions.U
3426 ____________________________________________________________________________
3427 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
3428         Log: #include <stdlib.h> so that exit() is prototyped,
3429              noticed by Hugo.
3430      Branch: perl
3431            ! Configure
3432 ____________________________________________________________________________
3433 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
3434         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3435              From: Peter Prymmer <pvhp@forte.com>
3436              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
3437              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
3438      Branch: perl
3439            ! t/op/sprintf.t
3440 ____________________________________________________________________________
3441 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
3442         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
3443              From: Peter Prymmer <pvhp@forte.com>
3444              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
3445              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
3446      Branch: perl
3447            ! ext/Encode/Encode/Tcl.t
3448 ____________________________________________________________________________
3449 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
3450         Log: Add information about gcc 3.0 basic block profiling.
3451      Branch: perl
3452            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
3453 ____________________________________________________________________________
3454 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
3455         Log: Subject: Error in lib/PerlIO/Via.pm ?
3456              From: Mark-Jason Dominus <mjd@plover.com>
3457              Date: Fri, 13 Jul 2001 15:55:41 -0400
3458              Message-ID: <20010713195541.26751.qmail@plover.com>
3459      Branch: perl
3460            ! ext/PerlIO/Via/Via.pm
3461 ____________________________________________________________________________
3462 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
3463         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
3464              section from the Compiler section.
3465      Branch: perl
3466            ! myconfig.SH
3467 ____________________________________________________________________________
3468 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
3469         Log: Handle glibc style of constant definitions using enum
3470              with intervening #defines; from Brendan O'Dea.
3471      Branch: perl
3472            ! utils/h2ph.PL
3473 ____________________________________________________________________________
3474 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
3475         Log: Add LC_MESSAGES to the locale_h export tag (it already is
3476              in the Makefile.PL and thusly eligible for an XS constant)
3477              (see also maintperl #10543)
3478      Branch: perl
3479            ! ext/POSIX/POSIX.pm
3480 ____________________________________________________________________________
3481 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
3482         Log: Subject: Re: [patch] re_dup
3483              From: Abhijit Menon-Sen <ams@wiw.org>
3484              Date: Fri, 13 Jul 2001 21:41:09 +0530
3485              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
3486      Branch: perl
3487            ! sv.c
3488 ____________________________________________________________________________
3489 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
3490         Log: Subject: [patch] re_dup
3491              From: Doug MacEachern <dougm@covalent.net>
3492              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
3493              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
3494      Branch: perl
3495            ! sv.c
3496 ____________________________________________________________________________
3497 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
3498         Log: Update Changes.
3499      Branch: perl
3500            ! Changes patchlevel.h
3501 ____________________________________________________________________________
3502 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
3503         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
3504              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
3505              Date: Sat, 14 Jul 2001 00:06:30 +0900
3506              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
3507      Branch: perl
3508            + ext/Encode/Encode/7bit-greek.enc
3509            + ext/Encode/Encode/7bit-latin1.enc
3510            + ext/Encode/Encode/cns11643-1.enc
3511            + ext/Encode/Encode/cns11643-2.enc
3512            + ext/Encode/Encode/iso2022-cn.enc
3513            + ext/Encode/Encode/iso2022-jp1.enc
3514            + ext/Encode/Encode/iso2022-jp2.enc
3515            ! MANIFEST ext/Encode/Encode/Tcl.pm
3516            ! ext/Encode/Encode/iso2022-kr.enc
3517 ____________________________________________________________________________
3518 [ 11357] By: nick                                  on 2001/07/13  14:24:06
3519         Log: Blind integrate mainline (as of 5.7.2?)
3520      Branch: perlio
3521           !> AUTHORS Changes Porting/config.sh Porting/config_H
3522           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
3523           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3524           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3525           !> win32/makefile.mk
3526 ____________________________________________________________________________
3527 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
3528         Log: Snip away the devel patchlevel.
3529      Branch: perl
3530            ! patchlevel.h
3531 ____________________________________________________________________________
3532 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
3533         Log: Bump the version to 5.7.2.
3534      Branch: perl
3535            ! Porting/config.sh Porting/config_H patchlevel.h
3536            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3537            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3538            ! win32/makefile.mk
3539 ____________________________________________________________________________
3540 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
3541         Log: Update Changes.
3542      Branch: perl
3543            ! Changes
3544 ____________________________________________________________________________
3545 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
3546         Log: Reword.
3547      Branch: perl
3548            ! AUTHORS
3549 ____________________________________________________________________________
3550 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
3551         Log: AUTHORS update.
3552      Branch: perl
3553            ! AUTHORS
3554 ____________________________________________________________________________
3555 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
3556         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
3557              unless ithreads.
3558      Branch: perl
3559            ! makedef.pl
3560 ____________________________________________________________________________
3561 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
3562         Log: Integrate perlio.
3563      Branch: perl
3564           !> win32/distclean.bat
3565 ____________________________________________________________________________
3566 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
3567         Log: Test the encoding transform only iff we have PerlIO,
3568              noticed by H. Merijn Brand.
3569      Branch: perl
3570            ! ext/PerlIO/t/encoding.t
3571 ____________________________________________________________________________
3572 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
3573         Log: README.netware tweaks from Ananth Kesari.
3574      Branch: perl
3575            ! README.netware
3576 ____________________________________________________________________________
3577 [ 11346] By: nick                                  on 2001/07/13  09:18:51
3578         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
3579              to avoid /unicode vs /Unicode issues.
3580      Branch: perlio
3581            ! win32/distclean.bat
3582 ____________________________________________________________________________
3583 [ 11345] By: nick                                  on 2001/07/13  06:24:18
3584         Log: Integrate mainline
3585      Branch: perlio
3586           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
3587            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
3588           !> (integrate 63 files)
3589 ____________________________________________________________________________
3590 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
3591         Log: Add d_bincompat5005 information to perl -V.
3592      Branch: perl
3593            ! myconfig.SH
3594 ____________________________________________________________________________
3595 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
3596         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
3597              From: Abhijit Menon-Sen <ams@wiw.org>
3598              Date: Fri, 13 Jul 2001 07:12:36 +0530
3599              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
3600      Branch: perl
3601            ! sv.c
3602 ____________________________________________________________________________
3603 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
3604         Log: Remove unicode::distinct, as per Inaba Hiroto.
3605      Branch: perl
3606            - lib/unicode/distinct.pm
3607            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
3608            ! t/lib/1_compile.t
3609 ____________________________________________________________________________
3610 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
3611         Log: Paging for Dr Octothorpe.
3612      Branch: perl
3613            ! pod/perlfaq4.pod
3614 ____________________________________________________________________________
3615 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
3616         Log: cut-n-paste error noticed by mjd.
3617      Branch: perl
3618            ! pod/perlfaq4.pod
3619 ____________________________________________________________________________
3620 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
3621         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
3622              From: Peter Prymmer <pvhp@forte.com>
3623              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
3624              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
3625      Branch: perl
3626            ! pod/perlfaq4.pod
3627 ____________________________________________________________________________
3628 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
3629         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
3630              From: Randall Gellens <randy@qualcomm.com>
3631              Date: Thu, 12 Jul 2001 16:56:23 -0700
3632              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
3633      Branch: perl
3634            ! Porting/repository.pod
3635 ____________________________________________________________________________
3636 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
3637         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
3638      Branch: perl
3639            ! thread.h
3640 ____________________________________________________________________________
3641 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
3642         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
3643              From: coral <coral@moonlight.crystalflame.net>
3644              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
3645              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
3646      Branch: perl
3647            ! thread.h
3648 ____________________________________________________________________________
3649 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
3650         Log: Metaconfig unit change for #11134.
3651      Branch: metaconfig
3652            + U/threads/d_pthread_atfork.U
3653 ____________________________________________________________________________
3654 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
3655         Log: Add HAS_PTHREAD_ATFORK.
3656      Branch: perl
3657            ! Configure NetWare/config.wc NetWare/config_H.wc
3658            ! Porting/Glossary Porting/config.sh Porting/config_H
3659            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3660            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
3661            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3662            ! win32/config.gc win32/config.vc win32/config_H.bc
3663            ! win32/config_H.gc win32/config_H.vc
3664 ____________________________________________________________________________
3665 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
3666         Log: Subject: [PATCH] File::Copy fails on tied handles
3667              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
3668              Date: Thu, 12 Jul 2001 15:18:51 -0700
3669              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
3670      Branch: perl
3671            ! lib/File/Copy.pm
3672 ____________________________________________________________________________
3673 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
3674         Log: Subject: [PATCH] Langinfo.t
3675              From: Nicholas Clark <nick@ccl4.org>
3676              Date: Thu, 12 Jul 2001 23:55:38 +0100
3677              Message-ID: <20010712235538.M5827@plum.flirble.org>
3678      Branch: perl
3679            ! ext/I18N/Langinfo/Langinfo.t
3680 ____________________________________________________________________________
3681 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
3682         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
3683              From: Peter Prymmer <pvhp@forte.com>
3684              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
3685              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
3686      Branch: perl
3687            ! pod/perl572delta.pod
3688 ____________________________________________________________________________
3689 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
3690         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
3691              From: Abhijit Menon-Sen <ams@wiw.org>
3692              Date: Fri, 13 Jul 2001 05:21:16 +0530
3693              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
3694      Branch: perl
3695            ! sv.c
3696 ____________________________________________________________________________
3697 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
3698         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
3699              From: Abhijit Menon-Sen <ams@wiw.org>
3700              Date: Fri, 13 Jul 2001 03:04:25 +0530
3701              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
3702      Branch: perl
3703            ! av.c
3704 ____________________________________________________________________________
3705 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
3706         Log: s/^M$//g
3707      Branch: perl
3708            ! win32/Makefile win32/makefile.mk
3709 ____________________________________________________________________________
3710 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
3711         Log: Update Changes.
3712      Branch: perl
3713            ! Changes patchlevel.h
3714 ____________________________________________________________________________
3715 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
3716         Log: Typo spotted by Philip Newton.
3717      Branch: perl
3718            ! pod/perl572delta.pod
3719 ____________________________________________________________________________
3720 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
3721         Log: Subject: [PATCH] fixes perl_clone of perl_clone
3722              From: Artur Bergman <artur@contiller.se>
3723              Date: Thu, 12 Jul 2001 20:57:09 +0200
3724              Message-ID: <B773BFA4.236B%artur@contiller.se>
3725      Branch: perl
3726            ! sv.c
3727 ____________________________________________________________________________
3728 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
3729         Log: Add README.uts from Hal Morris.
3730      Branch: perl
3731            + README.uts
3732            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
3733            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3734 ____________________________________________________________________________
3735 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
3736         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
3737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3738              Date: Thu, 12 Jul 2001 20:32:37 +0200
3739              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
3740      Branch: perl
3741            ! hints/aix.sh
3742 ____________________________________________________________________________
3743 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
3744         Log: Subject: Patch: document reg_data.what member
3745              From: Mark-Jason Dominus <mjd@plover.com>
3746              Message-ID: <20010712182532.14821.qmail@plover.com>
3747              Date: Thu, 12 Jul 2001 14:25:32 -0400
3748      Branch: perl
3749            ! regcomp.c regcomp.h
3750 ____________________________________________________________________________
3751 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
3752         Log: Subject: [PATCH] Perl_re_dup()
3753              From: Abhijit Menon-Sen <ams@wiw.org>
3754              Date: Thu, 12 Jul 2001 23:54:32 +0530
3755              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
3756      Branch: perl
3757            ! embed.h embed.pl perlapi.c proto.h sv.c
3758 ____________________________________________________________________________
3759 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
3760         Log: Regen Configure, modlib, toc.
3761      Branch: perl
3762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3763            ! pod/perlmodlib.pod pod/perltoc.pod
3764 ____________________________________________________________________________
3765 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
3766         Log: The problem seems to be in PerlIO::Layer::->find() not
3767              accepting the ":encoding(blurflur)" arguments.
3768      Branch: perl
3769            ! lib/PerlIO.pm lib/open.pm
3770 ____________________________________________________________________________
3771 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
3772         Log: AIX doc update.
3773      Branch: perl
3774            ! README.aix pod/perl572delta.pod
3775 ____________________________________________________________________________
3776 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
3777         Log: Subject: AIX README update
3778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3779              Date: Thu, 12 Jul 2001 19:28:30 +0200
3780              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
3781      Branch: perl
3782            ! README.aix
3783 ____________________________________________________________________________
3784 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
3785         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
3786              From: Norton Allen <allen@huarp.harvard.edu>
3787              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
3788              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
3789      Branch: perl
3790            ! ext/IO/lib/IO/t/io_unix.t
3791 ____________________________________________________________________________
3792 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
3793         Log: Subject: [PATCH README.qnx hints/qnx.sh]
3794              From: Norton Allen <allen@huarp.harvard.edu>
3795              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
3796              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
3797      Branch: perl
3798            ! README.qnx hints/qnx.sh
3799 ____________________________________________________________________________
3800 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
3801         Log: Subject: [patch] faster PM_GETRE
3802              From: Doug MacEachern <dougm@covalent.net>
3803              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
3804              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
3805      Branch: perl
3806            ! op.h
3807 ____________________________________________________________________________
3808 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
3809         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
3810              From: Doug MacEachern <dougm@covalent.net>
3811              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
3812              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
3813      Branch: perl
3814            ! op.c
3815 ____________________________________________________________________________
3816 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
3817         Log: Tell where the nice Estonian database is.
3818      Branch: perl
3819            ! lib/open.pm
3820 ____________________________________________________________________________
3821 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
3822         Log: Retract #11309 since #11310 is a better fix.
3823      Branch: perl
3824            ! t/lib/1_compile.t
3825 ____________________________________________________________________________
3826 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
3827         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
3828              change#11300 needs to return the status of failed win32_spawnvp())
3829              
3830              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
3831              splitting correctly; remove unused variables; 'require' at run time
3832              rather than 'use' at compile time for I18N::Langinfo, since it
3833              isn't everyware
3834      Branch: perl
3835            ! lib/open.pm win32/win32.c
3836 ____________________________________________________________________________
3837 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
3838         Log: Temporary workaround.
3839      Branch: perl
3840            ! t/lib/1_compile.t
3841 ____________________________________________________________________________
3842 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
3843         Log: UCD typo in #11306 and add also more known-to-be-tested
3844              modules to the skip list.
3845      Branch: perl
3846            ! t/lib/1_compile.t
3847 ____________________________________________________________________________
3848 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
3849         Log: Rename Unicode::UCD to UnicodeCD to avoid
3850              messups with case-insensitive filesystems.
3851      Branch: perl
3852            + lib/UnicodeCD.pm lib/UnicodeCD.t
3853            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
3854            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
3855 ____________________________________________________________________________
3856 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
3857         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
3858              From: daniel@biz.bitpusher.com
3859              Date: Wed, 11 Jul 2001 23:25:47 -0700
3860              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
3861      Branch: perl
3862            ! lib/Tie/Array.pm t/op/splice.t
3863 ____________________________________________________________________________
3864 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
3865         Log: Subject: [PATCH] More accurate line numbers in messages
3866              From: Paul Johnson <paul@pjcj.net>
3867              Date: Thu, 12 Jul 2001 04:14:11 +0200
3868              Message-ID: <20010712041411.A3467@pjcj.net>
3869              
3870              (With prototyping and multiplicity tweaks.)
3871      Branch: perl
3872            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
3873 ____________________________________________________________________________
3874 [ 11304] By: nick                                  on 2001/07/12  12:53:40
3875         Log: Integrate mainline
3876      Branch: perlio
3877           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
3878           !> regexec.c thread.h
3879 ____________________________________________________________________________
3880 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
3881         Log: Cut-and-pasto in #11298.
3882      Branch: perl
3883            ! ext/ByteLoader/bytecode.h
3884 ____________________________________________________________________________
3885 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
3886         Log: Update the AIX known problems section.
3887      Branch: perl
3888            ! pod/perl572delta.pod
3889 ____________________________________________________________________________
3890 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
3891         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
3892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3893              Date: Thu, 12 Jul 2001 12:16:16 +0200
3894              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
3895      Branch: perl
3896            ! hints/aix.sh
3897 ____________________________________________________________________________
3898 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
3899         Log: Integrate perlio.
3900      Branch: perl
3901           !> makedef.pl win32/win32.c
3902 ____________________________________________________________________________
3903 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
3904         Log: Subject: [PATCH] fix for PMOP threadness failures
3905              From: Artur Bergman <artur@contiller.se>
3906              Date: Thu, 12 Jul 2001 09:48:06 +0200
3907              Message-ID: <B77322D6.22DD%artur@contiller.se>
3908      Branch: perl
3909            ! regexec.c
3910 ____________________________________________________________________________
3911 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
3912         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
3913              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3914              Date: Thu, 12 Jul 2001 09:09:48 +0200
3915              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
3916              
3917              More parentheses to keep bcc happy.
3918      Branch: perl
3919            ! ext/ByteLoader/bytecode.h
3920 ____________________________________________________________________________
3921 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
3922         Log: Subject: Re: [patch] pthread_atfork bandaid
3923              From: Doug MacEachern <dougm@covalent.net>
3924              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
3925              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
3926      Branch: perl
3927            ! thread.h
3928 ____________________________________________________________________________
3929 [ 11296] By: nick                                  on 2001/07/12  11:55:48
3930         Log: Exclude reentrant_buffer from .def file
3931      Branch: perlio
3932            ! makedef.pl
3933 ____________________________________________________________________________
3934 [ 11295] By: nick                                  on 2001/07/12  11:11:44
3935         Log: Honour void-ness of my_exit()
3936      Branch: perlio
3937            ! win32/win32.c
3938 ____________________________________________________________________________
3939 [ 11294] By: nick                                  on 2001/07/12  07:51:04
3940         Log: Integrate mainline
3941      Branch: perlio
3942           +> uts/sprintf_wrap.c
3943           !> (integrate 35 files)
3944 ____________________________________________________________________________
3945 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
3946         Log: Retract #11289.
3947      Branch: perl
3948            ! embed.h embed.pl perl.c proto.h thread.h
3949 ____________________________________________________________________________
3950 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
3951         Log: Now the :locale pseudolayer *almost* works...
3952      Branch: perl
3953            ! lib/open.pm
3954 ____________________________________________________________________________
3955 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
3956         Log: Locale encoding tweaks.
3957      Branch: perl
3958            ! lib/open.pm
3959 ____________________________________________________________________________
3960 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
3961         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
3962              From: Mark-Jason Dominus <mjd@plover.com>
3963              Date: Thu, 12 Jul 2001 00:59:31 -0400
3964              Message-ID: <20010712045931.8543.qmail@plover.com>
3965              
3966              Remove the chmod/umask leading zero warning.
3967      Branch: perl
3968            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
3969            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
3970 ____________________________________________________________________________
3971 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
3972         Log: (Retracted by #11289.)
3973      Branch: perl
3974            ! embed.h embed.pl perl.c proto.h thread.h
3975 ____________________________________________________________________________
3976 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
3977         Log: Needed by #11283.
3978      Branch: perl
3979            ! intrpvar.h
3980 ____________________________________________________________________________
3981 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
3982         Log: Metaconfig unit change for #11286.
3983      Branch: metaconfig/U/perl
3984            ! patchlevel.U
3985 ____________________________________________________________________________
3986 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
3987         Log: Subject: Re: [PATCH Configure] perl -V broken
3988              From: Andy Dougherty <doughera@lafayette.edu>
3989              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
3990              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
3991      Branch: perl
3992            ! Configure myconfig.SH
3993 ____________________________________________________________________________
3994 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
3995         Log: Retract #11166 (and #11237).
3996      Branch: perl
3997            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
3998            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
3999            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4000 ____________________________________________________________________________
4001 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
4002         Log: UTS tweaks for Hal Morris.
4003      Branch: perl
4004            + uts/sprintf_wrap.c
4005            ! MANIFEST hints/uts.sh perl.h
4006 ____________________________________________________________________________
4007 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
4008         Log: Subject: [PATCH] Use reentrant API glibc
4009              From: Artur Bergman <artur@contiller.se>
4010              Date: Thu, 12 Jul 2001 00:58:21 +0200
4011              Message-ID: <B772A6AD.2288%artur@contiller.se>
4012      Branch: perl
4013            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
4014            ! sv.c
4015 ____________________________________________________________________________
4016 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
4017         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
4018              From: barries <barries@slaysys.com>
4019              Date: Wed, 11 Jul 2001 15:11:46 -0400
4020              Message-ID: <20010711151146.G24560@jester.slaysys.com>
4021      Branch: perl
4022            ! pp_sys.c t/lib/warnings/doio win32/win32.c
4023 ____________________________________________________________________________
4024 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
4025         Log: Subject: [patch] pthread_atfork bandaid
4026              From: Doug MacEachern <dougm@covalent.net>
4027              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
4028              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
4029      Branch: perl
4030            ! miniperlmain.c perl.c
4031 ____________________________________________________________________________
4032 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
4033         Log: Subject: [patch] perl_clone leaks
4034              From: Doug MacEachern <dougm@covalent.net>
4035              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
4036              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
4037      Branch: perl
4038            ! sv.c
4039 ____________________________________________________________________________
4040 [ 11279] By: nick                                  on 2001/07/11  15:49:38
4041         Log: Integrate mainline
4042      Branch: perlio
4043           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
4044           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
4045           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
4046           +> lib/Term/ANSIColor/README
4047           !> (integrate 54 files)
4048 ____________________________________________________________________________
4049 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
4050         Log: Update Changes.
4051      Branch: perl
4052            ! Changes patchlevel.h
4053 ____________________________________________________________________________
4054 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
4055         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
4056              From: Peter Prymmer <pvhp@forte.com>
4057              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
4058              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
4059              
4060              Backport of embed.pl to 5.003.
4061      Branch: perl
4062            ! embed.pl
4063 ____________________________________________________________________________
4064 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
4065         Log: Subject: Re: POSIX test #14 on UTS 
4066              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4067              Date: Wed, 11 Jul 2001 03:02:14 +0100
4068              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
4069      Branch: perl
4070            ! ext/POSIX/POSIX.t
4071 ____________________________________________________________________________
4072 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
4073         Log: Make the I32 an IV to preserve structure alignment and size.
4074      Branch: perl
4075            ! op.h
4076 ____________________________________________________________________________
4077 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
4078         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
4079              From: "Artur Bergman" <artur@contiller.se>
4080              Date: Wed, 11 Jul 2001 14:23:37 +0200
4081              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
4082              
4083              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
4084      Branch: perl
4085            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
4086            ! pod/perlapi.pod sv.c
4087 ____________________________________________________________________________
4088 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
4089         Log: Tweak until Pod::Parser gets updated.
4090      Branch: perl
4091            ! t/pod/special_seqs.xr
4092 ____________________________________________________________________________
4093 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
4094         Log: File::Spec usage tweak.
4095      Branch: perl
4096            ! lib/ExtUtils.t
4097 ____________________________________________________________________________
4098 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
4099         Log: Integrate #11263 from macperl; macos and macosx updates.
4100      Branch: perl
4101           !> pod/perlport.pod
4102 ____________________________________________________________________________
4103 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
4104         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
4105              From: Peter Prymmer <pvhp@forte.com>
4106              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
4107              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
4108      Branch: perl
4109            + ext/Time/HiRes/hints/dynixptx.pl
4110            ! MANIFEST hints/dynixptx.sh
4111 ____________________________________________________________________________
4112 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
4113         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
4114              From: Nicholas Clark <nick@ccl4.org>
4115              Date: Tue, 10 Jul 2001 23:17:43 +0100
4116              Message-ID: <20010710231742.B59620@plum.flirble.org>
4117      Branch: perl
4118            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
4119 ____________________________________________________________________________
4120 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
4121         Log: Subject: [DOC PATCH] Pluggable runops
4122              From: Paul Johnson <paul@pjcj.net>
4123              Date: Tue, 10 Jul 2001 21:53:28 +0200
4124              Message-ID: <20010710215328.B26577@pjcj.net>
4125      Branch: perl
4126            ! pod/perlguts.pod
4127 ____________________________________________________________________________
4128 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
4129         Log: Subject: [PATCH] Authors
4130              From: Artur Bergman <artur@contiller.se>
4131              Date: Tue, 10 Jul 2001 20:39:12 +0200
4132              Message-ID: <B771186F.21CD%artur@contiller.se>
4133      Branch: perl
4134            ! AUTHORS
4135 ____________________________________________________________________________
4136 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
4137         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
4138              From: Doug MacEachern <dougm@covalent.net>
4139              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
4140              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
4141      Branch: perl
4142            ! pp_ctl.c
4143 ____________________________________________________________________________
4144 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
4145         Log: Subject: doc patch; times() in scalar context
4146              From: mjd@plover.com
4147              Date: 10 Jul 2001 18:01:17 -0000
4148              Message-ID: <20010710180117.12477.qmail@plover.com>
4149      Branch: perl
4150            ! pod/perlfunc.pod
4151 ____________________________________________________________________________
4152 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
4153         Log: Subject: [PATCH] Small fix to pp_gmtime
4154              From: Artur Bergman <artur@contiller.se>
4155              Date: Tue, 10 Jul 2001 19:54:52 +0200
4156              Message-ID: <B7710E0B.21C5%artur@contiller.se>
4157      Branch: perl
4158            ! pp_sys.c
4159 ____________________________________________________________________________
4160 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
4161         Log: Integrate changes from mainline perl, add notes about
4162              Mac OS X and Mac OS.
4163      Branch: maint-5.6/macperl
4164            ! pod/perlport.pod
4165 ____________________________________________________________________________
4166 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
4167         Log: A proof of the dangers of package; ?
4168      Branch: perl
4169            ! t/lib/warnings/op
4170 ____________________________________________________________________________
4171 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
4172         Log: Regen toc and modlib.
4173      Branch: perl
4174            ! pod/perlmodlib.pod pod/perltoc.pod
4175 ____________________________________________________________________________
4176 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
4177         Log: Add compexcl(), casefold(), and casespec() interfaces;
4178              and make all interfaces to return hash references instead
4179              of hashes. 
4180      Branch: perl
4181            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4182 ____________________________________________________________________________
4183 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
4184         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
4185              From: "Philip Newton" <Philip.Newton@gmx.net>
4186              Date: Tue, 10 Jul 2001 09:55:59 +0200
4187              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
4188              
4189              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
4190              From: "Philip Newton" <Philip.Newton@gmx.net>
4191              Date: Tue, 10 Jul 2001 09:56:37 +0200
4192              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
4193      Branch: perl
4194            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4195            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
4196 ____________________________________________________________________________
4197 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
4198         Log: Subject: [patch] undef &xsub for 1,2
4199              From: Doug MacEachern <dougm@covalent.net>
4200              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
4201              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
4202              
4203              (This version of the patch with a comment from Gisle.)
4204      Branch: perl
4205            ! op.c
4206 ____________________________________________________________________________
4207 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
4208         Log: Mention package; deprecation and the Win32 problems.
4209      Branch: perl
4210            ! pod/perl572delta.pod
4211 ____________________________________________________________________________
4212 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
4213         Log: Subject: [PATCH] deprecate package with no arguments
4214              From: Robin Houston <robin@kitsite.com>
4215              Date: Tue, 10 Jul 2001 13:33:40 +0100
4216              Message-ID: <20010710133340.A13452@robin.kitsite.com>
4217      Branch: perl
4218            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
4219 ____________________________________________________________________________
4220 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
4221         Log: Upgrade to podlators 1.10.
4222      Branch: perl
4223            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4224            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4225            ! pod/pod2man.PL pod/pod2text.PL
4226 ____________________________________________________________________________
4227 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
4228         Log: Upgrade to Term::ANSIColor 1.04.
4229      Branch: perl
4230            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
4231            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
4232 ____________________________________________________________________________
4233 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
4234         Log: Integrate perlio (the right fix for the ":layer(args)")
4235      Branch: perl
4236           !> perlio.c
4237 ____________________________________________________________________________
4238 [ 11252] By: nick                                  on 2001/07/10  06:58:14
4239         Log: Fix open(...,"...:layer(xxx)",...)
4240              - use memEQ not strEQ as there is '(' not '\0'
4241      Branch: perlio
4242            ! perlio.c
4243 ____________________________________________________________________________
4244 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
4245         Log: Telling the number of tests helps.
4246      Branch: perl
4247            ! ext/PerlIO/t/encoding.t
4248 ____________________________________________________________________________
4249 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
4250         Log: Require I18N::Langinfo, not use.
4251      Branch: perl
4252            ! lib/open.pm
4253 ____________________________________________________________________________
4254 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
4255         Log: Add a test for for PerlIO ":encoding(...)" layer.
4256      Branch: perl
4257            + ext/PerlIO/t/encoding.t
4258            ! MANIFEST ext/Encode/Encode.pm
4259 ____________________________________________________________________________
4260 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
4261         Log: PerlIO ":encoding(foobar)" temporary fix.
4262              Not really correct, I think, since the change means
4263              that prefixes match.
4264      Branch: perl
4265            ! perlio.c
4266 ____________________________________________________________________________
4267 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
4268         Log: Update to Math::BigInt 1.36.  The biggest news is
4269              the separation of the backend; now the pure Perl
4270              implementation is in Math::BigInt::Calc, but one
4271              can plugin, say, Math::BigInt::BitVect, and get
4272              considerable speedup.
4273      Branch: perl
4274            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
4275            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4276            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4277            ! lib/Math/BigInt/t/mbimbf.t
4278 ____________________________________________________________________________
4279 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
4280         Log: Subject: Re: compatibility question
4281              From: Peter Prymmer <pvhp@forte.com>
4282              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
4283              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
4284      Branch: perl
4285            ! lib/ExtUtils/MM_VMS.pm
4286 ____________________________________________________________________________
4287 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
4288         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
4289              From: Norton Allen <allen@huarp.harvard.edu>
4290              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
4291              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
4292      Branch: perl
4293            ! ext/File/Glob/t/basic.t
4294 ____________________________________________________________________________
4295 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
4296         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
4297              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4298              Date: Tue, 10 Jul 2001 00:29:55 +0900
4299              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
4300      Branch: perl
4301            + ext/Encode/Encode/HZ.enc
4302            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
4303            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4304            ! ext/Encode/Encode/iso2022-jp.enc
4305            ! ext/Encode/Encode/iso2022-kr.enc
4306 ____________________________________________________________________________
4307 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
4308         Log: Add in all them there macos/ files.
4309      Branch: maint-5.6/macperl
4310            + (add 577 files)
4311 ____________________________________________________________________________
4312 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
4313         Log: Add the new modules to the list of having those own tests.
4314      Branch: perl
4315            ! t/lib/1_compile.t
4316 ____________________________________________________________________________
4317 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
4318         Log: Add INOUT to control both ways at the same time.
4319      Branch: perl
4320            ! lib/open.pm
4321 ____________________________________________________________________________
4322 [ 11240] By: nick                                  on 2001/07/09  16:33:50
4323         Log: Integrate mainline
4324      Branch: perlio
4325           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4326           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4327           !> (integrate 41 files)
4328 ____________________________________________________________________________
4329 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
4330         Log: More encoding mapping magic.
4331      Branch: perl
4332            ! lib/open.pm
4333 ____________________________________________________________________________
4334 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
4335         Log: Update Changes.
4336      Branch: perl
4337            ! Changes patchlevel.h
4338 ____________________________________________________________________________
4339 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
4340         Log: (Retracted by #11285).
4341              
4342              Subject: [PATCH] OPpCONST_OCTAL fixes
4343              From: Abhijit Menon-Sen <ams@wiw.org>
4344              Date: Mon, 9 Jul 2001 07:38:45 +0530
4345              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
4346      Branch: perl
4347            ! op.c
4348 ____________________________________________________________________________
4349 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
4350         Log: Add a pseudolayer ":locale" to the open pragma which
4351              will get the encoding from the locale.  Yet undocumented
4352              because I can't get the PerlIO :encoding(foobar) to work.
4353      Branch: perl
4354            ! ext/Encode/Encode.pm lib/open.pm
4355 ____________________________________________________________________________
4356 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
4357         Log: Add more encoding mappings.
4358      Branch: perl
4359            ! ext/Encode/Encode.pm
4360 ____________________________________________________________________________
4361 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
4362         Log: Document that using :encoding layer requires using Encode.
4363      Branch: perl
4364            ! ext/Encode/Encode.pm lib/PerlIO.pm
4365 ____________________________________________________________________________
4366 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
4367         Log: Netware tweak from Ananth Kesari.
4368      Branch: perl
4369            ! NetWare/netware.h
4370 ____________________________________________________________________________
4371 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
4372         Log: t/harness doesn't know about run/*.t
4373      Branch: perl
4374            ! t/harness
4375 ____________________________________________________________________________
4376 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
4377         Log: run/exit.t busted on windows
4378      Branch: perl
4379            ! t/run/exit.t
4380 ____________________________________________________________________________
4381 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
4382         Log: fix a couple of UCD.t tests that fail due to bad case
4383      Branch: perl
4384            ! lib/Unicode/UCD.t
4385 ____________________________________________________________________________
4386 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
4387         Log: test skip logic was broken
4388      Branch: perl
4389            ! ext/I18N/Langinfo/Langinfo.t
4390 ____________________________________________________________________________
4391 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
4392         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
4393              failure of ExtUtils.t#27 when built in debug mode)
4394      Branch: perl
4395            ! lib/ExtUtils/MM_Win32.pm
4396 ____________________________________________________________________________
4397 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
4398         Log: I18N::Langinfo is not available on windows
4399      Branch: perl
4400            ! win32/FindExt.pm
4401 ____________________________________________________________________________
4402 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
4403         Log: save a dTHX
4404      Branch: perl
4405            ! ext/POSIX/POSIX.xs
4406 ____________________________________________________________________________
4407 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
4408         Log: Update Changes.
4409      Branch: perl
4410            ! Changes patchlevel.h
4411 ____________________________________________________________________________
4412 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
4413         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
4414              as pointed out by Sarathy.
4415      Branch: perl
4416            ! ext/I18N/Langinfo/Langinfo.xs
4417 ____________________________________________________________________________
4418 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
4419         Log: Retract #11212.
4420      Branch: perl
4421            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4422 ____________________________________________________________________________
4423 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
4424         Log: Bump up the VERSION of Cwd.xs.
4425      Branch: perl
4426            ! ext/Cwd/Makefile.PL
4427 ____________________________________________________________________________
4428 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
4429         Log: Retract #11220, the problem wasn't the missing leading zero.
4430              Here's the problem:
4431              $ ./perl -we 'chmod(oct("755"), ".")'
4432              Non-octal literal mode (493) specified at -e line 1.
4433              (Did you mean 0493 instead?)
4434      Branch: perl
4435            ! lib/ExtUtils/MM_Unix.pm
4436 ____________________________________________________________________________
4437 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
4438         Log: (Retracted by #11221)
4439              Change the PERM_RW and PERM_RWX to 0644 and 0755
4440              (add the leading zero).
4441      Branch: perl
4442            ! lib/ExtUtils/MM_Unix.pm
4443 ____________________________________________________________________________
4444 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
4445         Log: Integrate changes #11193, 11205, 11209 from macperl.
4446              
4447              Fix up AutoLoader to fudge for Mac paths in import().
4448              
4449              Allow symbols in try_symbol() to begin with "_".
4450              
4451              Small portability fix for Mac OS.
4452      Branch: perl
4453           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
4454 ____________________________________________________________________________
4455 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
4456         Log: Metaconfig unit change for #11217.
4457      Branch: metaconfig/U/perl
4458            ! Extensions.U
4459 ____________________________________________________________________________
4460 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
4461         Log: Detypo, problem noticed by Gerrit P. Haase.
4462      Branch: perl
4463            ! Configure config_h.SH
4464 ____________________________________________________________________________
4465 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
4466         Log: Cwd cleanups.
4467      Branch: perl
4468            ! ext/Cwd/Cwd.xs
4469 ____________________________________________________________________________
4470 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
4471         Log: Slight tweaks on #11213.
4472      Branch: perl
4473            ! toke.c
4474 ____________________________________________________________________________
4475 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
4476         Log: A missing dTHX noticed by Gerrit P. Haase.
4477      Branch: perl
4478            ! ext/POSIX/POSIX.xs
4479 ____________________________________________________________________________
4480 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
4481         Log: Subject: [PATCH toke.c] Simplify yytoke()
4482              From: Simon Cozens <simon@netthink.co.uk>
4483              Date: Sun, 8 Jul 2001 13:24:34 +0100
4484              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
4485              
4486              Split out pending_ident().
4487      Branch: perl
4488            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
4489 ____________________________________________________________________________
4490 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
4491         Log: (Retracted by #11223.)
4492              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
4493              Date: Wed, 05 Nov 1997 17:22:34 -0600
4494              From: Graham Barr <gbarr@ti.com>
4495              Message-Id: <3460FFBA.6DA51F46@ti.com>
4496      Branch: perl
4497            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4498 ____________________________________________________________________________
4499 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
4500         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
4501      Branch: perl
4502            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4503            ! pod/perllocale.pod
4504 ____________________________________________________________________________
4505 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
4506         Log: Really do the test under the C locale.
4507      Branch: perl
4508            ! ext/I18N/Langinfo/Langinfo.t
4509 ____________________________________________________________________________
4510 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
4511         Log: Small portability fix for Mac OS.
4512      Branch: maint-5.6/macperl
4513            ! lib/Cwd.pm
4514 ____________________________________________________________________________
4515 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
4516         Log: Metaconfig unit change for #11207.
4517      Branch: metaconfig/U/perl
4518            ! Extensions.U
4519 ____________________________________________________________________________
4520 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
4521         Log: Add I18N::Langinfo, which is basically a wrapper around
4522              nl_langinfo(), which is an additional way to query locale
4523              specific information.
4524      Branch: perl
4525            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4526            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4527            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
4528 ____________________________________________________________________________
4529 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
4530         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
4531              used in File::Find tests; replace with if.t.
4532      Branch: maint-5.6/macperl
4533            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
4534            ! t/pragma/warn/op
4535 ____________________________________________________________________________
4536 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
4537         Log: Allow symbols in try_symbol() to begin with "_".
4538      Branch: maint-5.6/macperl
4539            ! makedef.pl
4540 ____________________________________________________________________________
4541 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
4542         Log: Sync up the File::Find changes from the rewrite by
4543              Thomas Wegner, et al.
4544      Branch: maint-5.6/macperl
4545            + t/lib/filefind-taint.t
4546            ! lib/File/Find.pm t/lib/filefind.t
4547 ____________________________________________________________________________
4548 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
4549         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
4550              From: Thomas Wegner <wegner_thomas@yahoo.com>
4551              Date: Thu, 5 Jul 2001 20:31:25 +0200
4552              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
4553      Branch: maint-5.6/macperl
4554            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
4555 ____________________________________________________________________________
4556 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
4557         Log: Some more test portability fixes.
4558      Branch: maint-5.6/macperl
4559            ! t/lib/filecopy.t t/pragma/warn/pp_sys
4560 ____________________________________________________________________________
4561 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
4562         Log: The #11200 removed wrong (non-existent) target.  Duh.
4563      Branch: perl
4564            ! Makefile.SH
4565 ____________________________________________________________________________
4566 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
4567         Log: Zap the lib/re.pm before creating it.
4568      Branch: perl
4569            ! Makefile.SH
4570 ____________________________________________________________________________
4571 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
4572         Log: Another test.  Please ignore.
4573      Branch: maint-5.6/macperl
4574            ! README.macos
4575 ____________________________________________________________________________
4576 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
4577         Log: Portability fixes for a lot of tests, especially IO-related
4578              tests, and warnings, and the harness script.
4579      Branch: maint-5.6/macperl
4580            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
4581            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
4582            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
4583            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
4584            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
4585            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
4586            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
4587            ! t/pragma/warnings.t
4588 ____________________________________________________________________________
4589 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
4590         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
4591              From: Nicholas Clark <nick@ccl4.org>
4592              Date: Sat, 7 Jul 2001 21:00:17 +0100
4593              Message-ID: <20010707210017.H59620@plum.flirble.org>
4594      Branch: perl
4595            ! lib/h2xs.t
4596 ____________________________________________________________________________
4597 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
4598         Log: The UNICOS/mk SysV IPC problem has been fixed.
4599      Branch: perl
4600            ! pod/perl572delta.pod
4601 ____________________________________________________________________________
4602 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
4603         Log: Slight update tweaks on perlunicode.pod.
4604      Branch: perl
4605            ! pod/perlunicode.pod
4606 ____________________________________________________________________________
4607 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
4608         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
4609              From: Mark-Jason Dominus <mjd@plover.com>
4610              Date: Sat, 07 Jul 2001 13:04:04 -0400
4611              Message-ID: <20010707170404.32694.qmail@plover.com>
4612      Branch: perl
4613            ! ext/DB_File/DB_File.pm
4614 ____________________________________________________________________________
4615 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
4616         Log: Fix up AutoLoader to fudge for Mac paths in import().
4617      Branch: maint-5.6/macperl
4618            ! lib/AutoLoader.pm
4619 ____________________________________________________________________________
4620 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
4621         Log: Try to force the lib/re.pm to be there before entering
4622              the extensions builds, should help for parallel makes.
4623      Branch: perl
4624            ! Makefile.SH
4625 ____________________________________________________________________________
4626 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
4627         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
4628              From: Norton Allen <allen@huarp.harvard.edu>
4629              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
4630              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
4631      Branch: perl
4632            ! ext/POSIX/POSIX.xs
4633 ____________________________________________________________________________
4634 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
4635         Log: Subject: [PATCH] Re: op/arith.t
4636              From: Nicholas Clark <nick@ccl4.org>
4637              Date: Sat, 7 Jul 2001 13:04:54 +0100
4638              Message-ID: <20010707130454.D59620@plum.flirble.org>
4639      Branch: perl
4640            ! numeric.c toke.c
4641 ____________________________________________________________________________
4642 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
4643         Log: Subject: [PATCH] h2xs
4644              From: Nicholas Clark <nick@ccl4.org>
4645              Date: Fri, 6 Jul 2001 23:25:14 +0100
4646              Message-ID: <20010706232514.X59620@plum.flirble.org>
4647      Branch: perl
4648            ! utils/h2xs.PL
4649 ____________________________________________________________________________
4650 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
4651         Log: Subject: Re: bleedperl perl_alloc..free leakage
4652              From: Radu Greab <radu@netsoft.ro>
4653              Date: Fri, 6 Jul 2001 19:48:54 +0300
4654              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
4655              
4656              Leak-be-gone.
4657      Branch: perl
4658            ! op.c
4659 ____________________________________________________________________________
4660 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
4661         Log: Test again.  Please ignore.
4662      Branch: maint-5.6/macperl
4663            ! README.macos
4664 ____________________________________________________________________________
4665 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
4666         Log: Test.  Please ignore.
4667      Branch: maint-5.6/macperl
4668            ! README.macos
4669 ____________________________________________________________________________
4670 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
4671         Log: Include changes already sent in separately as patches,
4672              before branch was created.
4673      Branch: maint-5.6/macperl
4674            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
4675            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
4676            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
4677            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
4678            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
4679            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
4680            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
4681            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
4682            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
4683            ! t/pragma/strict.t
4684 ____________________________________________________________________________
4685 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
4686         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4687              From: Norton Allen <allen@huarp.harvard.edu>
4688              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4689              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4690      Branch: perl
4691            ! utf8.h
4692 ____________________________________________________________________________
4693 [ 11183] By: nick                                  on 2001/07/06  16:27:40
4694         Log: Integrate mainline
4695      Branch: perlio
4696           +> (branch 42 files)
4697            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
4698            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
4699            - win32/bin/mdelete.bat
4700           !> (integrate 215 files)
4701 ____________________________________________________________________________
4702 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
4703         Log: The #11166 needed also these updated.
4704      Branch: perl
4705            ! lib/warnings.pm warnings.h
4706 ____________________________________________________________________________
4707 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
4708         Log: Update Changes.
4709      Branch: perl
4710            ! Changes patchlevel.h
4711 ____________________________________________________________________________
4712 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
4713         Log: Regen toc.
4714      Branch: perl
4715            ! pod/perltoc.pod
4716 ____________________________________________________________________________
4717 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
4718         Log: Nit from Abhijit.
4719      Branch: perl
4720            ! lib/CPAN.pm
4721 ____________________________________________________________________________
4722 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
4723         Log: Retract #11172.
4724      Branch: perl
4725            ! t/op/method.t
4726 ____________________________________________________________________________
4727 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
4728         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
4729              From: Norton Allen <allen@huarp.harvard.edu>
4730              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
4731              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
4732      Branch: perl
4733            ! lib/Cwd.pm
4734 ____________________________________________________________________________
4735 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
4736         Log: (Accidentally empty check-in.)
4737      Branch: perl
4738            ! utf8.h
4739 ____________________________________________________________________________
4740 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
4741         Log: Retract #11165 since Sarathy pointed out it'll not
4742              work properly under threads, the problem should be
4743              solved using "the savestack, either via SSNEW() or
4744              using a newSVpv()+SAVEFREESV() combo."
4745      Branch: perl
4746            ! ext/POSIX/POSIX.xs
4747 ____________________________________________________________________________
4748 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
4749         Log: Retract #11125 since NI-S pointed out it'll not work in
4750              cases where the extension has their own handcrafted INC
4751              et alia.
4752      Branch: perl
4753            ! lib/ExtUtils/MM_Unix.pm
4754 ____________________________________________________________________________
4755 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
4756         Log: Subject: RE: [PATCH] -I and MakeMaker again
4757              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4758              Date: Fri, 6 Jul 2001 09:18:29 +0200
4759              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
4760      Branch: perl
4761            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
4762            ! lib/ExtUtils/MM_Win32.pm
4763 ____________________________________________________________________________
4764 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
4765         Log: (Retracted by #11178)
4766              Subject: [PATCH t/op/method.t] SUPER:: strangeness
4767              From: Piers Cawley <pdcawley@iterative-software.com>
4768              Date: 06 Jul 2001 10:49:01 +0100
4769              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
4770      Branch: perl
4771            ! t/op/method.t
4772 ____________________________________________________________________________
4773 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
4774         Log: VOS README update from Paul Green.
4775      Branch: perl
4776            ! README.vos
4777 ____________________________________________________________________________
4778 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
4779         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4780              From: Norton Allen <allen@huarp.harvard.edu>
4781              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
4782              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
4783      Branch: perl
4784            ! README.qnx hints/qnx.sh
4785 ____________________________________________________________________________
4786 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
4787         Log: Subject: [PATCH] Doc patch for Tie::Hash
4788              From: Artur Bergman <artur@contiller.se>
4789              Date: Thu, 05 Jul 2001 22:51:18 +0200
4790              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
4791      Branch: perl
4792            ! lib/Tie/Hash.pm
4793 ____________________________________________________________________________
4794 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
4795         Log: Subject: [PATCH] perlfaq4.pod
4796              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
4797              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
4798              Date: Thu, 5 Jul 2001 18:44:10 +0100 
4799      Branch: perl
4800            ! pod/perlfaq4.pod
4801 ____________________________________________________________________________
4802 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
4803         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
4804              From: Robin Houston <robin@kitsite.com>
4805              Date: Thu, 5 Jul 2001 18:33:21 +0100
4806              Message-ID: <20010705183321.A27345@robin.kitsite.com>
4807      Branch: perl
4808            ! ext/B/B/Deparse.pm
4809 ____________________________________________________________________________
4810 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
4811         Log: (Retracted by #11285.)
4812              
4813              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
4814              From: Abhijit Menon-Sen <ams@wiw.org>
4815              Date: Fri, 6 Jul 2001 01:26:32 +0530
4816              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
4817      Branch: perl
4818            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
4819            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
4820            ! warnings.pl
4821 ____________________________________________________________________________
4822 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
4823         Log: (Retracted by #11175)
4824              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
4825              From: Norton Allen <allen@huarp.harvard.edu>
4826              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
4827              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
4828      Branch: perl
4829            ! ext/POSIX/POSIX.xs
4830 ____________________________________________________________________________
4831 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
4832         Log: Unterminated C< (noticed by Richard Hatch), and few other
4833              small Unicode doc tweaks.
4834      Branch: perl
4835            ! pod/perlretut.pod
4836 ____________________________________________________________________________
4837 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
4838         Log: More flexible argument understanding; add charblocks() and
4839              charscripts(); make charblock() and charscript() two-way;
4840              add charinrange(); separate the $Unicode::UCD::VERSION and
4841              the version of the Unicode by adding UnicodeVersion().
4842      Branch: perl
4843            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4844 ____________________________________________________________________________
4845 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
4846         Log: Update Unicode::UCD on \p{In...}.
4847      Branch: perl
4848            ! lib/Unicode/UCD.pm
4849 ____________________________________________________________________________
4850 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
4851         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
4852              From: Norton Allen <allen@huarp.harvard.edu>
4853              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
4854              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
4855      Branch: perl
4856            ! lib/ExtUtils/MM_Unix.pm
4857 ____________________________________________________________________________
4858 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
4859         Log: POSIX-BC tweaks from Thomas Dorner.
4860      Branch: perl
4861            ! hints/posix-bc.sh perlio.h
4862 ____________________________________________________________________________
4863 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
4864         Log: Module updates for the delta.
4865      Branch: perl
4866            ! pod/perl572delta.pod
4867 ____________________________________________________________________________
4868 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
4869         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
4870              From: Norton Allen <allen@huarp.harvard.edu>
4871              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
4872              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
4873      Branch: perl
4874            ! ext/IO/lib/IO/t/io_sock.t
4875 ____________________________________________________________________________
4876 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
4877         Log: Subject: [PATCH perldiag.pod] Quick fixes
4878              From: Simon Cozens <simon@netthink.co.uk>
4879              Date: Wed, 4 Jul 2001 20:22:12 +0100
4880              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
4881      Branch: perl
4882            ! pod/perldiag.pod
4883 ____________________________________________________________________________
4884 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
4885         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
4886              From: Radu Greab <radu@netsoft.ro>
4887              Date: Wed, 4 Jul 2001 22:13:31 +0300
4888              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
4889      Branch: perl
4890            ! op.c sv.c t/op/pos.t
4891 ____________________________________________________________________________
4892 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
4893         Log: Subject: [PATCH] -I and MakeMaker again
4894              From: Michael G Schwern <schwern@pobox.com>
4895              Date: Wed, 4 Jul 2001 15:03:07 -0400
4896              Message-ID: <20010704150307.I20340@blackrider>
4897              
4898              (and retract #11145)
4899      Branch: perl
4900            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
4901            ! lib/ExtUtils/MakeMaker.pm
4902 ____________________________________________________________________________
4903 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
4904         Log: Subject: Re: PERFORCE change 11142 for review
4905              From: "Philip Newton" <Philip.Newton@gmx.net>
4906              Date: Wed, 4 Jul 2001 20:46:26 +0200
4907              Message-Id: <200107041841.VAA25380@taas.iki.fi>
4908      Branch: perl
4909            ! lib/ExtUtils/MakeMaker.pm
4910 ____________________________________________________________________________
4911 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
4912         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
4913              From: Jonathan Stowe <gellyfish@gellyfish.com>
4914              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
4915              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
4916      Branch: perl
4917            ! utils/pl2pm.PL
4918 ____________________________________________________________________________
4919 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
4920         Log: fix the binary compatibility issue when building with/without
4921              usemymalloc by exporting Perl_malloc() et al as simple wrappers
4922              around the system functions (this allows most extensions built
4923              using one mode to coexist with perls built in the other mode)
4924              
4925              XXX the Perl_mfree() wrapper might need to do return(free()) on
4926              platforms where Free_t isn't "void"
4927      Branch: perl
4928            ! embed.h embed.pl makedef.pl proto.h util.c
4929 ____________________________________________________________________________
4930 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
4931         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
4932              since it doesn't ensure threads other than the one calling fork()
4933              aren't holding any locks; the fix is to use pthread_atfork() to
4934              hold global locks
4935              
4936              building perl with -Dusemymalloc exacerbates the problem since
4937              Perl_malloc() holds a mutex, and perl's exec() calls New()
4938              
4939              XXX the code in win32thread.h may be needed on platforms that have
4940              no pthread_atfork()
4941      Branch: perl
4942            ! perl.c thread.h win32/win32thread.h
4943 ____________________________________________________________________________
4944 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
4945         Log: Integrate #11009 from maintperl.
4946      Branch: maint-5.6/macperl
4947           !> lib/ExtUtils/Manifest.pm
4948 ____________________________________________________________________________
4949 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
4950         Log: Flexing my Perforce muscles.
4951      Branch: maint-5.6/macperl
4952            ! README.macos
4953 ____________________________________________________________________________
4954 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
4955         Log: Update Changes.
4956      Branch: perl
4957            ! Changes patchlevel.h
4958 ____________________________________________________________________________
4959 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
4960         Log: Metaconfig unit change for #11146.
4961      Branch: metaconfig/U/perl
4962            ! d_fcntl_can_lock.U
4963 ____________________________________________________________________________
4964 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
4965         Log: Somehow the #ifdefs of the added code (in #11093) made
4966              HP-UX to fail the fcntl locking test, without the ifdefs
4967              the test seems to be working again.  Reason unknown:
4968              HP-UX cc doesn't complain either way.
4969      Branch: perl
4970            ! Configure
4971 ____________________________________________________________________________
4972 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
4973         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
4974      Branch: perl
4975            ! lib/ExtUtils/MM_Unix.pm
4976 ____________________________________________________________________________
4977 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
4978         Log: gcc -Wall nit.
4979      Branch: perl
4980            ! pp_hot.c
4981 ____________________________________________________________________________
4982 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
4983         Log: When removing tests updating the test count is a good idea, too.
4984      Branch: perl
4985            ! lib/Net/t/require.t
4986 ____________________________________________________________________________
4987 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
4988         Log: Document #11134 and add the new symbols to the list of
4989              of MakeMaker known ones.
4990      Branch: perl
4991            ! lib/ExtUtils/MakeMaker.pm
4992 ____________________________________________________________________________
4993 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
4994         Log: Microperl update.
4995      Branch: perl
4996            ! uconfig.h
4997 ____________________________________________________________________________
4998 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
4999         Log: Update the libnet tests as per #11138.
5000      Branch: perl
5001            - lib/Net/t/ph.t
5002            ! MANIFEST lib/Net/t/require.t
5003 ____________________________________________________________________________
5004 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
5005         Log: Regen toc and modlib.
5006      Branch: perl
5007            ! pod/perlmodlib.pod pod/perltoc.pod
5008 ____________________________________________________________________________
5009 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
5010         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
5011              Graham's request.
5012      Branch: perl
5013            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
5014            ! MANIFEST
5015 ____________________________________________________________________________
5016 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
5017         Log: Add the OS/390 harness results to the delta.
5018      Branch: perl
5019            ! pod/perl572delta.pod
5020 ____________________________________________________________________________
5021 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
5022         Log: Avoid the two study tests in OS/390 until the bug has been solved.
5023      Branch: perl
5024            ! t/op/study.t
5025 ____________________________________________________________________________
5026 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
5027         Log: DOS/DJGPP tweaks from Laszlo Molnar.
5028      Branch: perl
5029            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
5030 ____________________________________________________________________________
5031 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
5032         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
5033              From: Michael G Schwern <schwern@pobox.com>
5034              Date: Wed, 4 Jul 2001 00:01:16 -0400
5035              Message-ID: <20010704000116.C591@blackrider>
5036      Branch: perl
5037            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
5038 ____________________________________________________________________________
5039 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
5040         Log: The #11132 missed singleton characters (not part
5041              of a unilo..unihi range) in Unicode scripts.
5042      Branch: perl
5043            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
5044            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
5045            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
5046            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
5047            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
5048            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
5049            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
5050            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
5051            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
5052            ! lib/unicode/mktables.PL t/op/pat.t
5053 ____________________________________________________________________________
5054 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
5055         Log: Support preferentially the Unicode 'scripts' definition
5056              in the \p{In...} notation since according to Unicode the
5057              scripts concept is more natural for matching than using
5058              the somewhat artificial block names.  The block names are
5059              still available, though, and if there's a name conflict,
5060              the scripts one wins and the blocks one has to do with
5061              'Block' appended to its name.  For more information see
5062              
5063              http://www.unicode.org/unicode/reports/tr24/
5064      Branch: perl
5065            + lib/unicode/In/100.pl lib/unicode/In/101.pl
5066            + lib/unicode/In/102.pl lib/unicode/In/103.pl
5067            + lib/unicode/In/104.pl lib/unicode/In/105.pl
5068            + lib/unicode/In/106.pl lib/unicode/In/107.pl
5069            + lib/unicode/In/108.pl lib/unicode/In/109.pl
5070            + lib/unicode/In/110.pl lib/unicode/In/111.pl
5071            + lib/unicode/In/112.pl lib/unicode/In/113.pl
5072            + lib/unicode/In/114.pl lib/unicode/In/115.pl
5073            + lib/unicode/In/116.pl lib/unicode/In/117.pl
5074            + lib/unicode/In/118.pl lib/unicode/In/119.pl
5075            + lib/unicode/In/120.pl lib/unicode/In/121.pl
5076            + lib/unicode/In/122.pl lib/unicode/In/123.pl
5077            + lib/unicode/In/124.pl lib/unicode/In/125.pl
5078            + lib/unicode/In/126.pl lib/unicode/In/127.pl
5079            + lib/unicode/In/128.pl lib/unicode/In/129.pl
5080            + lib/unicode/In/130.pl lib/unicode/In/131.pl
5081            + lib/unicode/In/132.pl lib/unicode/In/133.pl
5082            + lib/unicode/In/134.pl lib/unicode/In/135.pl
5083            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
5084            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
5085            ! (edit 106 files)
5086 ____________________________________________________________________________
5087 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
5088         Log: Better document the difference between a block and a script.
5089      Branch: perl
5090            ! lib/Unicode/UCD.pm
5091 ____________________________________________________________________________
5092 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
5093         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
5094              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5095              Date: Tue, 3 Jul 2001 15:04:23 -0500
5096              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
5097      Branch: perl
5098            ! lib/CPAN.pm
5099 ____________________________________________________________________________
5100 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
5101         Log: Add tests for charscript().
5102      Branch: perl
5103            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5104 ____________________________________________________________________________
5105 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
5106         Log: Add charscript() to get the UTR#24 script names of characters.
5107      Branch: perl
5108            ! lib/Unicode/UCD.pm
5109 ____________________________________________________________________________
5110 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
5111         Log: Todo updates.
5112      Branch: perl
5113            ! pod/perltodo.pod
5114 ____________________________________________________________________________
5115 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
5116         Log: Unicode::UCD updates.
5117      Branch: perl
5118            ! lib/Unicode/UCD.pm
5119 ____________________________________________________________________________
5120 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
5121         Log: (Retracted by #11174)
5122              Subject: MakeMaker should pass through DEFINE and INC to subdirs
5123              From: Alan Burlison <Alan.Burlison@sun.com>
5124              Date: Tue, 03 Jul 2001 15:20:13 +0100
5125              Message-ID: <3B41D49D.A923D4F9@sun.com>
5126      Branch: perl
5127            ! lib/ExtUtils/MM_Unix.pm
5128 ____________________________________________________________________________
5129 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
5130         Log: Subject: Patch needed for UTS
5131              From: hom00@utsglobal.com (Hal Morris)
5132              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
5133              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
5134              
5135              Replace #11113 with a better version.
5136      Branch: perl
5137            ! perl.h
5138 ____________________________________________________________________________
5139 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
5140         Log: Subject: Re: POINTERRIGOR
5141              From: Andy Dougherty <doughera@lafayette.edu>
5142              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
5143              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
5144      Branch: perl
5145            ! util.c
5146 ____________________________________________________________________________
5147 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
5148         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
5149              From: "Philip Newton" <pnewton@gmx.de>
5150              Date: Tue, 3 Jul 2001 17:03:34 +0200
5151              Message-ID: <3B41FAE6.29564.660E117@localhost>
5152      Branch: perl
5153            ! pp_hot.c
5154 ____________________________________________________________________________
5155 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
5156         Log: Typos.
5157      Branch: perl
5158            ! INSTALL
5159 ____________________________________________________________________________
5160 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
5161         Log: Subject: [PATCH 5.6.1] debugger fixes
5162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5163              Date: Tue, 3 Jul 2001 03:38:18 -0400
5164              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
5165              
5166              The $^S is working again.
5167      Branch: perl
5168            ! lib/perl5db.pl
5169 ____________________________________________________________________________
5170 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
5171         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
5172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5173              Date: Tue, 3 Jul 2001 03:34:06 -0400
5174              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
5175      Branch: perl
5176            ! os2/OS2/Process/Process.pm
5177 ____________________________________________________________________________
5178 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
5179         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
5180              From: "Philip Newton" <Philip.Newton@gmx.net>
5181              Date: Tue, 3 Jul 2001 09:11:27 +0200
5182              Message-Id: <200107030706.KAA04596@taas.iki.fi>
5183      Branch: perl
5184            ! lib/FindBin.pm
5185 ____________________________________________________________________________
5186 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
5187         Log: Delta delta.
5188      Branch: perl
5189            ! pod/perl572delta.pod
5190 ____________________________________________________________________________
5191 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
5192         Log: Metaconfig unit change for 11115.
5193      Branch: metaconfig
5194            ! U/modified/libc.U
5195 ____________________________________________________________________________
5196 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
5197         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
5198              (from Richard Hatch) (this was the cause of pipes() and
5199              times() myeteriously not being found)
5200      Branch: perl
5201            ! Configure
5202 ____________________________________________________________________________
5203 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
5204         Log: Retract #10142, the real culprit found by Richard Hatch,
5205              coming soon to Configure near you.
5206      Branch: perl
5207            ! hints/aix.sh
5208 ____________________________________________________________________________
5209 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
5210         Log: (Replaced by #11124) UTS workaround from Hal Morris.
5211      Branch: perl
5212            ! perl.h
5213 ____________________________________________________________________________
5214 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
5215         Log: Subject: [PATCH] grok not grocking correctly
5216              From: Nicholas Clark <nick@ccl4.org>
5217              Date: Tue, 3 Jul 2001 00:19:08 +0100
5218              Message-ID: <20010703001908.H59620@plum.flirble.org>
5219      Branch: perl
5220            ! numeric.c
5221 ____________________________________________________________________________
5222 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
5223         Log: Subject: [PATCH Deparse.t] test just-posted patches
5224              From: Robin Houston <robin@kitsite.com>
5225              Date: Mon, 2 Jul 2001 23:46:15 +0100
5226              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
5227      Branch: perl
5228            ! ext/B/Deparse.t
5229 ____________________________________________________________________________
5230 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
5231         Log: Subject: [PATCH toke.c] autosplit into @F
5232              From: Robin Houston <robin@kitsite.com>
5233              Date: Mon, 2 Jul 2001 23:18:20 +0100
5234              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
5235      Branch: perl
5236            ! perl.c toke.c
5237 ____________________________________________________________________________
5238 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
5239         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
5240              From: Robin Houston <robin@kitsite.com>
5241              Date: Mon, 2 Jul 2001 23:00:48 +0100
5242              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
5243      Branch: perl
5244            ! ext/B/B/Deparse.pm
5245 ____________________________________________________________________________
5246 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
5247         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
5248              From: "Philip Newton" <Philip.Newton@gmx.net>
5249              Date: Mon, 2 Jul 2001 22:06:22 +0200
5250              (no Message-Id)
5251      Branch: perl
5252            ! ext/NDBM_File/hints/linux.pl
5253 ____________________________________________________________________________
5254 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
5255         Log: Subject: Re: Fixed pack problem - sort of
5256              From: Nicholas Clark <nick@ccl4.org>
5257              Date: Mon, 2 Jul 2001 20:59:20 +0100
5258              Message-ID: <20010702205919.F59620@plum.flirble.org>
5259      Branch: perl
5260            ! pp_pack.c t/op/pack.t
5261 ____________________________________________________________________________
5262 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
5263         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
5264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5265              Date: Mon, 2 Jul 2001 15:45:41 -0400
5266              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
5267      Branch: perl
5268            ! os2/os2.c
5269 ____________________________________________________________________________
5270 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
5271         Log: (Mistaken retraction)
5272      Branch: perl
5273            ! utils/pl2pm.PL
5274 ____________________________________________________________________________
5275 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
5276         Log: Detypo in #11103.
5277      Branch: perl
5278            ! utils/pl2pm.PL
5279 ____________________________________________________________________________
5280 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
5281         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5282              From: Jonathan Stowe <gellyfish@gellyfish.com>
5283              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
5284              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
5285      Branch: perl
5286            ! utils/pl2pm.PL
5287 ____________________________________________________________________________
5288 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
5289         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
5290              From: "Craig A. Berry" <craigberry@mac.com>
5291              Date: Mon, 02 Jul 2001 14:11:23 -0500
5292              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
5293      Branch: perl
5294            ! lib/Unicode/UCD.pm
5295 ____________________________________________________________________________
5296 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
5297         Log: Subject: [PATCH] Re: op/numconvert.t failures
5298              From: Nicholas Clark <nick@ccl4.org>
5299              Date: Mon, 2 Jul 2001 20:10:48 +0100
5300              Message-ID: <20010702201048.E59620@plum.flirble.org>
5301      Branch: perl
5302            ! t/op/numconvert.t
5303 ____________________________________________________________________________
5304 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
5305         Log: Update Changes.
5306      Branch: perl
5307            ! Changes patchlevel.h
5308 ____________________________________________________________________________
5309 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
5310         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
5311              The real fix must be more involved.  The line of code all the leaky
5312              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
5313              line of Perl_newPMOP().
5314      Branch: perl
5315            ! op.h
5316 ____________________________________________________________________________
5317 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
5318         Log: Based on
5319              
5320              Subject: Re: sizeof(struct sembuf)
5321              From: Nicholas Clark <nick@ccl4.org>
5322              Date: Sun, 1 Jul 2001 22:26:48 +0100
5323              Message-ID: <20010701222648.W59620@plum.flirble.org>
5324              
5325              but do semop() always the slow way.
5326      Branch: perl
5327            ! doio.c
5328 ____________________________________________________________________________
5329 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
5330         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
5331              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5332              Date: Tue, 03 Jul 2001 00:56:30 +0900
5333              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
5334      Branch: perl
5335            ! ext/Encode/Encode/Tcl.t
5336 ____________________________________________________________________________
5337 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
5338         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
5339              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5340              Date: Tue, 03 Jul 2001 00:55:46 +0900
5341              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
5342      Branch: perl
5343            ! ext/Encode/Encode/Tcl.pm
5344 ____________________________________________________________________________
5345 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
5346         Log: Regen api and toc.
5347      Branch: perl
5348            ! pod/perlapi.pod pod/perltoc.pod
5349 ____________________________________________________________________________
5350 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
5351         Log: Metaconfig unit change for #11093.
5352      Branch: metaconfig/U/perl
5353            ! d_fcntl_can_lock.U
5354 ____________________________________________________________________________
5355 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
5356         Log: The fcntl locking test may hang if NFS locking messed up;
5357              break out with alarm(10).
5358      Branch: perl
5359            ! Configure
5360 ____________________________________________________________________________
5361 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
5362         Log: Move the mdelete.bat from win32/bin to win32.
5363      Branch: perl
5364            ! MANIFEST
5365 ____________________________________________________________________________
5366 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
5367         Log: Typo in #11083.
5368      Branch: perl
5369            ! ext/Time/Piece/Piece.t
5370 ____________________________________________________________________________
5371 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
5372         Log: Netware tweaks from Guruprasad.
5373      Branch: perl
5374            - NetWare/perlsdio.h
5375            ! MANIFEST NetWare/Makefile NetWare/interface.c
5376            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
5377            ! perlsdio.h
5378 ____________________________________________________________________________
5379 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
5380         Log: Subject: Re: [PATH] shared -> unique;
5381              From: Abhijit Menon-Sen <ams@wiw.org>
5382              Date: Wed, 27 Jun 2001 03:51:27 +0530
5383              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
5384      Branch: perl
5385            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
5386 ____________________________________________________________________________
5387 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
5388         Log: Subject: Re: AIX / gcc-3.0
5389              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5390              Date: Mon, 02 Jul 2001 15:20:21 +0200
5391              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
5392      Branch: perl
5393            ! hints/aix.sh
5394 ____________________________________________________________________________
5395 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
5396         Log: Subject: Re: Bug report: split splits on wrong pattern
5397              From: Abhijit Menon-Sen <ams@wiw.org>
5398              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
5399              Date: Mon, 2 Jul 2001 16:31:33 +0530
5400      Branch: perl
5401            ! pp_ctl.c
5402 ____________________________________________________________________________
5403 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
5404         Log: Subject: [PATCH 5.6.1] test harness
5405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5406              Date: Mon, 2 Jul 2001 06:29:21 -0400
5407              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
5408      Branch: perl
5409            ! lib/Test/Harness.pm
5410 ____________________________________________________________________________
5411 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
5412         Log: Subject: [PATCH 5.6.1] debugger goof
5413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5414              Date: Mon, 2 Jul 2001 06:27:22 -0400
5415              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
5416      Branch: perl
5417            ! lib/perl5db.pl
5418 ____________________________________________________________________________
5419 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
5420         Log: Subject: [PATCH 5.6.1] OS/2 cwd
5421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5422              Date: Mon, 2 Jul 2001 06:21:17 -0400
5423              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
5424      Branch: perl
5425            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
5426 ____________________________________________________________________________
5427 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
5428         Log: Make #11082 more OS/2-specific.
5429      Branch: perl
5430            ! ext/Time/Piece/Piece.t
5431 ____________________________________________________________________________
5432 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
5433         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
5434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5435              Date: Mon, 2 Jul 2001 06:06:34 -0400
5436              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
5437      Branch: perl
5438            ! ext/Time/Piece/Piece.t
5439 ____________________________________________________________________________
5440 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
5441         Log: Subject: [PATCH B::Deparse] version number & changes
5442              From: Robin Houston <robin@kitsite.com>  
5443              Date: Sun, 1 Jul 2001 17:17:29 +0100
5444              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
5445      Branch: perl
5446            ! ext/B/B/Deparse.pm
5447 ____________________________________________________________________________
5448 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
5449         Log: Subject: a small fix.
5450              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5451              Date: Mon, 2 Jul 2001 12:17:53 +0200
5452              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
5453      Branch: perl
5454            ! ext/Thread/Thread.xs
5455 ____________________________________________________________________________
5456 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
5457         Log: Subject: RE: perl@10907
5458              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5459              Date: Mon, 2 Jul 2001 12:06:16 +0200
5460              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
5461              
5462              Borland C vs PerlIO.
5463      Branch: perl
5464            ! win32/config.bc win32/config_H.bc
5465 ____________________________________________________________________________
5466 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
5467         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
5468              From: "H.M. Brand" <merijn@l1.procura.nl>
5469              Date: Mon, 02 Jul 2001 11:18:57 +0200
5470              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
5471      Branch: perl
5472            ! t/op/write.t
5473 ____________________________________________________________________________
5474 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
5475         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
5476              From: Michael G Schwern <schwern@pobox.com>
5477              Date: Mon, 2 Jul 2001 00:26:24 -0400
5478              Message-ID: <20010702002624.A18302@blackrider>
5479      Branch: perl
5480            - ext/util/mkbootstrap
5481 ____________________________________________________________________________
5482 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
5483         Log: Subject: [PATCH op.h] v minor comment tweak
5484              From: Robin Houston <robin@puffinry.freeserve.co.uk>
5485              Date: Mon, 2 Jul 2001 00:42:01 +0100
5486              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
5487      Branch: perl
5488            ! op.h
5489 ____________________________________________________________________________
5490 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
5491         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
5492      Branch: perl
5493            ! pod/perlfunc.pod
5494 ____________________________________________________________________________
5495 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
5496         Log: Subject: Re: sizeof(struct sembuf)
5497              From: Nicholas Clark <nick@ccl4.org>
5498              Date: Sun, 1 Jul 2001 19:23:16 +0100
5499              Message-ID: <20010701192316.V59620@plum.flirble.org>
5500              
5501              s/signaling/signalling/
5502      Branch: perl
5503            ! pod/perlfunc.pod
5504 ____________________________________________________________________________
5505 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
5506         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
5507              From: "Philip Newton" <Philip.Newton@gmx.net>
5508              Date: Sun, 1 Jul 2001 09:37:56 +0200
5509              Message-Id: <200107010733.KAA03920@taas.iki.fi>
5510      Branch: perl
5511            ! pod/perlvar.pod
5512 ____________________________________________________________________________
5513 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
5514         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
5515              From: "Philip Newton" <Philip.Newton@gmx.net>
5516              Date: Sun, 1 Jul 2001 09:37:56 +0200
5517              Message-Id: <200107010733.KAA03925@taas.iki.fi>
5518      Branch: perl
5519            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5520 ____________________________________________________________________________
5521 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
5522         Log: Metaconfig unit change for #11070.
5523      Branch: metaconfig
5524            ! U/compline/randfunc.U
5525 ____________________________________________________________________________
5526 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
5527         Log: Subject: [PATCH perlsnap] its --> it's --> its
5528              From: "Philip Newton" <Philip.Newton@gmx.net>
5529              Date: Sun, 1 Jul 2001 09:37:56 +0200
5530              Message-Id: <200107010733.KAA03914@taas.iki.fi>
5531      Branch: perl
5532            ! Porting/config_H
5533 ____________________________________________________________________________
5534 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
5535         Log: Sync with Sarathy; integrate with perlio.
5536      Branch: perl
5537           !> gv.c
5538 ____________________________________________________________________________
5539 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
5540         Log: regenerate win32/config_H.?c files
5541      Branch: perl
5542            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5543 ____________________________________________________________________________
5544 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
5545         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
5546              naming discipline
5547              
5548              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
5549              because of this)
5550              
5551              fix a warning about "fd" being used without being set in Cwd.xs
5552      Branch: perl
5553            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
5554            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5555            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
5556            ! win32/config.vc
5557 ____________________________________________________________________________
5558 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
5559         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
5560              within macro arguments") and warnings ("unary minus applied to
5561              unsigned type", among others)
5562      Branch: perl
5563            ! gv.c hv.c op.c pp.c sv.c toke.c
5564 ____________________________________________________________________________
5565 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
5566         Log: win32 fixes: more spurious CRs
5567      Branch: perl
5568            ! win32/mdelete.bat
5569 ____________________________________________________________________________
5570 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
5571         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
5572              from win32/bin (or it gets deleted by distclean); don't delete
5573              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
5574              NT (should be made Win9x specific, and added to makefile.mk)
5575      Branch: perl
5576           +> win32/mdelete.bat
5577            - win32/bin/mdelete.bat
5578            ! win32/Makefile win32/makefile.mk
5579 ____________________________________________________________________________
5580 [ 11063] By: nick                                  on 2001/07/01  18:54:09
5581         Log: Quick for for #ifdef mess
5582      Branch: perlio
5583            ! gv.c
5584 ____________________________________________________________________________
5585 [ 11062] By: nick                                  on 2001/07/01  18:47:42
5586         Log: Raw integrate - does not build #if mess in gv.c
5587      Branch: perlio
5588           !> (integrate 29 files)
5589 ____________________________________________________________________________
5590 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
5591         Log: Make 'compile' target a little less broken.
5592              Still very broken, though: -Wall warnings from
5593              the generated code, boot_Foo prototypes missing,
5594              can't autoload Fcntl::SEEK_CUR et alia, ...
5595      Branch: perl
5596            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
5597            ! utils/perlcc.PL x2p/Makefile.SH
5598 ____________________________________________________________________________
5599 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
5600         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
5601      Branch: perl
5602            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5603            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
5604 ____________________________________________________________________________
5605 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
5606         Log: Update Changes.
5607      Branch: perl
5608            ! Changes patchlevel.h
5609 ____________________________________________________________________________
5610 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
5611         Log: Still one typo, regen toc.
5612      Branch: perl
5613            ! lib/Unicode/UCD.pm pod/perltoc.pod
5614 ____________________________________________________________________________
5615 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
5616         Log: Detypos and regen toc.
5617      Branch: perl
5618            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
5619 ____________________________________________________________________________
5620 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
5621         Log: VERSION tweak.
5622      Branch: perl
5623            ! ext/List/Util/lib/List/Util.pm
5624 ____________________________________________________________________________
5625 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
5626         Log: Attempt at plugging the leak under ithreads detected by Doug.
5627      Branch: perl
5628            ! op.h
5629 ____________________________________________________________________________
5630 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
5631         Log: gcc -Wall lint after #11051.
5632      Branch: perl
5633            ! pp_sys.c
5634 ____________________________________________________________________________
5635 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
5636         Log: Integrate perlio.
5637      Branch: perl
5638           !> lib/File/Find/taint.t
5639 ____________________________________________________________________________
5640 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
5641         Log: Don't use the v-strings for module VERSIONs.
5642      Branch: perl
5643            ! lib/Unicode/UCD.pm
5644 ____________________________________________________________________________
5645 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
5646         Log: Code cleanup based on turning off the -woffs in IRIX.
5647              Not all of the gripes cleaned up (hairy code in hv.c and
5648              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
5649              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
5650              to the IRIX hints)
5651      Branch: perl
5652            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
5653            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
5654            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
5655            ! regcomp.c sv.c
5656 ____________________________________________________________________________
5657 [ 11050] By: nick                                  on 2001/06/30  20:46:46
5658         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
5659      Branch: perlio
5660            ! lib/File/Find/taint.t
5661 ____________________________________________________________________________
5662 [ 11049] By: nick                                  on 2001/06/30  18:13:33
5663         Log: Integrate mainline
5664      Branch: perlio
5665           +> NetWare/nwstdio.h NetWare/perlsdio.h
5666           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
5667           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
5668           +> lib/Unicode/UCD.t t/run/exit.t
5669           !> (integrate 60 files)
5670 ____________________________________________________________________________
5671 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
5672         Log: Delta delta.
5673      Branch: perl
5674            ! pod/perl572delta.pod
5675 ____________________________________________________________________________
5676 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
5677         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
5678              by CPAN.pm, use rather _00.
5679      Branch: perl
5680            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
5681            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
5682            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
5683            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
5684            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
5685            ! lib/ExtUtils/Embed.pm lib/Test.pm
5686 ____________________________________________________________________________
5687 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
5688         Log: Add a simple Unicode character database interface, Unicode::UCD.
5689      Branch: perl
5690            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
5691            ! MANIFEST
5692 ____________________________________________________________________________
5693 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
5694         Log: Subject: [PATCH] op/numconver.t
5695              From: Nicholas Clark <nick@ccl4.org>
5696              Date: Sat, 30 Jun 2001 15:40:10 +0100
5697              Message-ID: <20010630154010.I59620@plum.flirble.org>
5698      Branch: perl
5699            ! t/op/numconvert.t
5700 ____________________________________________________________________________
5701 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
5702         Log: The $^N is now taken (by #11038).
5703      Branch: perl
5704            ! t/base/lex.t
5705 ____________________________________________________________________________
5706 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
5707         Log: The #11040 had slipped to a wrong function...
5708      Branch: perl
5709            ! sv.c
5710 ____________________________________________________________________________
5711 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
5712         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
5713              the Configure library symbol probe mysteriously finds all
5714              symbols but those of pipe() and times().
5715      Branch: perl
5716            ! hints/aix.sh
5717 ____________________________________________________________________________
5718 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
5719         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
5720              From: Nicholas Clark <nick@ccl4.org>
5721              Date: Fri, 29 Jun 2001 23:49:07 +0100
5722              Message-ID: <20010629234907.D59620@plum.flirble.org>
5723      Branch: perl
5724            ! lib/ExtUtils.t
5725 ____________________________________________________________________________
5726 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
5727         Log: Subject: [PATCH] weakref fix 2, not yet there
5728              From: Artur Bergman <artur@contiller.se>
5729              Date: Sat, 30 Jun 2001 01:18:16 +0200
5730              Message-ID: <B762D957.1CC9%artur@contiller.se>
5731      Branch: perl
5732            ! sv.c
5733 ____________________________________________________________________________
5734 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
5735         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
5736              From: Michael G Schwern <schwern@pobox.com>
5737              Date: Fri, 29 Jun 2001 19:39:11 -0400
5738              Message-ID: <20010629193910.D25304@blackrider>
5739      Branch: perl
5740            + t/run/exit.t
5741            ! MANIFEST
5742 ____________________________________________________________________________
5743 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
5744         Log: Add support for $^N, the most-recently closed group.
5745      Branch: perl
5746            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
5747            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
5748            ! thrdvar.h
5749 ____________________________________________________________________________
5750 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
5751         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
5752              From: lvirden@cas.org
5753              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
5754              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
5755              
5756              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
5757              From: lvirden@cas.org
5758              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
5759              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
5760      Branch: perl
5761            ! README.solaris
5762 ____________________________________________________________________________
5763 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
5764         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
5765              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5766              Date: Sat, 30 Jun 2001 07:33:37 +0900
5767              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
5768              
5769              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
5770              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5771              Date: Sat, 30 Jun 2001 21:38:14 +0900
5772              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
5773      Branch: perl
5774            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
5775            + ext/Encode/Encode/7bit-kr.enc
5776            ! MANIFEST ext/Encode/Encode/Tcl.pm
5777 ____________________________________________________________________________
5778 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
5779         Log: NetWare tweaks from Guruprasad.
5780      Branch: perl
5781            + NetWare/nwstdio.h NetWare/perlsdio.h
5782            ! MANIFEST NetWare/Makefile NetWare/config.wc
5783            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
5784            ! NetWare/t/Readme.txt
5785 ____________________________________________________________________________
5786 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
5787         Log: More module $VERSION bump-ups.
5788      Branch: perl
5789            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
5790            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
5791            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
5792 ____________________________________________________________________________
5793 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
5794         Log: Doc update due to #11032.
5795      Branch: perl
5796            ! pod/perl572delta.pod
5797 ____________________________________________________________________________
5798 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
5799         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
5800              From: Peter Prymmer <pvhp@forte.com>
5801              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
5802              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
5803      Branch: perl
5804            ! ext/Time/HiRes/HiRes.xs
5805 ____________________________________________________________________________
5806 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
5807         Log: -lpthreads missing in AIX.
5808      Branch: perl
5809            ! hints/aix.sh
5810 ____________________________________________________________________________
5811 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
5812         Log: Subject: [PATCH] CLONE && weakrefs
5813              From: Artur Bergman <artur@contiller.se>
5814              Date: Fri, 29 Jun 2001 17:02:00 +0200
5815              Message-ID: <B7626508.1CA0%artur@contiller.se>
5816      Branch: perl
5817            ! sv.c
5818 ____________________________________________________________________________
5819 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
5820         Log: Subject: Re: Bug report: split splits on wrong pattern
5821              From: Radu Greab <radu@netsoft.ro>
5822              Date: Wed, 27 Jun 2001 21:50:52 +0300
5823              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
5824      Branch: perl
5825            ! pp_ctl.c t/op/split.t
5826 ____________________________________________________________________________
5827 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
5828         Log: Metaconfig unit change for #11027.
5829      Branch: metaconfig/U/perl
5830            ! d_modfl.U
5831 ____________________________________________________________________________
5832 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
5833         Log: I thought this Configure glitch for AIX was just recently fixed?
5834      Branch: perl
5835            ! Configure
5836 ____________________________________________________________________________
5837 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
5838         Log: Update Changes.
5839      Branch: perl
5840            ! Changes patchlevel.h
5841 ____________________________________________________________________________
5842 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
5843         Log: Subject: Re: perl@10967, File::Find, and Cwd
5844              From: Mike Guy <mjtg@cam.ac.uk>
5845              Date: Fri, 29 Jun 2001 14:56:49 +0100
5846              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
5847      Branch: perl
5848            ! lib/File/Find/taint.t
5849 ____________________________________________________________________________
5850 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
5851         Log: Update the sv_pvprintify() spec.
5852      Branch: perl
5853            ! pod/perltodo.pod
5854 ____________________________________________________________________________
5855 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
5856         Log: Known test failures update.
5857      Branch: perl
5858            ! pod/perl572delta.pod
5859 ____________________________________________________________________________
5860 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
5861         Log: Based on
5862              
5863              Subject: [PATCH @11016] More );) fixes
5864              From: Richard Soderberg <rs@crystalflame.net>
5865              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
5866              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
5867      Branch: perl
5868            ! ext/Thread/Thread.xs ext/Thread/typemap
5869 ____________________________________________________________________________
5870 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
5871         Log: Subject: [PATCH @11016] Fixes compile errors in four files
5872              From: Richard Soderberg <rs@crystalflame.net>
5873              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
5874              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
5875      Branch: perl
5876            ! mg.c pp.c pp_hot.c util.c
5877 ____________________________________________________________________________
5878 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
5879         Log: AIX hints tweaking continues, from Merijn Brand.
5880      Branch: perl
5881            ! hints/aix.sh
5882 ____________________________________________________________________________
5883 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
5884         Log: HP-UX needs gccversion sooner, from Merijn Brand.
5885      Branch: perl
5886            ! hints/hpux.sh
5887 ____________________________________________________________________________
5888 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
5889         Log: Subject: [PATCH 5.6.1] OS/2 docs
5890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5891              Date: Fri, 29 Jun 2001 02:34:12 -0400
5892              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
5893      Branch: perl
5894            ! README.os2 os2/Changes
5895 ____________________________________________________________________________
5896 [ 11017] By: nick                                  on 2001/06/29  10:20:30
5897         Log: Integrate mainline
5898      Branch: perlio
5899           +> (branch 37 files)
5900            - ext/ODBM_File/sdbm.t
5901           !> (integrate 211 files)
5902 ____________________________________________________________________________
5903 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
5904         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
5905              the modules found using a script written by Larry Schatzer Jr.
5906      Branch: perl
5907            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5908            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
5909            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5910            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5911            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
5912            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
5913            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
5914            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
5915            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
5916            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
5917            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
5918            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
5919            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
5920            ! lib/constant.pm lib/fields.pm lib/strict.pm
5921 ____________________________________________________________________________
5922 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
5923         Log: The latest JPL from the anoncvs.
5924      Branch: perl
5925            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5926 ____________________________________________________________________________
5927 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
5928         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
5929      Branch: perl
5930            ! t/op/pat.t
5931 ____________________________________________________________________________
5932 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
5933         Log: Worrying about insecure directories now is a bit too late.
5934      Branch: perl
5935            ! lib/File/Find/taint.t
5936 ____________________________________________________________________________
5937 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
5938         Log: Cannot DIE() in a void function,
5939              from Richard Hatch <rhatch@austin.ibm.com>.
5940      Branch: perl
5941            ! ext/IPC/SysV/SysV.xs
5942 ____________________________________________________________________________
5943 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
5944         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
5945              From: Peter Prymmer <pvhp@forte.com>
5946              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
5947              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
5948              
5949              (unfinished: time/hires tests 3, 5, 14 failing, but better
5950              than wholesale failure)
5951      Branch: perl
5952            ! ext/Time/HiRes/HiRes.xs
5953 ____________________________________________________________________________
5954 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
5955         Log: Subject: [PATCH 5.6.1] OS/2 improvements
5956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5957              Date: Thu, 28 Jun 2001 16:03:14 -0400
5958              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
5959      Branch: perl
5960            + os2/os2_base.t
5961            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
5962            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
5963            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
5964            ! os2/os2ish.h
5965 ____________________________________________________________________________
5966 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
5967         Log: Subject: Incrementing Extutils::Manifest's $VERSION
5968              From: Michael G Schwern <schwern@pobox.com>
5969              Date: Thu, 28 Jun 2001 13:13:49 -0400
5970              Message-ID: <20010628131349.A14738@blackrider>
5971      Branch: maint-5.6/perl
5972            ! lib/ExtUtils/Manifest.pm
5973 ____________________________________________________________________________
5974 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
5975         Log: AIX tweak from Merijn Brand.
5976      Branch: perl
5977            ! hints/aix.sh
5978 ____________________________________________________________________________
5979 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
5980         Log: Create the macperl branch.
5981      Branch: maint-5.6/macperl
5982           +> (branch 1728 files)
5983 ____________________________________________________________________________
5984 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
5985         Log: Update Changes.
5986      Branch: perl
5987            ! Changes patchlevel.h
5988 ____________________________________________________________________________
5989 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
5990         Log: More Perforce lore.
5991      Branch: perl
5992            ! Porting/repository.pod
5993 ____________________________________________________________________________
5994 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
5995         Log: Metaconfig unit changes for #11003.
5996      Branch: metaconfig/U/perl
5997            + d_nl_langinfo.U i_langinfo.U
5998 ____________________________________________________________________________
5999 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
6000         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
6001              Expected not to exist in non-UNIX excepting in VMS, where
6002              according to a quick web survey they just might.
6003      Branch: perl
6004            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
6005            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6006            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
6007            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6008            ! win32/config.bc win32/config.gc win32/config.vc
6009 ____________________________________________________________________________
6010 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
6011         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
6012              in AIX is one is doing a 64-bit build.
6013      Branch: perl
6014            ! hints/aix.sh
6015 ____________________________________________________________________________
6016 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
6017         Log: Metaconfig unit changes for #11000.
6018      Branch: metaconfig/U/perl
6019            ! use64bits.U uselfs.U
6020 ____________________________________________________________________________
6021 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
6022         Log: Move use64bitint and use64bitall before uselargefiles.
6023      Branch: perl
6024            ! Configure
6025 ____________________________________________________________________________
6026 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
6027         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
6028              From: Robert Spier <rspier@pobox.com>
6029              Message-ID: <15162.41164.618712.841415@rls.cx>
6030              Date: Wed, 27 Jun 2001 23:13:16 -0400
6031      Branch: perl
6032            ! doio.c
6033 ____________________________________________________________________________
6034 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
6035         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
6036              From: Peter Prymmer <pvhp@forte.com>
6037              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
6038              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
6039      Branch: perl
6040            ! numeric.c
6041 ____________________________________________________________________________
6042 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
6043         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
6044              From: Peter Prymmer <pvhp@forte.com>
6045              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
6046              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
6047      Branch: perl
6048            ! configure.com ext/Digest/MD5/Makefile.PL
6049 ____________________________________________________________________________
6050 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
6051         Log: Update Changes.
6052      Branch: perl
6053            ! Changes patchlevel.h
6054 ____________________________________________________________________________
6055 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
6056         Log: Tiny EPOC updates.
6057      Branch: perl
6058            ! epoc/config.sh
6059 ____________________________________________________________________________
6060 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
6061         Log: The Test::More and Test::Simple tests required help
6062              thanks to our schizophrenic test scheme.
6063      Branch: perl
6064            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6065            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6066            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6067            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6068            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6069 ____________________________________________________________________________
6070 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
6071         Log: Upgrade to Test::Simple 0.09.
6072      Branch: perl
6073            + lib/Test/Simple/Changes
6074            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6075            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6076            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6077            ! lib/Test/Simple/t/plan_is_noplan.t
6078 ____________________________________________________________________________
6079 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
6080         Log: Upgrade to Test::More 0.07.
6081      Branch: perl
6082            + lib/Test/More/Changes
6083            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
6084            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
6085            ! lib/Test/More/t/skipall.t
6086 ____________________________________________________________________________
6087 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
6088         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
6089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6090              Date: Wed, 27 Jun 2001 18:40:04 +0200
6091              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
6092      Branch: perl
6093            ! hints/hpux.sh
6094 ____________________________________________________________________________
6095 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
6096         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6097              From: Norton Allen <allen@huarp.harvard.edu>
6098              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
6099              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
6100      Branch: perl
6101            ! README.qnx hints/qnx.sh
6102 ____________________________________________________________________________
6103 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
6104         Log: Subject: [PATCH] two little documentation nits
6105              From: Abhijit Menon-Sen <ams@wiw.org>
6106              Date: Wed, 27 Jun 2001 20:07:50 +0530
6107              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
6108      Branch: perl
6109            ! sv.c sv.h
6110 ____________________________________________________________________________
6111 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
6112         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
6113              From: Norton Allen <allen@huarp.harvard.edu>
6114              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
6115              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
6116      Branch: perl
6117            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6118 ____________________________________________________________________________
6119 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
6120         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
6121              From: Michael G Schwern <schwern@pobox.com>
6122              Date: Wed, 27 Jun 2001 02:34:58 -0400
6123              Message-ID: <20010627023458.K23874@blackrider>
6124      Branch: perl
6125            ! vms/test.com
6126 ____________________________________________________________________________
6127 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
6128         Log: Add perl_clone_host() for Netware.
6129      Branch: perl
6130            ! NetWare/nw5.c
6131 ____________________________________________________________________________
6132 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
6133         Log: GCC 3.0 hints for HP-UX.
6134      Branch: perl
6135            ! hints/hpux.sh
6136 ____________________________________________________________________________
6137 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
6138         Log: In some Linux distributions the libndbm is broken
6139              (no null key support), therefore link with libgdbm
6140              (if available), since it has a working ndbm emulation,
6141              from Jonathan Stowe.
6142      Branch: perl
6143            + ext/NDBM_File/hints/linux.pl
6144            ! MANIFEST
6145 ____________________________________________________________________________
6146 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
6147         Log: Subject: [PATCH perl@10930] find.t hack for VMS
6148              From: "Craig A. Berry" <craigberry@mac.com>
6149              Date: Tue, 26 Jun 2001 23:40:25 -0500
6150              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
6151      Branch: perl
6152            ! lib/File/Find/find.t
6153 ____________________________________________________________________________
6154 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
6155         Log: AUTHORS updates.
6156      Branch: perl
6157            ! AUTHORS
6158 ____________________________________________________________________________
6159 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
6160         Log: Metaconfig unit change like #10980.
6161      Branch: metaconfig
6162            ! U/compline/d_stdstdio.U
6163 ____________________________________________________________________________
6164 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
6165         Log: "lose the it's", from Abhijit Menon-Sen.
6166              ("It's" not searched, pods not searched.)
6167      Branch: perl
6168            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
6169            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
6170            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
6171            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
6172            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6173            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
6174 ____________________________________________________________________________
6175 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
6176         Log: "lose the looses", from Abhijit Menon-Sen.
6177      Branch: perl
6178            ! ext/B/B/Assembler.pm gv.c
6179 ____________________________________________________________________________
6180 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
6181         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
6182      Branch: perl
6183            ! hints/os390.sh
6184 ____________________________________________________________________________
6185 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
6186         Log: DEC C 5.3 on the VAX simply doesn't seem to like
6187              compiling the MD5 extension, disable it there for now,
6188              from Peter Prymmer.
6189      Branch: perl
6190            ! configure.com
6191 ____________________________________________________________________________
6192 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
6193         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
6194              From: Jonathan Stowe <gellyfish@gellyfish.com>
6195              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
6196              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
6197      Branch: perl
6198            ! pod/perlfaq3.pod
6199 ____________________________________________________________________________
6200 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
6201         Log: Subject: [PATCH 5.6.1] perlxs misprints
6202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6203              Date: Tue, 26 Jun 2001 17:20:00 -0400
6204              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
6205      Branch: perl
6206            ! pod/perlxs.pod
6207 ____________________________________________________________________________
6208 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
6209         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
6210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6211              Date: Tue, 26 Jun 2001 17:27:07 -0400
6212              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
6213      Branch: perl
6214            ! lib/ExtUtils/MM_Unix.pm
6215 ____________________________________________________________________________
6216 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
6217         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
6218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6219              Date: Tue, 26 Jun 2001 17:23:24 -0400
6220              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
6221      Branch: perl
6222            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6223 ____________________________________________________________________________
6224 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
6225         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
6226              by Olaf Flebbe.
6227      Branch: perl
6228            ! perl.h
6229 ____________________________________________________________________________
6230 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
6231         Log: Detypo.
6232      Branch: perl
6233            ! lib/Memoize/t/tie_sdbm.t
6234 ____________________________________________________________________________
6235 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
6236         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
6237      Branch: perl
6238            ! win32/perllib.c
6239 ____________________________________________________________________________
6240 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
6241         Log: Subject: [patch] perl_clone+CvFILE
6242              From: Doug MacEachern <dougm@covalent.net>
6243              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
6244              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
6245      Branch: perl
6246            ! sv.c
6247 ____________________________________________________________________________
6248 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
6249         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
6250              From: Mark-Jason Dominus <mjd@plover.com>
6251              Date: Tue, 26 Jun 2001 12:33:01 -0400
6252              Message-ID: <20010626163301.31298.qmail@plover.com>
6253      Branch: perl
6254            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6255 ____________________________________________________________________________
6256 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
6257         Log: Update Changes.
6258      Branch: perl
6259            ! Changes patchlevel.h
6260 ____________________________________________________________________________
6261 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
6262         Log: Also catfile() needs now to explicitly exported.
6263      Branch: perl
6264            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6265 ____________________________________________________________________________
6266 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
6267         Log: Regen toc.
6268      Branch: perl
6269            ! pod/perltoc.pod
6270 ____________________________________________________________________________
6271 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
6272         Log: Nonexistent pod command.
6273      Branch: perl
6274            ! pod/perl572delta.pod
6275 ____________________________________________________________________________
6276 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
6277         Log: Be more portable in the quest for tmpdir.
6278      Branch: perl
6279            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6280 ____________________________________________________________________________
6281 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
6282         Log: Be more portable in finding out the home directory,
6283              and use File::Spec to do the concat.
6284              (Come to think of it, couldn't File::Spec provide
6285              for a ->homedir method?)
6286      Branch: perl
6287            ! lib/Net/Config.pm
6288 ____________________________________________________________________________
6289 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
6290         Log: Doc patch for #10959.
6291      Branch: perl
6292            ! pod/perlfunc.pod
6293 ____________________________________________________________________________
6294 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
6295         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
6296              From: "Philip Newton" <pnewton@gmx.de>
6297              Date: Tue, 26 Jun 2001 16:26:47 +0200
6298              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
6299      Branch: perl
6300            ! pod/perldata.pod
6301 ____________________________________________________________________________
6302 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
6303         Log: Subject: [PATH] shared -> unique;
6304              From: "Artur Bergman" <artur@contiller.se>
6305              Date: Tue, 26 Jun 2001 16:18:40 +0200
6306              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
6307              
6308              Because "shared" isn't: it's read-only.
6309      Branch: perl
6310            ! toke.c xsutils.c
6311 ____________________________________________________________________________
6312 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
6313         Log: Escape multiline croak messages.
6314      Branch: perl
6315            ! t/op/ver.t
6316 ____________________________________________________________________________
6317 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
6318         Log: No more pragma/*.t for minitest.
6319      Branch: perl
6320            ! Makefile.SH
6321 ____________________________________________________________________________
6322 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
6323         Log: AUTHORS updates.
6324      Branch: perl
6325            ! AUTHORS
6326 ____________________________________________________________________________
6327 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
6328         Log: delta updates.
6329      Branch: perl
6330            ! pod/perl572delta.pod
6331 ____________________________________________________________________________
6332 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
6333         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
6334              From: Artur Bergman <artur@contiller.se> 
6335              Date: Tue, 26 Jun 2001 15:32:53 +0200
6336              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
6337      Branch: perl
6338            ! makedef.pl sv.c sv.h win32/perllib.c
6339 ____________________________________________________________________________
6340 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
6341         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
6342              From: Jonathan Stowe <gellyfish@gellyfish.com>
6343              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
6344              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
6345              
6346              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
6347      Branch: perl
6348            + ext/Time/HiRes/hints/sco.pl
6349            ! MANIFEST
6350 ____________________________________________________________________________
6351 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
6352         Log: Subject: [PATCH 5.6.1] static build
6353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6354              Date: Tue, 26 Jun 2001 04:22:25 -0400
6355              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
6356      Branch: perl
6357            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
6358            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6359 ____________________________________________________________________________
6360 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
6361         Log: DJGPP patches from Laszlo Molnar.
6362      Branch: perl
6363            ! djgpp/djgpp.c perl.c util.c
6364 ____________________________________________________________________________
6365 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
6366         Log: Netware patches from Ananth Kesari.
6367      Branch: perl
6368            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
6369            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
6370            ! NetWare/nwtinfo.h
6371 ____________________________________________________________________________
6372 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
6373         Log: Detypo.
6374      Branch: perl
6375            ! ext/Errno/Errno_pm.PL
6376 ____________________________________________________________________________
6377 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
6378         Log: There seems to be two ways of spelling the $^O in *STEP.
6379      Branch: perl
6380            ! ext/Errno/Errno_pm.PL
6381 ____________________________________________________________________________
6382 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
6383         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
6384              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
6385      Branch: perl
6386            ! ext/Errno/Errno_pm.PL
6387 ____________________________________________________________________________
6388 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
6389         Log: Known bugs update.
6390      Branch: perl
6391            ! pod/perl572delta.pod
6392 ____________________________________________________________________________
6393 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
6394         Log: The default installation of Cygwin has 500 as root's uid.
6395      Branch: perl
6396            ! lib/User/pwent.t
6397 ____________________________________________________________________________
6398 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
6399         Log: Be even more relaxed (re-allow having only one entry).
6400      Branch: perl
6401            ! t/op/grent.t t/op/pwent.t
6402 ____________________________________________________________________________
6403 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
6404         Log: Test failure updates.
6405      Branch: perl
6406            ! pod/perl572delta.pod
6407 ____________________________________________________________________________
6408 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
6409         Log: MPE/iX test tweaks from Mark Bixby.
6410      Branch: perl
6411            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
6412            ! t/io/fs.t t/op/stat.t
6413 ____________________________________________________________________________
6414 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
6415         Log: Microperl findings.
6416      Branch: perl
6417            ! perl.h pp_sys.c
6418 ____________________________________________________________________________
6419 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
6420         Log: Touch uconfig.h.
6421      Branch: perl
6422            ! uconfig.h
6423 ____________________________________________________________________________
6424 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
6425         Log: Subject: [PATCH] Proposed fix for Pod::Man
6426              From: Rob Napier <rnapier@employees.org>
6427              Date: Mon, 25 Jun 2001 15:49:24 -0400
6428              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
6429              
6430              Cater for Solaris nroff brokenness (shortchanges daisywheel
6431              printers, but hey, we also no more support PDPs.)
6432      Branch: perl
6433            ! lib/Pod/Man.pm
6434 ____________________________________________________________________________
6435 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
6436         Log: Typo in #10937.
6437      Branch: perl
6438            ! ext/POSIX/sigaction.t
6439 ____________________________________________________________________________
6440 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
6441         Log: SIGCONT not trappable in VMS.
6442      Branch: perl
6443            ! ext/POSIX/sigaction.t
6444 ____________________________________________________________________________
6445 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
6446         Log: Subject: [DRAFT] Encode-Tcl.t
6447              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6448              Date: Tue, 26 Jun 2001 03:38:08 +0900
6449              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
6450      Branch: perl
6451            + ext/Encode/Encode/Tcl.t
6452            ! MANIFEST ext/Encode/Encode/Tcl.pm
6453 ____________________________________________________________________________
6454 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
6455         Log: Because of #10932 retract also the perlfunc hunk of #10910.
6456      Branch: perl
6457            ! pod/perlfunc.pod
6458 ____________________________________________________________________________
6459 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
6460         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
6461              by Ilya Zakharevich in
6462              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
6463      Branch: perl
6464            ! XSUB.h
6465 ____________________________________________________________________________
6466 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
6467         Log: Typo in #10889.
6468      Branch: perl
6469            ! hints/uts.sh
6470 ____________________________________________________________________________
6471 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
6472         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6473              From: Abhijit Menon-Sen <ams@wiw.org>
6474              Date: Mon, 25 Jun 2001 23:45:45 +0530
6475              Message-ID: <20010625234545.A5022@lustre.linux.in>
6476      Branch: perl
6477            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
6478 ____________________________________________________________________________
6479 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
6480         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
6481              From: Michael G Schwern <schwern@pobox.com>
6482              Date: Mon, 25 Jun 2001 14:35:51 -0400
6483              Message-ID: <20010625143551.H13819@blackrider>
6484      Branch: perl
6485            ! lib/Test.pm
6486 ____________________________________________________________________________
6487 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
6488         Log: Update Changes.
6489      Branch: perl
6490            ! Changes patchlevel.h
6491 ____________________________________________________________________________
6492 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
6493         Log: Regen toc and modlib.
6494      Branch: perl
6495            ! pod/perlmodlib.pod pod/perltoc.pod
6496 ____________________________________________________________________________
6497 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
6498         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
6499              for the benefit of C++ compilers, as suggested by Guruprasad.
6500      Branch: perl
6501            ! embed.pl proto.h
6502 ____________________________________________________________________________
6503 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
6504         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
6505              From: Jonathan Stowe <gellyfish@gellyfish.com>
6506              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
6507              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
6508      Branch: perl
6509            ! pod/perlfaq5.pod
6510 ____________________________________________________________________________
6511 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
6512         Log: Missed from #10925.
6513      Branch: perl
6514            ! gv.c
6515 ____________________________________________________________________________
6516 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
6517         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
6518              From: Robin Houston <robin@kitsite.com>
6519              Date: Sat, 19 May 2001 16:19:34 +0100
6520              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
6521      Branch: perl
6522            ! cv.h gv.h op.c
6523 ____________________________________________________________________________
6524 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
6525         Log: Netware README tweak.
6526      Branch: perl
6527            ! README.netware
6528 ____________________________________________________________________________
6529 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
6530         Log: Subject: [PATCH] Re: overload.t fails
6531              From: Abhijit Menon-Sen <ams@wiw.org>
6532              Date: Mon, 25 Jun 2001 14:52:20 +0530
6533              Message-ID: <20010625145220.A24114@lustre.linux.in>
6534      Branch: perl
6535            ! lib/overload.t
6536 ____________________________________________________________________________
6537 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
6538         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6539              From: Mike Guy <mjtg@cam.ac.uk>
6540              Date: Mon, 25 Jun 2001 11:43:23 +0100
6541              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
6542      Branch: perl
6543            ! lib/Carp.pm
6544 ____________________________________________________________________________
6545 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
6546         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
6547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6548              Date: Sun, 24 Jun 2001 05:17:05 -0400
6549              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
6550      Branch: perl
6551            ! os2/os2ish.h
6552 ____________________________________________________________________________
6553 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
6554         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
6555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6556              Date: Mon, 25 Jun 2001 05:52:27 -0400
6557              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
6558      Branch: perl
6559            ! hints/os2.sh
6560 ____________________________________________________________________________
6561 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
6562         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
6563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6564              Date: Mon, 25 Jun 2001 05:23:35 -0400
6565              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
6566      Branch: perl
6567            ! os2/os2.c
6568 ____________________________________________________________________________
6569 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
6570         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
6571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6572              Date: Mon, 25 Jun 2001 05:04:32 -0400
6573              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
6574      Branch: perl
6575            ! os2/OS2/REXX/DLL/DLL.pm
6576 ____________________________________________________________________________
6577 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
6578         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
6579              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6580              Date: Mon, 25 Jun 2001 05:02:36 -0400
6581              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
6582      Branch: perl
6583            ! mg.c os2/dl_os2.c os2/os2.c
6584 ____________________________________________________________________________
6585 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
6586         Log: Subject: Re: [PATCH 5.6.1] misprints
6587              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6588              Date: Mon, 25 Jun 2001 04:50:50 -0400
6589              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
6590      Branch: perl
6591            ! os2/os2.c pp_sys.c
6592 ____________________________________________________________________________
6593 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
6594         Log: Add Test::More and Test::Simple to the delta.
6595      Branch: perl
6596            ! pod/perl572delta.pod
6597 ____________________________________________________________________________
6598 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
6599         Log: Add Test::More, from Michael G Schwern.
6600      Branch: perl
6601            + lib/Test/More.pm lib/Test/More/t/More.t
6602            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6603            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6604            + t/lib/Test/More/Catch.pm
6605            ! MANIFEST
6606 ____________________________________________________________________________
6607 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
6608         Log: Add Test::Simple from Michael G Schwern.
6609      Branch: perl
6610            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6611            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6612            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6613            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
6614            + t/lib/Test/Simple/Catch.pm
6615            + t/lib/Test/Simple/sample_tests/death.plx
6616            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
6617            + t/lib/Test/Simple/sample_tests/extras.plx
6618            + t/lib/Test/Simple/sample_tests/five_fail.plx
6619            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
6620            + t/lib/Test/Simple/sample_tests/one_fail.plx
6621            + t/lib/Test/Simple/sample_tests/require.plx
6622            + t/lib/Test/Simple/sample_tests/success.plx
6623            + t/lib/Test/Simple/sample_tests/too_few.plx
6624            + t/lib/Test/Simple/sample_tests/two_fail.plx
6625            ! MANIFEST
6626 ____________________________________________________________________________
6627 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
6628         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
6629              From: "Craig A. Berry" <craigberry@mac.com>
6630              Date: Sun, 24 Jun 2001 23:41:36 -0500
6631              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
6632      Branch: perl
6633            ! pp_sys.c
6634 ____________________________________________________________________________
6635 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
6636         Log: Upgrade to Attribute::Handlers 0.70.
6637      Branch: perl
6638            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6639            ! MANIFEST lib/Attribute/Handlers.pm
6640 ____________________________________________________________________________
6641 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
6642         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6643              From: Abhijit Menon-Sen <ams@wiw.org>
6644              Date: Sat, 23 Jun 2001 05:17:44 +0530
6645              Message-ID: <20010623051744.A18583@lustre.linux.in>
6646              
6647              (Can't think of a good place to put tests.)
6648      Branch: perl
6649            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
6650 ____________________________________________________________________________
6651 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
6652         Log: Subject: [PATCH] t/op/pat.t typo fix
6653              From: Richard Soderberg <rs@crystalflame.net>
6654              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
6655              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
6656      Branch: perl
6657            ! t/op/pat.t
6658 ____________________________________________________________________________
6659 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
6660         Log: Move the pack warnings to their own file, as pointed
6661              out by Spider.
6662      Branch: perl
6663            + t/lib/warnings/pp_pack
6664            ! MANIFEST t/lib/warnings/pp
6665 ____________________________________________________________________________
6666 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
6667         Log: Update Changes.
6668      Branch: perl
6669            ! Changes patchlevel.h
6670 ____________________________________________________________________________
6671 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
6672         Log: Partially fix a problem noticed by IRIX compiler:
6673              the initialization of parse_start was bypassed by
6674              several gotos.  Now initialized to zero, which may
6675              not be the best choice.
6676      Branch: perl
6677            ! regcomp.c
6678 ____________________________________________________________________________
6679 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
6680         Log: Relax the group and password tests back to moaning only
6681              if no matches at all are found.  (Even with a small sample
6682              I could find many sites where there are, umm, anomalies in
6683              the said databases.)       
6684      Branch: perl
6685            ! t/op/grent.t t/op/pwent.t
6686 ____________________________________________________________________________
6687 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
6688         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
6689      Branch: perl
6690            ! pp_ctl.c
6691 ____________________________________________________________________________
6692 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
6693         Log: De-cut-and-pasto in #10902.
6694      Branch: perl
6695            ! pp_ctl.c
6696 ____________________________________________________________________________
6697 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
6698         Log: The #10771 didn't take?
6699      Branch: perl
6700            ! pp_ctl.c
6701 ____________________________________________________________________________
6702 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
6703         Log: Undo the filetests part of #10900, under multiplicity
6704              weird errors take place.
6705      Branch: perl
6706            ! pp_sys.c
6707 ____________________________________________________________________________
6708 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
6709         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
6710      Branch: perl
6711            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
6712 ____________________________________________________________________________
6713 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
6714         Log: (Replaced by #10922)
6715              
6716              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6717              From: Tony Bowden <tony@kasei.com>
6718              Date: Sun, 24 Jun 2001 17:32:40 +0100
6719              Message-ID: <20010624173240.A16293@blackstar.co.uk>
6720              
6721              Document (well, mention) shortmess() and longmess()
6722              to rob people of their fun of reinventing the weel.
6723      Branch: perl
6724            ! lib/Carp.pm
6725 ____________________________________________________________________________
6726 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
6727         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
6728              From: Brian Jepson <bjepson@oreilly.com>
6729              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
6730              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
6731      Branch: perl
6732            ! pp_sys.c
6733 ____________________________________________________________________________
6734 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
6735         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
6736              From: Robin Barker <rmb1@cise.npl.co.uk> 
6737              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
6738              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
6739      Branch: perl
6740            ! lib/CPAN.pm
6741 ____________________________________________________________________________
6742 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
6743         Log: Memoize patch from mjd.
6744      Branch: perl
6745            ! lib/Memoize/t/tie_storable.t
6746 ____________________________________________________________________________
6747 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
6748         Log: Spec the sv_pvprintify() a bit more.
6749      Branch: perl
6750            ! pod/perltodo.pod
6751 ____________________________________________________________________________
6752 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
6753         Log: Upgrade to Memoize 0.65.
6754      Branch: perl
6755            + lib/Memoize/t/array_confusion.t
6756            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
6757            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
6758            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
6759            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
6760            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
6761            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
6762            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
6763            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
6764            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
6765            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
6766            ! lib/Memoize/t/tie_storable.t
6767 ____________________________________________________________________________
6768 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
6769         Log: Metaconfig unit change for #10892.
6770      Branch: metaconfig
6771            ! U/modified/Options.U
6772 ____________________________________________________________________________
6773 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
6774         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
6775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6776              Date: Sun, 24 Jun 2001 05:24:40 -0400
6777              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
6778      Branch: perl
6779            ! Configure hints/os2.sh
6780 ____________________________________________________________________________
6781 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
6782         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
6783              From: Mike Guy <mjtg@cam.ac.uk>
6784              Date: Sun, 24 Jun 2001 15:28:39 +0100
6785              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
6786              
6787              Fix an ancient (5.002) bug.
6788      Branch: perl
6789            ! lib/Carp/Heavy.pm
6790 ____________________________________________________________________________
6791 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
6792         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
6793              variables.
6794      Branch: perl
6795            ! pp_sys.c
6796 ____________________________________________________________________________
6797 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
6798         Log: Make UTS as per #10888.
6799      Branch: perl
6800            ! hints/uts.sh
6801 ____________________________________________________________________________
6802 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
6803         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
6804      Branch: perl
6805            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
6806            ! mpeix/mpeixish.h perl.h unixish.h
6807 ____________________________________________________________________________
6808 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
6809         Log: AUTHORS update.
6810      Branch: perl
6811            ! AUTHORS
6812 ____________________________________________________________________________
6813 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
6814         Log: Subject: Encode::Tcl for multibyte doesnot work
6815              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6816              Date: Sun, 24 Jun 2001 22:48:21 +0900
6817              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
6818      Branch: perl
6819            ! ext/Encode/Encode/Tcl.pm
6820 ____________________________________________________________________________
6821 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
6822         Log: Subject: [PATCH] Remove tautology in error messages
6823              From: Mike Guy <mjtg@cam.ac.uk>
6824              Date: Sun, 24 Jun 2001 13:31:00 +0100
6825              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
6826      Branch: perl
6827            ! pp_sys.c
6828 ____________________________________________________________________________
6829 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
6830         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
6831      Branch: perl
6832            ! hints/darwin.sh
6833 ____________________________________________________________________________
6834 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
6835         Log: Subject: Re: [PATCH 5.6.1] test suite
6836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6837              Date: Sun, 24 Jun 2001 05:47:05 -0400
6838              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
6839              
6840              Test suite fixes.
6841      Branch: perl
6842            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
6843 ____________________________________________________________________________
6844 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
6845         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
6846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6847              Date: Sun, 24 Jun 2001 05:37:19 -0400
6848              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
6849      Branch: perl
6850            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
6851 ____________________________________________________________________________
6852 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
6853         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
6854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6855              Date: Sun, 24 Jun 2001 05:34:50 -0400
6856              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
6857              
6858              Pacify compiler warnings.
6859      Branch: perl
6860            ! pp_sys.c
6861 ____________________________________________________________________________
6862 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
6863         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
6864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6865              Date: Sun, 24 Jun 2001 05:21:18 -0400
6866              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
6867              
6868              Enable compression of executables during link time.
6869      Branch: perl
6870            ! hints/os2.sh
6871 ____________________________________________________________________________
6872 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
6873         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
6874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6875              Date: Sun, 24 Jun 2001 05:15:11 -0400
6876              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
6877              
6878              Add ordinals to the export list for Perl DLL.
6879              (Breaks intra-version DLL compatibility.)
6880      Branch: perl
6881            ! makedef.pl
6882 ____________________________________________________________________________
6883 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
6884         Log: Allow (displaying and) re-editing the Subject in perlbug.
6885              Also abstract the Subject quality control into a function.
6886      Branch: perl
6887            ! utils/perlbug.PL
6888 ____________________________________________________________________________
6889 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
6890         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
6891      Branch: perl
6892            ! utils/perlbug.PL
6893 ____________________________________________________________________________
6894 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
6895         Log: Regen toc and modlib.
6896      Branch: perl
6897            ! pod/perlmodlib.pod pod/perltoc.pod
6898 ____________________________________________________________________________
6899 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
6900         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
6901              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
6902              attribute semantics as much as possible, or 'ntsec' which uses
6903              native NTFS semantics.)  (See also #10877.)
6904      Branch: perl
6905            ! perl.c
6906 ____________________________________________________________________________
6907 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
6908         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
6909      Branch: perl
6910            ! lib/Test/Harness.pm
6911 ____________________________________________________________________________
6912 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
6913         Log: Just zap the -uPerlio.
6914      Branch: perl
6915            ! ext/B/Stash.t
6916 ____________________________________________________________________________
6917 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
6918         Log: Do not test PerlIO if PerlIO not used.
6919      Branch: perl
6920            ! ext/PerlIO/PerlIO.t
6921 ____________________________________________________________________________
6922 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
6923         Log: Regen perlapi.
6924      Branch: perl
6925            ! pod/perlapi.pod
6926 ____________________________________________________________________________
6927 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
6928         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
6929              From: Nicholas Clark <nick@ccl4.org>
6930              Date: Sat, 23 Jun 2001 22:55:47 +0100
6931              Message-ID: <20010623225547.Z98663@plum.flirble.org>
6932      Branch: perl
6933            ! numeric.c
6934 ____________________________________________________________________________
6935 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
6936         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
6937              From: Prymmer/Kahn <pvhp@best.com>
6938              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
6939              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
6940      Branch: perl
6941            ! lib/h2xs.t
6942 ____________________________________________________________________________
6943 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
6944         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
6945              cygwin does not taint cwd, just like win32.
6946      Branch: perl
6947            ! lib/File/Find/taint.t t/op/taint.t
6948 ____________________________________________________________________________
6949 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
6950         Log: Retract #10865, the patch should be unnecessary.
6951              (But seemingly helpful in Cygwin?  Strange.)
6952      Branch: perl
6953            ! lib/Memoize/t/tie_ndbm.t
6954 ____________________________________________________________________________
6955 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
6956         Log: Misplaced test file; plus Cygwin filesystem semantics.
6957      Branch: perl
6958            + ext/SDBM_File/sdbm.t
6959            - ext/ODBM_File/sdbm.t
6960            ! MANIFEST
6961 ____________________________________________________________________________
6962 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
6963         Log: (Retracted by #10867.)
6964      Branch: perl
6965            ! lib/Memoize/t/tie_ndbm.t
6966 ____________________________________________________________________________
6967 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
6968         Log: Metaconfig unit change for #10863.
6969      Branch: metaconfig/U/perl
6970            ! Extensions.U
6971 ____________________________________________________________________________
6972 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
6973         Log: In Cygwin do not build NDBM_File and ODBM_File unless
6974              -lndbm and -ldbm are available.
6975      Branch: perl
6976            ! Configure config_h.SH
6977 ____________________________________________________________________________
6978 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
6979         Log: More Cygwin filesystem semantics.
6980      Branch: perl
6981            ! t/io/fs.t t/op/stat.t
6982 ____________________________________________________________________________
6983 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
6984         Log: More DOSish permission semantics for Cygwin.
6985      Branch: perl
6986            ! lib/AnyDBM_File.t
6987 ____________________________________________________________________________
6988 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
6989         Log: Cygwin too has different permission semantics.
6990      Branch: perl
6991            ! ext/GDBM_File/gdbm.t
6992 ____________________________________________________________________________
6993 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
6994         Log: The group (and assumedly passwd) databases can have
6995              only one entry (this is the case in cygwin).
6996      Branch: perl
6997            ! t/op/grent.t t/op/pwent.t
6998 ____________________________________________________________________________
6999 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
7000         Log: Also in Cygwin use Socket to figure out domainname
7001              (if any) (avoids trying to call external 'domainname',
7002              which doesn't at the moment exist in Cygwin)
7003      Branch: perl
7004            ! lib/Net/Domain.pm
7005 ____________________________________________________________________________
7006 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
7007         Log: Remove also the lib$Foo.def, not just $Foo.def.
7008      Branch: perl
7009            ! lib/ExtUtils/MM_Unix.pm
7010 ____________________________________________________________________________
7011 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
7012         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
7013      Branch: perl
7014            ! unixish.h
7015 ____________________________________________________________________________
7016 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
7017         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
7018              to match the whole isprint(), only the space character.
7019      Branch: perl
7020            ! handy.h pod/perlre.pod t/op/pat.t
7021 ____________________________________________________________________________
7022 [ 10854] By: nick                                  on 2001/06/23  08:09:33
7023         Log: Integrate mainline
7024      Branch: perlio
7025           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
7026           !> lib/ExtUtils.t lib/File/Find/taint.t
7027           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
7028           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
7029           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7030 ____________________________________________________________________________
7031 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
7032         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
7033              with its floats    in os390 and s390 (UTS).
7034      Branch: perl
7035            ! lib/Math/BigInt/t/bigintpm.t
7036 ____________________________________________________________________________
7037 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
7038         Log: Add also UTS (s390) to the non-IEEE float platforms.
7039      Branch: perl
7040            ! t/op/sprintf.t
7041 ____________________________________________________________________________
7042 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
7043         Log: Subject: RFC: what are applicable standards for exponent sizes?
7044              From: Peter Prymmer <pvhp@forte.com>
7045              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
7046              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
7047      Branch: perl
7048            ! t/op/sprintf.t
7049 ____________________________________________________________________________
7050 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
7051         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
7052              From: Peter Prymmer <pvhp@forte.com>
7053              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
7054              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
7055      Branch: perl
7056            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7057 ____________________________________________________________________________
7058 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
7059         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
7060              From: Peter Prymmer <pvhp@forte.com>
7061              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
7062              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
7063      Branch: perl
7064            ! lib/ExtUtils.t
7065 ____________________________________________________________________________
7066 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
7067         Log: Retract #10845.
7068      Branch: perl
7069            ! lib/File/Find/taint.t
7070 ____________________________________________________________________________
7071 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
7072         Log: Yet another error message.
7073      Branch: perl
7074            ! t/op/mkdir.t
7075 ____________________________________________________________________________
7076 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
7077         Log: The croak message for nonexistent socket functions may vary.
7078      Branch: perl
7079            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
7080 ____________________________________________________________________________
7081 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
7082         Log: (Retracted by #10848.)
7083      Branch: perl
7084            ! lib/File/Find/taint.t
7085 ____________________________________________________________________________
7086 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
7087         Log: Integrate perlio.
7088      Branch: perl
7089           !> lib/File/Find/taint.t t/op/write.t
7090 ____________________________________________________________________________
7091 [ 10843] By: nick                                  on 2001/06/22  21:24:51
7092         Log: Back out debug in taint.t
7093      Branch: perlio
7094            ! lib/File/Find/taint.t
7095 ____________________________________________________________________________
7096 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
7097         Log: setitimer() does not exist in Unicos, despite of what
7098              Configure thinks, from Mark P. Lutz.
7099      Branch: perl
7100            ! hints/unicos.sh
7101 ____________________________________________________________________________
7102 [ 10841] By: nick                                  on 2001/06/22  21:19:36
7103         Log: Skip cwd test on Win32 ???
7104      Branch: perlio
7105            ! lib/File/Find/taint.t
7106 ____________________________________________________________________________
7107 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
7108         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
7109              and Tru64 gcc -Wall happy.
7110      Branch: perl
7111            ! mg.c
7112 ____________________________________________________________________________
7113 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
7114         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
7115      Branch: perl
7116            ! ext/IPC/SysV/Semaphore.pm
7117 ____________________________________________________________________________
7118 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
7119         Log: Metaconfig unit change for #10837.
7120      Branch: metaconfig/U/perl
7121            ! Cross.U
7122 ____________________________________________________________________________
7123 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
7124         Log: Cleanup of the cross-compilation unit.
7125      Branch: perl
7126            ! Configure
7127 ____________________________________________________________________________
7128 [ 10836] By: nick                                  on 2001/06/22  20:45:12
7129         Log: Skip |- based op/write.t on Win32 as well as VMS
7130      Branch: perlio
7131            ! t/op/write.t
7132 ____________________________________________________________________________
7133 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
7134         Log: Integrate perlio.
7135      Branch: perl
7136           !> util.c
7137 ____________________________________________________________________________
7138 [ 10834] By: nick                                  on 2001/06/22  20:41:54
7139         Log: Integrate mainline
7140      Branch: perlio
7141           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7142           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
7143           !> vos/config.ga.h
7144 ____________________________________________________________________________
7145 [ 10833] By: nick                                  on 2001/06/22  20:22:58
7146         Log: Patcho fix.
7147      Branch: perlio
7148            ! util.c
7149 ____________________________________________________________________________
7150 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
7151         Log: Metaconfig unit changes for #10831.
7152      Branch: metaconfig
7153            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7154 ____________________________________________________________________________
7155 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
7156         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
7157              From: Andy Dougherty <doughera@lafayette.edu>
7158              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
7159              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
7160      Branch: perl
7161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7162            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
7163 ____________________________________________________________________________
7164 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
7165         Log: MPE/iX prototype nits from Mark Bixby.
7166      Branch: perl
7167            ! pp_sys.c
7168 ____________________________________________________________________________
7169 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
7170         Log: Detypo.
7171      Branch: perl
7172            ! util.c
7173 ____________________________________________________________________________
7174 [ 10828] By: nick                                  on 2001/06/22  15:33:37
7175         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
7176      Branch: perlio
7177           +> lib/h2xs.t
7178           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
7179           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
7180           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
7181           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
7182           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7183           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7184           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
7185           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
7186           !> vms/vmsish.h
7187 ____________________________________________________________________________
7188 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
7189         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
7190              Date: Fri, 22 Jun 2001 10:08:35 -0500
7191              From: "Craig A. Berry" <craigberry@mac.com>
7192              Message-Id: <a05101001b75908704194@[192.168.56.145]>
7193      Branch: perl
7194            ! vms/vms.c vms/vmsish.h
7195 ____________________________________________________________________________
7196 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
7197         Log: NetWare scripts tweak from Ananth Kesari.
7198      Branch: perl
7199            ! NetWare/t/NWScripts.pl
7200 ____________________________________________________________________________
7201 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
7202         Log: Update Changes.
7203      Branch: perl
7204            ! Changes patchlevel.h
7205 ____________________________________________________________________________
7206 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
7207         Log: Add .i and .s targets.
7208      Branch: perl
7209            ! Makefile.SH
7210 ____________________________________________________________________________
7211 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
7212         Log: Upgrade to Locale::Maketext 1.03.
7213      Branch: perl
7214            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7215            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7216 ____________________________________________________________________________
7217 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
7218         Log: Upgrade to I18N::LangTags 0.26.
7219      Branch: perl
7220            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7221            ! lib/I18N/LangTags/test.pl
7222 ____________________________________________________________________________
7223 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
7224         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
7225              Philip Newton.
7226      Branch: perl
7227            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7228            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7229 ____________________________________________________________________________
7230 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
7231         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
7232              From: Prymmer/Kahn <pvhp@best.com>
7233              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
7234              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
7235      Branch: perl
7236            + lib/h2xs.t
7237            ! MANIFEST utils/h2xs.PL
7238 ____________________________________________________________________________
7239 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
7240         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
7241              From: Prymmer/Kahn <pvhp@best.com>
7242              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
7243              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
7244      Branch: perl
7245            ! lib/ExtUtils.t
7246 ____________________________________________________________________________
7247 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
7248         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
7249              From: Prymmer/Kahn <pvhp@best.com>
7250              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
7251              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
7252      Branch: perl
7253            ! t/pod/plainer.t
7254 ____________________________________________________________________________
7255 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
7256         Log: AUTHORS update.
7257      Branch: perl
7258            ! AUTHORS
7259 ____________________________________________________________________________
7260 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
7261         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
7262              From: "Craig A. Berry" <craigberry@mac.com>
7263              Date: Thu, 21 Jun 2001 18:20:38 -0500
7264              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
7265      Branch: perl
7266            ! ext/POSIX/POSIX.xs
7267 ____________________________________________________________________________
7268 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
7269         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
7270              From: "Craig A. Berry" <craigberry@mac.com>
7271              Date: Thu, 21 Jun 2001 09:58:52 -0500
7272              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
7273      Branch: perl
7274            ! ext/B/Deparse.t t/op/write.t
7275 ____________________________________________________________________________
7276 [ 10814] By: nick                                  on 2001/06/22  08:13:09
7277         Log: Integrate mainline.
7278      Branch: perlio
7279           !> (integrate 46 files)
7280 ____________________________________________________________________________
7281 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
7282         Log: Change the prefixes only if $prefix is unset,
7283              as originally patched by Marcel Grunauer.
7284      Branch: perl
7285            ! hints/darwin.sh hints/rhapsody.sh
7286 ____________________________________________________________________________
7287 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
7288         Log: Subject: Re: Patch for hints/darwin.sh
7289              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
7290              Date: Thu, 21 Jun 2001 11:23:46 -0700
7291              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
7292      Branch: perl
7293            ! hints/darwin.sh hints/rhapsody.sh
7294 ____________________________________________________________________________
7295 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
7296         Log: Add .PHONY targets for non-file targets,
7297              from Wilfredo Sánchez.  Should help saying
7298              "make install" on case-insensitive filesystems.
7299      Branch: perl
7300            ! Makefile.SH
7301 ____________________________________________________________________________
7302 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
7303         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
7304              From: Doug MacEachern <dougm@covalent.net>
7305              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
7306              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
7307              
7308              plus reword the getcwd() comment, plus use getcwd() buffer
7309              size minus one.
7310      Branch: perl
7311            ! util.c
7312 ____________________________________________________________________________
7313 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
7314         Log: More gprofing from Doug MacEachern.
7315      Branch: perl
7316            ! Makefile.SH
7317 ____________________________________________________________________________
7318 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
7319         Log: Metaconfig unit change for #10807.
7320      Branch: metaconfig/U/perl
7321            ! d_sfio.U
7322 ____________________________________________________________________________
7323 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
7324         Log: Tell that you are removing the unneeded -lsfio.
7325      Branch: perl
7326            ! Configure
7327 ____________________________________________________________________________
7328 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
7329         Log: More MPE/iX tweaks from Mark Bixby.
7330      Branch: perl
7331            ! perl.c t/op/magic.t
7332 ____________________________________________________________________________
7333 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
7334         Log: The fchdir() proto is supposed to live in <unistd.h>.
7335      Branch: perl
7336            ! ext/Cwd/Cwd.xs
7337 ____________________________________________________________________________
7338 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
7339         Log: This town is too small for the Cwd extension and me,
7340              it would seem...
7341      Branch: perl
7342            ! ext/Cwd/Cwd.xs
7343 ____________________________________________________________________________
7344 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
7345         Log: Metaconfig unit change for #10802.
7346      Branch: metaconfig/U/perl
7347            ! d_modfl.U
7348 ____________________________________________________________________________
7349 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
7350         Log: More d'ohs.
7351      Branch: perl
7352            ! Configure
7353 ____________________________________________________________________________
7354 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
7355         Log: Off-by-one.  I'm so classic.
7356      Branch: perl
7357            ! util.c
7358 ____________________________________________________________________________
7359 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
7360         Log: Update Changes.
7361      Branch: perl
7362            ! Changes patchlevel.h
7363 ____________________________________________________________________________
7364 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
7365         Log: Subject: Documentation patch for Net::FTP
7366              From: Marcel Grunauer <marcel@codewerk.com>
7367              Date: Wed, 20 Jun 2001 23:03:26 +0200
7368              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
7369      Branch: perl
7370            ! lib/Net/FTP.pm
7371 ____________________________________________________________________________
7372 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
7373         Log: Retract the #10417 mg.c and embed.pl parts because of
7374              strange SEGVs in 64bit x86 FreeBSD observed by
7375              Nicholas Clark.
7376      Branch: perl
7377            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
7378 ____________________________________________________________________________
7379 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
7380         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
7381      Branch: perl
7382            ! Configure NetWare/config.wc NetWare/config_H.wc
7383            ! Porting/Glossary Porting/config.sh Porting/config_H
7384            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7385            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7386            ! vos/config.ga.h win32/config.bc win32/config.gc
7387            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7388            ! win32/config_H.vc
7389 ____________________________________________________________________________
7390 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
7391         Log: Cwd tweak from Doug MacEachern.
7392      Branch: perl
7393            ! ext/Cwd/Cwd.xs
7394 ____________________________________________________________________________
7395 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
7396         Log: Protect the fchdir() and lstat() with ifdefs.
7397              fchdir() needs a Configure probe.
7398      Branch: perl
7399            ! ext/Cwd/Cwd.xs
7400 ____________________________________________________________________________
7401 [ 10794] By: nick                                  on 2001/06/21  17:11:35
7402         Log: Integrate mainline
7403      Branch: perlio
7404           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7405           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7406           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7407           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7408           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7409           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7410           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7411           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7412            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7413            - lib/File/Glob/case.t lib/File/Glob/global.t
7414            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7415            - lib/File/Temp/posix.t lib/File/Temp/security.t
7416            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7417            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7418            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7419            - lib/Text/Wrap/wrap.t
7420           !> (integrate 41 files)
7421 ____________________________________________________________________________
7422 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
7423         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
7424              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7425              Date: Thu, 21 Jun 2001 13:04:54 -0500
7426              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
7427      Branch: perl
7428            ! ext/Cwd/Cwd.xs
7429 ____________________________________________________________________________
7430 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
7431         Log: Subject: [PATCH pod] overlong =item
7432              From: Robin Barker <rmb1@cise.npl.co.uk>
7433              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
7434              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
7435      Branch: perl
7436            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7437            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7438 ____________________________________________________________________________
7439 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
7440         Log: Subject: [PATCH perlio.c] format 
7441              From: Robin Barker <rmb1@cise.npl.co.uk>
7442              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
7443              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
7444      Branch: perl
7445            ! perlio.c
7446 ____________________________________________________________________________
7447 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
7448         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7449              From: Radu Greab <radu@netsoft.ro>
7450              Date: Thu, 21 Jun 2001 19:06:02 +0300
7451              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
7452      Branch: perl
7453            ! pod/perlapi.pod sv.c
7454 ____________________________________________________________________________
7455 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
7456         Log: The metaconfig unit changes for #10788.
7457      Branch: metaconfig/U/perl
7458            ! Cross.U fflushall.U
7459 ____________________________________________________________________________
7460 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
7461         Log: Cross-configuration changes: make $from to rm the files
7462              before copying them over (this means that he rm can be
7463              removed from the fflushall test), create $targetmkdir      
7464              (not documented in install since it is supposed to internal
7465              use only), make $run to copy over the executable only if
7466              a stamp file .xok doesn't already exist (to avoid unnecessary
7467              copying of the executable)
7468      Branch: perl
7469            ! Configure Makefile.SH
7470 ____________________________________________________________________________
7471 [ 10787] By: nick                                  on 2001/06/21  14:16:18
7472         Log: Integrate mainline
7473      Branch: perlio
7474           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7475           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
7476           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
7477            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
7478           !> (integrate 34 files)
7479 ____________________________________________________________________________
7480 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
7481         Log: Re-add the files as text.
7482      Branch: perl
7483            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7484 ____________________________________________________________________________
7485 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
7486         Log: Delete the binary files.
7487      Branch: perl
7488            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7489 ____________________________________________________________________________
7490 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
7491         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
7492              From: Andy Dougherty <doughera@lafayette.edu>
7493              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
7494              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
7495      Branch: perl
7496            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
7497            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
7498            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
7499            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
7500 ____________________________________________________________________________
7501 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
7502         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7503              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
7504              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
7505              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
7506              
7507              Setting umask to something friendlier.
7508      Branch: perl
7509            ! installman installperl
7510 ____________________________________________________________________________
7511 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
7512         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
7513              Resort MANIFEST with sort -f, looks much better.
7514      Branch: perl
7515            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7516            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7517            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7518            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7519            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7520            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7521            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7522            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7523            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7524            - lib/File/Glob/case.t lib/File/Glob/global.t
7525            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7526            - lib/File/Temp/posix.t lib/File/Temp/security.t
7527            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7528            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7529            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7530            - lib/Text/Wrap/wrap.t
7531            ! MANIFEST
7532 ____________________________________________________________________________
7533 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
7534         Log: Upgrade to I18N::LangTags 0.25.
7535      Branch: perl
7536            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7537            ! lib/I18N/LangTags/List.pm
7538 ____________________________________________________________________________
7539 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
7540         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
7541              From: Richard Soderberg <rs@crystalflame.net>
7542              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
7543              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
7544      Branch: perl
7545            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
7546            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
7547 ____________________________________________________________________________
7548 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
7549         Log: Test obsoleted by change #10777.
7550      Branch: perl
7551            ! t/op/sub_lval.t
7552 ____________________________________________________________________________
7553 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
7554         Log: Case of confused test numbering.
7555      Branch: perl
7556            ! t/op/pat.t
7557 ____________________________________________________________________________
7558 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
7559         Log: Subject: Re: Opinion on undef lvalue
7560              From: Abhijit Menon-Sen <ams@wiw.org>
7561              Date: Sun, 17 Jun 2001 13:04:46 +0530
7562              Message-ID: <20010617130446.B27925@lustre.linux.in>
7563              
7564              Allow lvalue subs to return undef in array context.
7565      Branch: perl
7566            ! pp_hot.c
7567 ____________________________________________________________________________
7568 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
7569         Log: Just a guess that using the same hack for cygwin as
7570              for win32 might help.
7571      Branch: perl
7572            ! lib/File/Find/find.t
7573 ____________________________________________________________________________
7574 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
7575         Log: NetWare tweaks from Guruprasad.
7576      Branch: perl
7577            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
7578            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
7579            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
7580            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
7581 ____________________________________________________________________________
7582 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
7583         Log: Subject: Re: perl@10722: Bogus warnings on REs 
7584              From: Hugo <hv@crypt.compulink.co.uk>
7585              Date: Thu, 21 Jun 2001 09:51:17 +0100
7586              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
7587              
7588              Unroll to avoid a UTS compiler bug.
7589      Branch: perl
7590            ! regcomp.c
7591 ____________________________________________________________________________
7592 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
7593         Log: Subject: Re: [PATCH] Make /o work under i?threads
7594              From: Artur Bergman <artur@contiller.se>
7595              Date: Thu, 21 Jun 2001 14:38:03 +0200
7596              Message-ID: <B757B74A.184D%artur@contiller.se>
7597      Branch: perl
7598            ! t/op/pat.t
7599 ____________________________________________________________________________
7600 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
7601         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7602              From: Artur Bergman <artur@contiller.se> 
7603              Date: Thu, 21 Jun 2001 14:27:33 +0200
7604              Message-ID: <B757B4D4.1849%artur@contiller.se>
7605              
7606              Plus extra parentheses.
7607      Branch: perl
7608            ! op.h
7609 ____________________________________________________________________________
7610 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
7611         Log: Subject: [PATCH] Make /o work under i?threads
7612              From: Richard Soderberg <rs@crystalflame.net>
7613              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
7614              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
7615      Branch: perl
7616            ! pp_ctl.c
7617 ____________________________________________________________________________
7618 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
7619         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7620              From: Artur Bergman <artur@contiller.se>
7621              Date: Thu, 21 Jun 2001 14:04:54 +0200
7622              Message-ID: <B757AF86.1842%artur@contiller.se>
7623      Branch: perl
7624            ! op.h
7625 ____________________________________________________________________________
7626 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
7627         Log: Subject: Re: perl@10765: sv.c not OK on win32
7628              From: Artur Bergman <artur@contiller.se>
7629              Date: Thu, 21 Jun 2001 10:31:06 +0200
7630              Message-ID: <B7577D69.182C%artur@contiller.se>
7631      Branch: perl
7632            ! sv.c
7633 ____________________________________________________________________________
7634 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
7635         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
7636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7637              Date: Thu, 21 Jun 2001 06:23:56 -0400
7638              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
7639              
7640              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
7641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7642              Date: Thu, 21 Jun 2001 06:32:21 -0400
7643              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
7644      Branch: perl
7645            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
7646 ____________________________________________________________________________
7647 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
7648         Log: Subject: [PATCH] make syslog test more verbose
7649              From: Robert Spier <rspier@pobox.com>
7650              Date: Thu, 21 Jun 2001 00:54:32 -0400
7651              Message-ID: <15153.32264.295807.333073@rls.cx>
7652      Branch: perl
7653            ! ext/Sys/Syslog/syslog.t
7654 ____________________________________________________________________________
7655 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
7656         Log: Subject: op/study.t refinements
7657              From: Hugo <hv@crypt.compulink.co.uk>
7658              Date: Thu, 21 Jun 2001 00:29:07 +0100
7659              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
7660      Branch: perl
7661            ! t/op/study.t
7662 ____________________________________________________________________________
7663 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
7664         Log: Update Changes.
7665      Branch: perl
7666            ! Changes patchlevel.h
7667 ____________________________________________________________________________
7668 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
7669         Log: Subject: Re: [PATCH] djgpp updates
7670              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7671              Date: Wed, 20 Jun 2001 10:05:15 +0200
7672              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
7673      Branch: perl
7674            ! djgpp/config.over
7675 ____________________________________________________________________________
7676 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
7677         Log: Fix for ID 20010619.002 "When building hash, hash keys that
7678              are function calls are not being called", from Abhijit.
7679      Branch: perl
7680            ! t/base/lex.t toke.c
7681 ____________________________________________________________________________
7682 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
7683         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
7684      Branch: perl
7685            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
7686            + lib/Locale/Maketext/test.pl
7687            - lib/Locale/Maketext.t
7688            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7689            ! lib/Locale/Maketext/TPJ13.pod
7690 ____________________________________________________________________________
7691 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
7692         Log: Metaconfig unit change for #10760.
7693      Branch: metaconfig
7694            ! U/modified/Cppsym.U
7695 ____________________________________________________________________________
7696 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
7697         Log: Do not remove the ccsym* Cppsym* files since
7698              they are useful for metaconfig units coming after us.
7699              (This is the Configure nit mentioned in #10752.)
7700      Branch: perl
7701            ! Configure
7702 ____________________________________________________________________________
7703 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
7704         Log: Update to I18N::LangTags 0.24, from Sean Burke.
7705      Branch: perl
7706            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7707            + lib/I18N/LangTags/README
7708            - lib/I18N/LangTags/List.pod
7709            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
7710 ____________________________________________________________________________
7711 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
7712         Log: Regen headers.
7713      Branch: perl
7714            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
7715            ! pod/perlapi.pod proto.h
7716 ____________________________________________________________________________
7717 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
7718         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
7719              From: Artur Bergman <artur@contiller.se>
7720              Date: Wed, 20 Jun 2001 11:31:32 +0200
7721              Message-ID: <B7563A14.17D8%artur@contiller.se>
7722      Branch: perl
7723            ! embed.pl hv.c intrpvar.h sv.c sv.h
7724 ____________________________________________________________________________
7725 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
7726         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
7727              From: Tim Sweetman <tim@aldigital.co.uk> 
7728              Date: Wed, 13 Jun 2001 14:25:17 +0100 
7729              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
7730      Branch: perl
7731            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
7732 ____________________________________________________________________________
7733 [ 10755] By: nick                                  on 2001/06/20  16:12:37
7734         Log: Integrate mainline
7735      Branch: perlio
7736           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
7737           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
7738           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
7739           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
7740           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
7741           !> t/op/study.t util.c
7742 ____________________________________________________________________________
7743 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
7744         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
7745              but not Makefile)
7746      Branch: maint-5.6/perl
7747            ! win32/Makefile
7748 ____________________________________________________________________________
7749 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
7750         Log: Security tweak on readlink().
7751      Branch: perl
7752            ! pp_sys.c
7753 ____________________________________________________________________________
7754 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
7755         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
7756      Branch: perl
7757            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
7758            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
7759            ! mpeix/relink t/op/pwent.t
7760 ____________________________________________________________________________
7761 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
7762         Log: Reinstate #10725 (with probe for alarm()).
7763      Branch: perl
7764            ! t/op/study.t
7765 ____________________________________________________________________________
7766 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
7767         Log: Replace our implementation of realpath() with OpenBSD's
7768              (src/lib/libc/stdlib/realpath.c 1.4).
7769      Branch: perl
7770            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
7771            ! pod/perldiag.pod proto.h util.c
7772 ____________________________________________________________________________
7773 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
7774         Log: Integrate perlio.
7775      Branch: perl
7776           !> perlio.c
7777 ____________________________________________________________________________
7778 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
7779         Log: No point in going into memory-saving contortions
7780              with getcwd() since there's a danger of buffer overflow.
7781              Also make the POSIX extension to use sv_getcwd().
7782              Finally, a missed proto.h fragment.
7783      Branch: perl
7784            ! ext/POSIX/POSIX.xs proto.h util.c
7785 ____________________________________________________________________________
7786 [ 10747] By: nick                                  on 2001/06/20  12:38:26
7787         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
7788      Branch: perlio
7789            ! perlio.c
7790 ____________________________________________________________________________
7791 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
7792         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
7793              From: Graham Barr <gbarr@pobox.com>
7794              Date: Wed, 20 Jun 2001 11:05:49 +0100
7795              Message-ID: <20010620110549.I19188@pobox.com>
7796              
7797              reported in        
7798              
7799              Subject: Bug in IO::Socket::INET module (repeat)
7800              From: "Harmon S. Nine" <hnine@netarx.com>
7801              Date: Tue, 19 Jun 2001 09:41:35 -0400
7802              Message-ID: <3B2F568F.8080605@netarx.com>
7803              
7804              The bug was that the IO::Socket::INET constructor
7805              did not allow a 'LocalPort' of 0.
7806      Branch: perl
7807            ! ext/IO/lib/IO/Socket/INET.pm
7808 ____________________________________________________________________________
7809 [ 10745] By: nick                                  on 2001/06/20  08:56:39
7810         Log: Integrate mainline.
7811      Branch: perlio
7812           !> (integrate 37 files)
7813 ____________________________________________________________________________
7814 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
7815         Log: After some reading I don't think we can blindly
7816              use systems' realpath().  Too many security problems,
7817              too many buggy implementations.
7818              
7819              TODO: the realpath() emulation code in util.c doesn't
7820              seem fully operational?  (readlink(), for example?)
7821      Branch: perl
7822            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
7823            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
7824            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
7825            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
7826            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
7827            ! win32/config_H.gc win32/config_H.vc
7828 ____________________________________________________________________________
7829 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
7830         Log: Metaconfig unit change for #10738.
7831      Branch: metaconfig
7832            ! U/compline/d_gconvert.U
7833 ____________________________________________________________________________
7834 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
7835         Log: Integrate change #10739 from maintperl:
7836              
7837              C<eval "/x$\r\n/x"> fails to compile correctly 
7838      Branch: perl
7839           !> t/op/pat.t toke.c
7840 ____________________________________________________________________________
7841 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
7842         Log: Retract #10725 (Hugo asked NOT to apply the patch)
7843      Branch: perl
7844            ! t/op/study.t
7845 ____________________________________________________________________________
7846 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
7847         Log: The test.third results were funnily named because of the
7848              new test scheme.
7849      Branch: perl
7850            ! t/TEST
7851 ____________________________________________________________________________
7852 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
7853         Log: C<eval "/x$\r\n/x"> fails to compile correctly
7854      Branch: maint-5.6/perl
7855            ! t/op/pat.t toke.c
7856 ____________________________________________________________________________
7857 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
7858         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
7859              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7860              Date: Tue, 19 Jun 2001 19:15:40 -0400
7861              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
7862              
7863              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
7864              because "1e+129" being expected but "1.e+129" being returned.
7865              The culprit (at least in Tru64) is the use of gcvt().
7866      Branch: perl
7867            ! Configure
7868 ____________________________________________________________________________
7869 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
7870         Log: Subject: [PATCH perl@10722] test hunting on VMS
7871              From: "Craig A. Berry" <craigberry@mac.com>
7872              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
7873              Date: Tue, 19 Jun 2001 18:59:01 -0500
7874      Branch: perl
7875            ! vms/test.com
7876 ____________________________________________________________________________
7877 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
7878         Log: Subject: [PATCH] s/typos//
7879              From: Abhijit Menon-Sen <ams@wiw.org>
7880              Date: Wed, 20 Jun 2001 02:15:02 +0530
7881              Message-ID: <20010620021502.A14541@lustre.linux.in>
7882              
7883              Without the op.h s/bearword/bareword/ hunk, see
7884              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
7885      Branch: perl
7886            ! util.c
7887 ____________________________________________________________________________
7888 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
7889         Log: Metaconfig unit change for #10732 and #10733.
7890      Branch: metaconfig/U/perl
7891            ! fflushall.U
7892 ____________________________________________________________________________
7893 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
7894         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
7895              From: "Craig A. Berry" <craigberry@mac.com>
7896              Date: Tue, 19 Jun 2001 17:19:48 -0500
7897              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
7898      Branch: perl
7899            ! configure.com vms/descrip_mms.template
7900 ____________________________________________________________________________
7901 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
7902         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
7903              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7904              Date: Tue, 19 Jun 2001 16:48:07 -0400
7905              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
7906              
7907              Further fixes to fflush(NULL) detection.
7908      Branch: perl
7909            ! Configure
7910 ____________________________________________________________________________
7911 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
7912         Log: AIX test -s hangs with non-existent files?
7913              (A genuine logic bug in Configure, but AIX also broken?)
7914      Branch: perl
7915            ! Configure
7916 ____________________________________________________________________________
7917 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
7918         Log: AUTHORS updates.
7919      Branch: perl
7920            ! AUTHORS
7921 ____________________________________________________________________________
7922 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
7923         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
7924              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7925              Date: Tue, 19 Jun 2001 15:33:25 -0400
7926              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
7927      Branch: perl
7928            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
7929            ! t/lib/warnings/pp
7930 ____________________________________________________________________________
7931 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
7932         Log: Integrate perlio.
7933      Branch: perl
7934           !> lib/File/Find/find.t win32/distclean.bat
7935 ____________________________________________________________________________
7936 [ 10728] By: nick                                  on 2001/06/19  18:24:53
7937         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
7938      Branch: perlio
7939            ! lib/File/Find/find.t win32/distclean.bat
7940 ____________________________________________________________________________
7941 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
7942         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
7943              also add information how to find out whether one has PerlIO.
7944      Branch: perl
7945            ! pod/perlfunc.pod
7946 ____________________________________________________________________________
7947 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
7948         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
7949              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7950              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
7951              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
7952      Branch: perl
7953            ! pod/perlfunc.pod
7954 ____________________________________________________________________________
7955 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
7956         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
7957              From: Hugo <hv@crypt.compulink.co.uk>
7958              Date: Tue, 19 Jun 2001 12:37:30 +0100
7959              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
7960      Branch: perl
7961            ! t/op/study.t
7962 ____________________________________________________________________________
7963 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
7964         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
7965              From: Hugo <hv@crypt.compulink.co.uk>
7966              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
7967              Date: Tue, 19 Jun 2001 13:15:17 +0100
7968      Branch: perl
7969            ! util.c
7970 ____________________________________________________________________________
7971 [ 10723] By: nick                                  on 2001/06/19  14:46:15
7972         Log: Integrate mainline
7973      Branch: perlio
7974           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
7975           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
7976           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
7977           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
7978           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
7979           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
7980            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
7981            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
7982            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
7983            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
7984            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
7985            - ext/Thread/unsync4.t
7986           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
7987           !> djgpp/config.over djgpp/fixpmain
7988           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
7989           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
7990           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
7991 ____________________________________________________________________________
7992 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
7993         Log: Update Changes.
7994      Branch: perl
7995            ! Changes patchlevel.h
7996 ____________________________________________________________________________
7997 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
7998         Log: The existence shall be MANIFESted.
7999      Branch: perl
8000            ! MANIFEST
8001 ____________________________________________________________________________
8002 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
8003         Log: The old libnet.cfg is first searched from the current directory,
8004              only then from the module path.
8005      Branch: perl
8006            ! utils/libnetcfg.PL
8007 ____________________________________________________________________________
8008 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
8009         Log: NetWare tweaks from Guruprasad.
8010      Branch: perl
8011            ! NetWare/Makefile NetWare/config.wc
8012 ____________________________________________________________________________
8013 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
8014         Log: Subject: [PATCH] djgpp updates
8015              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8016              Date: Tue, 19 Jun 2001 10:59:06 +0200
8017              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
8018      Branch: perl
8019            ! djgpp/config.over djgpp/fixpmain
8020 ____________________________________________________________________________
8021 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
8022         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
8023              From: Prymmer/Kahn <pvhp@best.com>
8024              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
8025              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
8026      Branch: perl
8027            ! win32/Makefile
8028 ____________________________________________________________________________
8029 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
8030         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
8031              to happen right after the inclusion of <inttypes.h>,
8032              from Edward Moy.
8033      Branch: perl
8034            ! handy.h perl.h
8035 ____________________________________________________________________________
8036 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
8037         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
8038              From: Doug MacEachern <dougm@covalent.net>
8039              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
8040              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
8041      Branch: perl
8042            ! ext/DynaLoader/DynaLoader_pm.PL
8043 ____________________________________________________________________________
8044 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
8045         Log: Revert #10656 for perfomance reasons but leave in the
8046              use of Hv*() macros -- in comments, so that grepping the
8047              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
8048              suggested by Sarathy, also by Abhijit.)
8049      Branch: perl
8050            ! hv.c
8051 ____________________________________________________________________________
8052 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
8053         Log: Subject: [patch] .s MakeMaker suffix
8054              From: Doug MacEachern <dougm@covalent.net>
8055              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
8056              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
8057      Branch: perl
8058            ! lib/ExtUtils/MM_Unix.pm
8059 ____________________________________________________________________________
8060 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
8061         Log: One test lost in the big shuffle restored.
8062      Branch: perl
8063            + ext/IPC/SysV/ipcsysv.t
8064            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8065 ____________________________________________________________________________
8066 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
8067         Log: Rename the old non-standard threads tests so that
8068              they won't be invoked.
8069      Branch: perl
8070            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
8071            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
8072            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
8073            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
8074            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
8075            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8076            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8077            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8078            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8079            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8080            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8081            - ext/Thread/unsync4.t
8082            ! MANIFEST
8083 ____________________________________________________________________________
8084 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
8085         Log: Integrate perlio.
8086      Branch: perl
8087           !> win32/config_sh.PL
8088 ____________________________________________________________________________
8089 [ 10709] By: nick                                  on 2001/06/19  08:18:18
8090         Log: Integrate mainline
8091      Branch: perlio
8092           +> (branch 40 files)
8093            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8094            - lib/strict/subs lib/strict/vars lib/warnings/1global
8095            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8096            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8097            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8098            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8099            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8100            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8101            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8102            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8103            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8104            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8105            - lib/warnings/utf8 lib/warnings/util
8106           !> (integrate 57 files)
8107 ____________________________________________________________________________
8108 [ 10708] By: nick                                  on 2001/06/19  07:57:10
8109         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
8110      Branch: perlio
8111            ! win32/config_sh.PL
8112 ____________________________________________________________________________
8113 [ 10707] By: nick                                  on 2001/06/19  07:05:07
8114         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
8115      Branch: perl
8116            ! perly.c perly.y perly_c.diff vms/perly_c.vms
8117 ____________________________________________________________________________
8118 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
8119         Log: More perl572delta tweaks.
8120      Branch: perl
8121            ! pod/perl572delta.pod
8122 ____________________________________________________________________________
8123 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
8124         Log: Update perl572delta.
8125      Branch: perl
8126            ! pod/perl572delta.pod
8127 ____________________________________________________________________________
8128 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
8129         Log: VOS updates from Paul Green.
8130      Branch: perl
8131            ! vos/Changes vos/build.cm vos/perl.bind
8132 ____________________________________________________________________________
8133 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
8134         Log: Update the vos/config.*.* files.
8135      Branch: perl
8136            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8137            ! vos/config.ga.h
8138 ____________________________________________________________________________
8139 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
8140         Log: Add a makefile for more painless adding of symbols to the
8141              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
8142              takes care of the adding)
8143      Branch: perl
8144            + vos/Makefile
8145 ____________________________________________________________________________
8146 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
8147         Log: Make libnetcfg by default display the libnet configuration,
8148              -c to change, add -i for old config, document all options,
8149              regen toc.
8150      Branch: perl
8151            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
8152 ____________________________________________________________________________
8153 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
8154         Log: gcc -Wall sweep.
8155      Branch: perl
8156            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
8157 ____________________________________________________________________________
8158 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
8159         Log: So there.
8160      Branch: perl
8161            ! universal.c
8162 ____________________________________________________________________________
8163 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
8164         Log: Document the need for sv_printify().
8165              
8166              Document that 'use utf8' has been considered.
8167              
8168              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
8169      Branch: perl
8170            ! pod/perltodo.pod universal.c
8171 ____________________________________________________________________________
8172 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
8173         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
8174              From: Nicholas Clark <nick@ccl4.org>
8175              Date: Mon, 18 Jun 2001 23:29:23 +0100
8176              Message-ID: <20010618232923.I98663@plum.flirble.org>
8177      Branch: perl
8178            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
8179            ! ext/Sys/Syslog/Makefile.PL
8180 ____________________________________________________________________________
8181 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
8182         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
8183              From: Scott.L.Miller@Compaq.com
8184              Date: Mon, 18 Jun 2001 10:12:27 -0500
8185              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
8186      Branch: perl
8187            ! lib/perl5db.pl pod/perldebug.pod
8188 ____________________________________________________________________________
8189 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
8190         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
8191              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8192              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
8193              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
8194      Branch: perl
8195            ! lib/Carp/Heavy.pm
8196 ____________________________________________________________________________
8197 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
8198         Log: Subject: [PATCH] Documentation changes for CLONE
8199              From: Artur Bergman <artur@contiller.se>
8200              Date: Mon, 18 Jun 2001 22:06:37 +0200
8201              Message-ID: <B7542BEC.1719%artur@contiller.se>
8202      Branch: perl
8203            ! pod/perlmod.pod pod/perlsub.pod
8204 ____________________________________________________________________________
8205 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
8206         Log: Subject: Re: configure.com
8207              From: "Craig A. Berry" <craigberry@mac.com>
8208              Date: Mon, 18 Jun 2001 16:04:38 -0500
8209              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
8210      Branch: perl
8211            ! configure.com
8212 ____________________________________________________________________________
8213 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
8214         Log: Subject: PL_nullstash + perl_clone()
8215              From: Doug MacEachern <dougm@covalent.net>
8216              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
8217              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
8218      Branch: perl
8219            ! sv.c
8220 ____________________________________________________________________________
8221 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
8222         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8223              From: davem@fdgroup.co.uk
8224              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
8225              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
8226      Branch: perl
8227            ! embed.pl pod/perlapi.pod
8228 ____________________________________________________________________________
8229 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
8230         Log: More cross-compilation defaults gleaned from -Dcc
8231              if it is CPU-OS-gcc.
8232      Branch: metaconfig
8233            ! U/modified/libc.U
8234      Branch: metaconfig/U/perl
8235            ! Cross.U
8236      Branch: perl
8237            ! Configure INSTALL
8238 ____________________________________________________________________________
8239 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
8240         Log: Update Changes.
8241      Branch: perl
8242            ! Changes patchlevel.h
8243 ____________________________________________________________________________
8244 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
8245         Log: Subject: [PATCH 5.7.1] sv.c documentation
8246              From: davem@fdgroup.co.uk
8247              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
8248              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
8249      Branch: perl
8250            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
8251            ! sv.c sv.h
8252 ____________________________________________________________________________
8253 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
8254         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
8255              From: "Jon Gunnip" <jongunnip@hotmail.com>
8256              Date: Sun, 17 Jun 2001 18:24:29 -0400
8257              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
8258      Branch: perl
8259            ! pod/perlvar.pod
8260 ____________________________________________________________________________
8261 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
8262         Log: Move the locale/strict/warnings helper files back
8263              under the t/lib; this way the amount of non-installabled
8264              stuff under lib/ stays smaller.
8265      Branch: perl
8266            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
8267            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
8268            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
8269            + t/lib/warnings/5nolint t/lib/warnings/6default
8270            + t/lib/warnings/7fatal t/lib/warnings/8signal
8271            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
8272            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
8273            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
8274            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
8275            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
8276            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
8277            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
8278            + t/lib/warnings/taint t/lib/warnings/toke
8279            + t/lib/warnings/universal t/lib/warnings/utf8
8280            + t/lib/warnings/util
8281            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8282            - lib/strict/subs lib/strict/vars lib/warnings/1global
8283            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8284            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8285            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8286            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8287            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8288            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8289            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8290            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8291            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8292            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8293            - lib/warnings/utf8 lib/warnings/util
8294            ! MANIFEST installperl lib/locale.t lib/strict.t
8295 ____________________________________________________________________________
8296 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
8297         Log: Split off the pack/unpack code, from Nicholas Clark.
8298      Branch: perl
8299            + pp_pack.c
8300            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
8301            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
8302            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8303 ____________________________________________________________________________
8304 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
8305         Log: Guard the SysV IPC tests against being invoked in
8306              SysV-IPC-less places.
8307      Branch: perl
8308            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8309 ____________________________________________________________________________
8310 [ 10683] By: nick                                  on 2001/06/18  12:24:42
8311         Log: Integrate mainline (new test scheme now ok on Linux).
8312      Branch: perlio
8313           +> lib/warnings.t
8314           !> dump.c sv.c
8315 ____________________________________________________________________________
8316 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
8317         Log: Add the locale.c and numeric.c to the microperl sources.
8318      Branch: perl
8319            ! Makefile.micro win32/Makefile
8320 ____________________________________________________________________________
8321 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
8322         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
8323              From: Abhijit Menon-Sen <ams@wiw.org>
8324              Date: Mon, 18 Jun 2001 14:23:44 +0530
8325              Message-ID: <20010618142344.A13136@lustre.linux.in>
8326      Branch: perl
8327            ! dump.c
8328 ____________________________________________________________________________
8329 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
8330         Log: Subject: Re: [PATCH] more anonymous stash cleanups
8331              From: Abhijit Menon-Sen <ams@wiw.org>
8332              Date: Mon, 18 Jun 2001 15:50:32 +0530
8333              Message-ID: <20010618155032.A13223@lustre.linux.in>
8334              
8335              Plus the comment left in as suggested by NI-S.
8336      Branch: perl
8337            ! sv.c
8338 ____________________________________________________________________________
8339 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
8340         Log: One missed file.
8341      Branch: perl
8342            + lib/warnings.t
8343 ____________________________________________________________________________
8344 [ 10678] By: nick                                  on 2001/06/18  08:05:29
8345         Log: Integrate mainline (part2 - the deletes)
8346      Branch: perlio
8347            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
8348            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
8349            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
8350            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
8351            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
8352            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
8353            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
8354            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
8355            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
8356            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
8357            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
8358 ____________________________________________________________________________
8359 [ 10677] By: nick                                  on 2001/06/18  08:04:44
8360         Log: Integrate mainline (part1)
8361      Branch: perlio
8362           +> (branch 376 files)
8363            - (delete 219 files)
8364           !> (integrate 151 files)
8365 ____________________________________________________________________________
8366 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
8367         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
8368              No doubt I made some mistakes like missed some files or
8369              misnamed some files.  The naming rules were more or less:
8370              (1) if the module is from CPAN, follows its ways, be it
8371              t/*.t or test.pl.
8372              (2) otherwise if there are multiple tests for a module
8373              put them in a t/
8374              (3) otherwise if there's only one test put it in Module.t
8375              (4) helper files go to module/ (locale, strict, warnings)
8376              (5) use longer filenames now that we can (but e.g. the
8377              compat-0.6.t and the Text::Balanced test files still
8378              were renamed to be more civil against the 8.3 people)
8379              installperl was updated appropriately not to install the
8380              *.t files or the help files from under lib.
8381              
8382              TODO: some helper files still remain under t/ that could
8383              follow their 'masters'.  UPDATE: On second thoughts, why
8384              should they.  They can continue to live under t/lib, and
8385              in fact the locale/strict/warnings helpers that were moved
8386              could be moved back.  This way the amount of non-installable
8387              stuff under lib/ stays smaller.
8388      Branch: perl
8389            + (add 253 files)
8390            - (delete 254 files)
8391            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
8392 ____________________________________________________________________________
8393 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
8394         Log: The warning no more comes from util.c, it comes from numeric.c.
8395      Branch: perl
8396            ! README.tru64
8397 ____________________________________________________________________________
8398 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
8399         Log: Subject: Re: anyone good at casting spells?
8400              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8401              Date: Sun, 17 Jun 2001 21:21:04 -0400
8402              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
8403      Branch: perl
8404            ! ext/POSIX/POSIX.xs hv.h
8405 ____________________________________________________________________________
8406 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
8407         Log: Protect the (original) thread tests against testing if no 5.005
8408              threads have been configured.
8409      Branch: perl
8410            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8411            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8412            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8413            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8414            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8415            ! ext/Thread/unsync4.t
8416 ____________________________________________________________________________
8417 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
8418         Log: Try the new test scanning scheme on Text::Abbrev.
8419      Branch: perl
8420            + lib/Text/Abbrev.t
8421            - lib/Text/Abbrev/t/abbrev.t
8422            ! MANIFEST
8423 ____________________________________________________________________________
8424 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
8425         Log: Change the scan policy of the *.t and test.pl files,
8426              now the *.t do not need to live in a t/ directory.
8427      Branch: perl
8428            ! t/TEST t/harness
8429 ____________________________________________________________________________
8430 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
8431         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
8432              From: Ilmari Karonen <iltzu@sci.fi>
8433              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
8434              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
8435      Branch: perl
8436            ! pod/perlfaq7.pod
8437 ____________________________________________________________________________
8438 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
8439         Log: Quench the warnings from Tru64; the HP-UX is still
8440              broken because it really, REALLY, doesn't like the
8441              HvARRAY() being lvalue:
8442              
8443              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
8444              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
8445      Branch: perl
8446            ! hv.c
8447 ____________________________________________________________________________
8448 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
8449         Log: Integrate change #10667 from maintperl:
8450              
8451              change#10449 broke the special-case that makes lexicals inside the
8452              eval"" within DB::DB() visible
8453      Branch: perl
8454           !> op.c
8455 ____________________________________________________________________________
8456 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
8457         Log: change#10449 broke the special-case that makes lexicals inside the
8458              eval"" within DB::DB() visible
8459      Branch: maint-5.6/perl
8460            ! op.c
8461 ____________________________________________________________________________
8462 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
8463         Log: Still spurious output; indent the code a bit.
8464              
8465              TODO1: separate the utility functions like MkDir
8466              into a helper script?
8467              
8468              TODO2: I see a lot of repetition in the filepath()
8469              and dirpath() calls.
8470      Branch: perl
8471            ! t/lib/filefind.t t/lib/findtaint.t
8472 ____________________________________________________________________________
8473 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
8474         Log: Regen modlib, toc.
8475      Branch: perl
8476            ! pod/perlmodlib.pod pod/perltoc.pod
8477 ____________________________________________________________________________
8478 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
8479         Log: Add libnetcfg to perlutil.
8480      Branch: perl
8481            ! pod/perlutil.pod
8482 ____________________________________________________________________________
8483 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
8484         Log: Initial integration of libnet-1.0703.
8485              The Configure script renamed as libnetcfg, will be
8486              installed along other utilities.
8487      Branch: perl
8488            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
8489            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
8490            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
8491            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
8492            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
8493            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
8494            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
8495            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
8496            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
8497            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
8498            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
8499            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8500            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
8501            + utils/libnetcfg.PL
8502            ! MANIFEST utils.lst utils/Makefile
8503 ____________________________________________________________________________
8504 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
8505         Log: Less potentially test-harness-confusing output.
8506      Branch: perl
8507            ! lib/Memoize/t/expire_module_t.t
8508 ____________________________________________________________________________
8509 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
8510         Log: The final print annoys make test.
8511      Branch: perl
8512            ! t/lib/filefind.t t/lib/findtaint.t
8513 ____________________________________________________________________________
8514 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
8515         Log: Add an option for handling dangling symbolic links.
8516      Branch: perl
8517            ! lib/File/Find.pm t/lib/filefind.t
8518 ____________________________________________________________________________
8519 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
8520         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
8521              From: Thomas Wegner <wegner_thomas@yahoo.com>
8522              Date: Sun, 17 Jun 2001 14:43:11 +0200
8523              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
8524      Branch: perl
8525            + t/lib/findtaint.t
8526            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
8527 ____________________________________________________________________________
8528 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
8529         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
8530              From: Jonathan Stowe <gellyfish@gellyfish.com>
8531              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
8532              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
8533      Branch: perl
8534            ! lib/ExtUtils/MM_Unix.pm
8535 ____________________________________________________________________________
8536 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
8537         Log: Subject: [PATCH] more anonymous stash cleanups
8538              From: Abhijit Menon-Sen <ams@wiw.org>
8539              Date: Sun, 17 Jun 2001 11:44:06 +0530
8540              Message-ID: <20010617114406.A25203@lustre.linux.in>
8541      Branch: perl
8542            ! op.c
8543 ____________________________________________________________________________
8544 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
8545         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
8546              From: Abhijit Menon-Sen <ams@wiw.org>
8547              Date: Sun, 17 Jun 2001 08:02:59 +0530
8548              Message-ID: <20010617080259.A28776@lustre.linux.in>
8549              
8550              Subject: [PATCH #2/7] xhv_eiter
8551              From: Abhijit Menon-Sen <ams@wiw.org>
8552              Date: Sun, 17 Jun 2001 08:13:18 +0530
8553              Message-ID: <20010617081318.B28776@lustre.linux.in>
8554              
8555              Subject: [PATCH #3/7] xhv_fill
8556              From: Abhijit Menon-Sen <ams@wiw.org>
8557              Date: Sun, 17 Jun 2001 08:25:16 +0530
8558              Message-ID: <20010617082516.C28776@lustre.linux.in>
8559              
8560              Subject: [PATCH #4/7] xhv_keys
8561              From: Abhijit Menon-Sen <ams@wiw.org>
8562              Date: Sun, 17 Jun 2001 08:36:17 +0530
8563              Message-ID: <20010617083617.D28776@lustre.linux.in>
8564              
8565              Subject: [PATCH #5/7] xhv_max
8566              From: Abhijit Menon-Sen <ams@wiw.org>
8567              Date: Sun, 17 Jun 2001 08:39:48 +0530
8568              Message-ID: <20010617083948.E28776@lustre.linux.in>
8569              
8570              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
8571              From: Abhijit Menon-Sen <ams@wiw.org>
8572              Date: Sun, 17 Jun 2001 08:51:11 +0530
8573              Message-ID: <20010617085111.F28776@lustre.linux.in>
8574      Branch: perl
8575            ! hv.c
8576 ____________________________________________________________________________
8577 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
8578         Log: Update Changes.
8579      Branch: perl
8580            ! Changes patchlevel.h
8581 ____________________________________________________________________________
8582 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
8583         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
8584              From: Abhijit Menon-Sen <ams@wiw.org>
8585              Date: Sat, 16 Jun 2001 07:41:19 +0530
8586              Message-ID: <20010616074119.A24720@lustre.linux.in>
8587      Branch: perl
8588            ! hv.c perl.c vms/vmsish.h win32/win32.h
8589 ____________________________________________________________________________
8590 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
8591         Log: Document tests failing when threaded, since we now have more.
8592      Branch: perl
8593            ! pod/perl572delta.pod
8594 ____________________________________________________________________________
8595 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
8596         Log: -Wall cleanup.
8597      Branch: perl
8598            ! ext/Thread/Thread.xs
8599 ____________________________________________________________________________
8600 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
8601         Log: pthread_attr_setstacksize() isn't absolutely necessary
8602              to call, only iff THREAD_CREATE_NEEDS_STACK.
8603      Branch: perl
8604            ! ext/Thread/Thread.xs
8605 ____________________________________________________________________________
8606 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
8607         Log: -Wall strays.
8608      Branch: perl
8609            ! perl.c util.c
8610 ____________________________________________________________________________
8611 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
8612         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
8613              (and INT64_MIN) brokenness.
8614      Branch: perl
8615            ! hints/darwin.sh perl.h
8616 ____________________________________________________________________________
8617 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
8618         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
8619              From: Nicholas Clark <nick@ccl4.org>
8620              Date: Sun, 17 Jun 2001 00:16:05 +0100
8621              Message-ID: <20010617001605.V98663@plum.flirble.org>
8622      Branch: perl
8623            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
8624            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8625            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8626 ____________________________________________________________________________
8627 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
8628         Log: Add perlnetware to docs; regen toc; supply skeleton
8629              docs for some Memoize submodules.
8630      Branch: perl
8631            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
8632            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8633            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
8634            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
8635            ! win32/Makefile win32/makefile.mk
8636 ____________________________________________________________________________
8637 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
8638         Log: pod cleanup.
8639      Branch: perl
8640            ! README.netware
8641 ____________________________________________________________________________
8642 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
8643         Log: Integrate Memoize 0.64.  Few tweaks were required in
8644              the test scripts.  Note that the speed and expire*
8645              tests take several dozen seconds to run.
8646      Branch: perl
8647            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8648            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8649            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8650            + lib/Memoize/README lib/Memoize/SDBM_File.pm
8651            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8652            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
8653            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8654            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8655            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
8656            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
8657            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
8658            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
8659            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
8660            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
8661            ! MANIFEST t/lib/1_compile.t
8662 ____________________________________________________________________________
8663 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
8664         Log: Document the cross-compilation options.
8665      Branch: perl
8666            ! Cross/README INSTALL
8667 ____________________________________________________________________________
8668 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
8669         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
8670      Branch: perl
8671            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
8672            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
8673            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
8674            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
8675            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
8676            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
8677            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
8678            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
8679            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
8680            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
8681            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
8682            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
8683            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
8684            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
8685            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
8686            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
8687            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
8688            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
8689            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
8690            + lib/ExtUtils/MM_NW5.pm
8691            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
8692            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
8693            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8694            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
8695            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
8696            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
8697            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
8698            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
8699            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
8700            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
8701            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
8702            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
8703            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
8704            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
8705            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
8706            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
8707            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
8708            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
8709            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
8710            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
8711            ! util.h x2p/a2py.c
8712 ____________________________________________________________________________
8713 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
8714         Log: Resort MANIFEST.
8715      Branch: perl
8716            ! MANIFEST
8717 ____________________________________________________________________________
8718 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
8719         Log: Integrate perlio.
8720      Branch: perl
8721           +> win32/win32io.c
8722           !> MANIFEST perlio.c perliol.h win32/makefile.mk
8723 ____________________________________________________________________________
8724 [ 10640] By: nick                                  on 2001/06/16  18:38:31
8725         Log: Disable :win32 layer as default till I get it working
8726      Branch: perlio
8727            ! MANIFEST perlio.c
8728 ____________________________________________________________________________
8729 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
8730         Log: Try the new scheme by moving the Text::Abbrev test
8731              to a new place under lib.
8732      Branch: perl
8733            + lib/Text/Abbrev/t/abbrev.t
8734            - t/lib/abbrev.t
8735            ! MANIFEST
8736 ____________________________________________________________________________
8737 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
8738         Log: Make the code even more dynamical so that testname
8739              suffix length can change.
8740      Branch: perl
8741            ! lib/Test/Harness.pm t/TEST
8742 ____________________________________________________________________________
8743 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
8744         Log: Allow for deeper t/ and also a single test.pl.
8745      Branch: perl
8746            ! t/TEST t/harness
8747 ____________________________________________________________________________
8748 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
8749         Log: #define fix from Nicholas Clark.
8750      Branch: perl
8751            ! ext/POSIX/POSIX.xs
8752 ____________________________________________________________________________
8753 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
8754         Log: Initialization is nice.
8755      Branch: perl
8756            ! lib/Test/Harness.pm
8757 ____________________________________________________________________________
8758 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
8759         Log: Make t/TEST and t/harness to test also the t/ tests
8760              under the main lib/ and ext/ directories.  Fix Test::Harness
8761              to dynamically change the width of its "foo/bar....ok" output.
8762      Branch: perl
8763            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
8764 ____________________________________________________________________________
8765 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
8766         Log: Subject: [PATCH] Re: perl@10611 
8767              From: Nicholas Clark <nick@ccl4.org>
8768              Date: Sat, 16 Jun 2001 16:52:47 +0100
8769              Message-ID: <20010616165247.O98663@plum.flirble.org>
8770              
8771              The .xs parts, too.
8772      Branch: perl
8773            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
8774            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
8775 ____________________________________________________________________________
8776 [ 10632] By: nick                                  on 2001/06/16  16:44:35
8777         Log: Work-in-progress win32 layer semi-functional, checking 
8778              for UNIX breakage.
8779      Branch: perlio
8780            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
8781 ____________________________________________________________________________
8782 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
8783         Log: Subject: [PATCH] Re: perl@10611 
8784              From: Nicholas Clark <nick@ccl4.org>
8785              Date: Sat, 16 Jun 2001 16:52:47 +0100
8786              Message-ID: <20010616165247.O98663@plum.flirble.org>
8787      Branch: perl
8788            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
8789            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
8790            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
8791            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
8792            ! lib/ExtUtils/Constant.pm
8793 ____________________________________________________________________________
8794 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
8795         Log: Metaconfig unit change for #10629.
8796      Branch: metaconfig
8797            ! U/modified/Finish.U
8798 ____________________________________________________________________________
8799 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
8800         Log: The extraction changed directories.
8801      Branch: perl
8802            ! Configure
8803 ____________________________________________________________________________
8804 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
8805         Log: Math::BigInt 1.35 from Tels.
8806      Branch: perl
8807            + t/lib/mbimbf.t
8808            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8809            ! t/lib/bigfltpm.t t/lib/bigintpm.t
8810 ____________________________________________________________________________
8811 [ 10627] By: nick                                  on 2001/06/16  14:54:52
8812         Log: Work in progress UNIX-side edit of win32 PerLIO layer
8813      Branch: perlio
8814            + win32/win32io.c
8815            ! perlio.c win32/makefile.mk
8816 ____________________________________________________________________________
8817 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
8818         Log: Subject: [PATCH 5.6.1] os2/diff-configure
8819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8820              Date: Fri, 15 Jun 2001 01:19:36 -0400
8821              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
8822              
8823              Empty all of it because I think #10624 made even the
8824              last patch hunk unnecessary.
8825      Branch: perl
8826            ! os2/diff.configure
8827 ____________________________________________________________________________
8828 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
8829         Log: Metaconfig unit change for 10624.
8830      Branch: metaconfig
8831            ! U/modified/libc.U
8832      Branch: perl
8833            ! config_h.SH
8834 ____________________________________________________________________________
8835 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
8836         Log: Move the initialization of libnames to the beginning so
8837              that can one 'seed' it (as OS/2 does.)
8838      Branch: perl
8839            ! Configure
8840 ____________________________________________________________________________
8841 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
8842         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
8843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8844              Date: Fri, 15 Jun 2001 19:10:57 -0400
8845              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
8846      Branch: perl
8847            ! os2/OS2/REXX/DLL/DLL.pm
8848 ____________________________________________________________________________
8849 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
8850         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
8851              From: "Craig A. Berry" <craigberry@mac.com>
8852              Date: Fri, 15 Jun 2001 17:00:03 -0500
8853              Message-Id: <a05101007b750342599be@[172.16.52.1]>
8854      Branch: perl
8855            ! vms/descrip_mms.template
8856 ____________________________________________________________________________
8857 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
8858         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
8859              From: "Craig A. Berry" <craigberry@mac.com>
8860              Date: Fri, 15 Jun 2001 18:39:42 -0500
8861              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
8862      Branch: perl
8863            ! lib/File/Spec/VMS.pm t/lib/extutils.t
8864 ____________________________________________________________________________
8865 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
8866         Log: Integrate perlio.
8867      Branch: perl
8868           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
8869           !> t/io/utf8.t t/lib/io_scalar.t
8870 ____________________________________________________________________________
8871 [ 10619] By: nick                                  on 2001/06/15  21:05:19
8872         Log: Generated files
8873      Branch: perlio
8874            ! embed.h proto.h
8875 ____________________________________________________________________________
8876 [ 10618] By: nick                                  on 2001/06/15  20:27:42
8877         Log: Fix open.pm to work via XS-implemented method calls rather
8878              than *open::layers variables which caused all the HV/AV hassle.
8879      Branch: perlio
8880            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
8881            ! t/lib/io_scalar.t
8882 ____________________________________________________________________________
8883 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
8884         Log: Integrate perlio.
8885      Branch: perl
8886           !> lib/ExtUtils/Constant.pm
8887 ____________________________________________________________________________
8888 [ 10616] By: nick                                  on 2001/06/15  18:46:47
8889         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
8890      Branch: perlio
8891            ! lib/ExtUtils/Constant.pm
8892 ____________________________________________________________________________
8893 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
8894         Log: Integrate perlio.
8895      Branch: perl
8896           !> ext/Socket/Socket.xs
8897 ____________________________________________________________________________
8898 [ 10614] By: nick                                  on 2001/06/15  18:33:37
8899         Log: MULTIPLICITY fix for Socket.xs
8900      Branch: perlio
8901            ! ext/Socket/Socket.xs
8902 ____________________________________________________________________________
8903 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
8904         Log: Subject: Re: perl@10611
8905              From: Doug MacEachern <dougm@covalent.net>
8906              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
8907              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
8908      Branch: perl
8909            ! ext/Socket/Socket.xs
8910 ____________________________________________________________________________
8911 [ 10612] By: nick                                  on 2001/06/15  16:14:38
8912         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
8913      Branch: perlio
8914           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8915           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
8916           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
8917           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
8918           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
8919           !> utils/h2ph.PL
8920 ____________________________________________________________________________
8921 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
8922         Log: Update Changes.
8923      Branch: perl
8924            ! Changes patchlevel.h
8925 ____________________________________________________________________________
8926 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
8927         Log: Upping the test count.
8928      Branch: perl
8929            ! t/lib/filefind.t
8930 ____________________________________________________________________________
8931 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
8932         Log: Integrate perlio.
8933      Branch: perl
8934           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8935 ____________________________________________________________________________
8936 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
8937         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8938              From: andreas.koenig@anima.de (Andreas J. Koenig)
8939              Date: 15 Jun 2001 13:30:39 +0200
8940              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
8941              
8942              Record the grim history.
8943      Branch: perl
8944            ! lib/File/Find.pm
8945 ____________________________________________________________________________
8946 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
8947         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
8948              From: Brian McCauley <nobull@mail.com>
8949              Date: 15 Jun 2001 07:51:26 +0100
8950              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
8951      Branch: perl
8952            ! lib/File/Find.pm t/lib/filefind.t
8953 ____________________________________________________________________________
8954 [ 10606] By: nick                                  on 2001/06/15  14:00:08
8955         Log: regen_config_h for Win32.
8956      Branch: perlio
8957            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8958 ____________________________________________________________________________
8959 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
8960         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
8961              From: Peter Prymmer <pvhp@forte.com>
8962              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
8963              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
8964      Branch: perl
8965            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
8966 ____________________________________________________________________________
8967 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
8968         Log: Some filesystems require writability for rename/unlink.
8969      Branch: perl
8970            ! opcode.pl
8971 ____________________________________________________________________________
8972 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
8973         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
8974              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8975              Date: Fri, 15 Jun 2001 12:08:53 +0200
8976              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
8977      Branch: perl
8978            ! perlio.c
8979 ____________________________________________________________________________
8980 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
8981         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
8982              From: Mike Guy <mjtg@cam.ac.uk>
8983              Date: Fri, 15 Jun 2001 14:11:49 +0100
8984              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
8985      Branch: perl
8986            ! opcode.pl
8987 ____________________________________________________________________________
8988 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
8989         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
8990              From: Nicholas Clark <nick@ccl4.org>
8991              Date: Thu, 14 Jun 2001 23:52:56 +0100
8992              Message-ID: <20010614235256.G98663@plum.flirble.org>
8993      Branch: perl
8994            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
8995            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
8996 ____________________________________________________________________________
8997 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
8998         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
8999              From: Russ Allbery <rra@stanford.edu>
9000              Date: 14 Jun 2001 13:24:43 -0700
9001              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
9002      Branch: perl
9003            ! ext/GDBM_File/GDBM_File.pm
9004 ____________________________________________________________________________
9005 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
9006         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9007              From: Nicholas Clark <nick@ccl4.org>
9008              Date: Thu, 14 Jun 2001 20:37:47 +0100
9009              Message-ID: <20010614203747.F98663@plum.flirble.org>
9010      Branch: perl
9011            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9012            ! t/lib/gdbm.t
9013 ____________________________________________________________________________
9014 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
9015         Log: Integrate perlio.
9016      Branch: perl
9017           !> makedef.pl sv.c
9018 ____________________________________________________________________________
9019 [ 10597] By: nick                                  on 2001/06/15  11:08:13
9020         Log: Check that HVs with HvNAME() != NULL are really stashes before
9021              treating them as such. Also be more defensive on the GvCV.
9022              Win32 fork and dprof now working again. 
9023      Branch: perlio
9024            ! sv.c
9025 ____________________________________________________________________________
9026 [ 10596] By: nick                                  on 2001/06/15  10:11:20
9027         Log: Integrate mainline.
9028      Branch: perlio
9029           +> Cross/README
9030           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9031           !> Porting/config_H config_h.SH configure.com epoc/config.sh
9032           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
9033           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9034           !> vos/config.ga.h win32/config.bc win32/config.gc
9035           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9036           !> win32/config_H.vc
9037 ____________________________________________________________________________
9038 [ 10595] By: nick                                  on 2001/06/15  09:37:17
9039         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
9040              - Win32 (VC++) now builds but fails:
9041              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
9042              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
9043              write.t    - open(...,"|-") not implemented on Win32 
9044      Branch: perlio
9045            ! makedef.pl
9046 ____________________________________________________________________________
9047 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
9048         Log: Integrate perlio.
9049      Branch: perl
9050           !> perlio.c win32/makefile.mk
9051 ____________________________________________________________________________
9052 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
9053         Log: Metaconfig unit changes for #10592.
9054      Branch: metaconfig
9055            + U/modified/i_varhdr.U U/modified/startsh.U
9056            - U/a_dvisory/crosscompile.U U/target/Target.U
9057            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
9058            ! U/compline/bitpbyte.U U/compline/byteorder.U
9059            ! U/compline/ccflags.U U/compline/charsize.U
9060            ! U/compline/d_casti32.U U/compline/d_castneg.U
9061            ! U/compline/d_closedir.U U/compline/d_fd_set.U
9062            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
9063            ! U/compline/d_keepsig.U U/compline/d_open3.U
9064            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9065            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
9066            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
9067            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
9068            ! U/compline/doublesize.U U/compline/floatsize.U
9069            ! U/compline/nblock_io.U U/compline/orderlib.U
9070            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
9071            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
9072            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
9073            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
9074            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
9075            ! U/modified/spitshell.U U/threads/archname.U
9076            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9077            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
9078            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
9079            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
9080            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9081      Branch: metaconfig/U/perl
9082            + Cross.U
9083            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
9084            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
9085            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
9086            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
9087            ! stdio_streams.U uselfs.U
9088 ____________________________________________________________________________
9089 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
9090         Log: The first steps towards cross-compilation.
9091              
9092              Abstract execution of compiled test executables with $run,
9093              and abstract transfer of files with $to and $from.
9094              
9095              Under cross-compilation the $run, $to, and $from will point
9096              to appropriate wrapper scripts, by default ssh and scp,
9097              but also rsh, rcp, and cp are supported.  If not
9098              cross-compiling, they will be set to '', ':', and ':',
9099              respectively.
9100              
9101              With these patches I was able to get Configure for
9102              iPAQ ARM Linux on an Intel Linux about 95% right
9103              (only a few tests failed to execute or they produced
9104              incorrect results), and I was able to compile
9105              a functional miniperl.
9106              
9107              The symbol crosscompile renamed to be usecrosscompile,
9108              the corresponding C symbol from CROSSCOMPILE to
9109              USE_CROSS_COMPILE.
9110      Branch: perl
9111            ! Configure Cross/README Makefile.SH Porting/Glossary
9112            ! Porting/config.sh Porting/config_H config_h.SH configure.com
9113            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
9114            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9115            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9116            ! win32/config.gc win32/config.vc win32/config_H.bc
9117            ! win32/config_H.gc win32/config_H.vc
9118 ____________________________________________________________________________
9119 [ 10591] By: nick                                  on 2001/06/14  20:00:12
9120         Log: Steps along the road toward Win32 building again.
9121      Branch: perlio
9122            ! perlio.c win32/makefile.mk
9123 ____________________________________________________________________________
9124 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
9125         Log: Integrate perlio.
9126      Branch: perl
9127           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9128 ____________________________________________________________________________
9129 [ 10589] By: nick                                  on 2001/06/14  13:54:07
9130         Log: Routine regen_config_h for Win32
9131      Branch: perlio
9132            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9133 ____________________________________________________________________________
9134 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
9135         Log: Integrate perlio.
9136      Branch: perl
9137           +> perlyline.pl
9138           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
9139 ____________________________________________________________________________
9140 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
9141         Log: A placeholder.
9142      Branch: perl
9143            + Cross/README
9144 ____________________________________________________________________________
9145 [ 10586] By: nick                                  on 2001/06/14  08:25:07
9146         Log: Add new step to run_byacc which:
9147              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
9148              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
9149      Branch: perlio
9150            + perlyline.pl
9151            ! MANIFEST Makefile.SH perly.c
9152 ____________________________________________________________________________
9153 [ 10585] By: nick                                  on 2001/06/14  08:22:29
9154         Log: Integrate mainline
9155      Branch: perlio
9156           +> locale.c numeric.c
9157           !> Changes cygwin/Makefile.SHs embed.h embed.pl
9158           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
9159           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
9160           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
9161           !> x2p/Makefile.SH
9162 ____________________________________________________________________________
9163 [ 10584] By: nick                                  on 2001/06/14  08:05:53
9164         Log: Hack to remove insecure directories from PATH so test will run.
9165      Branch: perlio
9166            ! t/lib/filefind.t
9167 ____________________________________________________________________________
9168 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
9169         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
9170      Branch: perl
9171            - t/lib/mbimbf.t
9172            ! MANIFEST
9173 ____________________________________________________________________________
9174 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
9175         Log: Detypo.
9176      Branch: perl
9177            ! x2p/Makefile.SH
9178 ____________________________________________________________________________
9179 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
9180         Log: de-$CONFIG continues.
9181      Branch: perl
9182            ! cygwin/Makefile.SHs x2p/Makefile.SH
9183 ____________________________________________________________________________
9184 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
9185         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
9186              From: Nicholas Clark <nick@ccl4.org>
9187              Date: Wed, 13 Jun 2001 21:20:13 +0100
9188              Message-ID: <20010613212013.D98663@plum.flirble.org>
9189      Branch: perl
9190            ! opcode.pl
9191 ____________________________________________________________________________
9192 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
9193         Log: Subject: splitting util.c
9194              From: Hugo <hv@crypt.compulink.co.uk>
9195              Date: Thu, 14 Jun 2001 00:41:08 +0100
9196              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
9197      Branch: perl
9198            + locale.c numeric.c
9199            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
9200            ! pod/perlapi.pod proto.h util.c
9201 ____________________________________________________________________________
9202 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
9203         Log: Upgrade to Math::BigInt 1.34 from Tels.
9204      Branch: perl
9205            + t/lib/mbimbf.t
9206            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9207            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9208 ____________________________________________________________________________
9209 [ 10577] By: nick                                  on 2001/06/13  19:02:48
9210         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
9211      Branch: perlio
9212           !> (integrate 125 files)
9213 ____________________________________________________________________________
9214 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
9215         Log: Update Changes.
9216      Branch: perl
9217            ! Changes patchlevel.h
9218 ____________________________________________________________________________
9219 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
9220         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9221              From: "Craig A. Berry" <craigberry@mac.com>
9222              Date: Wed, 13 Jun 2001 13:24:28 -0500
9223              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
9224      Branch: perl
9225            ! ext/re/Makefile.PL
9226 ____________________________________________________________________________
9227 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
9228         Log: Mc.u.c. for #10573.
9229      Branch: metaconfig
9230            ! U/threads/usethreads.U
9231 ____________________________________________________________________________
9232 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
9233         Log: It would be also be good if I could type.
9234      Branch: perl
9235            ! Configure
9236 ____________________________________________________________________________
9237 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
9238         Log: Metaconfig unit change for #10571.
9239      Branch: metaconfig
9240            ! U/threads/usethreads.U
9241 ____________________________________________________________________________
9242 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
9243         Log: A non-empty default is a good thing.
9244      Branch: perl
9245            ! Configure
9246 ____________________________________________________________________________
9247 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
9248         Log: Metaconfig unit change for #10569.
9249      Branch: metaconfig
9250            ! U/threads/usethreads.U
9251 ____________________________________________________________________________
9252 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
9253         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
9254              extremely experimental, not even prompted for.
9255      Branch: perl
9256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9257            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
9258            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9259            ! win32/config.bc win32/config.gc win32/config.vc
9260 ____________________________________________________________________________
9261 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
9262         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
9263      Branch: perl
9264            ! pod/perlfaq6.pod
9265 ____________________________________________________________________________
9266 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
9267         Log: Integrate perlio; conflicts, accept Nick's versions.
9268      Branch: perl
9269           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9270           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9271 ____________________________________________________________________________
9272 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
9273         Log: Subject: Re: ext/ + -Wall
9274              From: Doug MacEachern <dougm@covalent.net>
9275              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
9276              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
9277      Branch: perl
9278            ! XSUB.h lib/ExtUtils/xsubpp perl.h
9279 ____________________________________________________________________________
9280 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
9281         Log: Similar logic as DB_File.xs, using the modern macros and
9282              defines them to older ones for older Perls where PERL_VERSION
9283              is not defined, from Doug MacEachern.
9284      Branch: perl
9285            ! ext/Storable/Storable.xs
9286 ____________________________________________________________________________
9287 [ 10564] By: nick                                  on 2001/06/13  15:22:01
9288         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
9289              and using that instead (name lookups are sequential search for now).
9290      Branch: perlio
9291            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9292            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9293 ____________________________________________________________________________
9294 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
9295         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
9296              From: "Richard Soderberg" <rs@crystalflame.net>
9297              Date: Sat, 26 May 2001 06:44:20 -0700
9298              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
9299      Branch: perl
9300            ! sv.c t/op/glob.t
9301 ____________________________________________________________________________
9302 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
9303         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9304              From: "Craig A. Berry" <craigberry@mac.com>
9305              Date: Tue, 12 Jun 2001 23:55:26 -0500
9306              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
9307      Branch: perl
9308            ! ext/re/Makefile.PL ext/re/re.xs
9309 ____________________________________________________________________________
9310 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
9311         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
9312              suggested by NI-S.
9313      Branch: perl
9314            ! XSUB.h malloc.c perl.h
9315 ____________________________________________________________________________
9316 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
9317         Log: Regen toc.
9318      Branch: perl
9319            ! pod/perltoc.pod
9320 ____________________________________________________________________________
9321 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
9322         Log: Subject: [patch] perl.gprof control
9323              From: Doug MacEachern <dougm@covalent.net>
9324              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
9325              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
9326      Branch: perl
9327            ! miniperlmain.c perl.h
9328 ____________________________________________________________________________
9329 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
9330         Log: Subject: Re: ext/ + -Wall
9331              From: Doug MacEachern <dougm@covalent.net>
9332              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
9333              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
9334              
9335              Document ax and break up dXSARGS.
9336      Branch: perl
9337            ! XSUB.h pod/perlapi.pod
9338 ____________________________________________________________________________
9339 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
9340         Log: More AIX tweakage from Merijn.
9341      Branch: perl
9342            ! hints/aix.sh
9343 ____________________________________________________________________________
9344 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
9345         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
9346              From: "Craig A. Berry" <craigberry@mac.com>
9347              Date: Tue, 12 Jun 2001 22:57:45 -0500
9348              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
9349      Branch: perl
9350            ! vms/descrip_mms.template
9351 ____________________________________________________________________________
9352 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
9353         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
9354              From: "Craig A. Berry" <craigberry@mac.com>
9355              Date: Tue, 12 Jun 2001 22:21:39 -0500
9356              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
9357      Branch: perl
9358            ! configure.com util.c
9359 ____________________________________________________________________________
9360 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
9361         Log: New AIX dynaloading code from Jens-Uwe Mager.
9362              Does break binary compatibility.
9363      Branch: perl
9364            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9365 ____________________________________________________________________________
9366 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
9367         Log: VMS DEC C compiler found nits by Peter Prymmer.
9368      Branch: perl
9369            ! util.c
9370 ____________________________________________________________________________
9371 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
9372         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
9373              From: Peter Prymmer <pvhp@forte.com>
9374              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
9375              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
9376      Branch: perl
9377            ! t/lib/filecomp.t
9378 ____________________________________________________________________________
9379 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
9380         Log: I wonder how many $CONFIGs still lurk in the shadows.
9381      Branch: perl
9382            ! pod/Makefile.SH x2p/cflags.SH
9383 ____________________________________________________________________________
9384 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
9385         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
9386      Branch: perl
9387            ! pod/checkpods.PL
9388 ____________________________________________________________________________
9389 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
9390         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
9391      Branch: perl
9392            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
9393 ____________________________________________________________________________
9394 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
9395         Log: Subject: [patch] rid local_patches warnings
9396              From: Doug MacEachern <dougm@covalent.net>
9397              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
9398              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
9399      Branch: perl
9400            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
9401 ____________________________________________________________________________
9402 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
9403         Log: Subject: Re: ext/ + -Wall
9404              From: Doug MacEachern <dougm@covalent.net>
9405              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
9406              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
9407      Branch: perl
9408            ! ext/attrs/attrs.xs
9409 ____________________________________________________________________________
9410 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
9411         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
9412              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9413              Date: Tue, 12 Jun 2001 14:36:20 -0400
9414              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
9415      Branch: perl
9416            ! pod/perlretut.pod
9417 ____________________________________________________________________________
9418 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
9419         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9420              From: Mike Guy <mjtg@cam.ac.uk>
9421              Date: Tue, 12 Jun 2001 19:10:31 +0100
9422              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
9423              
9424              Subject: Re: [ID 20010612.001] out of memory during regex compilation
9425              From: Mike Guy <mjtg@cam.ac.uk>
9426              Date: Tue, 12 Jun 2001 19:21:01 +0100
9427              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
9428      Branch: perl
9429            ! pod/perlop.pod
9430 ____________________________________________________________________________
9431 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
9432         Log: AIX tweaks from Merijn H. Brand.
9433      Branch: perl
9434            ! hints/aix.sh
9435 ____________________________________________________________________________
9436 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
9437         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
9438              From: "Brendan O'Dea" <bod@compusol.com.au>
9439              Date: Wed, 13 Jun 2001 05:16:47 +1000
9440              Message-ID: <20010613051647.A8945@compusol.com.au>
9441      Branch: maint-5.6/perl
9442            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9443 ____________________________________________________________________________
9444 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
9445         Log: Subject: Small bcopy cleanup
9446              From: Andy Dougherty <doughera@lafayette.edu>
9447              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
9448              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
9449      Branch: perl
9450            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
9451 ____________________________________________________________________________
9452 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
9453         Log: Subject: [PATCH] Re: ext/ + -Wall
9454              From: Nicholas Clark <nick@ccl4.org>
9455              Date: Wed, 13 Jun 2001 00:04:30 +0100
9456              Message-ID: <20010613000430.M5901@plum.flirble.org>
9457      Branch: perl
9458            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9459 ____________________________________________________________________________
9460 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
9461         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
9462              From: Nicholas Clark <nick@ccl4.org>
9463              Date: Tue, 12 Jun 2001 23:53:07 +0100
9464              Message-ID: <20010612235307.L5901@plum.flirble.org>
9465      Branch: perl
9466            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9467 ____________________________________________________________________________
9468 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
9469         Log: MPE/iX tweaks from Mark Bixby.
9470      Branch: perl
9471            ! hints/mpeix.sh mpeix/mpeixish.h util.c
9472 ____________________________________________________________________________
9473 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
9474         Log: Update Changes.
9475      Branch: perl
9476            ! Changes patchlevel.h
9477 ____________________________________________________________________________
9478 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
9479         Log: One less -Wall whine (found under DEBUGGING).
9480      Branch: perl
9481            ! x2p/Makefile.SH x2p/a2p.c
9482 ____________________________________________________________________________
9483 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
9484         Log: s/case-independent/case-insensitive/g
9485      Branch: perl
9486            ! pod/perldebug.pod
9487 ____________________________________________________________________________
9488 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
9489         Log: As suggested in    
9490              
9491              Subject: Re: ext/ + -Wall
9492              From: Gurusamy Sarathy <gsar@ActiveState.com>
9493              Date: Mon, 11 Jun 2001 23:34:31 -0700
9494              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
9495      Branch: perl
9496            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
9497            ! perl.h
9498 ____________________________________________________________________________
9499 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
9500         Log: Subject: ext/ + -Wall
9501              From: Doug MacEachern <dougm@covalent.net>
9502              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
9503              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
9504      Branch: perl
9505            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
9506            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
9507            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
9508            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
9509            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
9510            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
9511            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9512            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
9513            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
9514            ! lib/ExtUtils/xsubpp
9515 ____________________________________________________________________________
9516 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
9517         Log: Subject: [PATCH] anonymous stashes
9518              From: Abhijit Menon-Sen <ams@wiw.org>
9519              Date: Tue, 12 Jun 2001 12:47:04 +0530
9520              Message-ID: <20010612124704.A29029@lustre.linux.in>
9521      Branch: perl
9522            ! dump.c gv.c sv.c xsutils.c
9523 ____________________________________________________________________________
9524 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
9525         Log: One more test for $^S.
9526      Branch: perl
9527            ! t/op/magic.t
9528 ____________________________________________________________________________
9529 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
9530         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
9531              From: Abhijit Menon-Sen <ams@wiw.org>
9532              Date: Tue, 12 Jun 2001 17:35:55 +0530
9533              Message-ID: <20010612173555.A32426@lustre.linux.in>
9534      Branch: perl
9535            ! mg.c t/op/magic.t
9536 ____________________________________________________________________________
9537 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
9538         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9539              From: Mike Guy <mjtg@cam.ac.uk>
9540              Date: Tue, 12 Jun 2001 13:14:15 +0100
9541              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
9542      Branch: perl
9543            ! pod/perlop.pod
9544 ____________________________________________________________________________
9545 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
9546         Log: AUTHORS updates.
9547      Branch: perl
9548            ! AUTHORS
9549 ____________________________________________________________________________
9550 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
9551         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
9552              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9553              Content-Transfer-Encoding: 7bit
9554              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
9555      Branch: perl
9556            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
9557 ____________________________________________________________________________
9558 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
9559         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
9560              From: "Philip Newton" <Philip.Newton@gmx.net>
9561              Date: Mon, 11 Jun 2001 07:08:03 +0200
9562              Message-Id: <200106120802.LAA08992@taas.iki.fi>
9563      Branch: perl
9564            ! t/base/term.t
9565 ____________________________________________________________________________
9566 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
9567         Log: Cleanup the a2p.c for -Wall.
9568      Branch: perl
9569            ! x2p/Makefile.SH x2p/a2p.c
9570 ____________________________________________________________________________
9571 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
9572         Log: File::Find update for MacOS from Chris Nandor.
9573      Branch: perl
9574            ! lib/File/Find.pm t/lib/filefind.t
9575 ____________________________________________________________________________
9576 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
9577         Log: gcc -Wall nits picked out by a non-UNIX system
9578              (courtesy of Mark Bixby)
9579      Branch: perl
9580            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
9581            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
9582            ! pp_sys.c util.c
9583 ____________________________________________________________________________
9584 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
9585         Log: Metaconfig unit change for #10522.  (The d_modfl changes
9586              placate metalint.)
9587      Branch: metaconfig/U/perl
9588            ! d_modfl.U d_u32align.U
9589 ____________________________________________________________________________
9590 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
9591         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
9592              be "./try 2>&1 >/dev/null".
9593      Branch: perl
9594            ! Configure
9595 ____________________________________________________________________________
9596 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
9597         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
9598              From: "Craig A. Berry" <craigberry@mac.com>
9599              Date: Mon, 11 Jun 2001 14:00:32 -0500
9600              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
9601      Branch: perl
9602            ! configure.com
9603 ____________________________________________________________________________
9604 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
9605         Log: Move the full \p\P lists to perlunicode.
9606      Branch: perl
9607            ! pod/perlretut.pod pod/perlunicode.pod
9608 ____________________________________________________________________________
9609 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
9610         Log: VOS build tweak for 5.6.1 from Paul Green.
9611      Branch: maint-5.6/perl
9612            ! vos/build.cm
9613 ____________________________________________________________________________
9614 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
9615         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
9616              From: "Craig A. Berry" <craigberry@mac.com>
9617              Date: Fri, 8 Jun 2001 18:08:18 -0500
9618              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
9619      Branch: perl
9620            ! vms/vms.c
9621 ____________________________________________________________________________
9622 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
9623         Log: Update Changes.
9624      Branch: perl
9625            ! Changes patchlevel.h
9626 ____________________________________________________________________________
9627 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
9628         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
9629      Branch: perl
9630            ! vos/config.alpha.h vos/config.ga.h
9631 ____________________________________________________________________________
9632 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
9633         Log: VOS updates from Paul Green for @10476.
9634      Branch: perl
9635            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9636            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9637            ! vos/config.ga.h vos/configure_perl.cm
9638 ____________________________________________________________________________
9639 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
9640         Log: Subject: [PATCH] Not many people know this ...
9641              From: Mike Guy <mjtg@cam.ac.uk>
9642              Date: Mon, 11 Jun 2001 14:55:15 +0100
9643              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
9644      Branch: perl
9645            ! pod/perldebug.pod
9646 ____________________________________________________________________________
9647 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
9648         Log: Add final commas to lists as suggested by Philip Newton.
9649      Branch: perl
9650            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9651 ____________________________________________________________________________
9652 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
9653         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
9654              Date: Sun, 10 Jun 2001 23:35:38 -0400
9655              From: Chris Nandor <pudge@pobox.com>
9656              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
9657      Branch: perl
9658            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
9659            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
9660            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
9661            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
9662            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
9663            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
9664            ! t/op/write.t t/pragma/strict.t
9665 ____________________________________________________________________________
9666 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
9667         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
9668              From: Chris Nandor <pudge@pobox.com>
9669              Date: Mon, 11 Jun 2001 08:24:28 -0400
9670              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
9671      Branch: perl
9672            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
9673            ! t/lib/io_dir.t
9674 ____________________________________________________________________________
9675 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
9676         Log: One more run_byacc (a hand-tweaked version had slipped in).
9677      Branch: perl
9678            ! perly.c vms/perly_c.vms
9679 ____________________________________________________________________________
9680 [ 10509] By: nick                                  on 2001/06/11  07:49:15
9681         Log: Integrate mainline
9682      Branch: perlio
9683           !> Makefile.SH embed.h embed.pl global.sym
9684           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
9685           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9686           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
9687           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
9688 ____________________________________________________________________________
9689 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
9690         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
9691              From: Mike Guy <mjtg@cam.ac.uk>
9692              Reply-To: mjtg@cam.ac.uk
9693              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
9694      Branch: perl
9695            ! lib/ExtUtils/Manifest.pm
9696 ____________________________________________________________________________
9697 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
9698         Log: Subject: [PATCH] ExtUtils::Constant
9699              From: Nicholas Clark <nick@ccl4.org>
9700              Date: Sun, 10 Jun 2001 23:25:41 +0100
9701              Message-ID: <20010610232540.C76396@plum.flirble.org>
9702      Branch: perl
9703            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9704 ____________________________________________________________________________
9705 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
9706         Log: Integrate perlio.
9707      Branch: perl
9708           !> iperlsys.h
9709 ____________________________________________________________________________
9710 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
9711         Log: Move the grok_number and its lieutenant grok_numeric_radix
9712              from sv.c statics to util.c and public.
9713      Branch: perl
9714            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
9715            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
9716 ____________________________________________________________________________
9717 [ 10504] By: nick                                  on 2001/06/10  17:47:06
9718         Log: Fix (valid) -Wall warnings in perlio.c
9719      Branch: perlio
9720            ! iperlsys.h
9721 ____________________________________________________________________________
9722 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
9723         Log: Update perly_c.diff, update perly.fixer to edit away
9724              some of the -Wall noise.
9725      Branch: perl
9726            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
9727 ____________________________________________________________________________
9728 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
9729         Log: Check the version of byacc.
9730      Branch: perl
9731            ! Makefile.SH
9732 ____________________________________________________________________________
9733 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
9734         Log: Subject: [PATCH] perly.y overhaul
9735              From: Simon Cozens <simon@netthink.co.uk>
9736              Date: Sun, 10 Jun 2001 16:56:54 +0100
9737              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
9738              
9739              Plus make run_byacc.
9740      Branch: perl
9741            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
9742 ____________________________________________________________________________
9743 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
9744         Log: Integrate perlio.
9745      Branch: perl
9746           !> perlio.c perlsfio.h
9747 ____________________________________________________________________________
9748 [ 10499] By: nick                                  on 2001/06/10  15:01:08
9749         Log: Integrate mainline
9750      Branch: perlio
9751           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
9752           !> t/pragma/locale.t util.c
9753 ____________________________________________________________________________
9754 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
9755         Log: Put some meat on the perl572delta bones.  The list of
9756              selected bug fixes needs more work, as does still the
9757              whole document.
9758      Branch: perl
9759            ! pod/perl572delta.pod
9760 ____________________________________________________________________________
9761 [ 10497] By: nick                                  on 2001/06/10  12:27:51
9762         Log: Paper over a crack or two with USE_SFIO
9763      Branch: perlio
9764            ! perlio.c perlsfio.h
9765 ____________________________________________________________________________
9766 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
9767         Log: Update Changes.
9768      Branch: perl
9769            ! Changes patchlevel.h
9770 ____________________________________________________________________________
9771 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
9772         Log: Subject: Re: pragma/locale.t #107
9773              From: Hugo <hv@crypt.compulink.co.uk>
9774              Date: Sun, 10 Jun 2001 11:23:30 +0100
9775              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
9776              
9777              Encapsulate the scan of the decimal radix separator.
9778      Branch: perl
9779            ! embed.h embed.pl proto.h sv.c
9780 ____________________________________________________________________________
9781 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
9782         Log: Try to grok numbers both with the locale specific separator
9783              and with the usual "." (if different from the lss); add a test
9784              to locale.t to do also a little bit of math in addition to just
9785              equalness testing; remove extraneous logic as suggested in
9786              
9787              Subject: Re: pragma/locale.t #107
9788              From: Nicholas Clark <nick@ccl4.org>
9789              Date: Sat, 9 Jun 2001 22:37:36 +0100
9790              Message-ID: <20010609223735.Y76396@plum.flirble.org>
9791      Branch: perl
9792            ! sv.c t/pragma/locale.t
9793 ____________________________________________________________________________
9794 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
9795         Log: Metaconfig unit change for #10492.
9796      Branch: metaconfig/U/perl
9797            ! Extensions.U
9798 ____________________________________________________________________________
9799 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
9800         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
9801              From: Artur Bergman <artur@contiller.se> 
9802              Date: Sat, 09 Jun 2001 21:03:51 +0200
9803              Message-ID: <B7483FB6.1398%artur@contiller.se>
9804      Branch: perl
9805            ! Configure
9806 ____________________________________________________________________________
9807 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
9808         Log: Integrate perlio.
9809      Branch: perl
9810           !> perlsfio.h
9811 ____________________________________________________________________________
9812 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
9813         Log: Do locale specific separator if only in locale.
9814      Branch: perl
9815            ! util.c
9816 ____________________________________________________________________________
9817 [ 10489] By: nick                                  on 2001/06/09  19:13:25
9818         Log: Make XS/Typemap compile (but fail) with sfio
9819      Branch: perlio
9820            ! perlsfio.h
9821 ____________________________________________________________________________
9822 [ 10488] By: nick                                  on 2001/06/09  19:12:51
9823         Log: Re-integrate mainline
9824      Branch: perlio
9825           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
9826           !> proto.h sv.c util.c
9827 ____________________________________________________________________________
9828 [ 10487] By: nick                                  on 2001/06/09  16:26:29
9829         Log: Integrate mainline
9830      Branch: perlio
9831           !> (integrate 31 files)
9832 ____________________________________________________________________________
9833 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
9834         Log: Subject: [PATCH] New attempt to clone callack
9835              From: Artur Bergman <artur@contiller.se> 
9836              Date: Thu, 07 Jun 2001 11:52:16 +0200
9837              Message-ID: <B7451B6F.12B7%artur@contiller.se>
9838      Branch: perl
9839            ! embedvar.h intrpvar.h perlapi.h sv.c
9840 ____________________________________________________________________________
9841 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
9842         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
9843      Branch: perl
9844            ! embed.h embed.pl perl.h proto.h sv.c util.c
9845 ____________________________________________________________________________
9846 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
9847         Log: Subject: Re: pragma/locale.t #107
9848              From: Nicholas Clark <nick@ccl4.org>
9849              Date: Sat, 9 Jun 2001 16:26:10 +0100
9850              Message-ID: <20010609162609.V76396@plum.flirble.org>
9851              
9852              A missing NVification.
9853      Branch: perl
9854            ! sv.c
9855 ____________________________________________________________________________
9856 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
9857         Log: Redo the #10482, there already was a test script for formats.
9858      Branch: perl
9859            - t/io/format.t
9860            ! MANIFEST t/op/write.t
9861 ____________________________________________________________________________
9862 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
9863         Log: Twisted format testing, from Merijn.
9864      Branch: perl
9865            + t/io/format.t
9866            ! MANIFEST
9867 ____________________________________________________________________________
9868 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
9869         Log: More \p{In...} testing, combined with \N{...}.
9870      Branch: perl
9871            ! lib/utf8_heavy.pl t/op/pat.t
9872 ____________________________________________________________________________
9873 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
9874         Log: Metaconfig changes for #10479.
9875      Branch: metaconfig
9876            ! U/Glossary.patch
9877      Branch: metaconfig/U/perl
9878            ! d_modfl.U
9879 ____________________________________________________________________________
9880 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
9881         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
9882      Branch: perl
9883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9884            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
9885            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9886            ! win32/config.bc win32/config.gc win32/config.vc
9887 ____________________________________________________________________________
9888 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
9889         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
9890              From: "Craig A. Berry" <craigberry@mac.com>
9891              Date: Thu, 7 Jun 2001 14:27:20 -0500
9892              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
9893      Branch: perl
9894            ! vms/perlvms.pod
9895 ____________________________________________________________________________
9896 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
9897         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
9898              From: Gisle Aas <gisle@ActiveState.com>
9899              Date: 07 Jun 2001 17:04:29 -0700
9900              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
9901      Branch: perl
9902            ! ext/re/re.xs
9903 ____________________________________________________________________________
9904 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
9905         Log: Update Changes.
9906      Branch: perl
9907            ! Changes patchlevel.h
9908 ____________________________________________________________________________
9909 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
9910         Log: Regen Glossary et alia.
9911      Branch: perl
9912            ! Porting/Glossary Porting/config.sh Porting/config_H
9913 ____________________________________________________________________________
9914 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
9915         Log: Metaconfig unit changes for #10473.
9916      Branch: metaconfig/U/perl
9917            ! d_modfl.U
9918 ____________________________________________________________________________
9919 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
9920         Log: Harumph, also AIX will spill its guts (i.e. dump core)
9921              if an executable contains modfl() but it hasn't been
9922              compiled right (in the case of AIX, with cc -qlongdouble).
9923      Branch: perl
9924            ! Configure
9925 ____________________________________________________________________________
9926 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
9927         Log: integrate change#10471 from mainline
9928              
9929              in change#10451, check that CvOUTSIDE is a CV before looking in
9930              (it can apparently be SVt_NULL during global destruction)
9931      Branch: maint-5.6/perl
9932           !> op.c
9933 ____________________________________________________________________________
9934 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
9935         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
9936              (it can apparently be SVt_NULL during global destruction)
9937      Branch: perl
9938            ! op.c
9939 ____________________________________________________________________________
9940 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
9941         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
9942              From: Robin Barker <rmb1@cise.npl.co.uk>
9943              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
9944              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
9945      Branch: perl
9946            ! lib/diagnostics.pm pod/perldiag.pod
9947 ____________________________________________________________________________
9948 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
9949         Log: Subject: [PATCH perl@10439] long =item
9950              From: Robin Barker <rmb1@cise.npl.co.uk>
9951              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
9952              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
9953      Branch: perl
9954            ! README.amiga lib/Attribute/Handlers.pm
9955            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9956 ____________________________________________________________________________
9957 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
9958         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
9959              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
9960              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
9961              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
9962      Branch: perl
9963            ! pod/perlguts.pod
9964 ____________________________________________________________________________
9965 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
9966         Log: Integrate perlio.
9967      Branch: perl
9968           !> sv.c
9969 ____________________________________________________________________________
9970 [ 10466] By: nick                                  on 2001/06/07  10:25:40
9971         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
9972              whitespace tweaks.
9973              Still coredumps in pragma/overload.t - what a nice hard fail that is...
9974      Branch: perlio
9975            ! sv.c
9976 ____________________________________________________________________________
9977 [ 10465] By: nick                                  on 2001/06/07  08:41:58
9978         Log: Raw integrate of mainline for S_grok_number debug
9979              (sv.c has MULTIPLICITY issues as well as whatever else ...)
9980      Branch: perlio
9981            - plan9/perlplan9.doc plan9/perlplan9.pod
9982           !> (integrate 46 files)
9983 ____________________________________________________________________________
9984 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
9985         Log: The proper prototyping for #10463.
9986      Branch: perl
9987            ! embed.h embed.pl proto.h sv.c
9988 ____________________________________________________________________________
9989 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
9990         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
9991              From: Nicholas Clark <nick@ccl4.org>
9992              Date: Thu, 7 Jun 2001 00:29:59 +0100
9993              Message-ID: <20010607002959.Z76396@plum.flirble.org>
9994      Branch: perl
9995            ! sv.c
9996 ____________________________________________________________________________
9997 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
9998         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
9999              From: "Craig A. Berry" <craigberry@mac.com>
10000              Date: Wed, 06 Jun 2001 17:54:30 -0500
10001              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
10002      Branch: perl
10003            ! vms/perlvms.pod
10004 ____________________________________________________________________________
10005 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
10006         Log: Podify the remaining README.platform files;
10007              merge README.plan9 and plan9/perlplan9.pod;
10008              delete plan9/perlplan9.* (the perlplan.doc needs to
10009              be regenerated in Plan 9); make the =head1 and =head2
10010              in the README.platform to be a little more verbose
10011              (skipped README.os2 not to anger Ilya) so that they
10012              look better in the toc; regen toc.
10013      Branch: perl
10014            - plan9/perlplan9.doc plan9/perlplan9.pod
10015            ! MANIFEST README.aix README.amiga README.apollo README.beos
10016            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
10017            ! README.hpux README.hurd README.machten README.macos
10018            ! README.micro README.mint README.mpeix README.os390
10019            ! README.plan9 README.qnx README.solaris README.threads
10020            ! README.tru64 README.vmesa README.vms README.vos README.win32
10021            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10022            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10023 ____________________________________________________________________________
10024 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
10025         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
10026              From: Mike Guy <mjtg@cam.ac.uk>
10027              Reply-To: mjtg@cam.ac.uk
10028              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
10029      Branch: perl
10030            ! pod/perlguts.pod
10031 ____________________________________________________________________________
10032 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
10033         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
10034              From: Mike Guy <mjtg@cam.ac.uk>
10035              Reply-To: mjtg@cam.ac.uk
10036              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
10037      Branch: perl
10038            ! pod/perlsec.pod
10039 ____________________________________________________________________________
10040 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
10041         Log: Disable long doubles from pre-5.0 Tru64s.
10042      Branch: perl
10043            ! README.tru64 hints/dec_osf.sh
10044 ____________________________________________________________________________
10045 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
10046         Log: The #10455 exposed that modfl() is fundamentally busted
10047              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
10048              testing it.
10049      Branch: perl
10050            ! hints/dec_osf.sh
10051 ____________________________________________________________________________
10052 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
10053         Log: Metaconfig unit change for #10455.
10054      Branch: metaconfig/U/perl
10055            ! d_modfl.U
10056 ____________________________________________________________________________
10057 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
10058         Log: Configure check for geborken modfl(), inspired by
10059              
10060              Subject: Re: [20010118.017] op/int.t failure 
10061              From: Hugo <hv@crypt.compulink.co.uk>
10062              Date: Tue, 05 Jun 2001 13:43:27 +0100
10063              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
10064      Branch: perl
10065            ! Configure
10066 ____________________________________________________________________________
10067 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
10068         Log: Integrate changes #10450 and #10451 from maintperl:
10069              
10070              optimize change#10448 slightly (don't repeat search in eval""s lexical
10071              scope, since that has already been searched)
10072              
10073              change#9108 needs subtler treatment for case of closures created
10074              within eval""
10075      Branch: perl
10076           !> op.c t/op/misc.t
10077 ____________________________________________________________________________
10078 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
10079         Log: MakeMaker magic to compile (when no dynamic loading)
10080              List/Util.xsc as (ListUtil.c and) ListUtil.o since
10081              POSIX-BC (BS2000) linker has an evil limitation of
10082              being unable to include in the same executable several
10083              object files with the same name - case-insensitively -
10084              because otherwise we conflict with util.c.
10085              Strictly speaking currently required only in POSIX-BC
10086              but probably will do no harm elsewhere where static
10087              linking is required.
10088      Branch: perl
10089            ! ext/List/Util/Makefile.PL
10090 ____________________________________________________________________________
10091 [ 10452] By: nick                                  on 2001/06/06  08:59:51
10092         Log: Integrate mainline.
10093      Branch: perlio
10094           +> lib/Attribute/Handlers/demo/Demo.pm
10095           +> lib/Attribute/Handlers/demo/Descriptions.pm
10096           +> lib/Attribute/Handlers/demo/MyClass.pm
10097           +> lib/Attribute/Handlers/demo/demo.pl
10098           +> lib/Attribute/Handlers/demo/demo2.pl
10099           +> lib/Attribute/Handlers/demo/demo3.pl
10100           +> lib/Attribute/Handlers/demo/demo4.pl
10101           +> lib/Attribute/Handlers/demo/demo_call.pl
10102           +> lib/Attribute/Handlers/demo/demo_chain.pl
10103           +> lib/Attribute/Handlers/demo/demo_cycle.pl
10104           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
10105           +> lib/Attribute/Handlers/demo/demo_phases.pl
10106           +> lib/Attribute/Handlers/demo/demo_range.pl
10107           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
10108           +> uts/strtol_wrap.c
10109           !> (integrate 91 files)
10110 ____________________________________________________________________________
10111 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
10112         Log: change#9108 needs subtler treatment for case of closures created
10113              within eval""
10114      Branch: maint-5.6/perl
10115            ! op.c t/op/misc.t
10116 ____________________________________________________________________________
10117 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
10118         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
10119              scope, since that has already been searched)
10120      Branch: maint-5.6/perl
10121            ! op.c
10122 ____________________________________________________________________________
10123 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
10124         Log: Integrate change #10448 from maintperl; lexicals
10125              outside an eval"" weren't resolved correctly inside a subroutine
10126              definition inside the eval"" if they were not already referenced
10127              in the toplevel of the eval""-ed code
10128      Branch: perl
10129           !> cop.h op.c pp_ctl.c t/op/misc.t
10130 ____________________________________________________________________________
10131 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
10132         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
10133              outside an eval"" weren't resolved correctly inside a subroutine
10134              definition inside the eval"" if they were not already referenced
10135              in the toplevel of the eval""-ed code
10136      Branch: maint-5.6/perl
10137            ! cop.h op.c pp_ctl.c t/op/misc.t
10138 ____________________________________________________________________________
10139 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
10140         Log: Subject: [PATCH] perl570delta.pod
10141              From: Peter Scott <Peter@PSDT.com> 
10142              Date: Tue, 05 Jun 2001 18:51:02 -0700
10143              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
10144      Branch: perl
10145            ! pod/perl570delta.pod
10146 ____________________________________________________________________________
10147 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
10148         Log: The fudge factor is no more needed.  I hope.
10149      Branch: perl
10150            ! t/lib/posix.t
10151 ____________________________________________________________________________
10152 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
10153         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
10154              From: Hugo <hv@crypt.compulink.co.uk>
10155              Date: Tue, 05 Jun 2001 12:58:19 +0100
10156              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
10157      Branch: perl
10158            ! util.c
10159 ____________________________________________________________________________
10160 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
10161         Log: Make up prototypes only for those who have the functions
10162              but not the prototypes.
10163      Branch: perl
10164            ! perl.h
10165 ____________________________________________________________________________
10166 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
10167         Log: Subject: Re: Not OK: perl@10439 on win32 
10168              From: Prymmer/Kahn <pvhp@best.com> 
10169              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
10170              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
10171      Branch: perl
10172            ! perl.h util.c
10173 ____________________________________________________________________________
10174 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
10175         Log: The metaconfig units changes for #10441.
10176      Branch: metaconfig
10177            ! U/modified/Extract.U U/modified/Extractall.U
10178            ! U/modified/Finish.U
10179 ____________________________________________________________________________
10180 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
10181         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
10182      Branch: perl
10183            ! Configure
10184 ____________________________________________________________________________
10185 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
10186         Log: Unnecessary fuzziness undone, noted by Mike Guy.
10187      Branch: perl
10188            ! t/op/tr.t
10189 ____________________________________________________________________________
10190 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
10191         Log: Update Changes.
10192      Branch: perl
10193            ! Changes patchlevel.h
10194 ____________________________________________________________________________
10195 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
10196         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
10197              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
10198              leakage patch.
10199      Branch: perl
10200            ! t/op/misc.t
10201 ____________________________________________________________________________
10202 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
10203         Log: Test case for #10433/#10424.
10204      Branch: perl
10205            ! t/op/misc.t
10206 ____________________________________________________________________________
10207 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
10208         Log: Subject: One fix for strtoul not setting errno
10209              From: hom00@utsglobal.com (Hal Morris)
10210              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
10211              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
10212      Branch: perl
10213            + uts/strtol_wrap.c
10214            ! MANIFEST hints/uts.sh
10215 ____________________________________________________________________________
10216 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
10217         Log: Metaconfig units changes for #10434.
10218      Branch: metaconfig
10219            ! U/modified/Cppsym.U
10220      Branch: metaconfig/U/perl
10221            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
10222            + d_syscallproto.U d_usleepproto.U
10223            ! longdblfio.U quadfio.U
10224 ____________________________________________________________________________
10225 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
10226         Log: Configure tweaks; add prototype probes, make the cpp symbols
10227              probe to cast, not whine; test for %Ld and %Lf before %lld and
10228              %llf because the L is the ANSI way.
10229      Branch: perl
10230            ! Configure config_h.SH configure.com epoc/config.sh
10231            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
10232            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10233            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
10234 ____________________________________________________________________________
10235 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
10236         Log: Sigh.  This is what #10424 was supposed to check in.
10237      Branch: perl
10238            ! op.c sv.c sv.h
10239 ____________________________________________________________________________
10240 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
10241         Log: More verbose failure.
10242      Branch: perl
10243            ! t/op/ver.t
10244 ____________________________________________________________________________
10245 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
10246         Log: The .pm changes to go with #10428.
10247      Branch: perl
10248            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
10249            ! ext/Sys/Syslog/Syslog.pm
10250 ____________________________________________________________________________
10251 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
10252         Log: On second thoughts show to utf8 skippage message only
10253              on failures, it's too confusing otherwise,
10254      Branch: perl
10255            ! t/pragma/locale.t
10256 ____________________________________________________________________________
10257 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
10258         Log: Do not import anything from Encode.
10259      Branch: perl
10260            ! ext/MIME/Base64/QuotedPrint.pm
10261 ____________________________________________________________________________
10262 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
10263         Log: The #10402 didn't take.  Weird.
10264      Branch: perl
10265            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10266            ! ext/Sys/Syslog/Syslog.xs
10267 ____________________________________________________________________________
10268 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
10269         Log: Eradicate traces of 'asciirange' re subpragma.
10270      Branch: perl
10271            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
10272            ! pod/perldiag.pod
10273 ____________________________________________________________________________
10274 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
10275         Log: use is a compile-time thing.
10276      Branch: perl
10277            ! ext/MIME/Base64/QuotedPrint.pm
10278 ____________________________________________________________________________
10279 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
10280         Log: Subject: [PATCH perl@10419] -Wall casting patch
10281              From: Robin Barker <rmb1@cise.npl.co.uk>
10282              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
10283              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
10284      Branch: perl
10285            ! ext/Devel/DProf/DProf.xs mg.c
10286 ____________________________________________________________________________
10287 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
10288         Log: Subject: [PATCH #2] introducing SVpad_TYPED
10289              From: Abhijit Menon-Sen <ams@wiw.org>
10290              Date: Mon, 4 Jun 2001 12:26:02 +0530
10291              Message-ID: <20010604122602.A5775@lustre.linux.in>
10292      Branch: perl
10293            ! op.c sv.c sv.h
10294 ____________________________________________________________________________
10295 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
10296         Log: testsuite for change#10192 (from Gisle Aas)
10297      Branch: perl
10298            + t/op/override.t
10299            ! MANIFEST
10300 ____________________________________________________________________________
10301 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
10302         Log: integrate changes#10414-10416 from mainline
10303              
10304              Potential buffer overrun if the radix separator is more than
10305              one byte.  Also, under locales, prefer the locale-specific
10306              separator over the old boring ".".
10307              
10308              "10.", that is, decimal numbers can have no decimal part at all.
10309              
10310              The non-locale places need love, too.
10311      Branch: maint-5.6/perl
10312           !> perl.h sv.c
10313 ____________________________________________________________________________
10314 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
10315         Log: Missed from #10420.
10316      Branch: perl
10317            ! epoc/config.sh
10318 ____________________________________________________________________________
10319 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
10320         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
10321              often this prototype goes with HAS_SETRESUID_PROTO.
10322      Branch: perl
10323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10324            ! config_h.SH configure.com perl.h uconfig.h
10325 ____________________________________________________________________________
10326 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
10327         Log: Update Changes.
10328      Branch: perl
10329            ! Changes patchlevel.h
10330 ____________________________________________________________________________
10331 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
10332         Log: -Wall "subscript has type `char'" cleanup.
10333      Branch: perl
10334            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
10335 ____________________________________________________________________________
10336 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
10337         Log: Various "cast to pointer from integer of different size"
10338              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
10339              wide but I32 (int) only 32 bits wide).
10340              
10341              WARNING: the classnum and tagnum changes in Storable.xs
10342              may not be wise, they may be breaking binary compatibility
10343              (in 64-bit platforms), asked Raphael Manfredi about the changes.
10344      Branch: perl
10345            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
10346            ! mg.c proto.h
10347 ____________________________________________________________________________
10348 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
10349         Log: The non-locale places need love, too.
10350      Branch: perl
10351            ! perl.h
10352 ____________________________________________________________________________
10353 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
10354         Log: "10.", that is, decimal numbers can have no decimal part at all.
10355      Branch: perl
10356            ! perl.h
10357 ____________________________________________________________________________
10358 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
10359         Log: Potential buffer overrun if the radix separator is more than
10360              one byte.  Also, under locales, prefer the locale-specific
10361              separator over the old boring ".".
10362      Branch: perl
10363            ! perl.h sv.c
10364 ____________________________________________________________________________
10365 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
10366         Log: Integrate change #10412 from maintperl; locale is now
10367              per-cop, not per-op; plus retweak the locale.t to always
10368              list the skipped utf8 locales.
10369      Branch: perl
10370            ! t/pragma/locale.t
10371           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10372           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
10373 ____________________________________________________________________________
10374 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
10375         Log: rationalize locale handling to fix the bugs uncovered by change#10394
10376              
10377              the major issue was that the runtime was looking at PL_hints rather
10378              than op_private to notice whether locale was enabled
10379              
10380              the secondary issue was that many locale-sensitive numeric ops didn't
10381              have HINT_LOCALE propagated into their op_private
10382              
10383              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
10384              instead of per-op, just like HINT_BYTE and the hints for lexical
10385              warnings (this makes the hint available to every op via PL_curcop)
10386              
10387              pragma/locale.t may need to be reworked with these fixes in mind
10388              (it currently passes its tests)
10389      Branch: maint-5.6/perl
10390            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10391            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
10392 ____________________________________________________________________________
10393 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
10394         Log: More verbose debugging.
10395      Branch: perl
10396            ! t/pragma/locale.t
10397 ____________________________________________________________________________
10398 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
10399         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10400              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10401              Date: Sat, 2 Jun 2001 22:53:33 +0100
10402              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
10403      Branch: perl
10404            ! regcomp.c t/pragma/warn/regcomp
10405 ____________________________________________________________________________
10406 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
10407         Log: Mention that lexicalizing $a or $b is a bad idea if one
10408              wants to use sort().
10409      Branch: perl
10410            ! pod/perlvar.pod
10411 ____________________________________________________________________________
10412 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
10413         Log: Tweak the test to be happy if the accuracy is 'good enough'.
10414      Branch: perl
10415            ! t/lib/posix.t
10416 ____________________________________________________________________________
10417 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
10418         Log: Upgrade to Attribute::Handlers 0.70.
10419              
10420              NOTE: this unearthed the "too late for CHECK block" bug,
10421              that's why the 1_compile.t change.
10422      Branch: perl
10423            + lib/Attribute/Handlers/demo/Demo.pm
10424            + lib/Attribute/Handlers/demo/Descriptions.pm
10425            + lib/Attribute/Handlers/demo/MyClass.pm
10426            + lib/Attribute/Handlers/demo/demo.pl
10427            + lib/Attribute/Handlers/demo/demo2.pl
10428            + lib/Attribute/Handlers/demo/demo3.pl
10429            + lib/Attribute/Handlers/demo/demo4.pl
10430            + lib/Attribute/Handlers/demo/demo_call.pl
10431            + lib/Attribute/Handlers/demo/demo_chain.pl
10432            + lib/Attribute/Handlers/demo/demo_cycle.pl
10433            + lib/Attribute/Handlers/demo/demo_hashdir.pl
10434            + lib/Attribute/Handlers/demo/demo_phases.pl
10435            + lib/Attribute/Handlers/demo/demo_range.pl
10436            + lib/Attribute/Handlers/demo/demo_rawdata.pl
10437            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
10438            ! t/lib/attrhand.t
10439 ____________________________________________________________________________
10440 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
10441         Log: One less -Wall whine.
10442      Branch: perl
10443            ! regcomp.c
10444 ____________________________________________________________________________
10445 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
10446         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
10447      Branch: perl
10448           !> t/op/eval.t
10449 ____________________________________________________________________________
10450 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
10451         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
10452              aren't "normally" visible inside eval""s contained in subs unless
10453              a cloned reference to them already exists)
10454              
10455              strangely enough, t/harness didn't show this up as a failure
10456              (harness needs fixing?)
10457      Branch: maint-5.6/perl
10458            ! t/op/eval.t
10459 ____________________________________________________________________________
10460 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
10461         Log: Update to Text::Balanced 1.85.
10462      Branch: perl
10463            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
10464 ____________________________________________________________________________
10465 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
10466         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
10467              From: Nicholas Clark <nick@ccl4.org>
10468              Date: Sun, 3 Jun 2001 17:54:36 +0100
10469              Message-ID: <20010603175436.E76396@plum.flirble.org> 
10470      Branch: perl
10471            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10472            ! ext/Sys/Syslog/Syslog.xs
10473 ____________________________________________________________________________
10474 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
10475         Log: Unused variables.
10476      Branch: perl
10477            ! util.c
10478 ____________________________________________________________________________
10479 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
10480         Log: Subject: [PATCH] APIfy op_clear 
10481              From: Simon Cozens <simon@netthink.co.uk>
10482              Date: Sun, 3 Jun 2001 13:51:46 +0100
10483              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10484              
10485              (despite the subject line, op_null is APIfied by the patch)
10486      Branch: perl
10487            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10488 ____________________________________________________________________________
10489 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
10490         Log: Subject: [PATCH] t/lib/extutils.t
10491              From: Nicholas Clark <nick@ccl4.org>
10492              Date: Sat, 2 Jun 2001 23:57:05 +0100
10493              Message-ID: <20010602235705.Q12698@plum.flirble.org>
10494      Branch: perl
10495            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10496 ____________________________________________________________________________
10497 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
10498         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
10499              From: Prymmer/Kahn <pvhp@best.com>
10500              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
10501              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
10502      Branch: perl
10503            ! win32/Makefile win32/makefile.mk
10504 ____________________________________________________________________________
10505 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
10506         Log: Subject: Re: 'decimal digits' macro? 
10507              From: Hugo <hv@crypt.compulink.co.uk>
10508              Date: Sun, 03 Jun 2001 04:26:36 +0100
10509              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
10510      Branch: perl
10511            ! handy.h t/lib/posix.t t/op/tr.t
10512 ____________________________________________________________________________
10513 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
10514         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10515              From: Hugo <hv@crypt.compulink.co.uk>
10516              Date: Sun, 03 Jun 2001 14:56:30 +0100
10517              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
10518      Branch: perl
10519            ! util.c
10520 ____________________________________________________________________________
10521 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
10522         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
10523      Branch: perl
10524           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
10525           !> vms/perly_c.vms
10526 ____________________________________________________________________________
10527 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
10528         Log: fix leakage of lexicals at file scope into subroutines that were
10529              declared before them; this appears to be a longstanding bug that
10530              meant that lexicals at file scope were never "deintroduced", meaning
10531              their scope range was never properly closed, and their visibility
10532              extended to all subsequent eval""s or requires
10533              
10534              added a test case
10535              
10536              seems to also fix a case of bogus duplicate warnings
10537      Branch: maint-5.6/perl
10538            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
10539            ! vms/perly_c.vms
10540 ____________________________________________________________________________
10541 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
10542         Log: More VMS tweaks from Craig A. Berry.
10543      Branch: perl
10544            ! configure.com t/lib/extutils.t
10545 ____________________________________________________________________________
10546 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
10547         Log: -Wall cleanup continues.
10548      Branch: perl
10549            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
10550            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10551            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
10552            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
10553            ! run.c toke.c util.c
10554 ____________________________________________________________________________
10555 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
10556         Log: The metaconfig unit change for #10390.
10557      Branch: metaconfig/U/perl
10558            ! gccvers.U
10559 ____________________________________________________________________________
10560 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
10561         Log: Drop the -ansi from the default gcc flags.
10562              
10563              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
10564              that struct cannot be compared with a flat integer, such as STRLEN.
10565              The -ansi will also cause a lot of noise in Solaris because of:
10566              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
10567      Branch: perl
10568            ! Configure
10569 ____________________________________________________________________________
10570 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
10571         Log: Integrate perlio.
10572      Branch: perl
10573           !> pod/perlapi.pod util.c
10574 ____________________________________________________________________________
10575 [ 10388] By: nick                                  on 2001/06/02  08:01:12
10576         Log: Integrate mainline
10577      Branch: perlio
10578           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
10579           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
10580           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
10581           !> t/lib/1_compile.t t/lib/mimeqp.t
10582 ____________________________________________________________________________
10583 [ 10387] By: nick                                  on 2001/06/02  07:39:17
10584         Log: Tweak util.c's atof2 for MULTIPLICITY
10585      Branch: perlio
10586            ! util.c
10587 ____________________________________________________________________________
10588 [ 10386] By: nick                                  on 2001/06/02  07:38:33
10589         Log: Integrate mainline
10590      Branch: perlio
10591           !> (integrate 41 files)
10592 ____________________________________________________________________________
10593 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
10594         Log: Add Attribute::Handlers 0.61 from Damian Conway.
10595      Branch: perl
10596            + lib/Attribute/Handlers.pm t/lib/attrhand.t
10597            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
10598 ____________________________________________________________________________
10599 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
10600         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
10601              From: Peter Prymmer <pvhp@forte.com>
10602              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
10603              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
10604      Branch: perl
10605            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
10606 ____________________________________________________________________________
10607 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
10608         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
10609              From: Jeff Pinyan <jeffp@crusoe.net>
10610              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
10611              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
10612      Branch: perl
10613            ! lib/File/Find.pm
10614 ____________________________________________________________________________
10615 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
10616         Log: Subject: [PATCH perl@10381] configure.com tweaks
10617              From: "Craig A. Berry" <craigberry@mac.com>
10618              Date: Fri, 1 Jun 2001 13:55:43 -0500
10619              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
10620      Branch: perl
10621            ! configure.com
10622 ____________________________________________________________________________
10623 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
10624         Log: Update Changes.
10625      Branch: perl
10626            ! Changes patchlevel.h
10627 ____________________________________________________________________________
10628 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
10629         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
10630              From: Mike Guy <mjtg@cam.ac.uk>
10631              Date: Fri, 01 Jun 2001 18:17:02 +0100
10632              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
10633      Branch: perl
10634            ! lib/perl5db.pl
10635 ____________________________________________________________________________
10636 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
10637         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10638              From: Hugo <hv@crypt.compulink.co.uk>
10639              Date: Thu, 31 May 2001 20:49:48 +0100
10640              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
10641      Branch: perl
10642            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
10643            ! util.c
10644 ____________________________________________________________________________
10645 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
10646         Log: Zero() is not available in x2p (or, rather, some of its
10647              implementations like memzero() might not be available.)
10648      Branch: perl
10649            ! x2p/hash.c
10650 ____________________________________________________________________________
10651 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
10652         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
10653              From: Michael G Schwern <schwern@pobox.com>
10654              Date: Fri, 1 Jun 2001 12:00:29 +0100
10655              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
10656              
10657              (But use Zero() instead of memset.)
10658      Branch: perl
10659            ! x2p/hash.c
10660 ____________________________________________________________________________
10661 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
10662         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10663              From: Jeff Pinyan <jeffp@crusoe.net>
10664              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
10665              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
10666      Branch: perl
10667            ! pod/perldiag.pod regcomp.c t/op/pat.t
10668 ____________________________________________________________________________
10669 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
10670         Log: Retract #10324 and #10333; not needed.
10671      Branch: perl
10672            ! hints/irix_6.sh hints/linux.sh
10673 ____________________________________________________________________________
10674 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
10675         Log: The #10370 wasn't quite right.
10676      Branch: perl
10677            ! ext/XS/Typemap/Typemap.xs
10678 ____________________________________________________________________________
10679 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
10680         Log: The metaconfig units changes for #10372.
10681      Branch: metaconfig/U/perl
10682            + d_realpath.U d_sresgproto.U d_sresuproto.U
10683            ! gccvers.U i_db.U
10684 ____________________________________________________________________________
10685 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
10686         Log: Configure tweaks; record the Berkeley DB version,
10687              probe for realpath(), for setresuid() and setresgid()
10688              prototypes; use realpath() (try to be paranoid enough),
10689              use the setres[ug]id prototypes because glibc has the functions
10690              but not their prototypes; add -Wall -ansi to gcc ccflags;
10691              regen toc.
10692      Branch: perl
10693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10694            ! config_h.SH configure.com epoc/config.sh
10695            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
10696            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
10697            ! vos/config.ga.def win32/config.bc win32/config.gc
10698            ! win32/config.vc
10699 ____________________________________________________________________________
10700 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
10701         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
10702              From: Michael G Schwern <schwern@pobox.com>
10703              Date: Fri, 1 Jun 2001 11:28:14 +0100
10704              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
10705      Branch: perl
10706            ! lib/attributes.pm xsutils.c
10707 ____________________________________________________________________________
10708 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
10709         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
10710              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10711              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
10712              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
10713      Branch: perl
10714            ! ext/XS/Typemap/Typemap.xs
10715 ____________________________________________________________________________
10716 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
10717         Log: Subject: [patch] Cwd.xs optimizations/abstraction
10718              From: Doug MacEachern <dougm@covalent.net>
10719              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
10720              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
10721      Branch: perl
10722            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
10723            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
10724 ____________________________________________________________________________
10725 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
10726         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!])
10727              From: Nicholas Clark <nick@ccl4.org>
10728              Date: Thu, 31 May 2001 23:56:40 +0100
10729              Message-ID: <20010531235640.F12698@plum.flirble.org>
10730              
10731              Make the test work also under only static extensions
10732              (sh Configure -Uusedl fakes this nicely)
10733      Branch: perl
10734            ! t/lib/extutils.t
10735 ____________________________________________________________________________
10736 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
10737         Log: Subject: [PATCH hv.c] Eliminating trigraph
10738              From: Michael G Schwern <schwern@pobox.com>
10739              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
10740              Date: Fri, 1 Jun 2001 11:49:56 +0100
10741      Branch: perl
10742            ! hv.c
10743 ____________________________________________________________________________
10744 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
10745         Log: Subject: Re: [PATCH] Tests for File::Compare 
10746              From: "Philip Newton" <Philip.Newton@gmx.net>
10747              Date: Thu, 31 May 2001 19:44:05 +0200
10748              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
10749              
10750              Unnecessary "quotation marks".
10751      Branch: perl
10752            ! t/lib/filecomp.t
10753 ____________________________________________________________________________
10754 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
10755         Log: Integrate perlio.
10756      Branch: perl
10757           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
10758 ____________________________________________________________________________
10759 [ 10364] By: nick                                  on 2001/06/01  10:13:31
10760         Log: Cleanup dll.base and dll.exp created by GCC builds.
10761      Branch: perlio
10762            ! lib/ExtUtils/MM_Win32.pm
10763 ____________________________________________________________________________
10764 [ 10363] By: nick                                  on 2001/06/01  10:02:17
10765         Log: Make filecomp test work on CRLF platforms by adding binmode.
10766      Branch: perlio
10767            ! t/lib/filecomp.t
10768 ____________________________________________________________________________
10769 [ 10362] By: nick                                  on 2001/06/01  08:37:17
10770         Log: Integrate mainline
10771      Branch: perlio
10772           !> Changes Configure patchlevel.h perlio.c
10773 ____________________________________________________________________________
10774 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
10775         Log: panic:claustrophobia.
10776      Branch: perl
10777            ! perlio.c
10778 ____________________________________________________________________________
10779 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
10780         Log: Update Changes.
10781      Branch: perl
10782            ! Changes patchlevel.h
10783 ____________________________________________________________________________
10784 [ 10359] By: nick                                  on 2001/05/31  12:35:50
10785         Log: Integrate mainline.
10786      Branch: perlio
10787           +> t/lib/filecomp.t
10788           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
10789           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
10790 ____________________________________________________________________________
10791 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
10792         Log: Integrate perlio.
10793      Branch: perl
10794           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
10795           !> win32/config_H.vc
10796 ____________________________________________________________________________
10797 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
10798         Log: Metaconfig unit change for #10356.
10799      Branch: metaconfig
10800            ! U/installdirs/inc_version_list.U
10801 ____________________________________________________________________________
10802 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
10803         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
10804              (idea from Sarathy; implementation from Andy)
10805      Branch: perl
10806            ! Configure
10807 ____________________________________________________________________________
10808 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
10809         Log: More AUTHORS.
10810      Branch: perl
10811            ! AUTHORS
10812 ____________________________________________________________________________
10813 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
10814         Log: Subject: Re: [PATCH] Tests for File::Compare
10815              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
10816              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
10817              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
10818      Branch: perl
10819            + t/lib/filecomp.t
10820            ! MANIFEST t/lib/1_compile.t
10821 ____________________________________________________________________________
10822 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
10823         Log: Subject: [PATCH] DEBUG_* macro cleanups
10824              From: Abhijit Menon-Sen <ams@wiw.org>
10825              Date: Thu, 31 May 2001 12:16:22 +0530
10826              Message-ID: <20010531121622.B4829@lustre.linux.in>
10827              
10828              Subject: Re: [PATCH] DEBUG_* macro cleanups
10829              From: Abhijit Menon-Sen <ams@wiw.org>
10830              Date: Thu, 31 May 2001 13:57:01 +0530
10831              Message-ID: <20010531135701.A21775@lustre.linux.in>
10832              
10833              (The DEBUG_ definitions in perl.h changed to use the
10834              STMT_START and STMT_END.)
10835      Branch: perl
10836            ! perl.h pp_ctl.c sv.c toke.c
10837 ____________________________________________________________________________
10838 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
10839         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
10840              From: Abhijit Menon-Sen <ams@wiw.org>
10841              Date: Thu, 31 May 2001 08:27:55 +0530
10842              Message-ID: <20010531082755.A10018@lustre.linux.in>
10843      Branch: perl
10844            ! ext/Storable/Storable.xs gv.c perl.c
10845 ____________________________________________________________________________
10846 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
10847         Log: Subject: [PATCH] AUTHORS
10848              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10849              Date: Thu, 31 May 2001 01:27:59 -0500
10850              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
10851              
10852              Subject: Re: [PATCH] AUTHORS
10853              From: "Philip Newton" <Philip.Newton@gmx.net>
10854              Date: Thu, 31 May 2001 10:08:06 +0200
10855              (Message-Id missing?)
10856      Branch: perl
10857            ! AUTHORS
10858 ____________________________________________________________________________
10859 [ 10350] By: nick                                  on 2001/05/31  11:40:43
10860         Log: win32 - dmake regen_config_h
10861      Branch: perlio
10862            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10863 ____________________________________________________________________________
10864 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
10865         Log: Subject: Re: [PATCH util.c] More warning cleanups.
10866              From: "Philip Newton" <Philip.Newton@gmx.net>
10867              Date: Thu, 31 May 2001 07:41:36 +0200
10868              Message-Id: <200105310538.IAA25458@taku.hut.fi>
10869              
10870              Undo C++-ism that snekt in.
10871      Branch: perl
10872            ! util.c
10873 ____________________________________________________________________________
10874 [ 10348] By: nick                                  on 2001/05/31  11:36:46
10875         Log: Tolerate Win32 numerics
10876      Branch: perlio
10877            ! t/pragma/warn/toke
10878 ____________________________________________________________________________
10879 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
10880         Log: Integrate perlio.
10881      Branch: perl
10882           !> perlio.c win32/win32.h
10883 ____________________________________________________________________________
10884 [ 10346] By: nick                                  on 2001/05/31  10:54:55
10885         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
10886              perlio.c change 10255.
10887      Branch: perlio
10888            ! perlio.c
10889 ____________________________________________________________________________
10890 [ 10345] By: nick                                  on 2001/05/31  10:01:57
10891         Log: Conditionaly put back some "unused" dTHX which are used
10892              with PERL_IMPLICIT_SYS
10893      Branch: perlio
10894            ! perlio.c
10895 ____________________________________________________________________________
10896 [ 10344] By: nick                                  on 2001/05/31  10:00:59
10897         Log: Fix Win32 for new spelling IN_BYTES 
10898      Branch: perlio
10899            ! win32/win32.h
10900 ____________________________________________________________________________
10901 [ 10343] By: nick                                  on 2001/05/31  08:01:32
10902         Log: perlio.c -Wall cleaner under MULTIPLICITY
10903              - still minor noise with linux stdio
10904      Branch: perlio
10905            ! perlio.c
10906 ____________________________________________________________________________
10907 [ 10342] By: nick                                  on 2001/05/31  07:52:23
10908         Log: Integrate mainline.
10909      Branch: perlio
10910           !> (integrate 42 files)
10911 ____________________________________________________________________________
10912 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
10913         Log: AUTHORS updates.
10914      Branch: perl
10915            ! AUTHORS
10916 ____________________________________________________________________________
10917 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
10918         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
10919              From: Peter Prymmer <pvhp@forte.com>
10920              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
10921              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
10922      Branch: perl
10923            ! t/lib/md5-file.t
10924 ____________________________________________________________________________
10925 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
10926         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
10927              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
10928              to match the pragma name; various robustness cleanups.
10929      Branch: perl
10930            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
10931            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
10932 ____________________________________________________________________________
10933 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
10934         Log: More -Wall sweeping.
10935      Branch: perl
10936            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
10937            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
10938            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
10939            ! regcomp.c sv.c toke.c utf8.c
10940 ____________________________________________________________________________
10941 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
10942         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
10943              From: Nicholas Clark <nick@ccl4.org>
10944              Date: Wed, 30 May 2001 22:34:41 +0100
10945              Message-ID: <20010530223441.Y86445@plum.flirble.org>
10946      Branch: perl
10947            ! t/op/cmp.t
10948 ____________________________________________________________________________
10949 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
10950         Log: It's is not, it isn't ain't, and it's it's, not its,
10951              if you mean it is. If you don't, it's its. Then too,
10952              it's hers. It isn't her's. It isn't our's either.
10953              It's ours, and likewise yours and theirs.
10954              -- Oxford University Press, Edpress News
10955      Branch: perl
10956            ! lib/autouse.pm
10957 ____________________________________________________________________________
10958 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
10959         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
10960      Branch: perl
10961            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
10962            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
10963            ! x2p/str.c x2p/walk.c xsutils.c
10964 ____________________________________________________________________________
10965 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
10966         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10967              From: Michael G Schwern <schwern@pobox.com>
10968              Date: Wed, 30 May 2001 17:10:38 +0100
10969              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
10970              
10971              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
10972              From: Abhijit Menon-Sen <ams@wiw.org>
10973              Date: Wed, 30 May 2001 23:16:13 +0530
10974              Message-ID: <20010530231613.A31933@lustre.linux.in>
10975      Branch: perl
10976            ! perl.c t/run/runenv.t
10977 ____________________________________________________________________________
10978 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
10979         Log: (Retracted by #10375.)
10980              
10981              IRIX hints patch from Merijn Broeren.
10982              
10983              TODO: (this and the earlier Linux hints patch) should be solved
10984              at Configure level.  Merijn: -ldb should not be used on any platform
10985              for perl, just when linking DBFile itself. Trying to be helpful here
10986              is counterproductive.
10987      Branch: perl
10988            ! hints/irix_6.sh
10989 ____________________________________________________________________________
10990 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
10991         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
10992              From: Nicholas Clark <nick@ccl4.org>
10993              Date: Wed, 30 May 2001 23:20:58 +0100
10994              Message-ID: <20010530232058.B86445@plum.flirble.org>
10995      Branch: perl
10996            ! doop.c
10997 ____________________________________________________________________________
10998 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
10999         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11000              From: Michael G Schwern <schwern@pobox.com> 
11001              Date: Wed, 30 May 2001 15:24:20 +0100
11002              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
11003      Branch: perl
11004            ! t/pragma/autouse.t
11005 ____________________________________________________________________________
11006 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
11007         Log: The regex trick wasn't a good idea.
11008      Branch: perl
11009            ! pod/perlfaq4.pod
11010 ____________________________________________________________________________
11011 [ 10329] By: nick                                  on 2001/05/30  18:34:35
11012         Log: Integrate mainline
11013      Branch: perlio
11014           !> (integrate 40 files)
11015 ____________________________________________________________________________
11016 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
11017         Log: Update Changes.
11018      Branch: perl
11019            ! Changes patchlevel.h
11020 ____________________________________________________________________________
11021 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
11022         Log: The metaconfig unit change for #10325.
11023      Branch: metaconfig
11024            + U/modified/afs.U
11025 ____________________________________________________________________________
11026 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
11027         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
11028              is now wrong.
11029      Branch: perl
11030            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11031 ____________________________________________________________________________
11032 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
11033         Log: Introduce $Config{afsroot}.
11034      Branch: perl
11035            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11036            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
11037            ! win32/config.gc win32/config.vc
11038 ____________________________________________________________________________
11039 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
11040         Log: (Retracted by #10375.)
11041              
11042              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
11043      Branch: perl
11044            ! hints/linux.sh
11045 ____________________________________________________________________________
11046 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
11047         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
11048              (Also Configure tweaks needed; coming up soon.)
11049      Branch: perl
11050            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
11051 ____________________________________________________________________________
11052 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
11053         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
11054              From: Michael G Schwern <schwern@pobox.com>
11055              Date: Sun, 27 May 2001 10:29:43 +0100
11056              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
11057      Branch: perl
11058            ! lib/perl5db.pl
11059 ____________________________________________________________________________
11060 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
11061         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
11062              and Abhijit Menon-Sen.
11063      Branch: perl
11064            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
11065            ! perl.c pp_sys.c regcomp.c
11066 ____________________________________________________________________________
11067 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
11068         Log: Fix the BOOT section to call myU2time properly.
11069      Branch: perl
11070            ! ext/Time/HiRes/HiRes.xs
11071 ____________________________________________________________________________
11072 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
11073         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11074              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11075              Date: Wed, 30 May 2001 09:44:29 -0400
11076              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
11077              
11078              Detypo; plus add one more trick.
11079      Branch: perl
11080            ! pod/perlfaq4.pod
11081 ____________________________________________________________________________
11082 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
11083         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)
11084              From: Michael G Schwern <schwern@pobox.com>
11085              Date: Wed, 30 May 2001 14:39:06 +0100
11086              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
11087      Branch: perl
11088            ! lib/autouse.pm t/pragma/autouse.t
11089 ____________________________________________________________________________
11090 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
11091         Log: Subject: Re: AIX and gcc (moving targets)
11092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11093              Date: Wed, 30 May 2001 15:25:08 +0200
11094              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
11095      Branch: perl
11096            ! ext/Time/HiRes/HiRes.xs
11097 ____________________________________________________________________________
11098 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
11099         Log: Subject: [PATCH t/TEST] sorting tests
11100              From: Michael G Schwern <schwern@pobox.com>
11101              Date: Wed, 30 May 2001 10:24:02 +0100
11102              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
11103      Branch: perl
11104            ! t/TEST
11105 ____________________________________________________________________________
11106 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
11107         Log: Subject: [ID 20010529.002] typos in man page perlre
11108              From: bart@cg681574-a.adubn1.nj.home.com 
11109              Date: Tue, 29 May 2001 13:58:59 -0500
11110              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
11111      Branch: perl
11112            ! pod/perlre.pod
11113 ____________________________________________________________________________
11114 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
11115         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11116              From: "Craig A. Berry" <craigberry@mac.com>
11117              Date: Tue, 29 May 2001 23:23:45 -0500
11118              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
11119      Branch: perl
11120            ! t/lib/extutils.t t/pragma/autouse.t
11121 ____________________________________________________________________________
11122 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
11123         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)
11124              From: David Dyck <dcd@tc.fluke.com>
11125              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
11126              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
11127      Branch: perl
11128            ! t/lib/filefind.t
11129 ____________________________________________________________________________
11130 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
11131         Log: AIX hints update for gcc from Merijn H. Brand.
11132      Branch: perl
11133            ! hints/aix.sh
11134 ____________________________________________________________________________
11135 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
11136         Log: Retract #10295 and #10296: a more generic solution
11137              is needed (there's something funny with gcc on AIX).
11138      Branch: perl
11139            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
11140 ____________________________________________________________________________
11141 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
11142         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11143              From: Hugo <hv@crypt.compulink.co.uk>
11144              Date: Wed, 30 May 2001 11:59:19 +0100
11145              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
11146              
11147              localizing $@ has unfortunate semantics - if you die past
11148              a local $@, the die message is lost.
11149      Branch: perl
11150            ! lib/utf8_heavy.pl
11151 ____________________________________________________________________________
11152 [ 10309] By: nick                                  on 2001/05/30  08:23:02
11153         Log: Integrate mainline (autouse works again.)
11154      Branch: perlio
11155           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
11156           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
11157           !> pod/perlvar.pod t/op/cmp.t
11158 ____________________________________________________________________________
11159 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
11160         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
11161              From: David Dyck <dcd@tc.fluke.com>
11162              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
11163              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
11164      Branch: perl
11165            ! lib/File/Find.pm
11166 ____________________________________________________________________________
11167 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
11168         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
11169              From: Nicholas Clark <nick@ccl4.org>
11170              Date: Tue, 29 May 2001 23:16:09 +0100
11171              Message-ID: <20010529231609.U86445@plum.flirble.org>
11172              
11173              Make the test output slightly clearer by distinguishing
11174              between '' and undef.
11175      Branch: perl
11176            ! t/op/cmp.t
11177 ____________________________________________________________________________
11178 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
11179         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
11180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11181              Date: Tue, 29 May 2001 19:15:19 -0400
11182              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
11183      Branch: perl
11184            ! hints/os2.sh
11185 ____________________________________________________________________________
11186 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
11187         Log: Subject: perlvar.pod addition
11188              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
11189              Date: Fri, 25 May 2001 20:23:12 +0200
11190              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
11191              
11192              Subject: Re: perlvar.pod addition
11193              From: "Abigail" <abigail@foad.org> 
11194              Date: Fri, 25 May 2001 22:00:39 +0200
11195              Message-ID: <20010525200039.28029.qmail@foad.org>
11196              
11197              Mention $a and $b in perlvar.
11198      Branch: perl
11199            ! pod/perlvar.pod
11200 ____________________________________________________________________________
11201 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
11202         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
11203              From: Jeff Pinyan <jeffp@crusoe.net>
11204              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
11205              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
11206      Branch: perl
11207            ! pod/perlvar.pod
11208 ____________________________________________________________________________
11209 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
11210         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
11211              From: Jeff Pinyan <jeffp@crusoe.net>
11212              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
11213              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
11214      Branch: perl
11215            ! pod/perlfaq6.pod
11216 ____________________________________________________________________________
11217 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
11218         Log: Mention Time::localtime and Time::gmtime.
11219      Branch: perl
11220            ! ext/Time/Piece/Piece.pm
11221 ____________________________________________________________________________
11222 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
11223         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11224              From: Michael G Schwern <schwern@pobox.com>
11225              Date: Tue, 29 May 2001 18:51:32 +0100
11226              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
11227      Branch: perl
11228            ! pod/perlfaq4.pod
11229 ____________________________________________________________________________
11230 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
11231         Log: Retract #10243.
11232      Branch: perl
11233            ! lib/autouse.pm
11234 ____________________________________________________________________________
11235 [ 10299] By: nick                                  on 2001/05/29  18:41:19
11236         Log: Post weekend integrate mainline (fails one test pragma/autouse).
11237      Branch: perlio
11238           +> (branch 29 files)
11239           !> (integrate 91 files)
11240 ____________________________________________________________________________
11241 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
11242         Log: Update Changes.
11243      Branch: perl
11244            ! Changes patchlevel.h
11245 ____________________________________________________________________________
11246 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
11247         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
11248              before Perl_load_module/Perl_call_method and restore the value
11249              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
11250      Branch: perl
11251            ! utf8.c
11252 ____________________________________________________________________________
11253 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
11254         Log: Subject: Re: AIX and gcc (moving targets)
11255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11256              Date: Tue, 29 May 2001 17:59:40 +0200
11257              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
11258      Branch: perl
11259            ! ext/Storable/Makefile.PL
11260 ____________________________________________________________________________
11261 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
11262         Log: Subject: Re: AIX and gcc (moving targets)
11263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11264              Date: Tue, 29 May 2001 12:32:57 +0200
11265              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
11266      Branch: perl
11267            ! ext/POSIX/Makefile.PL
11268 ____________________________________________________________________________
11269 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
11270         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
11271              From: Michael G Schwern <schwern@pobox.com>
11272              Date: Tue, 29 May 2001 09:53:29 +0100
11273              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
11274              
11275              (#10280 retracted)
11276      Branch: perl
11277            ! lib/Test/Harness.pm t/lib/test-harness.t
11278 ____________________________________________________________________________
11279 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
11280         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
11281              From: Michael G Schwern <schwern@pobox.com>
11282              Date: Tue, 29 May 2001 09:19:52 +0100
11283              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
11284      Branch: perl
11285            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
11286            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
11287            + t/lib/Test/todo.t
11288            ! MANIFEST lib/Test.pm t/TEST
11289 ____________________________________________________________________________
11290 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
11291         Log: From: Michael G Schwern <schwern@pobox.com>
11292              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
11293              Date: Tue, 29 May 2001 08:26:09 +0100
11294              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
11295      Branch: perl
11296            ! t/TEST
11297 ____________________________________________________________________________
11298 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
11299         Log: Add tests for Time::gmtime and Time::localtime.
11300      Branch: perl
11301            + t/lib/time-gmtime.t t/lib/time-localtime.t
11302            ! MANIFEST t/lib/1_compile.t
11303 ____________________________________________________________________________
11304 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
11305         Log: Add test for File::stat.
11306      Branch: perl
11307            + t/lib/filestat.t
11308            ! MANIFEST t/lib/1_compile.t
11309 ____________________________________________________________________________
11310 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
11311         Log: Add test for Net::servent.
11312      Branch: perl
11313            + t/lib/net-sent.t
11314            ! MANIFEST t/lib/1_compile.t
11315 ____________________________________________________________________________
11316 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
11317         Log: Add test for Net::protoent.
11318      Branch: perl
11319            + t/lib/net-pent.t
11320            ! MANIFEST t/lib/1_compile.t
11321 ____________________________________________________________________________
11322 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
11323         Log: Add test for Net::netent.
11324      Branch: perl
11325            + t/lib/net-nent.t
11326            ! MANIFEST t/lib/1_compile.t
11327 ____________________________________________________________________________
11328 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
11329         Log: Add test for User::grent.  Portability doubtful.
11330      Branch: perl
11331            + t/lib/user-grent.t
11332            ! MANIFEST t/lib/1_compile.t
11333 ____________________________________________________________________________
11334 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
11335         Log: Add test for User::pwent.
11336              Probably will fall down somewhere for portability reasons.
11337      Branch: perl
11338            + t/lib/user-pwent.t
11339            ! MANIFEST t/lib/1_compile.t
11340 ____________________________________________________________________________
11341 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
11342         Log: Metaconfig units changes for #10283.
11343      Branch: metaconfig
11344            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
11345            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
11346            ! U/installdirs/sitescript.U U/modified/Signal.U
11347 ____________________________________________________________________________
11348 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
11349         Log: Subject: [PATCH 5.6.1] signal names in Configure
11350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11351              Date: Tue, 29 May 2001 03:52:25 -0400
11352              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
11353              
11354              Subject: [PATCH 5.6.1] older perl in Configure
11355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11356              Date: Tue, 29 May 2001 03:55:40 -0400
11357              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
11358              
11359              Subject: [PATCH 5.6.1] goofs in Configure
11360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11361              Date: Tue, 29 May 2001 04:13:07 -0400
11362              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
11363              
11364              Configure portability tweaks.
11365      Branch: perl
11366            ! Configure
11367 ____________________________________________________________________________
11368 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
11369         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
11370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11371              Date: Tue, 29 May 2001 04:07:06 -0400
11372              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
11373      Branch: perl
11374            ! os2/os2.c
11375 ____________________________________________________________________________
11376 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
11377         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
11378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11379              Date: Tue, 29 May 2001 04:01:38 -0400
11380              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
11381      Branch: perl
11382            ! hints/os2.sh os2/Makefile.SHs
11383 ____________________________________________________________________________
11384 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
11385         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
11386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11387              Date: Tue, 29 May 2001 03:50:18 -0400
11388              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
11389      Branch: perl
11390            ! lib/Test/Harness.pm
11391 ____________________________________________________________________________
11392 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
11393         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
11394      Branch: perl
11395            ! lib/utf8_heavy.pl
11396 ____________________________________________________________________________
11397 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
11398         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11399              From: Hugo <hv@crypt.compulink.co.uk>
11400              Date: Tue, 29 May 2001 03:03:45 +0100
11401              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
11402              
11403              Explanation why the $@ always gets the UTF8 flag when under use utf8--
11404              because we told it to have the flag when under use utf8.
11405      Branch: perl
11406            ! pp_ctl.c
11407 ____________________________________________________________________________
11408 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
11409         Log: At least a partial fix for 20010528.004.
11410      Branch: perl
11411            ! lib/utf8_heavy.pl
11412 ____________________________________________________________________________
11413 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
11414         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
11415              From: Nicholas Clark <nick@ccl4.org> 
11416              Date: Mon, 28 May 2001 23:39:38 +0100
11417              Message-ID: <20010528233938.M86445@plum.flirble.org>
11418              
11419              More portable non-zero UV.
11420      Branch: perl
11421            ! t/lib/extutils.t
11422 ____________________________________________________________________________
11423 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
11424         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
11425              From: Nicholas Clark <nick@ccl4.org>
11426              Date: Mon, 28 May 2001 22:46:09 +0100
11427              Message-ID: <20010528224608.L86445@plum.flirble.org>
11428              
11429              Test also "make clean".
11430      Branch: perl
11431            ! t/lib/extutils.t
11432 ____________________________________________________________________________
11433 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
11434         Log: Subject: Re: Would -Wno-unused -Wall be better?
11435              From: Michael G Schwern <schwern@pobox.com>
11436              Date: Tue, 29 May 2001 00:55:54 +0100
11437              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
11438      Branch: perl
11439            ! pp.h
11440 ____________________________________________________________________________
11441 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
11442         Log: Add a test for 20010528.007, fixed in #10272.
11443      Branch: perl
11444            ! t/op/misc.t toke.c
11445 ____________________________________________________________________________
11446 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
11447         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
11448              From: Hugo <hv@crypt.compulink.co.uk>
11449              Date: Tue, 29 May 2001 00:23:23 +0100
11450              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
11451      Branch: perl
11452            ! toke.c
11453 ____________________________________________________________________________
11454 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
11455         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11456              From: Michael G Schwern <schwern@pobox.com>
11457              Date: Tue, 29 May 2001 00:42:59 +0100
11458              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
11459      Branch: perl
11460            ! t/pragma/autouse.t
11461 ____________________________________________________________________________
11462 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
11463         Log: Some shells seemingly arrange the signal handlers differently
11464              (bug id 20010521.004).
11465      Branch: perl
11466            ! t/lib/sigaction.t
11467 ____________________________________________________________________________
11468 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
11469         Log: Regen perlmodlib.
11470      Branch: perl
11471            ! pod/perlmodlib.pod
11472 ____________________________________________________________________________
11473 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
11474         Log: Update Changes.
11475      Branch: perl
11476            ! Changes patchlevel.h
11477 ____________________________________________________________________________
11478 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
11479         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
11480              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11481              Date: Mon, 28 May 2001 14:56:35 -0500
11482              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
11483      Branch: perl
11484            ! pod/perlnewmod.pod
11485 ____________________________________________________________________________
11486 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
11487         Log: Regen toc.
11488      Branch: perl
11489            ! pod/perltoc.pod
11490 ____________________________________________________________________________
11491 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
11492         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
11493              From: "Richard Soderberg" <rs@crystalflame.net>
11494              Date: Mon, 28 May 2001 12:31:23 -0700
11495              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
11496      Branch: perl
11497            ! t/op/splice.t
11498 ____________________________________________________________________________
11499 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
11500         Log: The #10260 was too bold: locales and utf8 still do not mix.
11501      Branch: perl
11502            ! t/pragma/locale.t
11503 ____________________________________________________________________________
11504 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
11505         Log: Subject: [PATCH] Pod nitpicks
11506              From: "Richard Soderberg" <rs@crystalflame.net>
11507              Date: Mon, 28 May 2001 10:08:58 -0700
11508              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
11509      Branch: perl
11510            ! pod/perl571delta.pod pod/perlapi.pod sv.h
11511 ____________________________________________________________________________
11512 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
11513         Log: Upgrade to I18N::LangTags 0.22.
11514      Branch: perl
11515            + lib/I18N/LangTags/List.pod
11516            ! MANIFEST lib/I18N/LangTags.pm
11517 ____________________________________________________________________________
11518 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
11519         Log: A slightly more serious bug found by -Mutf8; op/misc and
11520              lib/complex dumped core.
11521      Branch: perl
11522            ! regexec.c
11523 ____________________________________________________________________________
11524 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
11525         Log: Various buglets shaken out by -Mutf8.
11526      Branch: perl
11527            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
11528            ! t/pragma/locale.t
11529 ____________________________________________________________________________
11530 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
11531         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
11532      Branch: perl
11533            ! t/lib/carp.t
11534 ____________________________________________________________________________
11535 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
11536         Log: Subject: [PATCH] todo patch
11537              From: Artur Bergman <artur@contiller.se> 
11538              Date: Mon, 28 May 2001 17:03:51 +0200
11539              Message-ID: <B7383577.F34%artur@contiller.se>
11540      Branch: perl
11541            ! pod/perltodo.pod
11542 ____________________________________________________________________________
11543 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
11544         Log: Subject: typo in perlguts.pod
11545              From: "John P. Linderman" <jpl@research.att.com>
11546              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
11547              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
11548      Branch: perl
11549            ! pod/perlguts.pod
11550 ____________________________________________________________________________
11551 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
11552         Log: Subject: AIX and gcc (moving targets)
11553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11554              Date: Mon, 28 May 2001 12:54:04 +0200
11555              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
11556      Branch: perl
11557            ! hints/aix.sh
11558 ____________________________________________________________________________
11559 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
11560         Log: Subject: Re: perlio + multiple perl_alloc..destruct
11561              From: Doug MacEachern <dougm@covalent.net>
11562              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
11563              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
11564      Branch: perl
11565            ! perlio.c
11566 ____________________________________________________________________________
11567 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
11568         Log: The #10251 wasn't quite up-to-the-code.
11569      Branch: perl
11570            ! t/op/misc.t
11571 ____________________________________________________________________________
11572 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
11573         Log: Test case for bug 20010526.004, fixed in #10252.
11574      Branch: perl
11575            ! t/op/taint.t
11576 ____________________________________________________________________________
11577 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
11578         Log: Subject: Re: [ID 20010526.004] Taint looses value
11579              From: Hugo <hv@crypt.compulink.co.uk>
11580              Date: Sun, 27 May 2001 20:39:32 +0100
11581              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
11582      Branch: perl
11583            ! sv.c
11584 ____________________________________________________________________________
11585 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
11586         Log: Test case for 20010422.005, fixed by #10250.
11587      Branch: perl
11588            ! t/op/misc.t
11589 ____________________________________________________________________________
11590 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
11591         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
11592              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11593              Date: Mon, 28 May 2001 06:39:12 -0400
11594              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
11595      Branch: perl
11596            ! toke.c
11597 ____________________________________________________________________________
11598 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
11599         Log: Linerewrapping.
11600      Branch: perl
11601            ! lib/open.pm
11602 ____________________________________________________________________________
11603 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
11604         Log: Updates on the modules list.
11605      Branch: perl
11606            ! t/lib/1_compile.t
11607 ____________________________________________________________________________
11608 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
11609         Log: Add a test for PerlIO.
11610              
11611              (I probably got the crlf/raw thing wrong for clrfy platforms...)
11612      Branch: perl
11613            + t/lib/perlio.t
11614            ! MANIFEST lib/PerlIO.pm
11615 ____________________________________________________________________________
11616 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
11617         Log: Add a test for carp et alia.
11618      Branch: perl
11619            + t/lib/carp.t
11620            ! MANIFEST
11621 ____________________________________________________________________________
11622 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
11623         Log: Adding the new test would be swell.
11624      Branch: perl
11625            + t/pragma/autouse.t
11626 ____________________________________________________________________________
11627 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
11628         Log: Add a test for the autouse pragma.
11629      Branch: perl
11630            ! MANIFEST
11631 ____________________________________________________________________________
11632 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
11633         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11634              From: dLux <dlux@spam.sch.bme.hu>
11635              Date: Sun, 27 May 2001 16:14:26 +0200
11636              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
11637      Branch: perl
11638            ! lib/autouse.pm
11639 ____________________________________________________________________________
11640 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
11641         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
11642              From: "Richard Soderberg" <rs@crystalflame.net>
11643              Date: Mon, 28 May 2001 03:56:36 -0700
11644              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
11645      Branch: perl
11646            ! utils/dprofpp.PL
11647 ____________________________________________________________________________
11648 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
11649         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
11650              From: "Stephen P. Potter" <spp@spotter.yi.org>
11651              Date: Tue, 22 May 2001 11:40:25 -0400
11652              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
11653              
11654              Subject: Re: [ID 20010522.003] Time::Local module bug
11655              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
11656              Date: Tue, 22 May 2001 11:50:19 -0400
11657              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
11658      Branch: perl
11659            ! lib/Time/Local.pm
11660 ____________________________________________________________________________
11661 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
11662         Log: The PERL_DL_NONLAZY can have whitespace in front.
11663      Branch: perl
11664            ! t/lib/extutils.t
11665 ____________________________________________________________________________
11666 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
11667         Log: Document strftime() and strptime().
11668      Branch: perl
11669            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
11670 ____________________________________________________________________________
11671 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
11672         Log: Make Time::Piece::strptime() to be a function, not a method.
11673      Branch: perl
11674            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
11675 ____________________________________________________________________________
11676 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
11677         Log: Tweak the test to be more portable.
11678      Branch: perl
11679            ! t/lib/extutils.t
11680 ____________________________________________________________________________
11681 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
11682         Log: Subject: PATCH: Re: Re: Attributes that tie
11683              From: Leon Brocard <acme@astray.com>
11684              Date: Sun, 27 May 2001 12:37:29 +0100
11685              Message-ID: <20010527123729.A22663@ns0.astray.com>
11686              
11687              Document that variable attributes are not currently usable
11688              for tieing.  (An ugly limitation that should be fixed.)
11689      Branch: perl
11690            ! lib/attributes.pm
11691 ____________________________________________________________________________
11692 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
11693         Log: Microperl tweaks.
11694      Branch: perl
11695            ! Makefile.micro uconfig.h uconfig.sh
11696 ____________________________________________________________________________
11697 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
11698         Log: Add make target for microperl (kind of silly, but convenient).
11699      Branch: perl
11700            ! Makefile.SH
11701 ____________________________________________________________________________
11702 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
11703         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
11704              for microperl.)
11705      Branch: perl
11706            ! doio.c
11707 ____________________________________________________________________________
11708 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
11709         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
11710              From: rspier@pobox.com (Robert Spier)
11711              Date: Sat, 26 May 2001 20:05:23 -0400
11712              Message-ID: <15120.17603.148648.12430@rls.cx>
11713              
11714              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
11715              From: rspier@pobox.com (Robert Spier)
11716              Date: Sun, 27 May 2001 00:23:12 -0400
11717              Message-ID: <15120.33072.511966.767230@rls.cx>
11718      Branch: perl
11719            ! doio.c pod/perlfunc.pod
11720 ____________________________________________________________________________
11721 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
11722         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
11723      Branch: perl
11724            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11725 ____________________________________________________________________________
11726 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
11727         Log: Add README.tru64.
11728      Branch: perl
11729            + README.tru64
11730 ____________________________________________________________________________
11731 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
11732         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
11733      Branch: perl
11734            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11735            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
11736            ! MANIFEST
11737 ____________________________________________________________________________
11738 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
11739         Log: Integrate I18N::LangTags from Sean Burke.
11740              
11741              TODO: the language list from RFC 3066 needs to be integrated
11742              and made available somehow.  The list is included in the
11743              I18N-LangTags 0.21 distribution, but it is undocumented
11744              and unconnected to the module.
11745      Branch: perl
11746            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
11747            ! MANIFEST
11748 ____________________________________________________________________________
11749 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
11750         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
11751              envisioned by Sarathy.
11752      Branch: perl
11753            ! t/op/ver.t toke.c
11754 ____________________________________________________________________________
11755 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
11756         Log: Subject: [ID 20010525.001] Pod typo nits fixed
11757              From: lvirden@cas.org
11758              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
11759              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
11760              
11761              minus the perlsolaris decimation plus the
11762              
11763              Subject: Re: [ID 20010525.001] Pod typo nits fixed
11764              From: "Philip Newton" <Philip.Newton@gmx.net>
11765              Date: Fri, 25 May 2001 18:05:55 +0200
11766              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
11767      Branch: perl
11768            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
11769            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
11770            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
11771            ! pod/perlutil.pod pod/perlxstut.pod
11772 ____________________________________________________________________________
11773 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
11774         Log: return clauses are nice.
11775      Branch: perl
11776            ! sv.c
11777 ____________________________________________________________________________
11778 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
11779         Log: Subject: change 10199 backwards?
11780              From: Doug MacEachern <dougm@covalent.net>
11781              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
11782              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
11783      Branch: perl
11784            ! sv.c
11785 ____________________________________________________________________________
11786 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
11787         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
11788              From: Hugo <hv@crypt.compulink.co.uk>
11789              Date: Sat, 26 May 2001 17:05:12 +0100
11790              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
11791      Branch: perl
11792            + t/op/gmagic.t
11793            ! MANIFEST doop.c embed.h embed.pl global.sym
11794            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
11795            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
11796 ____________________________________________________________________________
11797 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
11798         Log: Regen headers for #10221.
11799      Branch: perl
11800            ! global.sym objXSUB.h perlapi.c
11801 ____________________________________________________________________________
11802 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
11803         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
11804              From: Juha Laiho <juha.laiho@Elma.Net>
11805              Date: Thu, 3 May 2001 09:51:30 +0300
11806              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
11807      Branch: perl
11808            ! embed.pl
11809 ____________________________________________________________________________
11810 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
11811         Log: Subject: Re: [PATCH] Re: stability of sort()?
11812              From: "John P. Linderman" <jpl@research.att.com>
11813              Date: Sat, 26 May 2001 13:27:19 -0400
11814              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
11815      Branch: perl
11816            ! pod/perlfunc.pod
11817 ____________________________________________________________________________
11818 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
11819         Log: Integrate perlio.
11820      Branch: perl
11821           !> pod/perlguts.pod
11822 ____________________________________________________________________________
11823 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
11824         Log: Subject: [PATCH perl@10210] PerlIO for VMS
11825              From: "Craig A. Berry" <craigberry@mac.com>
11826              Date: Sat, 26 May 2001 09:34:11 -0500
11827              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
11828      Branch: perl
11829            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
11830            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
11831            ! vms/vmsish.h
11832 ____________________________________________________________________________
11833 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
11834         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
11835              From: David Dyck <dcd@tc.fluke.com>
11836              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
11837              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
11838      Branch: perl
11839            ! lib/perl5db.pl
11840 ____________________________________________________________________________
11841 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
11842         Log: Subject: utf8 regexp tests
11843              From: Hugo <hv@crypt.compulink.co.uk>
11844              Date: Fri, 25 May 2001 22:35:01 +0100
11845              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
11846      Branch: perl
11847            ! t/op/regexp.t
11848 ____________________________________________________________________________
11849 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
11850         Log: Subject: [PATCH] Re: stability of sort()?
11851              From: Nicholas Clark <nick@ccl4.org>
11852              Date: Fri, 25 May 2001 22:40:19 +0100
11853              Message-ID: <20010525224019.B86445@plum.flirble.org>
11854      Branch: perl
11855            ! pod/perlfunc.pod
11856 ____________________________________________________________________________
11857 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
11858         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
11859              From: John Peacock <jpeacock@rowman.com>
11860              Date: Thu, 24 May 2001 22:14:01 -0400
11861              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
11862      Branch: perl
11863            ! mg.c scope.c sv.c
11864 ____________________________________________________________________________
11865 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
11866         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
11867              From: Nicholas Clark <nick@ccl4.org>
11868              Date: Sun, 20 May 2001 19:24:13 +0100
11869              Message-ID: <20010520192413.G83222@plum.flirble.org>
11870      Branch: perl
11871            + lib/ExtUtils/Constant.pm t/lib/extutils.t
11872            ! MANIFEST utils/h2xs.PL
11873 ____________________________________________________________________________
11874 [ 10212] By: nick                                  on 2001/05/26  09:49:28
11875         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
11876              add a few more notes there on use of mortals on the stack.
11877      Branch: perlio
11878            ! pod/perlguts.pod
11879 ____________________________________________________________________________
11880 [ 10211] By: nick                                  on 2001/05/26  09:05:36
11881         Log: Integrate mainline
11882      Branch: perlio
11883           +> t/lib/fcntl.t t/pragma/vars.t
11884           !> (integrate 49 files)
11885 ____________________________________________________________________________
11886 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
11887         Log: Update Changes.
11888      Branch: perl
11889            ! Changes patchlevel.h
11890 ____________________________________________________________________________
11891 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
11892         Log: Based on
11893              
11894              Subject: [PATCH pp.c] Wrapping pack("C",256)
11895              From: Simon Cozens <simon@netthink.co.uk>
11896              Date: Sat, 12 May 2001 17:58:41 +0100
11897              Message-ID: <20010512175841.A6132@netthink.co.uk>
11898      Branch: perl
11899            ! pod/perldiag.pod pp.c t/pragma/warn/pp
11900 ____________________________________________________________________________
11901 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
11902         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
11903              From: "Brendan O'Dea" <bod@compusol.com.au>
11904              Date: Fri, 25 May 2001 11:18:29 +1000
11905              Message-ID: <20010525111829.A28411@compusol.com.au>
11906              
11907              (Slightly modified.)
11908      Branch: perl
11909            ! lib/Term/Cap.pm
11910 ____________________________________________________________________________
11911 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
11912         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
11913              From: Hugo <hv@crypt.compulink.co.uk>
11914              Date: Fri, 25 May 2001 02:13:25 +0100
11915              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
11916      Branch: perl
11917            ! t/op/misc.t
11918 ____________________________________________________________________________
11919 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
11920         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
11921              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
11922              Date: Fri, 25 May 2001 10:25:36 +0900
11923              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
11924      Branch: perl
11925            ! regcomp.c regexec.c
11926 ____________________________________________________________________________
11927 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
11928         Log: Subject: [PATCH #2] stash autovivification and method call error messages
11929              From: Ilmari Karonen <iltzu@sci.fi>
11930              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
11931              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
11932      Branch: perl
11933            ! gv.c pp_hot.c t/op/method.t
11934 ____________________________________________________________________________
11935 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
11936         Log: Add make target and documentation for gprof profiling.
11937      Branch: perl
11938            ! Makefile.SH pod/perlhack.pod
11939 ____________________________________________________________________________
11940 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
11941         Log: Subject: Don't think about UTF8 
11942              From: Mike Guy <mjtg@cam.ac.uk> 
11943              Date: Tue, 22 May 2001 14:35:39 +0100
11944              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
11945      Branch: perl
11946            ! sv.h
11947 ____________________________________________________________________________
11948 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
11949         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
11950              From: Geraint A Edwards <gedge@serf.org> 
11951              Date: Thu, 24 May 2001 22:51:24 +0100
11952              Message-Id: <20010524225124.A34981@cymru.serf.org>
11953      Branch: perl
11954            ! x2p/find2perl.PL
11955 ____________________________________________________________________________
11956 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
11957         Log: DB_File has its own attribute story.
11958      Branch: perl
11959            ! ext/DB_File/DB_File.xs
11960 ____________________________________________________________________________
11961 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
11962         Log: Subject: Re: Making perl with -Wall
11963              From: Andy Dougherty <doughera@lafayette.edu>
11964              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
11965              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
11966      Branch: perl
11967            ! perl.h
11968 ____________________________________________________________________________
11969 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
11970         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
11971              From: "Richard Soderberg" <rs@crystalflame.net>
11972              Date: Thu, 24 May 2001 08:58:16 -0700
11973              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
11974      Branch: perl
11975            ! sv.c
11976 ____________________________________________________________________________
11977 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
11978         Log: IV/UV casting fixes from Nicholas Clark.
11979      Branch: perl
11980            ! perl.h pp_sys.c util.c
11981 ____________________________________________________________________________
11982 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
11983         Log: Subject: Re: Making perl with -Wall
11984              From: Michael G Schwern <schwern@pobox.com>
11985              Date: Thu, 24 May 2001 15:40:28 +0100
11986              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
11987      Branch: perl
11988            ! malloc.c perl.h
11989 ____________________________________________________________________________
11990 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
11991         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
11992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11993              Date: Tue, 22 May 2001 11:49:37 +0200
11994              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
11995      Branch: metaconfig
11996            ! U/modified/Oldsym.U
11997      Branch: metaconfig/U/perl
11998            ! patchlevel.U
11999      Branch: perl
12000            ! Configure config_h.SH myconfig.SH
12001 ____________________________________________________________________________
12002 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
12003         Log: Under versiononly install also the scripts with the version suffix.
12004              (e.g. .../bin/h2xs5.7.1)
12005      Branch: perl
12006            ! installperl
12007 ____________________________________________________________________________
12008 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
12009         Log: Subject: [PATCH] Stop segfault in mg.c:636
12010              From: "Richard Soderberg" <rs@crystalflame.net>
12011              Date: Thu, 24 May 2001 05:51:52 -0700
12012              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
12013      Branch: perl
12014            ! mg.c
12015 ____________________________________________________________________________
12016 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
12017         Log: Iteration continues; hopefully convergently.
12018      Branch: perl
12019            ! t/lib/b-stash.t
12020 ____________________________________________________________________________
12021 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
12022         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
12023              From: Gisle Aas <gisle@ActiveState.com>
12024              Date: 23 May 2001 16:13:10 -0700
12025              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
12026      Branch: perl
12027            ! op.c toke.c
12028 ____________________________________________________________________________
12029 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
12030         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
12031              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12032              Date: Thu, 24 May 2001 05:05:22 -0500
12033              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
12034      Branch: perl
12035            ! lib/dumpvar.pl lib/perl5db.pl
12036 ____________________________________________________________________________
12037 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
12038         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
12039              From: David Dyck <dcd@tc.fluke.com>
12040              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
12041              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
12042      Branch: perl
12043            ! lib/perl5db.pl
12044 ____________________________________________________________________________
12045 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
12046         Log: Tiny pod nits on READMEs, mostly whitespace issues.
12047      Branch: perl
12048            ! README.amiga README.dos README.macos README.mpeix README.vmesa
12049            ! README.win32
12050 ____________________________________________________________________________
12051 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
12052         Log: The DG/UX part of the 20010521.005.
12053      Branch: perl
12054            ! README.dgux
12055 ____________________________________________________________________________
12056 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
12057         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
12058              From: Hugo <hv@crypt.compulink.co.uk>
12059              Date: Mon, 21 May 2001 16:32:02 +0100
12060              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
12061      Branch: perl
12062            ! regcomp.c t/op/misc.t
12063 ____________________________________________________________________________
12064 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
12065         Log: Subject: [PATCH] Extra UNIVERSAL tests
12066              From: Mike Guy <mjtg@cam.ac.uk>
12067              Date: Wed, 23 May 2001 12:29:20 +0100
12068              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
12069      Branch: perl
12070            ! t/op/universal.t
12071 ____________________________________________________________________________
12072 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
12073         Log: Subject: [PATCH] Remove EQ keyword
12074              From: Mike Guy <mjtg@cam.ac.uk>
12075              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
12076              Date: Wed, 23 May 2001 11:17:29 +0100
12077      Branch: perl
12078            ! keywords.h keywords.pl
12079 ____________________________________________________________________________
12080 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
12081         Log: Subject: [PATCH] lib/perl5db.pl
12082              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12083              Date: Wed, 23 May 2001 02:18:03 -0500
12084              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
12085      Branch: perl
12086            ! lib/perl5db.pl
12087 ____________________________________________________________________________
12088 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
12089         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
12090              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12091              Date: Tue, 22 May 2001 23:34:41 -0500
12092              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
12093      Branch: perl
12094            ! lib/Term/Cap.pm
12095 ____________________________________________________________________________
12096 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
12097         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
12098              From: davem@fdgroup.co.uk
12099              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
12100              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
12101      Branch: perl
12102            ! emacs/e2ctags.pl
12103 ____________________________________________________________________________
12104 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
12105         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
12106              From: Michael G Schwern <schwern@pobox.com>
12107              Date: Tue, 22 May 2001 14:15:09 +0100
12108              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
12109      Branch: perl
12110            ! lib/vars.pm
12111 ____________________________________________________________________________
12112 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
12113         Log: Subject: [PATCH lib/vars.pm] Odd code nit
12114              From: Michael G Schwern <schwern@pobox.com>
12115              Date: Tue, 22 May 2001 14:14:28 +0100
12116              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
12117      Branch: perl
12118            ! lib/vars.pm
12119 ____________________________________________________________________________
12120 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
12121         Log: Use the new use vars feature.
12122      Branch: perl
12123            ! t/lib/b-stash.t
12124 ____________________________________________________________________________
12125 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
12126         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
12127              From: Mike Guy <mjtg@cam.ac.uk>
12128              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12129              Date: Tue, 22 May 2001 13:11:39 +0100
12130      Branch: perl
12131            + t/pragma/vars.t
12132            ! MANIFEST lib/vars.pm t/lib/1_compile.t
12133 ____________________________________________________________________________
12134 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
12135         Log: -qlongdouble considered harmful by Merijn.
12136      Branch: perl
12137            ! hints/aix.sh
12138 ____________________________________________________________________________
12139 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
12140         Log: Update Changes.
12141      Branch: perl
12142            ! Changes patchlevel.h
12143 ____________________________________________________________________________
12144 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
12145         Log: Add a test of its very own for Fcntl.  Hopefully portable.
12146      Branch: perl
12147            + t/lib/fcntl.t
12148            ! MANIFEST
12149 ____________________________________________________________________________
12150 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
12151         Log: Must be trickier for 'minitest' not to die.
12152      Branch: perl
12153            ! t/op/taint.t
12154 ____________________________________________________________________________
12155 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
12156         Log: Can't declare other people's variables.
12157      Branch: perl
12158            ! t/lib/b-stash.t
12159 ____________________________________________________________________________
12160 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
12161         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
12162      Branch: perl
12163            ! doio.c t/op/taint.t
12164 ____________________________________________________________________________
12165 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
12166         Log: The OS/2 variable needs to be declared.
12167      Branch: perl
12168            ! t/lib/b-stash.t
12169 ____________________________________________________________________________
12170 [ 10170] By: nick                                  on 2001/05/20  16:48:29
12171         Log: Integrate mainline
12172      Branch: perlio
12173           !> (integrate 41 files)
12174 ____________________________________________________________________________
12175 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
12176         Log: Small perlsec updates: clarify the taintedness of filename
12177              globbing; suggest using Scalar::Util::tainted().
12178      Branch: perl
12179            ! pod/perlsec.pod
12180 ____________________________________________________________________________
12181 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
12182         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
12183              From: Dave Mitchell <davem@fdgroup.co.uk>
12184              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
12185              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
12186      Branch: perl
12187            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
12188            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
12189            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
12190            ! xsutils.c
12191 ____________________________________________________________________________
12192 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
12193         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
12194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12195              Date: Sat, 19 May 2001 04:08:46 -0400
12196              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
12197      Branch: perl
12198            ! lib/ExtUtils/Mksymlists.pm makedef.pl
12199 ____________________________________________________________________________
12200 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
12201         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
12202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12203              Date: Sat, 19 May 2001 04:30:45 -0400
12204              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
12205      Branch: perl
12206            ! os2/os2.c
12207 ____________________________________________________________________________
12208 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
12209         Log: Subject: [PATCH 5.6.1] build bugs OS/2
12210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12211              Date: Sat, 19 May 2001 04:35:28 -0400
12212              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
12213      Branch: perl
12214            ! os2/Makefile.SHs os2/os2.c
12215 ____________________________________________________________________________
12216 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
12217         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
12218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12219              Date: Sat, 19 May 2001 04:04:23 -0400
12220              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
12221              
12222              (In bleadperl patched b-stash.t instead of b.t)
12223      Branch: perl
12224            ! t/lib/b-stash.t t/lib/bigfltpm.t
12225 ____________________________________________________________________________
12226 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
12227         Log: Subject: [PATCH 5.6.1] perl5db
12228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12229              Date: Sat, 19 May 2001 03:49:09 -0400
12230              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
12231      Branch: perl
12232            ! lib/perl5db.pl
12233 ____________________________________________________________________________
12234 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
12235         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
12236              From: Gisle Aas <gisle@ActiveState.com>
12237              Date: 18 May 2001 14:24:51 -0700
12238              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
12239      Branch: perl
12240            ! pp_ctl.c
12241 ____________________________________________________________________________
12242 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
12243         Log: Subject: [PATCH] Chomp should not always stringify
12244              From: Gisle Aas <gisle@ActiveState.com>
12245              Date: 18 May 2001 07:55:25 -0700
12246              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
12247      Branch: perl
12248            ! doop.c t/op/chop.t
12249 ____________________________________________________________________________
12250 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
12251         Log: Integrate perlio.
12252      Branch: perl
12253           !> pod/perlfunc.pod
12254 ____________________________________________________________________________
12255 [ 10159] By: nick                                  on 2001/05/20  09:39:46
12256         Log: Document some more of open's features.
12257      Branch: perlio
12258            ! pod/perlfunc.pod
12259 ____________________________________________________________________________
12260 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
12261         Log: back out change#10153 (it has compatibility issues such as the
12262              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
12263              benefit for 5.6.x doesn't seem worth the risk)
12264      Branch: maint-5.6/perl
12265            ! toke.c
12266 ____________________________________________________________________________
12267 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
12268         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
12269      Branch: perl
12270            ! x2p/s2p.PL
12271 ____________________________________________________________________________
12272 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
12273         Log: Update Changes.
12274      Branch: perl
12275            ! Changes patchlevel.h
12276 ____________________________________________________________________________
12277 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
12278         Log: Integrate change #10144 from maintperl.
12279              
12280              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
12281      Branch: perl
12282           !> win32/config.bc win32/config.gc win32/config.vc
12283           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12284 ____________________________________________________________________________
12285 [ 10154] By: nick                                  on 2001/05/18  07:23:03
12286         Log: Integrate mainline.
12287      Branch: perlio
12288           +> README.dgux t/lib/i18n-collate.t utils.lst
12289           !> (integrate 49 files)
12290 ____________________________________________________________________________
12291 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
12292         Log: Integrate change #7224 from mainline into maintperl.
12293              
12294              Allow @+ and @- to be doublequoted, from Simon Cozens. 
12295              (Approved by Larry, see Tom's comment in 20000830.005.)
12296      Branch: maint-5.6/perl
12297           !> toke.c
12298 ____________________________________________________________________________
12299 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
12300         Log: Subject: [PATCH bleadperl] small lookbehind fix
12301              From: Hugo <hv@crypt.compulink.co.uk>
12302              Date: Fri, 18 May 2001 00:07:19 +0100
12303              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
12304      Branch: perl
12305            ! regexec.c
12306 ____________________________________________________________________________
12307 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
12308         Log: Detypos.
12309      Branch: perl
12310            ! installman utils.lst
12311 ____________________________________________________________________________
12312 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
12313         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
12314              in 20001222.001.
12315      Branch: perl
12316            ! t/lib/glob-basic.t
12317 ____________________________________________________________________________
12318 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
12319         Log: Subject: [PATCH] Test for bug 20010515.004
12320              From: Benjamin Sugars <bsugars@canoe.ca>
12321              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
12322              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
12323      Branch: perl
12324            ! t/op/misc.t
12325 ____________________________________________________________________________
12326 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
12327         Log: Integrate #10145 from maintperl.
12328              
12329              fix for ID 20010515.004 (needs test)
12330      Branch: perl
12331           !> pp_hot.c
12332 ____________________________________________________________________________
12333 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
12334         Log: Thinko noticed by Doug MacEachern.
12335      Branch: perl
12336            ! thread.h
12337 ____________________________________________________________________________
12338 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
12339         Log: Subject: Re: [PATCH] HERE mark in regex
12340              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12341              Date: Thu, 17 May 2001 12:20:33 -0400
12342              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
12343      Branch: perl
12344            ! t/op/re_tests
12345 ____________________________________________________________________________
12346 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
12347         Log: fix for ID 20010515.004 (needs test)
12348      Branch: maint-5.6/perl
12349            ! pp_hot.c
12350 ____________________________________________________________________________
12351 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
12352         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
12353      Branch: maint-5.6/perl
12354            ! win32/config.bc win32/config.gc win32/config.vc
12355            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12356 ____________________________________________________________________________
12357 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
12358         Log: Macrofy the getspecific (and use it also in util.c)
12359      Branch: perl
12360            ! thread.h util.c
12361 ____________________________________________________________________________
12362 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
12363         Log: Use the unchecked thread-specific key fetch also in Tru64.
12364      Branch: perl
12365            ! thread.h
12366 ____________________________________________________________________________
12367 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
12368         Log: Subject: [PATCH 5.6.1]Quick thread speedup
12369              From: Dan Sugalski <dan@sidhe.org> 
12370              Date: Wed, 16 May 2001 18:05:19 -0400
12371              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
12372      Branch: perl
12373            ! thread.h util.c
12374 ____________________________________________________________________________
12375 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
12376         Log: I think this is quite enough testing for a deprecated feature.
12377      Branch: perl
12378            + t/lib/i18n-collate.t
12379            ! MANIFEST t/lib/1_compile.t
12380 ____________________________________________________________________________
12381 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
12382         Log: More HP-UX lore from Jeff Okamoto.
12383      Branch: perl
12384            ! README.hpux
12385 ____________________________________________________________________________
12386 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
12387         Log: Sort utils.lst for easier maintenance.
12388      Branch: perl
12389            ! utils.lst
12390 ____________________________________________________________________________
12391 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
12392         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12393              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12394              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
12395              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
12396              
12397              Add pod2latex to utils.lst.
12398      Branch: perl
12399            ! MANIFEST utils.lst
12400 ____________________________________________________________________________
12401 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
12402         Log: Subject: Re: [PATCH] HERE mark in regex
12403              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12404              Date: Wed, 16 May 2001 13:04:43 -0400
12405              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
12406      Branch: perl
12407            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12408            ! t/op/regmesg.t t/pragma/warn/regcomp
12409 ____________________________________________________________________________
12410 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
12411         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12412              From: Simon Cozens <simon@netthink.co.uk>
12413              Date: Wed, 16 May 2001 18:02:08 +0100
12414              Message-ID: <20010516180208.A6458@netthink.co.uk>
12415      Branch: perl
12416            ! installman utils.lst
12417 ____________________________________________________________________________
12418 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
12419         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
12420              From: "Philip Newton" <pnewton@gmx.de>
12421              Date: Tue, 15 May 2001 15:09:30 +0200
12422              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
12423              
12424              Test case for #10128.
12425      Branch: perl
12426            ! t/pragma/warn/pp_hot
12427 ____________________________________________________________________________
12428 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
12429         Log: Update Changes.
12430      Branch: perl
12431            ! Changes patchlevel.h
12432 ____________________________________________________________________________
12433 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
12434         Log: Deprecate pseudo-hashes.
12435      Branch: perl
12436            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
12437 ____________________________________________________________________________
12438 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
12439         Log: HP-UX hints update from Merijn.
12440      Branch: perl
12441            ! hints/hpux.sh
12442 ____________________________________________________________________________
12443 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
12444         Log: README.hpux update from Merijn.
12445      Branch: perl
12446            ! README.hpux
12447 ____________________________________________________________________________
12448 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
12449         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12450              From: Simon Cozens <simon@netthink.co.uk>
12451              Date: Wed, 16 May 2001 15:57:55 +0100
12452              Message-ID: <20010516155755.A4728@netthink.co.uk>
12453      Branch: perl
12454            + utils.lst
12455            ! MANIFEST installman installperl
12456 ____________________________________________________________________________
12457 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
12458         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
12459              From: "Philip Newton" <pnewton@gmx.de>
12460              Date: Tue, 15 May 2001 16:31:05 +0200
12461              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
12462              
12463              Fix PERL_Y2KWARN test to check before rather than after appending.
12464      Branch: perl
12465            ! pp_hot.c
12466 ____________________________________________________________________________
12467 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
12468         Log: Regen Porting stuff.
12469      Branch: perl
12470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12471            ! config_h.SH
12472 ____________________________________________________________________________
12473 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
12474         Log: Metaconfig unit change for #10125.
12475      Branch: metaconfig
12476            ! U/modified/Oldconfig.U
12477 ____________________________________________________________________________
12478 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
12479         Log: Use OSVERS.
12480      Branch: perl
12481            ! Configure config_h.SH perl.c
12482 ____________________________________________________________________________
12483 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
12484         Log: Regen toc.
12485      Branch: perl
12486            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12487 ____________________________________________________________________________
12488 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
12489         Log: Adding the README.dgux to the MANIFEST would be a good idea.
12490      Branch: perl
12491            ! MANIFEST
12492 ____________________________________________________________________________
12493 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
12494         Log: Move the stack desire definition to thread.h.
12495      Branch: perl
12496            ! ext/Thread/Thread.xs thread.h
12497 ____________________________________________________________________________
12498 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
12499         Log: DG-UX threading patches, including a README.dgux,
12500              from Takis Psarogiannakopoulos.
12501      Branch: perl
12502            + README.dgux
12503            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
12504 ____________________________________________________________________________
12505 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
12506         Log: Subject: [PATCH B::Deparse] More on /x regexes
12507              From: Robin Houston <robin@kitsite.com>
12508              Date: Tue, 15 May 2001 19:09:35 +0100
12509              Message-ID: <20010515190935.A27268@penderel>
12510      Branch: perl
12511            ! ext/B/B/Deparse.pm
12512 ____________________________________________________________________________
12513 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
12514         Log: Document that the core time() may be rounding rather
12515              than truncating, would have saved at least my confusion.
12516      Branch: perl
12517            ! ext/Time/HiRes/HiRes.pm
12518 ____________________________________________________________________________
12519 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
12520         Log: Subject: perl-current/t/time-hires.t
12521              From: John Peacock <jpeacock@rowman.com>
12522              Date: Fri, 11 May 2001 14:09:41 -0400
12523              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
12524      Branch: perl
12525            ! t/lib/time-hires.t
12526 ____________________________________________________________________________
12527 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
12528         Log: Subject: [PATCH dump.c] Op private flags
12529              From: Simon Cozens <simon@netthink.co.uk>
12530              Date: Sun, 13 May 2001 20:20:36 +0100
12531              Message-ID: <20010513202036.A21896@netthink.co.uk>
12532      Branch: perl
12533            ! dump.c
12534 ____________________________________________________________________________
12535 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
12536         Log: Upgrade to Switch 2.03.
12537      Branch: perl
12538            ! lib/Switch.pm
12539 ____________________________________________________________________________
12540 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
12541         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
12542              to PERL_CONFIG_SH and use it consistently.
12543      Branch: maint-5.6/perl
12544           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12545           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12546           !> myconfig.SH writemain.SH
12547 ____________________________________________________________________________
12548 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
12549         Log: Metaconfig units changes for #10113.
12550      Branch: metaconfig
12551            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
12552 ____________________________________________________________________________
12553 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
12554         Log: The problem described in 20010514.031 still wasn't
12555              fully cured, there were remnants of $CONFIG when
12556              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
12557              to avoid future conflicts.
12558      Branch: perl
12559            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12560            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12561            ! myconfig.SH writemain.SH
12562 ____________________________________________________________________________
12563 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
12564         Log: Half of #10107 got lost.
12565      Branch: perl
12566            ! ext/B/B/Deparse.pm
12567 ____________________________________________________________________________
12568 [ 10111] By: nick                                  on 2001/05/15  08:39:14
12569         Log: Integrate mainline.
12570      Branch: perlio
12571           +> ext/POSIX/hints/uts.pl
12572            - Todo Todo-5.6 t/camel-III/vstring.t
12573           !> (integrate 48 files)
12574 ____________________________________________________________________________
12575 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
12576         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
12577              From: Robin Houston <robin@kitsite.com>
12578              Date: Mon, 14 May 2001 22:27:08 +0100
12579              Message-ID: <20010514222708.A22963@penderel>
12580      Branch: perl
12581            ! t/TestInit.pm
12582 ____________________________________________________________________________
12583 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
12584         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
12585              From: Robin Houston <robin@kitsite.com>
12586              Date: Mon, 14 May 2001 22:16:43 +0100
12587              Message-ID: <20010514221643.A22437@penderel>
12588      Branch: perl
12589            ! ext/B/B/Deparse.pm
12590 ____________________________________________________________________________
12591 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
12592         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
12593              From: Robin Houston <robin@kitsite.com>
12594              Date: Mon, 14 May 2001 22:03:44 +0100
12595              Message-ID: <20010514220344.A20643@penderel>
12596      Branch: perl
12597            ! ext/B/B/Deparse.pm
12598 ____________________________________________________________________________
12599 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
12600         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
12601              From: Robin Houston <robin@kitsite.com>
12602              Date: Mon, 14 May 2001 22:10:07 +0100
12603              Message-ID: <20010514221007.A21118@penderel>
12604      Branch: perl
12605            ! ext/B/B/Deparse.pm
12606 ____________________________________________________________________________
12607 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
12608         Log: Fix for 20010514.037; substr() didn't invalidate the locale
12609              collation magic.
12610      Branch: perl
12611            ! pp.c
12612 ____________________________________________________________________________
12613 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
12614         Log: Update Changes.
12615      Branch: perl
12616            ! Changes patchlevel.h
12617 ____________________________________________________________________________
12618 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
12619         Log: Retract #10094.
12620      Branch: perl
12621            ! lib/Pod/Text.pm
12622 ____________________________________________________________________________
12623 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
12624         Log: Integrate change #10100 from maintperl.
12625              
12626              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12627              bug ID 20010514.027)
12628      Branch: perl
12629           !> mg.c pp_ctl.c
12630 ____________________________________________________________________________
12631 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
12632         Log: Document the deprecatedness of suidperl.
12633      Branch: perl
12634            ! INSTALL pod/perlfaq1.pod
12635 ____________________________________________________________________________
12636 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
12637         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
12638              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12639              Date: Mon, 14 May 2001 09:38:59 -0400
12640              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
12641      Branch: perl
12642            ! lib/ExtUtils/MM_Unix.pm
12643 ____________________________________________________________________________
12644 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
12645         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
12646              bug ID 20010514.027)
12647              
12648              TODO: this needs a testsuite addition
12649      Branch: maint-5.6/perl
12650            ! mg.c pp_ctl.c
12651 ____________________________________________________________________________
12652 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
12653         Log: More DWIMminess for Class::Struct: calling the array or hash
12654              accessors only with one argument, an array or a hash reference,
12655              sets the underlying array or hash.  This mirrors nicely also
12656              the usage in the constructor.
12657              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
12658      Branch: perl
12659            ! lib/Class/Struct.pm t/lib/class-struct.t
12660 ____________________________________________________________________________
12661 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
12662         Log: Reference cmp'ing should go through the whole stringification
12663              process shebang, as pointed out by Sarathy in #10091.
12664      Branch: perl
12665            ! pp.c
12666 ____________________________________________________________________________
12667 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
12668         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
12669              From: Simon Cozens <simon@netthink.co.uk>
12670              Date: Sat, 12 May 2001 16:36:27 +0100
12671              Message-ID: <20010512163627.A5522@netthink.co.uk>
12672              
12673              with some additions salvaged from Todo and Todo-5.6 before
12674              retiring them.
12675      Branch: perl
12676            - Todo Todo-5.6
12677            ! MANIFEST pod/perltodo.pod
12678 ____________________________________________________________________________
12679 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
12680         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
12681              From: "Golubev I. N." <gin@mo.msk.ru>
12682              Date: Mon, 07 May 2001 14:33:34 (GMT)
12683              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
12684      Branch: perl
12685            ! perl.h
12686 ____________________________________________________________________________
12687 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
12688         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
12689              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12690              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
12691              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
12692      Branch: perl
12693            ! lib/ExtUtils/MM_Unix.pm
12694 ____________________________________________________________________________
12695 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
12696         Log: (Retracted by #10104.)
12697              
12698              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
12699              From: barries <barries@slaysys.com>
12700              Date: Sat, 12 May 2001 01:28:10 -0400
12701              Message-ID: <20010512012810.B26358@jester.slaysys.com>
12702      Branch: perl
12703            ! lib/Pod/Text.pm
12704 ____________________________________________________________________________
12705 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
12706         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
12707              From: Mike Guy <mjtg@cam.ac.uk>
12708              Date: Sat, 12 May 2001 19:24:33 +0100
12709              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
12710      Branch: perl
12711            ! lib/AutoSplit.pm
12712 ____________________________________________________________________________
12713 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
12714         Log: Yet another HP-UX hints tweak from Merijn.
12715      Branch: perl
12716            ! hints/hpux.sh
12717 ____________________________________________________________________________
12718 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
12719         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
12720              isn't defined (changes#9366,9368,9370 from mainline without the
12721              pp_scmp() change)
12722      Branch: maint-5.6/perl
12723            ! pp.c pp.h pp_hot.c
12724 ____________________________________________________________________________
12725 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
12726         Log: The sorting seems to happen now automatically.
12727      Branch: perl
12728            ! t/lib/glob-basic.t
12729 ____________________________________________________________________________
12730 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
12731         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
12732              From: Benjamin Sugars <bsugars@canoe.ca>
12733              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
12734              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
12735      Branch: perl
12736            ! pod/perlfunc.pod
12737 ____________________________________________________________________________
12738 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
12739         Log: Subject: Re: undef(&foo) does not work for XS functions
12740              From: Doug MacEachern <dougm@covalent.net>
12741              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
12742              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
12743      Branch: perl
12744            ! op.c
12745 ____________________________________________________________________________
12746 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
12747         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
12748              From: Peter Prymmer <pvhp@forte.com>
12749              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
12750              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
12751      Branch: perl
12752            ! t/op/append.t
12753 ____________________________________________________________________________
12754 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
12755         Log: Update Changes.
12756      Branch: perl
12757            ! Changes patchlevel.h
12758 ____________________________________________________________________________
12759 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
12760         Log: Remove the 'asciir' re subpragma.  Should instead implement
12761              the 'physical vs logical' range scheme:
12762              
12763              \xAA-\xCC is a native physical range, you want that range of
12764              codepoints in your native encoding.  In EBCDIC the codepoints
12765              in the gaps (between i-j and r-s) should be included.
12766              
12767              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
12768              codepoints in Unicode.
12769              
12770              a-z is a logical range, you want that range of 'logical' codepoints
12771              in your native encoding.  In EBCDIC the codepoints in the gaps
12772              (between i-j and r-s) should not be included.
12773              
12774              Mixed cases (a-\xAA, etc) should either be errors, or maybe
12775              the 'logical' endpoints should be converted to native/Unicode
12776              codepoints, and the range handled as a physical range.
12777              
12778              'Logical endpoints' are to be recognized only in the A-Z, a-z,
12779              and 0-9 ranges.  Probably a warning should be given for mixed
12780              cases like A-z or a-9 (since such expressions are encoding
12781              dependent), with a recommendation to use physical ranges.
12782      Branch: perl
12783            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
12784            ! t/op/regexp.t
12785 ____________________________________________________________________________
12786 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
12787         Log: Make the test to cleanup the test directory tree
12788              both before and after the testing so that we always
12789              have a clean slate to work with.
12790      Branch: perl
12791            ! t/lib/filefind.t
12792 ____________________________________________________________________________
12793 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
12794         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
12795              From: Jon Eveland <jweveland@yahoo.com>
12796              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
12797              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
12798      Branch: perl
12799            ! pod/perlfunc.pod
12800 ____________________________________________________________________________
12801 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
12802         Log: Merge the camel-III/vstring.t with op/ver.t.
12803      Branch: perl
12804            - t/camel-III/vstring.t
12805            ! MANIFEST t/TEST t/harness t/op/ver.t
12806 ____________________________________________________________________________
12807 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
12808         Log: Add test.deparse make target.
12809      Branch: perl
12810            ! Makefile.SH
12811 ____________________________________________________________________________
12812 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
12813         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
12814              From: Robin Houston <robin@kitsite.com>
12815              Date: Fri, 11 May 2001 12:02:22 +0100
12816              Message-ID: <20010511120222.A11529@penderel>
12817      Branch: perl
12818            ! ext/B/B/Deparse.pm t/op/method.t
12819 ____________________________________________________________________________
12820 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
12821         Log: A nicely working combination for UTS from Hal Morris.
12822      Branch: perl
12823            + ext/POSIX/hints/uts.pl
12824            ! MANIFEST hints/uts.sh
12825 ____________________________________________________________________________
12826 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
12827         Log: i_ieeefp=undef for UTS.
12828      Branch: perl
12829            ! hints/uts.sh
12830 ____________________________________________________________________________
12831 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
12832         Log: Subject: RE: rand(0) is rand(1)
12833              From: Larry Shatzer <lshatzer@islanddata.com>
12834              Date: Thu, 10 May 2001 11:09:27 -0700
12835              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
12836      Branch: perl
12837            ! pod/perlfunc.pod
12838 ____________________________________________________________________________
12839 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
12840         Log: Subject: [patch] make op_{clear,null} public
12841              From: Doug MacEachern <dougm@covalent.net>
12842              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
12843              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
12844      Branch: perl
12845            ! embed.h embed.pl op.c proto.h
12846 ____________________________________________________________________________
12847 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
12848         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
12849              From: Robin Houston <robin@kitsite.com>
12850              Date: Thu, 10 May 2001 18:54:59 +0100
12851              Message-ID: <20010510185459.A5995@penderel>
12852      Branch: perl
12853            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
12854 ____________________________________________________________________________
12855 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
12856         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
12857              From: Robin Houston <robin@kitsite.com>
12858              Date: Thu, 10 May 2001 12:56:39 +0100
12859              Message-ID: <20010510125639.A2119@penderel>
12860      Branch: perl
12861            ! ext/B/B/Deparse.pm
12862 ____________________________________________________________________________
12863 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
12864         Log: Retract #10070, not ready yet.
12865      Branch: perl
12866            ! ext/B/B/Deparse.pm
12867 ____________________________________________________________________________
12868 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
12869         Log: The metaconfig unit change for #10071.
12870      Branch: metaconfig
12871            ! U/modified/mallocsrc.U
12872 ____________________________________________________________________________
12873 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
12874         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
12875      Branch: perl
12876            ! Configure
12877 ____________________________________________________________________________
12878 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
12879         Log: (Retracted by #10073)
12880              
12881              Subject: Re: [PATCH t/TEST] B::Deparse tester 
12882              From: Hugo <hv@crypt.compulink.co.uk>
12883              Date: Thu, 10 May 2001 05:48:09 +0100
12884              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
12885      Branch: perl
12886            ! ext/B/B/Deparse.pm
12887 ____________________________________________________________________________
12888 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
12889         Log: Add a for(func()) test.
12890      Branch: perl
12891            ! t/cmd/for.t
12892 ____________________________________________________________________________
12893 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
12894         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
12895              From: Robin Houston <robin@kitsite.com>
12896              Date: Thu, 10 May 2001 13:50:08 +0100
12897              Message-ID: <20010510135008.A2454@penderel>
12898      Branch: perl
12899            ! ext/B/B/Deparse.pm
12900 ____________________________________________________________________________
12901 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
12902         Log: A thinko in #10065.
12903      Branch: perl
12904            ! hv.c
12905 ____________________________________________________________________________
12906 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
12907         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
12908              From: Robin Houston <robin@kitsite.com>
12909              Date: Thu, 10 May 2001 02:10:34 +0100
12910              Message-ID: <20010510021034.A19421@penderel>
12911      Branch: perl
12912            ! ext/B/B.xs ext/B/B/Deparse.pm
12913 ____________________________________________________________________________
12914 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
12915         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
12916              From: Doug MacEachern <dougm@covalent.net>
12917              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
12918              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
12919      Branch: perl
12920            ! hv.c
12921 ____________________________________________________________________________
12922 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
12923         Log: One more workaround for the UTS compiler from Hal Morris.
12924      Branch: perl
12925            ! perl.h
12926 ____________________________________________________________________________
12927 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
12928         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
12929              From: Robin Houston <robin@kitsite.com>
12930              Date: Thu, 10 May 2001 01:02:08 +0100
12931              Message-ID: <20010510010208.A18200@penderel>
12932      Branch: perl
12933            ! ext/B/B/Debug.pm
12934 ____________________________________________________________________________
12935 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
12936         Log: Subject: [PATCH] Simplify deb_curcv() a bit
12937              From: Benjamin Sugars <bsugars@canoe.ca>
12938              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
12939              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
12940      Branch: perl
12941            ! run.c
12942 ____________________________________________________________________________
12943 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
12944         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
12945              From: Benjamin Sugars <bsugars@canoe.ca>
12946              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
12947              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
12948      Branch: perl
12949            ! t/lib/io_scalar.t
12950 ____________________________________________________________________________
12951 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
12952         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
12953              From: Peter Prymmer <pvhp@forte.com>
12954              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
12955              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
12956      Branch: perl
12957            ! t/lib/md5-file.t
12958 ____________________________________________________________________________
12959 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
12960         Log: Subject: [PATCH t/TEST] B::Deparse tester
12961              From: Robin Houston <robin@kitsite.com>
12962              Date: Wed, 9 May 2001 19:17:50 +0100
12963              Message-ID: <20010509191750.A16940@penderel>
12964      Branch: perl
12965            ! ext/B/O.pm t/TEST
12966 ____________________________________________________________________________
12967 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
12968         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
12969              From: Jeff Pinyan <jeffp@crusoe.net>
12970              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
12971              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
12972      Branch: perl
12973            ! lib/Pod/Html.pm
12974 ____________________________________________________________________________
12975 [ 10057] By: nick                                  on 2001/05/09  18:37:56
12976         Log: Integrate mainline.
12977      Branch: perlio
12978           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
12979           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
12980 ____________________________________________________________________________
12981 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
12982         Log: Update Changes.
12983      Branch: perl
12984            ! Changes patchlevel.h
12985 ____________________________________________________________________________
12986 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
12987         Log: Integrate perlio.
12988      Branch: perl
12989           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12990 ____________________________________________________________________________
12991 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
12992         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
12993              From: Benjamin Sugars <bsugars@canoe.ca>
12994              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
12995              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
12996      Branch: perl
12997            ! perlio.c
12998 ____________________________________________________________________________
12999 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
13000         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
13001              From: Benjamin Sugars <bsugars@canoe.ca>
13002              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
13003              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
13004      Branch: perl
13005            ! ext/PerlIO/Scalar/Scalar.xs
13006 ____________________________________________________________________________
13007 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
13008         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
13009              From: Jeff Pinyan <jeffp@crusoe.net>
13010              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
13011              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
13012      Branch: perl
13013            ! lib/Pod/Html.pm
13014 ____________________________________________________________________________
13015 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
13016         Log: EPOC tweak from Olaf Flebbe.
13017      Branch: perl
13018            ! epoc/epocish.h
13019 ____________________________________________________________________________
13020 [ 10050] By: nick                                  on 2001/05/09  14:37:57
13021         Log: win32, regen_config_h
13022      Branch: perlio
13023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13024 ____________________________________________________________________________
13025 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
13026         Log: Integrate perlio.
13027      Branch: perl
13028           !> pp_sys.c
13029 ____________________________________________________________________________
13030 [ 10048] By: nick                                  on 2001/05/09  11:59:50
13031         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
13032              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
13033      Branch: perlio
13034            ! pp_sys.c
13035 ____________________________________________________________________________
13036 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
13037         Log: Integrate perlio.
13038      Branch: perl
13039           !> run.c
13040 ____________________________________________________________________________
13041 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
13042         Log: Subject: Re: Less warnings during configure
13043              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13044              Date: Wed, 09 May 2001 13:12:49 +0200
13045              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
13046      Branch: perl
13047            ! hints/hpux.sh
13048 ____________________________________________________________________________
13049 [ 10045] By: nick                                  on 2001/05/09  09:56:59
13050         Log: MULTIPLICITY/DEBUGGING build fix.
13051      Branch: perlio
13052            ! run.c
13053 ____________________________________________________________________________
13054 [ 10044] By: nick                                  on 2001/05/09  09:46:37
13055         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
13056      Branch: perlio
13057           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
13058            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13059           !> (integrate 65 files)
13060 ____________________________________________________________________________
13061 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
13062         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13063              From: Robin Houston <robin@kitsite.com>
13064              Date: Tue, 8 May 2001 19:38:00 +0100
13065              Message-ID: <20010508193800.A4389@penderel>
13066              
13067              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13068              From: Robin Houston <robin@kitsite.com>
13069              Date: Tue, 8 May 2001 20:03:57 +0100
13070              Message-ID: <20010508200357.A4614@penderel>
13071              
13072              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13073              From: Robin Houston <robin@kitsite.com>
13074              Date: Wed, 9 May 2001 00:12:05 +0100
13075              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
13076      Branch: perl
13077            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
13078 ____________________________________________________________________________
13079 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
13080         Log: Retract #10031.
13081      Branch: perl
13082            ! pod/perlfunc.pod
13083 ____________________________________________________________________________
13084 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
13085         Log: The metaconfig unit changes for #10040.
13086      Branch: metaconfig/U/perl
13087            ! Checkcc.U d_dlsymun.U dlsrc.U
13088 ____________________________________________________________________________
13089 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
13090         Log: The Configure half of
13091              
13092              Subject: Less warnings during configure
13093              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13094              Date: Tue, 08 May 2001 08:44:02 +0200
13095              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13096      Branch: perl
13097            ! Configure
13098 ____________________________________________________________________________
13099 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
13100         Log: Subject: Less warnings during configure
13101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13102              Date: Tue, 08 May 2001 08:44:02 +0200
13103              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13104      Branch: perl
13105            ! hints/hpux.sh
13106 ____________________________________________________________________________
13107 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
13108         Log: Don't forget to whine about \d__\d.
13109      Branch: perl
13110            ! t/pragma/warn/toke toke.c
13111 ____________________________________________________________________________
13112 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
13113         Log: Allow underscores also in the exponent part.
13114      Branch: perl
13115            ! t/pragma/warn/toke toke.c
13116 ____________________________________________________________________________
13117 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
13118         Log: CodeMagicCD doesn't look like an *I*DE.
13119      Branch: perl
13120            ! pod/perlfaq3.pod
13121 ____________________________________________________________________________
13122 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
13123         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
13124              to be consistently down).
13125      Branch: perl
13126            ! pod/perlfaq3.pod
13127 ____________________________________________________________________________
13128 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
13129         Log: Upgrade to Text::Balanced 1.84.
13130      Branch: perl
13131            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
13132 ____________________________________________________________________________
13133 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
13134         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
13135              From: Benjamin Sugars <bsugars@canoe.ca>
13136              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
13137              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
13138      Branch: perl
13139            ! run.c
13140 ____________________________________________________________________________
13141 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
13142         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
13143              From: Peter Prymmer <pvhp@forte.com>
13144              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
13145              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
13146      Branch: perl
13147            ! t/pod/plainer.t
13148 ____________________________________________________________________________
13149 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
13150         Log: (Retracted by #10042)
13151              
13152              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
13153              From: "Philip Newton" <pnewton@gmx.de>
13154              Date: Tue, 8 May 2001 09:18:10 +0200
13155              Message-ID: <3AF7B9D2.28861.603732@localhost>
13156      Branch: perl
13157            ! pod/perlfunc.pod
13158 ____________________________________________________________________________
13159 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
13160         Log: Subject: [PATCH B::Deparse] Document known bugs
13161              From: Robin Houston <robin@kitsite.com>
13162              Date: Tue, 8 May 2001 01:53:34 +0100
13163              Message-ID: <20010508015334.A32394@penderel>
13164      Branch: perl
13165            ! ext/B/B/Deparse.pm
13166 ____________________________________________________________________________
13167 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
13168         Log: Subject: Re: Perl book, magazine and website updates.
13169              From: "Philip Newton" <pnewton@gmx.de>
13170              Date: Mon, 7 May 2001 17:03:58 +0200
13171              Message-ID: <3AF6D57E.5387.1E29930@localhost>
13172      Branch: perl
13173            ! pod/perlfaq2.pod
13174 ____________________________________________________________________________
13175 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
13176         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
13177              From: Peter Prymmer <pvhp@forte.com>
13178              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
13179              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
13180      Branch: perl
13181            ! t/io/fflush.t
13182 ____________________________________________________________________________
13183 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
13184         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
13185              From: Robin Houston <robin@kitsite.com>
13186              Date: Tue, 8 May 2001 01:14:55 +0100
13187              Message-ID: <20010508011455.A32162@penderel>
13188      Branch: perl
13189            ! ext/B/B/Deparse.pm
13190 ____________________________________________________________________________
13191 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
13192         Log: Typo in #10025.
13193      Branch: perl
13194            ! hints/uts.sh
13195 ____________________________________________________________________________
13196 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
13197         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
13198      Branch: perl
13199            ! hints/uts.sh
13200 ____________________________________________________________________________
13201 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
13202         Log: Subject: Re: [ID 20010506.045] question about hash syntax
13203              From: Peter Scott <Peter@PSDT.com>
13204              Date: Sun, 06 May 2001 13:10:40 -0700
13205              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
13206      Branch: perl
13207            ! pod/perl56delta.pod
13208 ____________________________________________________________________________
13209 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
13210         Log: Configure should figure out the list of dynamic extensions
13211              just fine in UTS-- and in fact it does, as reported by Hal Morris.
13212      Branch: perl
13213            ! hints/uts.sh
13214 ____________________________________________________________________________
13215 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
13216         Log: Update Changes.
13217      Branch: perl
13218            ! Changes patchlevel.h
13219 ____________________________________________________________________________
13220 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
13221         Log: Subject: [PATCH regcomp.c] Insecure regexes
13222              From: Robin Houston <robin@kitsite.com>
13223              Date: Mon, 7 May 2001 21:56:12 +0100
13224              Message-ID: <20010507215612.A31114@penderel>
13225      Branch: perl
13226            ! regcomp.c
13227 ____________________________________________________________________________
13228 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
13229         Log: Drop the foobar.perl.com references for now until Simon
13230              gets them sorted out.
13231      Branch: perl
13232            ! pod/perlfaq2.pod
13233 ____________________________________________________________________________
13234 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
13235         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
13236              From: Prymmer/Kahn <pvhp@best.com>
13237              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
13238              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
13239      Branch: perl
13240            ! lib/Devel/SelfStubber.pm
13241 ____________________________________________________________________________
13242 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
13243         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
13244              From: Prymmer/Kahn <pvhp@best.com>
13245              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
13246              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
13247      Branch: perl
13248            ! win32/Makefile
13249 ____________________________________________________________________________
13250 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
13251         Log: s/WebTechnique's/WebTechniques/
13252      Branch: perl
13253            ! pod/perlfaq2.pod
13254 ____________________________________________________________________________
13255 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
13256         Log: Llama 3 updates from Randal.
13257      Branch: perl
13258            ! pod/perlfaq2.pod
13259 ____________________________________________________________________________
13260 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
13261         Log: Subject: [PATCH] Help -Dt show correct pad variables
13262              From: Benjamin Sugars <ben.sugars@home.com>
13263              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
13264              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
13265      Branch: perl
13266            ! embed.h embed.pl proto.h run.c
13267 ____________________________________________________________________________
13268 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
13269         Log: Subject: [PATCH] Document C<our $foo : shared>
13270              From: Benjamin Sugars <ben.sugars@home.com>
13271              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
13272              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
13273      Branch: perl
13274            ! pod/perlfunc.pod
13275 ____________________________________________________________________________
13276 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
13277         Log: Subject: [PATCH B::Deparse] undefined folded constants
13278              From: Robin Houston <robin@kitsite.com>
13279              Date: Sun, 6 May 2001 17:19:09 +0100
13280              Message-ID: <20010506171909.A7046@penderel>
13281      Branch: perl
13282            ! ext/B/B/Deparse.pm
13283 ____________________________________________________________________________
13284 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
13285         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
13286              From: Robin Houston <robin@kitsite.com>
13287              Message-ID: <20010506164654.A6848@penderel>
13288              Date: Sun, 6 May 2001 16:46:54 +0100
13289      Branch: perl
13290            ! ext/B/B/Deparse.pm
13291 ____________________________________________________________________________
13292 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
13293         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
13294              From: Robin Houston <robin@kitsite.com>
13295              Date: Sun, 6 May 2001 14:47:02 +0100
13296              Message-ID: <20010506144702.A6308@penderel>
13297      Branch: perl
13298            ! t/op/my_stash.t
13299 ____________________________________________________________________________
13300 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
13301         Log: Subject: Perl book, magazine and website updates.
13302              From: Simon Cozens <simon@netthink.co.uk>
13303              Date: Sun, 6 May 2001 16:55:36 +0100
13304              Message-ID: <20010506165536.A1795@netthink.co.uk>
13305      Branch: perl
13306            ! pod/perlbook.pod pod/perlfaq2.pod
13307 ____________________________________________________________________________
13308 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
13309         Log: Tweaks on the Tru64 prof options.
13310      Branch: perl
13311            ! pod/perlhack.pod
13312 ____________________________________________________________________________
13313 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
13314         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
13315              From: Robin Houston <robin@kitsite.com>
13316              Date: Sun, 6 May 2001 14:40:51 +0100
13317              Message-ID: <20010506144051.A6279@penderel>
13318      Branch: perl
13319            ! t/pod/testp2pt.pl
13320 ____________________________________________________________________________
13321 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
13322         Log: Subject: [PATCH B::Deparse] scoping
13323              From: Robin Houston <robin@kitsite.com>
13324              Date: Sun, 6 May 2001 14:36:56 +0100
13325              Message-ID: <20010506143656.A4006@penderel>
13326      Branch: perl
13327            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
13328 ____________________________________________________________________________
13329 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
13330         Log: Document the undefinedness of bitshifting out of range.
13331      Branch: perl
13332            ! pod/perlop.pod
13333 ____________________________________________________________________________
13334 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
13335         Log: Retract #10003 and update the IDE descriptions a bit.
13336      Branch: perl
13337            ! pod/perlfaq3.pod
13338 ____________________________________________________________________________
13339 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
13340         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
13341              From: Prymmer/Kahn <pvhp@best.com>
13342              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
13343              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
13344      Branch: perl
13345            ! win32/Makefile win32/buildext.pl win32/config.bc
13346            ! win32/config.gc win32/config.vc
13347 ____________________________________________________________________________
13348 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
13349         Log: (Retracted by #10005.)
13350      Branch: perl
13351            ! pod/perlfaq3.pod
13352 ____________________________________________________________________________
13353 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
13354         Log: It's "psed", not "sed".
13355      Branch: perl
13356            ! x2p/s2p.PL
13357 ____________________________________________________________________________
13358 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
13359         Log: Update Changes.
13360      Branch: perl
13361            ! Changes patchlevel.h
13362 ____________________________________________________________________________
13363 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
13364         Log: Subject: Re: bleadperl make install fails due to "psed"
13365              From: andreas.koenig@anima.de (Andreas J. Koenig)
13366              Date: 05 May 2001 18:23:28 +0200
13367              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
13368      Branch: perl
13369            ! x2p/Makefile.SH x2p/s2p.PL
13370 ____________________________________________________________________________
13371 [  9999] By: jhi                                   on 2001/05/05  18:28:09
13372         Log: AUTHORS updates.
13373      Branch: perl
13374            ! AUTHORS
13375 ____________________________________________________________________________
13376 [  9998] By: jhi                                   on 2001/05/05  18:16:00
13377         Log: Updates on the pods related to the modules included since 5.6.
13378              
13379              TODO: perltodo really could use major updating.
13380      Branch: perl
13381            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
13382            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13383            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
13384            ! pod/perlsyn.pod pod/perltodo.pod
13385 ____________________________________________________________________________
13386 [  9997] By: jhi                                   on 2001/05/05  17:35:17
13387         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
13388              from Kurt Skauen.
13389      Branch: perl
13390            + hints/atheos.sh
13391            ! MANIFEST
13392 ____________________________________________________________________________
13393 [  9996] By: jhi                                   on 2001/05/05  17:25:00
13394         Log: Add preemptive #undefs for some of the shorter and more prone
13395              to collision regcomp.h #defines.  (Background: the MASK collided
13396              with a system header #define in Rhapsody.)
13397      Branch: perl
13398            ! regcomp.h
13399 ____________________________________________________________________________
13400 [  9995] By: jhi                                   on 2001/05/05  13:24:21
13401         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13402              From: Nicholas Clark <nick@ccl4.org>
13403              Date: Sat, 5 May 2001 14:46:39 +0100
13404              Message-ID: <20010505144639.O53513@plum.flirble.org>
13405              
13406              Add a test for the constants (if any) being processed correctly.
13407      Branch: perl
13408            ! utils/h2xs.PL
13409 ____________________________________________________________________________
13410 [  9994] By: jhi                                   on 2001/05/05  02:11:03
13411         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
13412              From: Peter Prymmer <pvhp@forte.com>
13413              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
13414              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
13415      Branch: perl
13416            ! t/lib/b-stash.t
13417 ____________________________________________________________________________
13418 [  9993] By: jhi                                   on 2001/05/05  02:03:49
13419         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
13420              From: Peter Prymmer <pvhp@forte.com>
13421              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
13422              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
13423      Branch: perl
13424            ! perlio.c vms/vmsish.h
13425 ____________________________________________________________________________
13426 [  9992] By: jhi                                   on 2001/05/04  17:21:12
13427         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
13428              From: Robin Barker <rmb1@cise.npl.co.uk>
13429              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
13430              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
13431      Branch: perl
13432            + t/pod/plainer.t
13433            ! MANIFEST
13434 ____________________________________________________________________________
13435 [  9991] By: jhi                                   on 2001/05/04  16:47:45
13436         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
13437              From: Robin Barker <rmb1@cise.npl.co.uk>
13438              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
13439              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
13440      Branch: perl
13441            ! regcomp.c
13442 ____________________________________________________________________________
13443 [  9990] By: jhi                                   on 2001/05/04  14:37:20
13444         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
13445              From: Prymmer/Kahn <pvhp@best.com>
13446              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
13447              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
13448      Branch: perl
13449            ! t/lib/b-stash.t
13450 ____________________________________________________________________________
13451 [  9989] By: jhi                                   on 2001/05/04  14:03:58
13452         Log: Introduce perl572delta, update Todo, add the missing
13453              mention about signal safety since 5.7.1 (though this
13454              requires verification and more details.)
13455      Branch: perl
13456            + pod/perl572delta.pod
13457            ! MANIFEST Todo pod/perl571delta.pod
13458 ____________________________________________________________________________
13459 [  9988] By: jhi                                   on 2001/05/04  12:41:51
13460         Log: Subject: [PATCH perl@9944] long =item
13461              From: Robin Barker <rmb1@cise.npl.co.uk>
13462              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
13463              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
13464      Branch: perl
13465            ! ext/Time/HiRes/HiRes.pm
13466 ____________________________________________________________________________
13467 [  9987] By: jhi                                   on 2001/05/04  12:39:19
13468         Log: The #9901 had removed one line essential for EBCDIC.
13469      Branch: perl
13470            ! regcomp.c
13471 ____________________________________________________________________________
13472 [  9986] By: jhi                                   on 2001/05/04  12:30:23
13473         Log: Subject: cygwin/Makefile.SHs INSTALL patch
13474              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
13475              Date: Mon, 08 Jan 2001 04:59:21 +0200
13476              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
13477      Branch: perl
13478            ! cygwin/Makefile.SHs
13479 ____________________________________________________________________________
13480 [  9985] By: jhi                                   on 2001/05/04  03:51:39
13481         Log: Encode/IO doc tweaks.
13482      Branch: perl
13483            ! ext/Encode/Encode.pm
13484 ____________________________________________________________________________
13485 [  9984] By: jhi                                   on 2001/05/04  03:29:34
13486         Log: Remove GDBM_File from the dynamic extensions for UTS,
13487              GDBM is not a standard feature.
13488      Branch: perl
13489            ! hints/uts.sh
13490 ____________________________________________________________________________
13491 [  9983] By: jhi                                   on 2001/05/04  03:22:59
13492         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
13493      Branch: perl
13494            ! pod/perlretut.pod
13495 ____________________________________________________________________________
13496 [  9982] By: jhi                                   on 2001/05/03  23:21:03
13497         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
13498              From: Benjamin Sugars <bsugars@canoe.ca>
13499              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
13500              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
13501      Branch: perl
13502            ! dump.c
13503 ____________________________________________________________________________
13504 [  9981] By: jhi                                   on 2001/05/03  23:20:05
13505         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
13506              From: Benjamin Sugars <bsugars@canoe.ca>
13507              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
13508              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
13509      Branch: perl
13510            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13511 ____________________________________________________________________________
13512 [  9980] By: jhi                                   on 2001/05/03  23:15:29
13513         Log: Integrate perlio.
13514      Branch: perl
13515           !> ext/Encode/Encode.pm
13516 ____________________________________________________________________________
13517 [  9979] By: jhi                                   on 2001/05/03  16:54:59
13518         Log: Install psed man page.
13519      Branch: perl
13520            ! installman
13521 ____________________________________________________________________________
13522 [  9978] By: jhi                                   on 2001/05/03  16:45:58
13523         Log: Remove unused files; noted by Sarathy.
13524      Branch: perl
13525            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13526            ! MANIFEST
13527 ____________________________________________________________________________
13528 [  9977] By: jhi                                   on 2001/05/03  16:42:30
13529         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
13530              From: Andy Dougherty <doughera@lafayette.edu>
13531              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
13532              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
13533      Branch: perl
13534            ! INSTALL
13535 ____________________________________________________________________________
13536 [  9976] By: nick                                  on 2001/05/03  16:40:42
13537         Log: Allow $answer = encode($object,$text); like it says in docs.
13538      Branch: perlio
13539            ! ext/Encode/Encode.pm
13540 ____________________________________________________________________________
13541 [  9975] By: nick                                  on 2001/05/03  16:22:30
13542         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
13543              to be in scope (fair enough), and also a package variable (our) for eval to see it.
13544      Branch: perlio
13545            ! ext/Encode/Encode.pm
13546 ____________________________________________________________________________
13547 [  9974] By: nick                                  on 2001/05/03  15:48:17
13548         Log: Integrate mainline.
13549      Branch: perlio
13550           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
13551           +> t/lib/filter-simple.t t/lib/next.t
13552           !> (integrate 70 files)
13553 ____________________________________________________________________________
13554 [  9973] By: jhi                                   on 2001/05/03  13:09:09
13555         Log: Update Changes.
13556      Branch: perl
13557            ! Changes patchlevel.h
13558 ____________________________________________________________________________
13559 [  9972] By: jhi                                   on 2001/05/03  12:58:33
13560         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
13561              From: Prymmer/Kahn <pvhp@best.com>
13562              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
13563              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
13564      Branch: perl
13565            ! t/io/fflush.t
13566 ____________________________________________________________________________
13567 [  9971] By: jhi                                   on 2001/05/03  12:57:26
13568         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
13569              From: Prymmer/Kahn <pvhp@best.com>
13570              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
13571              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
13572      Branch: perl
13573            ! win32/FindExt.pm
13574 ____________________________________________________________________________
13575 [  9970] By: jhi                                   on 2001/05/03  02:42:46
13576         Log: Can't croak sans thread context, from Doug MacEachern.
13577      Branch: perl
13578            ! toke.c
13579 ____________________________________________________________________________
13580 [  9969] By: jhi                                   on 2001/05/03  01:23:48
13581         Log: Subject: Random input test and Perl
13582              From: Ilya Zakharevich <ilya@math.berkeley.edu>
13583              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
13584              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
13585      Branch: perl
13586            ! toke.c
13587 ____________________________________________________________________________
13588 [  9968] By: jhi                                   on 2001/05/02  22:17:21
13589         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
13590              From: Peter Prymmer <pvhp@forte.com>
13591              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
13592              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
13593      Branch: perl
13594            ! pod/perlfunc.pod pod/perlport.pod
13595 ____________________________________________________________________________
13596 [  9967] By: jhi                                   on 2001/05/02  20:12:45
13597         Log: Workaround for UTS compiler casting bug from Hal Morris.
13598      Branch: perl
13599            ! perl.h
13600 ____________________________________________________________________________
13601 [  9966] By: jhi                                   on 2001/05/02  18:31:37
13602         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
13603              From: Dan Sugalski <dan@sidhe.org>
13604              Date: Wed, 02 May 2001 15:23:22 -0400
13605              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
13606      Branch: perl
13607            ! perl.c vms/vms.c
13608 ____________________________________________________________________________
13609 [  9965] By: jhi                                   on 2001/05/02  18:21:29
13610         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
13611      Branch: perl
13612            ! pod/perlfunc.pod
13613 ____________________________________________________________________________
13614 [  9964] By: jhi                                   on 2001/05/02  18:15:01
13615         Log: Document large files in INSTALL, document also the %x
13616              limitation if not use64bitint, closes bug 20010326.007.
13617      Branch: perl
13618            ! INSTALL
13619 ____________________________________________________________________________
13620 [  9963] By: jhi                                   on 2001/05/02  17:24:47
13621         Log: perlmodlib tweaks; regen pods.
13622      Branch: perl
13623            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
13624            ! pod/perltoc.pod
13625 ____________________________________________________________________________
13626 [  9962] By: jhi                                   on 2001/05/02  17:14:00
13627         Log: Fix for a segfault, from Marc Lehmann.
13628      Branch: perl
13629            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
13630 ____________________________________________________________________________
13631 [  9961] By: jhi                                   on 2001/05/02  15:55:53
13632         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
13633              From: "Philip Newton" <pnewton@gmx.de>
13634              Date: Wed, 2 May 2001 18:39:03 +0200
13635              Message-ID: <3AF05447.15525.173B588@localhost>
13636      Branch: perl
13637            ! pod/perlop.pod
13638 ____________________________________________________________________________
13639 [  9960] By: jhi                                   on 2001/05/02  15:35:37
13640         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
13641              From: Dan Sugalski <dan@sidhe.org>
13642              Date: Wed, 02 May 2001 11:37:27 -0400
13643              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
13644      Branch: perl
13645            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
13646            ! thread.h vms/vms.c vms/vmsish.h
13647 ____________________________________________________________________________
13648 [  9959] By: jhi                                   on 2001/05/02  15:21:08
13649         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
13650              From: Benjamin Sugars <bsugars@canoe.ca>
13651              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
13652              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
13653      Branch: perl
13654            ! ext/PerlIO/Scalar/Scalar.xs
13655 ____________________________________________________________________________
13656 [  9958] By: jhi                                   on 2001/05/02  15:15:53
13657         Log: Bug in #9915, spotted by Mike Guy.
13658      Branch: perl
13659            ! installperl
13660 ____________________________________________________________________________
13661 [  9957] By: jhi                                   on 2001/05/02  13:26:01
13662         Log: Add a test for not griping about references as array
13663              indices if the reference has magic in it (overloaded
13664              methods).
13665      Branch: perl
13666            ! pod/perldiag.pod t/pragma/warn/pp_hot
13667 ____________________________________________________________________________
13668 [  9956] By: jhi                                   on 2001/05/02  13:07:01
13669         Log: Retracted a bit too much in #9952.
13670      Branch: perl
13671            ! t/pragma/sub_lval.t
13672 ____________________________________________________________________________
13673 [  9955] By: jhi                                   on 2001/05/02  13:05:38
13674         Log: Test for #9952.
13675      Branch: perl
13676            ! t/op/tie.t
13677 ____________________________________________________________________________
13678 [  9954] By: jhi                                   on 2001/05/02  11:48:18
13679         Log: Additional note on the encoding example: one cannot
13680              convert string constants in-place.
13681      Branch: perl
13682            ! ext/Encode/Encode.pm
13683 ____________________________________________________________________________
13684 [  9953] By: jhi                                   on 2001/05/02  11:43:51
13685         Log: Note that if you have recent enough Perl you already
13686              have Filter::Util::Call.
13687      Branch: perl
13688            ! lib/Filter/Simple.pm
13689 ____________________________________________________________________________
13690 [  9952] By: jhi                                   on 2001/05/02  11:31:53
13691         Log: Retract changes #8254 and #8255, causes coredump in
13692              'tie FH, "main"', reported by Abigail, culprit found by
13693              Benjamin Sugars.  Mirrors maintperl change #9950.
13694      Branch: perl
13695            ! op.c t/pragma/sub_lval.t
13696 ____________________________________________________________________________
13697 [  9951] By: jhi                                   on 2001/05/02  11:14:29
13698         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
13699      Branch: perl
13700            + t/lib/MyFilter.pm
13701 ____________________________________________________________________________
13702 [  9950] By: gsar                                  on 2001/05/02  03:17:11
13703         Log: revert integration of changes#8254,8255 in change#8620 (causes
13704              a coredump in C<tie FH, 'foo'>; the idea itself may need better
13705              rationalization)
13706      Branch: maint-5.6/perl
13707            ! op.c t/pragma/sub_lval.t
13708 ____________________________________________________________________________
13709 [  9949] By: gsar                                  on 2001/05/02  02:56:32
13710         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
13711              
13712              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13713              
13714              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
13715      Branch: maint-5.6/perl
13716           !> hints/svr5.sh
13717 ____________________________________________________________________________
13718 [  9948] By: gsar                                  on 2001/05/02  02:49:15
13719         Log: pod/find.t breaks on VMS (from Craig Berry)
13720      Branch: maint-5.6/perl
13721            ! t/pod/find.t
13722 ____________________________________________________________________________
13723 [  9947] By: jhi                                   on 2001/05/02  02:43:09
13724         Log: Add an encoding conversion example.
13725      Branch: perl
13726            ! ext/Encode/Encode.pm
13727 ____________________________________________________________________________
13728 [  9946] By: jhi                                   on 2001/05/02  01:34:22
13729         Log: Another coat of paint but still nowhere finished.
13730              Need to decide on the semantics of strptime(): should
13731              strptime() be a function instead of a method?  To do
13732              the week/monthname-strptiming the i18n/l10n bullet needs
13733              to be bitten with gusto.
13734      Branch: perl
13735            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13736 ____________________________________________________________________________
13737 [  9945] By: jhi                                   on 2001/05/01  23:40:52
13738         Log: Update Changes.
13739      Branch: perl
13740            ! Changes patchlevel.h
13741 ____________________________________________________________________________
13742 [  9944] By: jhi                                   on 2001/05/01  23:33:37
13743         Log: Add known-to-be-tested modules to the list-to-be-skipped.
13744      Branch: perl
13745            ! t/lib/1_compile.t
13746 ____________________________________________________________________________
13747 [  9943] By: jhi                                   on 2001/05/01  23:24:40
13748         Log: Subject: BorlandC++ fix
13749              From: "Vadim Konovalov" <watman@inbox.ru>
13750              Date: Mon, 30 Apr 2001 20:12:26 -0700
13751              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
13752      Branch: perl
13753            ! win32/makefile.mk
13754 ____________________________________________________________________________
13755 [  9942] By: jhi                                   on 2001/05/01  23:18:02
13756         Log: Update to Filter::Simple 0.60, create a test for it.
13757      Branch: perl
13758            + t/lib/filter-simple.t
13759            ! MANIFEST lib/Filter/Simple.pm
13760 ____________________________________________________________________________
13761 [  9941] By: jhi                                   on 2001/05/01  19:47:24
13762         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
13763              From: Hugo <hv@crypt.compulink.co.uk>
13764              Date: Tue, 01 May 2001 20:12:20 +0100
13765              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
13766      Branch: perl
13767            ! pp_hot.c t/op/re_tests
13768 ____________________________________________________________________________
13769 [  9940] By: jhi                                   on 2001/05/01  19:42:16
13770         Log: Integrate perlio.
13771      Branch: perl
13772           !> lib/base.pm t/lib/fields.t
13773 ____________________________________________________________________________
13774 [  9939] By: jhi                                   on 2001/05/01  19:39:51
13775         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
13776              From: Benjamin Sugars <bsugars@canoe.ca>
13777              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
13778              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
13779      Branch: perl
13780            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13781 ____________________________________________________________________________
13782 [  9938] By: jhi                                   on 2001/05/01  19:34:09
13783         Log: Add NEXT, a pseudo-class for method redispatching.
13784              <Damian>NEXT.pm probably offers more bang-for-buck
13785              than anything else I've ever written.</Damian>
13786      Branch: perl
13787            + lib/NEXT.pm t/lib/next.t
13788            ! MANIFEST
13789 ____________________________________________________________________________
13790 [  9937] By: jhi                                   on 2001/05/01  19:21:41
13791         Log: Update to Switch 2.02.
13792      Branch: perl
13793            ! lib/Switch.pm t/lib/switch.t
13794 ____________________________________________________________________________
13795 [  9936] By: nick                                  on 2001/05/01  19:09:21
13796         Log: Fix for base.pm clobbering $VERSION
13797      Branch: perlio
13798            ! lib/base.pm
13799 ____________________________________________________________________________
13800 [  9935] By: nick                                  on 2001/05/01  18:54:38
13801         Log: Test for base.pm clobbering $VERSION.
13802      Branch: perlio
13803            ! t/lib/fields.t
13804 ____________________________________________________________________________
13805 [  9934] By: jhi                                   on 2001/05/01  18:39:10
13806         Log: Add information about Scalar::Util::blessed.
13807      Branch: perl
13808            ! pod/perlobj.pod
13809 ____________________________________________________________________________
13810 [  9933] By: jhi                                   on 2001/05/01  18:33:51
13811         Log: Subject: Extra UNIVERSAL documentation
13812              From: Mike Guy <mjtg@cam.ac.uk>
13813              Date: Tue, 01 May 2001 20:12:11 +0100
13814              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
13815      Branch: perl
13816            ! pod/perlobj.pod
13817 ____________________________________________________________________________
13818 [  9932] By: jhi                                   on 2001/05/01  18:26:54
13819         Log: Subject: Autoflush in tests as appropriate
13820              From: Mike Guy <mjtg@cam.ac.uk>
13821              Date: Tue, 01 May 2001 20:05:31 +0100
13822              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
13823      Branch: perl
13824            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
13825            ! t/op/taint.t
13826 ____________________________________________________________________________
13827 [  9931] By: jhi                                   on 2001/05/01  18:02:29
13828         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
13829              From: Benjamin Sugars <bsugars@canoe.ca>
13830              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
13831              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
13832      Branch: perl
13833            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13834 ____________________________________________________________________________
13835 [  9930] By: jhi                                   on 2001/05/01  15:12:26
13836         Log: Subject: Re: Finally got a round tuit
13837              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13838              Date: Tue, 01 May 2001 14:14:10 +0200
13839              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
13840              
13841              The -DP part, slightly modified.
13842      Branch: perl
13843            ! perl.c
13844 ____________________________________________________________________________
13845 [  9929] By: jhi                                   on 2001/05/01  14:17:15
13846         Log: Subject: Re: Finally got a round tuit
13847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13848              Date: Tue, 01 May 2001 16:34:06 +0200
13849              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
13850              
13851              cpp and optimization tweaks for HP-UX.
13852      Branch: perl
13853            ! hints/hpux.sh
13854 ____________________________________________________________________________
13855 [  9928] By: jhi                                   on 2001/05/01  13:24:20
13856         Log: Tune the scan_num() comments to reality.
13857      Branch: perl
13858            ! toke.c
13859 ____________________________________________________________________________
13860 [  9927] By: jhi                                   on 2001/05/01  13:14:01
13861         Log: Subject: [PATCH B::Deparse] optimised sort
13862              From: Robin Houston <robin@kitsite.com>
13863              Date: Tue, 1 May 2001 14:07:12 +0100
13864              Message-ID: <20010501140712.A4266@penderel>
13865      Branch: perl
13866            ! ext/B/B/Deparse.pm
13867 ____________________________________________________________________________
13868 [  9926] By: jhi                                   on 2001/05/01  13:10:53
13869         Log: Subject: [PATCH t/lib/b-deparse.t] 
13870              From: Robin Houston <robin@kitsite.com>
13871              Date: Tue, 1 May 2001 13:37:42 +0100
13872              Message-ID: <20010501133742.A4082@penderel>
13873      Branch: perl
13874            ! t/lib/b-deparse.t
13875 ____________________________________________________________________________
13876 [  9925] By: jhi                                   on 2001/05/01  13:10:13
13877         Log: Subject: [PATCH B::Deparse] for(;;), sort
13878              From: Robin Houston <robin@kitsite.com>
13879              Date: Tue, 1 May 2001 13:35:00 +0100
13880              Message-ID: <20010501133500.A4061@penderel>
13881      Branch: perl
13882            ! ext/B/B/Deparse.pm
13883 ____________________________________________________________________________
13884 [  9924] By: jhi                                   on 2001/05/01  13:09:22
13885         Log: Subject: [PATCH B::Deparse] do, warn, use
13886              From: Robin Houston <robin@kitsite.com>
13887              Date: Tue, 1 May 2001 13:31:03 +0100
13888              Message-ID: <20010501133103.A4041@penderel>
13889      Branch: perl
13890            ! ext/B/B/Deparse.pm
13891 ____________________________________________________________________________
13892 [  9923] By: jhi                                   on 2001/05/01  11:45:36
13893         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
13894              From: Benjamin Sugars <ben.sugars@home.com>
13895              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
13896              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
13897      Branch: perl
13898            + t/io/fflush.t
13899            ! MANIFEST
13900 ____________________________________________________________________________
13901 [  9922] By: jhi                                   on 2001/05/01  11:35:42
13902         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
13903              From: Peter Prymmer <pvhp@forte.com>
13904              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
13905              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
13906      Branch: perl
13907            ! t/lib/selfstubber.t
13908 ____________________________________________________________________________
13909 [  9921] By: jhi                                   on 2001/04/30  16:34:33
13910         Log: Subject: [PATCH B::Concise] suppress warning
13911              From: Robin Houston <robin@kitsite.com>
13912              Date: Mon, 30 Apr 2001 16:09:49 +0100
13913              Message-ID: <20010430160949.A25086@penderel>
13914      Branch: perl
13915            ! ext/B/B/Concise.pm
13916 ____________________________________________________________________________
13917 [  9920] By: jhi                                   on 2001/04/30  13:56:04
13918         Log: Strip the *markers* from #9919.
13919      Branch: perl
13920            ! pod/perlfaq.pod pod/perlfaq5.pod
13921 ____________________________________________________________________________
13922 [  9919] By: jhi                                   on 2001/04/30  13:54:04
13923         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
13924              From: Gwyn Judd <b.judd@xtra.co.nz>
13925              Date: Sun, 29 Apr 2001 01:47:49 +1200
13926              Message-ID: <20010429014749.A4418@thislove>
13927      Branch: perl
13928            ! pod/perlfaq.pod pod/perlfaq5.pod
13929 ____________________________________________________________________________
13930 [  9918] By: jhi                                   on 2001/04/30  13:13:54
13931         Log: More_tweakage.
13932      Branch: perl
13933            ! pod/perldata.pod pod/perldiag.pod
13934 ____________________________________________________________________________
13935 [  9917] By: jhi                                   on 2001/04/30  13:01:27
13936         Log: Update Changes.
13937      Branch: perl
13938            ! Changes patchlevel.h
13939 ____________________________________________________________________________
13940 [  9916] By: jhi                                   on 2001/04/30  12:57:03
13941         Log: T_w_e_a_k_a_g_e.
13942      Branch: perl
13943            ! pod/perldata.pod pod/perldiag.pod
13944 ____________________________________________________________________________
13945 [  9915] By: jhi                                   on 2001/04/30  12:39:29
13946         Log: Install s2p also as psed.
13947              
13948              TODO: psed documentation?
13949      Branch: perl
13950            ! installperl
13951 ____________________________________________________________________________
13952 [  9914] By: jhi                                   on 2001/04/30  12:29:21
13953         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
13954              From: Jens Hamisch <jens@Strawberry.COM>
13955              Date: Fri, 27 Apr 2001 17:00:36 +0200
13956              Message-ID: <20010427170036.K1372@Strawberry.COM>
13957              
13958              SOCKS5_VERSION_NAME is the right symbol to detect
13959              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
13960              function called socks5_init() is available, and even that is
13961              not universal, most SOCKS5 installations use SOCKSinit()).
13962      Branch: perl
13963            ! perlio.c
13964 ____________________________________________________________________________
13965 [  9913] By: jhi                                   on 2001/04/30  12:22:15
13966         Log: Allow a zero timeout on IO::Socket accept and connect--
13967              though one really shouldn't do that.  Based on
13968              
13969              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
13970              From: "John Holdsworth" <coldwave@bigfoot.com>
13971              Date: Sun, 4 Feb 2001 12:48:18 +0100
13972              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
13973      Branch: perl
13974            ! ext/IO/lib/IO/Socket.pm
13975 ____________________________________________________________________________
13976 [  9912] By: jhi                                   on 2001/04/30  11:27:27
13977         Log: Save the spot of regprev (see #9911) for binary compatibility;
13978              regen API.
13979      Branch: perl
13980            ! embedvar.h perlapi.h thrdvar.h
13981 ____________________________________________________________________________
13982 [  9911] By: jhi                                   on 2001/04/30  11:22:03
13983         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
13984              From: Hugo <hv@crypt.compulink.co.uk>
13985              Date: Sun, 29 Apr 2001 17:09:30 +0100
13986              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
13987      Branch: perl
13988            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
13989 ____________________________________________________________________________
13990 [  9910] By: jhi                                   on 2001/04/30  11:15:12
13991         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
13992              a dummy for PL_numeric_radix); no pressing reason to break
13993              binary compatibility; regen API.
13994      Branch: perl
13995            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
13996            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
13997 ____________________________________________________________________________
13998 [  9909] By: jhi                                   on 2001/04/30  10:56:08
13999         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
14000              From: Walt Mankowski <waltman@netaxs.com>
14001              Date: Sun, 29 Apr 2001 21:53:48 -0400
14002              Message-ID: <20010429215348.A3971@netaxs.com>
14003      Branch: perl
14004            ! pod/perlfunc.pod
14005 ____________________________________________________________________________
14006 [  9908] By: jhi                                   on 2001/04/30  10:49:40
14007         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
14008      Branch: perl
14009            ! t/lib/selfstubber.t
14010 ____________________________________________________________________________
14011 [  9907] By: nick                                  on 2001/04/30  09:26:50
14012         Log: Integrate mainline.
14013      Branch: perlio
14014           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14015 ____________________________________________________________________________
14016 [  9906] By: jhi                                   on 2001/04/29  23:24:20
14017         Log: Abigail spotted a thinko in #9905.
14018      Branch: perl
14019            ! pod/perldiag.pod
14020 ____________________________________________________________________________
14021 [  9905] By: jhi                                   on 2001/04/29  15:55:39
14022         Log: Changed the underscore/undebar syntax in numeric constants;
14023              now any grouping will do, as long as the underscores are not
14024              consecutive (so "zero-grouping" is out), and they do not begin
14025              or end the integer or fractional parts.
14026      Branch: perl
14027            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14028 ____________________________________________________________________________
14029 [  9904] By: nick                                  on 2001/04/29  15:43:22
14030         Log: Integrate mainline.
14031      Branch: perlio
14032           +> (branch 98 files)
14033            - lib/unicode/Block.pl
14034            - lib/unicode/In/AlphabeticPresentationForms.pl
14035            - lib/unicode/In/Arabic.pl
14036            - lib/unicode/In/ArabicPresentationForms-A.pl
14037            - lib/unicode/In/ArabicPresentationForms-B.pl
14038            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14039            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14040            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14041            - lib/unicode/In/BopomofoExtended.pl
14042            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14043            - lib/unicode/In/CJKCompatibility.pl
14044            - lib/unicode/In/CJKCompatibilityForms.pl
14045            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14046            - lib/unicode/In/CJKRadicalsSupplement.pl
14047            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14048            - lib/unicode/In/CJKUnifiedIdeographs.pl
14049            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14050            - lib/unicode/In/Cherokee.pl
14051            - lib/unicode/In/CombiningDiacriticalMarks.pl
14052            - lib/unicode/In/CombiningHalfMarks.pl
14053            - lib/unicode/In/CombiningMarksforSymbols.pl
14054            - lib/unicode/In/ControlPictures.pl
14055            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14056            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14057            - lib/unicode/In/EnclosedAlphanumerics.pl
14058            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14059            - lib/unicode/In/Ethiopic.pl
14060            - lib/unicode/In/GeneralPunctuation.pl
14061            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14062            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14063            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14064            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14065            - lib/unicode/In/HangulCompatibilityJamo.pl
14066            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14067            - lib/unicode/In/Hebrew.pl
14068            - lib/unicode/In/HighPrivateUseSurrogates.pl
14069            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14070            - lib/unicode/In/IPAExtensions.pl
14071            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14072            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14073            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14074            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14075            - lib/unicode/In/Latin-1Supplement.pl
14076            - lib/unicode/In/LatinExtended-A.pl
14077            - lib/unicode/In/LatinExtended-B.pl
14078            - lib/unicode/In/LatinExtendedAdditional.pl
14079            - lib/unicode/In/LetterlikeSymbols.pl
14080            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14081            - lib/unicode/In/MathematicalOperators.pl
14082            - lib/unicode/In/MiscellaneousSymbols.pl
14083            - lib/unicode/In/MiscellaneousTechnical.pl
14084            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14085            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14086            - lib/unicode/In/OpticalCharacterRecognition.pl
14087            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14088            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14089            - lib/unicode/In/SmallFormVariants.pl
14090            - lib/unicode/In/SpacingModifierLetters.pl
14091            - lib/unicode/In/Specials.pl
14092            - lib/unicode/In/SuperscriptsandSubscripts.pl
14093            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14094            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14095            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14096            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14097            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14098           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
14099           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
14100           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
14101           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
14102           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
14103           !> utf8.c win32/Makefile
14104 ____________________________________________________________________________
14105 [  9903] By: jhi                                   on 2001/04/29  14:30:53
14106         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
14107              From: Prymmer/Kahn <pvhp@best.com>
14108              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
14109              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
14110      Branch: perl
14111            ! win32/Makefile
14112 ____________________________________________________________________________
14113 [  9902] By: jhi                                   on 2001/04/29  02:52:44
14114         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
14115              From: "Abigail" <abigail@foad.org>
14116              Date: Sun, 29 Apr 2001 03:14:25 +0200
14117              Message-ID: <20010429011425.24503.qmail@foad.org>
14118      Branch: perl
14119            ! ext/IO/lib/IO/Seekable.pm
14120 ____________________________________________________________________________
14121 [  9901] By: jhi                                   on 2001/04/29  02:04:46
14122         Log: In character classes one couldn't have 0x80..0xff characters
14123              at the left hand side if there were 0x100.. characters in the
14124              character class.
14125      Branch: perl
14126            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
14127            ! t/op/pat.t utf8.c
14128 ____________________________________________________________________________
14129 [  9900] By: jhi                                   on 2001/04/28  22:55:04
14130         Log: Forgot the latest mktables.PL from #9899.
14131      Branch: perl
14132            ! lib/unicode/mktables.PL
14133 ____________________________________________________________________________
14134 [  9899] By: jhi                                   on 2001/04/28  22:53:28
14135         Log: Explain the \p{} and \P{} error message better and
14136              have prettier prettyprint in In.pl.
14137      Branch: perl
14138            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
14139            ! pod/perldiag.pod
14140 ____________________________________________________________________________
14141 [  9898] By: jhi                                   on 2001/04/28  21:03:34
14142         Log: Add one possible explanation for the "Invalid [] range" error.
14143      Branch: perl
14144            ! pod/perldiag.pod
14145 ____________________________________________________________________________
14146 [  9897] By: jhi                                   on 2001/04/28  17:18:26
14147         Log: Add a level of indirection to the implementation of \p{InFoo}
14148              so that we don't have to have long filenames.  (Nothing changes
14149              in the user interface.)   The indirection is defined in
14150              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
14151              Also rename some the character classes by removing '-' from
14152              the classnames, and finally renamed Block.pl as Blocks.pl.
14153      Branch: perl
14154            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
14155            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
14156            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
14157            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14158            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
14159            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
14160            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
14161            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
14162            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
14163            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
14164            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
14165            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
14166            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
14167            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
14168            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
14169            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
14170            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
14171            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
14172            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
14173            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
14174            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
14175            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
14176            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
14177            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
14178            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
14179            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
14180            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
14181            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
14182            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
14183            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
14184            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
14185            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
14186            + lib/unicode/In/94.pl lib/unicode/In/95.pl
14187            - lib/unicode/Block.pl
14188            - lib/unicode/In/AlphabeticPresentationForms.pl
14189            - lib/unicode/In/Arabic.pl
14190            - lib/unicode/In/ArabicPresentationForms-A.pl
14191            - lib/unicode/In/ArabicPresentationForms-B.pl
14192            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14193            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14194            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14195            - lib/unicode/In/BopomofoExtended.pl
14196            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14197            - lib/unicode/In/CJKCompatibility.pl
14198            - lib/unicode/In/CJKCompatibilityForms.pl
14199            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14200            - lib/unicode/In/CJKRadicalsSupplement.pl
14201            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14202            - lib/unicode/In/CJKUnifiedIdeographs.pl
14203            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14204            - lib/unicode/In/Cherokee.pl
14205            - lib/unicode/In/CombiningDiacriticalMarks.pl
14206            - lib/unicode/In/CombiningHalfMarks.pl
14207            - lib/unicode/In/CombiningMarksforSymbols.pl
14208            - lib/unicode/In/ControlPictures.pl
14209            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14210            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14211            - lib/unicode/In/EnclosedAlphanumerics.pl
14212            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14213            - lib/unicode/In/Ethiopic.pl
14214            - lib/unicode/In/GeneralPunctuation.pl
14215            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14216            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14217            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14218            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14219            - lib/unicode/In/HangulCompatibilityJamo.pl
14220            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14221            - lib/unicode/In/Hebrew.pl
14222            - lib/unicode/In/HighPrivateUseSurrogates.pl
14223            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14224            - lib/unicode/In/IPAExtensions.pl
14225            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14226            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14227            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14228            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14229            - lib/unicode/In/Latin-1Supplement.pl
14230            - lib/unicode/In/LatinExtended-A.pl
14231            - lib/unicode/In/LatinExtended-B.pl
14232            - lib/unicode/In/LatinExtendedAdditional.pl
14233            - lib/unicode/In/LetterlikeSymbols.pl
14234            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14235            - lib/unicode/In/MathematicalOperators.pl
14236            - lib/unicode/In/MiscellaneousSymbols.pl
14237            - lib/unicode/In/MiscellaneousTechnical.pl
14238            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14239            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14240            - lib/unicode/In/OpticalCharacterRecognition.pl
14241            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14242            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14243            - lib/unicode/In/SmallFormVariants.pl
14244            - lib/unicode/In/SpacingModifierLetters.pl
14245            - lib/unicode/In/Specials.pl
14246            - lib/unicode/In/SuperscriptsandSubscripts.pl
14247            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14248            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14249            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14250            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14251            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14252            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
14253            ! pod/perlunicode.pod
14254 ____________________________________________________________________________
14255 [  9896] By: jhi                                   on 2001/04/28  14:33:17
14256         Log: Update the information on shared library path on HP-UX.
14257      Branch: perl
14258            ! INSTALL
14259 ____________________________________________________________________________
14260 [  9895] By: jhi                                   on 2001/04/28  14:32:30
14261         Log: Because #9894 seems to do the trick, this workaround can be removed.
14262      Branch: perl
14263            ! t/lib/selfstubber.t
14264 ____________________________________________________________________________
14265 [  9894] By: jhi                                   on 2001/04/28  14:26:13
14266         Log: For PerlIO flush the children's file handles (on fork/exec/system).
14267      Branch: perl
14268            ! perl.h
14269 ____________________________________________________________________________
14270 [  9893] By: jhi                                   on 2001/04/28  14:23:15
14271         Log: Test tweak for #9891.
14272      Branch: perl
14273            ! t/lib/b-deparse.t
14274 ____________________________________________________________________________
14275 [  9892] By: jhi                                   on 2001/04/28  14:10:13
14276         Log: New HP-UX hints from Merijn.
14277      Branch: perl
14278            ! hints/hpux.sh
14279 ____________________________________________________________________________
14280 [  9891] By: jhi                                   on 2001/04/28  14:07:27
14281         Log: Subject: [PATCH B::Deparse] non-block scopes
14282              From: Robin Houston <robin@kitsite.com>
14283              Date: Fri, 27 Apr 2001 19:15:14 +0100
14284              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
14285      Branch: perl
14286            ! ext/B/B/Deparse.pm
14287 ____________________________________________________________________________
14288 [  9890] By: nick                                  on 2001/04/27  19:41:25
14289         Log: Integrate mainline
14290      Branch: perlio
14291           +> t/lib/selfstubber.t
14292           !> (integrate 50 files)
14293 ____________________________________________________________________________
14294 [  9889] By: jhi                                   on 2001/04/27  18:23:46
14295         Log: Subject: Re: selfstubber test fail on bleadperl
14296              From: Mike Guy <mjtg@cam.ac.uk>
14297              Date: Fri, 27 Apr 2001 19:31:18 +0100
14298              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
14299      Branch: perl
14300            ! t/lib/selfstubber.t
14301 ____________________________________________________________________________
14302 [  9888] By: jhi                                   on 2001/04/27  16:20:54
14303         Log: Test tweak for #9886.
14304      Branch: perl
14305            ! t/lib/b-deparse.t
14306 ____________________________________________________________________________
14307 [  9887] By: jhi                                   on 2001/04/27  16:16:33
14308         Log: Buffering issue at least in Solaris (even with perlio).
14309      Branch: perl
14310            ! t/lib/selfstubber.t
14311 ____________________________________________________________________________
14312 [  9886] By: jhi                                   on 2001/04/27  14:59:23
14313         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
14314              From: Robin Houston <robin@kitsite.com>
14315              Date: Fri, 27 Apr 2001 16:53:20 +0100
14316              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
14317      Branch: perl
14318            ! ext/B/B/Deparse.pm
14319 ____________________________________________________________________________
14320 [  9885] By: jhi                                   on 2001/04/27  14:23:51
14321         Log: Update Changes.
14322      Branch: perl
14323            ! Changes patchlevel.h
14324 ____________________________________________________________________________
14325 [  9884] By: jhi                                   on 2001/04/27  14:14:12
14326         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
14327              From: "Philip Newton" <pnewton@gmx.de>
14328              Date: Fri, 27 Apr 2001 16:40:13 +0200
14329              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
14330      Branch: perl
14331            ! pod/perldata.pod
14332 ____________________________________________________________________________
14333 [  9883] By: jhi                                   on 2001/04/27  13:28:19
14334         Log: Add LOG_PERROR; prettify the "removed".
14335      Branch: perl
14336            ! ext/Sys/Syslog/Syslog.xs
14337 ____________________________________________________________________________
14338 [  9882] By: jhi                                   on 2001/04/27  13:13:18
14339         Log: h2xs tweaks: use NV instead of double, "quote" the removed
14340              prefixes for clarity (especially when nothing is removed),
14341              slight pod reformats.
14342      Branch: perl
14343            ! utils/h2xs.PL
14344 ____________________________________________________________________________
14345 [  9881] By: jhi                                   on 2001/04/27  12:58:48
14346         Log: Don't bother creating existing directories.
14347      Branch: perl
14348            ! utils/h2xs.PL
14349 ____________________________________________________________________________
14350 [  9880] By: jhi                                   on 2001/04/27  12:45:39
14351         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
14352              From: Mike Schilli <m@perlmeister.com>
14353              Date: Wed, 25 Apr 2001 01:29:21 -0700
14354              Message-id: <3AE68AE1.6A981723@perlmeister.com>
14355      Branch: perl
14356            ! utils/h2xs.PL
14357 ____________________________________________________________________________
14358 [  9879] By: jhi                                   on 2001/04/27  12:40:55
14359         Log: break is not yet Perl.  Added the template license also to README.
14360      Branch: perl
14361            ! utils/h2xs.PL
14362 ____________________________________________________________________________
14363 [  9878] By: jhi                                   on 2001/04/27  03:08:20
14364         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
14365              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14366              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
14367              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
14368      Branch: perl
14369            ! t/lib/xs-typemap.t
14370 ____________________________________________________________________________
14371 [  9877] By: jhi                                   on 2001/04/26  23:54:40
14372         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
14373              From: "Abigail" <abigail@foad.org>
14374              Date: Fri, 27 Apr 2001 01:44:28 +0200
14375              Message-ID: <20010426234428.19786.qmail@foad.org>
14376      Branch: perl
14377            ! utils/h2xs.PL
14378 ____________________________________________________________________________
14379 [  9876] By: jhi                                   on 2001/04/26  23:52:06
14380         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
14381              From: Peter Prymmer <pvhp@forte.com>
14382              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
14383              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
14384      Branch: perl
14385            ! t/lib/selfstubber.t
14386 ____________________________________________________________________________
14387 [  9875] By: jhi                                   on 2001/04/26  23:48:10
14388         Log: Deparse nits.
14389      Branch: perl
14390            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
14391 ____________________________________________________________________________
14392 [  9874] By: jhi                                   on 2001/04/26  22:46:05
14393         Log: Document ANYOF_CLASS.
14394      Branch: perl
14395            ! regcomp.h
14396 ____________________________________________________________________________
14397 [  9873] By: jhi                                   on 2001/04/26  22:35:03
14398         Log: Subject: Re: [PATCH @9846] dumping ANYOF
14399              From: Hugo <hv@crypt.compulink.co.uk>
14400              Date: Thu, 26 Apr 2001 23:33:38 +0100
14401              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
14402      Branch: perl
14403            ! regcomp.c regcomp.h
14404 ____________________________________________________________________________
14405 [  9872] By: jhi                                   on 2001/04/26  22:34:31
14406         Log: Subject: [PATCH] more for Devel::SelfStubber
14407              From: Nicholas Clark <nick@ccl4.org>
14408              Date: Fri, 27 Apr 2001 00:13:52 +0100
14409              Message-ID: <20010427001351.K88186@plum.flirble.org>
14410      Branch: perl
14411            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
14412 ____________________________________________________________________________
14413 [  9871] By: jhi                                   on 2001/04/26  21:59:17
14414         Log: Subject: [PATCH B::Deparse] formats must be flush left
14415              From: Robin Houston <robin@kitsite.com>
14416              Date: Thu, 26 Apr 2001 23:54:29 +0100
14417              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
14418      Branch: perl
14419            ! ext/B/B/Deparse.pm
14420 ____________________________________________________________________________
14421 [  9870] By: jhi                                   on 2001/04/26  21:57:37
14422         Log: If some of the constants are prefixes of others,
14423              the prefixes may never get recognized.  (See 20010426.006.)
14424      Branch: perl
14425            ! utils/h2xs.PL
14426 ____________________________________________________________________________
14427 [  9869] By: jhi                                   on 2001/04/26  21:50:42
14428         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
14429              From: Chris Bongaarts <cab@tc.umn.edu>
14430              Date: Thu, 26 Apr 2001 17:10:31 -0500
14431              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
14432      Branch: perl
14433            ! ext/Sys/Syslog/Syslog.xs
14434 ____________________________________________________________________________
14435 [  9868] By: jhi                                   on 2001/04/26  21:35:12
14436         Log: Further cuts and more docs from Graham Barr.
14437      Branch: perl
14438            ! ext/List/Util/lib/List/Util.pm
14439            ! ext/List/Util/lib/Scalar/Util.pm
14440 ____________________________________________________________________________
14441 [  9867] By: jhi                                   on 2001/04/26  21:18:57
14442         Log: Subject: [PATCH 5.7.1] DB_File-1.77
14443              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14444              Date: Thu, 26 Apr 2001 22:37:53 +0100
14445              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
14446      Branch: perl
14447            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14448            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14449 ____________________________________________________________________________
14450 [  9866] By: jhi                                   on 2001/04/26  21:12:31
14451         Log: Subject: [PATCH B::Deparse] fix easy bugs
14452              From: Robin Houston <robin@kitsite.com>
14453              Date: Thu, 26 Apr 2001 23:03:33 +0100
14454              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
14455      Branch: perl
14456            ! ext/B/B/Deparse.pm
14457 ____________________________________________________________________________
14458 [  9865] By: jhi                                   on 2001/04/26  20:26:13
14459         Log: Update Changes.
14460      Branch: perl
14461            ! Changes patchlevel.h
14462 ____________________________________________________________________________
14463 [  9864] By: jhi                                   on 2001/04/26  19:27:48
14464         Log: Dethinko from Robin Houston.
14465      Branch: perl
14466            ! ext/B/B/Deparse.pm
14467 ____________________________________________________________________________
14468 [  9863] By: jhi                                   on 2001/04/26  19:10:35
14469         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
14470              From: Robin Houston <robin@kitsite.com>
14471              Date: Thu, 26 Apr 2001 21:08:32 +0100
14472              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
14473      Branch: perl
14474            ! ext/B/B/Deparse.pm
14475 ____________________________________________________________________________
14476 [  9862] By: jhi                                   on 2001/04/26  19:04:23
14477         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14478              From: Robin Houston <robin@kitsite.com>
14479              Date: Thu, 26 Apr 2001 20:52:50 +0100
14480              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
14481      Branch: perl
14482            ! ext/B/B/Deparse.pm
14483 ____________________________________________________________________________
14484 [  9861] By: jhi                                   on 2001/04/26  18:56:14
14485         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
14486              From: Mike Guy <mjtg@cam.ac.uk>
14487              Date: Thu, 26 Apr 2001 14:22:40 +0100
14488              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
14489      Branch: perl
14490            ! pod/perlobj.pod
14491 ____________________________________________________________________________
14492 [  9860] By: jhi                                   on 2001/04/26  18:46:42
14493         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14494              From: Robin Houston <robin@kitsite.com>
14495              Date: Thu, 26 Apr 2001 20:34:29 +0100
14496              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
14497              
14498              Hashes do not interpolate.
14499      Branch: perl
14500            ! ext/B/B/Deparse.pm
14501 ____________________________________________________________________________
14502 [  9859] By: jhi                                   on 2001/04/26  18:43:51
14503         Log: Subject: The Time::Piece conspiracy unmasked!!!
14504              From: Mike Guy <mjtg@cam.ac.uk>
14505              Date: Thu, 26 Apr 2001 19:02:50 +0100
14506              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
14507              
14508              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
14509              From: Mike Guy <mjtg@cam.ac.uk>
14510              Date: Thu, 26 Apr 2001 19:08:21 +0100
14511              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
14512              
14513              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
14514              From: Graham Barr <gbarr@pobox.com>
14515              Date: Thu, 26 Apr 2001 19:12:03 +0100
14516              Message-ID: <20010426191203.A70835@pobox.com>
14517              
14518              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
14519      Branch: perl
14520            ! ext/List/Util/lib/List/Util.pm
14521            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
14522 ____________________________________________________________________________
14523 [  9858] By: jhi                                   on 2001/04/26  18:17:42
14524         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
14525              From: Robin Houston <robin@kitsite.com>
14526              Date: Thu, 26 Apr 2001 16:09:35 +0100
14527              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
14528      Branch: perl
14529            ! t/comp/proto.t
14530 ____________________________________________________________________________
14531 [  9857] By: jhi                                   on 2001/04/26  18:04:59
14532         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14533              From: barries <barries@slaysys.com>
14534              Date: Thu, 26 Apr 2001 12:01:10 -0400
14535              Message-ID: <20010426120110.E29698@jester.slaysys.com>
14536      Branch: perl
14537            ! pod/perldiag.pod
14538 ____________________________________________________________________________
14539 [  9856] By: jhi                                   on 2001/04/26  18:03:33
14540         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
14541              Date: Thu, 26 Apr 2001 17:13:41 +0100
14542              From: Robin Houston <robin@kitsite.com>
14543              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
14544              
14545              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14546              From: Robin Houston <robin@kitsite.com>
14547              Date: Thu, 26 Apr 2001 18:44:29 +0100
14548              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
14549      Branch: perl
14550            ! ext/B/B/Deparse.pm
14551 ____________________________________________________________________________
14552 [  9855] By: jhi                                   on 2001/04/26  17:56:04
14553         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
14554              From: Robin Houston <robin@kitsite.com>
14555              Date: Thu, 26 Apr 2001 17:04:08 +0100
14556              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
14557      Branch: perl
14558            ! ext/B/B/Deparse.pm
14559 ____________________________________________________________________________
14560 [  9854] By: jhi                                   on 2001/04/26  17:47:26
14561         Log: Subject: Re: Short test case for undef %stash:: crash
14562              From: Benjamin Sugars <bsugars@canoe.ca> 
14563              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
14564              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
14565              Changed and moved the perldiag entry.
14566      Branch: perl
14567            ! gv.c pod/perldiag.pod
14568 ____________________________________________________________________________
14569 [  9853] By: jhi                                   on 2001/04/26  14:35:16
14570         Log: Beginnings of strptime().  Do not touch the wet paint.
14571      Branch: perl
14572            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14573 ____________________________________________________________________________
14574 [  9852] By: jhi                                   on 2001/04/26  13:17:21
14575         Log: Retract #9851, core dumps from pod2man.
14576      Branch: perl
14577            ! regcomp.c
14578 ____________________________________________________________________________
14579 [  9851] By: jhi                                   on 2001/04/26  11:54:41
14580         Log: (Retracted by #9852.)
14581              
14582              Subject: [PATCH @9846] dumping ANYOF
14583              From: Hugo <hv@crypt.compulink.co.uk>
14584              Date: Thu, 26 Apr 2001 05:32:38 +0100
14585              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
14586      Branch: perl
14587            ! regcomp.c
14588 ____________________________________________________________________________
14589 [  9850] By: jhi                                   on 2001/04/26  02:34:44
14590         Log: If ccflags was empty the _previous_ $* containing all the
14591              environment variables and Configure variables was used,
14592              which lead, among other bad things, into $ccflags being your
14593              uname -a output, which lead into test compile with cc failing,
14594              which lead into gcc being selected, which didn't work that well
14595              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
14596              with large files, et cetera.
14597      Branch: perl
14598            ! hints/hpux.sh
14599 ____________________________________________________________________________
14600 [  9849] By: jhi                                   on 2001/04/26  01:44:57
14601         Log: Make selfstubber test more portable.
14602      Branch: perl
14603            ! t/lib/selfstubber.t
14604 ____________________________________________________________________________
14605 [  9848] By: jhi                                   on 2001/04/26  00:50:26
14606         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
14607              From: Benjamin Sugars <ben.sugars@home.com>
14608              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
14609              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
14610      Branch: perl
14611            ! ext/Cwd/Cwd.xs
14612 ____________________________________________________________________________
14613 [  9847] By: jhi                                   on 2001/04/26  00:46:58
14614         Log: Subject: [PATCH: perl@9841] VMS updates
14615              From: Peter Prymmer <pvhp@forte.com>
14616              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
14617              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
14618      Branch: perl
14619            ! README.vms configure.com vms/descrip_mms.template
14620            ! vms/ext/filespec.t
14621 ____________________________________________________________________________
14622 [  9846] By: jhi                                   on 2001/04/26  00:11:56
14623         Log: re 'debug' was broken by #9084.
14624      Branch: perl
14625            ! ext/re/re.xs
14626 ____________________________________________________________________________
14627 [  9845] By: jhi                                   on 2001/04/25  22:33:17
14628         Log: Subject: [PATCH] test for Devel::SelfStubber
14629              From: Nicholas Clark <nick@ccl4.org>
14630              Date: Thu, 26 Apr 2001 00:00:54 +0100
14631              Message-ID: <20010426000054.D89026@plum.flirble.org>
14632      Branch: perl
14633            + t/lib/selfstubber.t
14634            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
14635 ____________________________________________________________________________
14636 [  9844] By: jhi                                   on 2001/04/25  22:29:32
14637         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
14638              From: Paul Johnson <paul@pjcj.net>
14639              Date: Thu, 26 Apr 2001 00:46:08 +0200
14640              Message-ID: <20010426004608.H2338@pjcj.net>
14641      Branch: perl
14642            ! ext/B/B/Concise.pm
14643 ____________________________________________________________________________
14644 [  9843] By: jhi                                   on 2001/04/25  22:28:28
14645         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
14646              From: Peter Prymmer <pvhp@forte.com>
14647              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
14648              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
14649      Branch: perl
14650            ! ext/Cwd/Cwd.xs
14651 ____________________________________________________________________________
14652 [  9842] By: jhi                                   on 2001/04/25  20:58:12
14653         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
14654              From: John Peacock <jpeacock@rowman.com>
14655              Date: Wed, 25 Apr 2001 17:30:26 -0400
14656              Message-ID: <3AE741F2.B3217464@rowman.com>
14657      Branch: perl
14658            ! lib/Math/BigInt.pm t/lib/bigintpm.t
14659 ____________________________________________________________________________
14660 [  9841] By: jhi                                   on 2001/04/25  20:07:05
14661         Log: Update Changes.
14662      Branch: perl
14663            ! Changes patchlevel.h
14664 ____________________________________________________________________________
14665 [  9840] By: jhi                                   on 2001/04/25  19:56:51
14666         Log: Yet another HP-UX hints version from Merijn.
14667      Branch: perl
14668            ! hints/hpux.sh
14669 ____________________________________________________________________________
14670 [  9839] By: jhi                                   on 2001/04/25  19:53:04
14671         Log: abs_path() didn't terminate the filename correctly,
14672              in DIRNAMLENless systems like HP-UX this would fail.
14673      Branch: perl
14674            ! ext/Cwd/Cwd.xs
14675 ____________________________________________________________________________
14676 [  9838] By: jhi                                   on 2001/04/25  16:37:26
14677         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14678              From: Mike Guy <mjtg@cam.ac.uk>
14679              Date: Wed, 25 Apr 2001 18:31:47 +0100
14680              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
14681      Branch: perl
14682            ! op.c
14683 ____________________________________________________________________________
14684 [  9837] By: jhi                                   on 2001/04/25  16:21:53
14685         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
14686              From: Jon Eveland <jweveland@yahoo.com>
14687              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
14688              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
14689      Branch: perl
14690            ! lib/perl5db.pl
14691 ____________________________________________________________________________
14692 [  9836] By: jhi                                   on 2001/04/25  14:17:50
14693         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
14694              From: "Philip Newton" <pnewton@gmx.de>
14695              Date: Wed, 25 Apr 2001 17:05:58 +0200
14696              Message-ID: <3AE703F6.3234.1833C45@localhost>
14697      Branch: perl
14698            ! Porting/patching.pod
14699 ____________________________________________________________________________
14700 [  9835] By: jhi                                   on 2001/04/25  13:58:07
14701         Log: It would seem that both ar and full_ar need to be overridden
14702              for HP-UX to avoid the GNU ar.
14703      Branch: perl
14704            ! hints/hpux.sh
14705 ____________________________________________________________________________
14706 [  9834] By: jhi                                   on 2001/04/25  13:50:40
14707         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
14708              From: "Philip Newton" <pnewton@gmx.de>
14709              Date: Wed, 25 Apr 2001 16:09:23 +0200
14710              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
14711              
14712              Detypo.
14713      Branch: perl
14714            ! t/op/misc.t
14715 ____________________________________________________________________________
14716 [  9833] By: jhi                                   on 2001/04/25  12:36:11
14717         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
14718      Branch: perl
14719            ! hints/hpux.sh
14720 ____________________________________________________________________________
14721 [  9832] By: jhi                                   on 2001/04/25  12:33:36
14722         Log: New version of HP-UX hints from Merijn.
14723      Branch: perl
14724            ! hints/hpux.sh
14725 ____________________________________________________________________________
14726 [  9831] By: jhi                                   on 2001/04/25  03:39:45
14727         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
14728      Branch: perl
14729            ! hints/hpux.sh
14730 ____________________________________________________________________________
14731 [  9830] By: jhi                                   on 2001/04/25  02:53:25
14732         Log: The tzname[] bit is not needed by util.c -- and causes
14733              heartburn in VMS (and it missing was probably the cause of
14734              the Mac OS X trouble).  Ouch.
14735      Branch: perl
14736            ! ext/POSIX/POSIX.xs util.c
14737 ____________________________________________________________________________
14738 [  9829] By: jhi                                   on 2001/04/25  00:10:06
14739         Log: Metaconfig unit change for #9828.
14740      Branch: metaconfig
14741            ! U/compline/ccflags.U
14742 ____________________________________________________________________________
14743 [  9828] By: jhi                                   on 2001/04/25  00:04:18
14744         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
14745              (which is actually the reason for the change, we need to pass
14746              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
14747              EP/IX, OS/2, and TitanOS, based on the hints files.
14748      Branch: perl
14749            ! Configure config_h.SH
14750 ____________________________________________________________________________
14751 [  9827] By: jhi                                   on 2001/04/24  23:49:20
14752         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
14753              the $cat must have an absolute path.
14754      Branch: perl
14755            ! makedepend.SH
14756 ____________________________________________________________________________
14757 [  9826] By: jhi                                   on 2001/04/24  23:40:53
14758         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
14759      Branch: perl
14760            ! README.amiga
14761 ____________________________________________________________________________
14762 [  9825] By: jhi                                   on 2001/04/24  23:35:35
14763         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
14764              From: "Philip Newton" <pnewton@gmx.de>
14765              Date: Tue, 24 Apr 2001 18:52:49 +0200
14766              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
14767      Branch: perl
14768            ! x2p/find2perl.PL
14769 ____________________________________________________________________________
14770 [  9824] By: jhi                                   on 2001/04/24  23:33:07
14771         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
14772              Some gcc specifics dropped out due to extensive rewriting;
14773              will be put back later as needed.
14774      Branch: perl
14775            ! hints/hpux.sh
14776 ____________________________________________________________________________
14777 [  9823] By: jhi                                   on 2001/04/24  23:27:57
14778         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
14779      Branch: perl
14780            ! ext/POSIX/POSIX.xs
14781 ____________________________________________________________________________
14782 [  9822] By: jhi                                   on 2001/04/24  23:25:21
14783         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
14784              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14785              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
14786              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
14787      Branch: perl
14788            ! ext/XS/Typemap/Typemap.xs
14789 ____________________________________________________________________________
14790 [  9821] By: jhi                                   on 2001/04/24  23:24:10
14791         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
14792              From: "Abigail" <abigail@foad.org>
14793              Date: Tue, 24 Apr 2001 23:12:03 +0200
14794              Message-ID: <20010424211203.7901.qmail@foad.org>
14795      Branch: perl
14796            ! pod/perlport.pod
14797 ____________________________________________________________________________
14798 [  9820] By: jhi                                   on 2001/04/24  23:23:15
14799         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
14800              From: Matt Sergeant <matt@sergeant.org>
14801              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
14802              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
14803      Branch: perl
14804            ! pod/perlfaq4.pod
14805 ____________________________________________________________________________
14806 [  9819] By: nick                                  on 2001/04/24  18:49:43
14807         Log: Integrate mainline.
14808      Branch: perlio
14809           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
14810           !> (integrate 37 files)
14811 ____________________________________________________________________________
14812 [  9818] By: jhi                                   on 2001/04/24  14:35:23
14813         Log: Update Changes.
14814      Branch: perl
14815            ! Changes patchlevel.h
14816 ____________________________________________________________________________
14817 [  9817] By: jhi                                   on 2001/04/24  14:09:17
14818         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
14819              From: "Philip Newton" <pnewton@gmx.de>
14820              Date: Tue, 24 Apr 2001 12:58:12 +0200
14821              Message-ID: <3AE57864.8304.B77A0A@localhost> 
14822              
14823              plus add CPAN to the list of modules that have their own tests.
14824      Branch: perl
14825            ! t/lib/1_compile.t
14826 ____________________________________________________________________________
14827 [  9816] By: jhi                                   on 2001/04/24  14:07:03
14828         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
14829              From: Michael G Schwern <schwern@pobox.com>
14830              Date: Sat, 21 Apr 2001 22:35:00 +0100
14831              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
14832      Branch: perl
14833            ! t/lib/1_compile.t
14834 ____________________________________________________________________________
14835 [  9815] By: jhi                                   on 2001/04/24  13:54:32
14836         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
14837              From: Robin Houston <robin@kitsite.com>
14838              Date: Tue, 24 Apr 2001 15:51:18 +0100
14839              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
14840      Branch: perl
14841            ! ext/B/B/Deparse.pm
14842 ____________________________________________________________________________
14843 [  9814] By: jhi                                   on 2001/04/24  13:17:34
14844         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14845              From: Bill Glicker <billg@burrelles.com>
14846              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
14847              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
14848      Branch: perl
14849            ! hints/svr5.sh
14850 ____________________________________________________________________________
14851 [  9813] By: jhi                                   on 2001/04/24  12:54:23
14852         Log: Prevent path disclosure (probing for existence of filenames)
14853              using suidperl; bug id 20010322.218.
14854      Branch: perl
14855            ! perl.c pod/perldiag.pod
14856 ____________________________________________________________________________
14857 [  9812] By: jhi                                   on 2001/04/24  12:08:36
14858         Log: Retract #9811.
14859      Branch: perl
14860            ! ext/POSIX/POSIX.xs
14861 ____________________________________________________________________________
14862 [  9811] By: jhi                                   on 2001/04/24  11:57:35
14863         Log: (Retracted by #9812.)
14864      Branch: perl
14865            ! ext/POSIX/POSIX.xs
14866 ____________________________________________________________________________
14867 [  9810] By: jhi                                   on 2001/04/24  03:32:35
14868         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
14869      Branch: perl
14870            ! util.c
14871 ____________________________________________________________________________
14872 [  9809] By: jhi                                   on 2001/04/24  03:16:13
14873         Log: The Math::BigFloat::import() was broken.
14874              (Fixes bug id 20010422.002.)
14875      Branch: perl
14876            ! lib/Math/BigFloat.pm
14877 ____________________________________________________________________________
14878 [  9808] By: jhi                                   on 2001/04/24  01:11:40
14879         Log: Additional dependencies; should help for parallel makes
14880              not to fail on missing lib/lib.pm or lib/re.pm.
14881      Branch: perl
14882            ! Makefile.SH
14883 ____________________________________________________________________________
14884 [  9807] By: jhi                                   on 2001/04/24  00:57:01
14885         Log: Update the test failure disclaimer.
14886      Branch: perl
14887            ! t/pragma/warn/pp_hot
14888 ____________________________________________________________________________
14889 [  9806] By: jhi                                   on 2001/04/24  00:54:04
14890         Log: Add make target "install-all" which is alias for "install"
14891              to cater for case-preserving filesystems like HFS+.
14892      Branch: perl
14893            ! INSTALL Makefile.SH
14894 ____________________________________________________________________________
14895 [  9805] By: jhi                                   on 2001/04/24  00:47:28
14896         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
14897              From: Peter Prymmer <pvhp@forte.com>
14898              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
14899              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
14900              
14901              (Ken William's message forwarded from macosx@perl.org)
14902      Branch: perl
14903            ! hints/darwin.sh
14904 ____________________________________________________________________________
14905 [  9804] By: jhi                                   on 2001/04/23  23:57:35
14906         Log: Cut-and-pasto.
14907      Branch: perl
14908            ! perlio.c
14909 ____________________________________________________________________________
14910 [  9803] By: jhi                                   on 2001/04/23  23:52:25
14911         Log: More PerlIO robustness.
14912      Branch: perl
14913            ! perlio.c
14914 ____________________________________________________________________________
14915 [  9802] By: jhi                                   on 2001/04/23  23:43:35
14916         Log: Make the "STD* opened only for ..." errors more consistent.
14917      Branch: perl
14918            ! doio.c
14919 ____________________________________________________________________________
14920 [  9801] By: jhi                                   on 2001/04/23  23:34:26
14921         Log: Test case for #9800.
14922      Branch: perl
14923            ! t/op/misc.t
14924 ____________________________________________________________________________
14925 [  9800] By: jhi                                   on 2001/04/23  23:14:43
14926         Log: Avoid coredump on 'close STDERR; die' by making
14927              the PerlIO calls more robust.  Also use SETERRNO()
14928              instead of errno = to be more VMS-ready.
14929      Branch: perl
14930            ! perlio.c
14931 ____________________________________________________________________________
14932 [  9799] By: jhi                                   on 2001/04/23  21:41:10
14933         Log: Subject: test for ID 20010423.002
14934              From: Robin Houston <robin@kitsite.com>
14935              Date: Mon, 23 Apr 2001 16:52:21 +0100
14936              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
14937      Branch: perl
14938            ! t/op/avhv.t
14939 ____________________________________________________________________________
14940 [  9798] By: jhi                                   on 2001/04/23  21:40:07
14941         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
14942              From: David Dyck <dcd@tc.fluke.com>
14943              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
14944              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
14945      Branch: perl
14946            ! installperl
14947 ____________________________________________________________________________
14948 [  9797] By: jhi                                   on 2001/04/23  21:37:56
14949         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
14950              From: Benjamin Sugars <bsugars@canoe.ca>
14951              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
14952              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
14953      Branch: perl
14954            ! ext/Cwd/Cwd.xs lib/Cwd.pm
14955 ____________________________________________________________________________
14956 [  9796] By: jhi                                   on 2001/04/23  21:29:24
14957         Log: Synchronize h2xs and pod2man some more on the documentation
14958              templates they propose.
14959      Branch: perl
14960            ! pod/pod2man.PL utils/h2xs.PL
14961 ____________________________________________________________________________
14962 [  9795] By: jhi                                   on 2001/04/23  17:30:40
14963         Log: Add one more naughty test for base64; make encoding logic cleaner.
14964      Branch: perl
14965            ! t/lib/mimeb64.t
14966 ____________________________________________________________________________
14967 [  9794] By: jhi                                   on 2001/04/23  13:51:32
14968         Log: Update Changes.
14969      Branch: perl
14970            ! Changes patchlevel.h
14971 ____________________________________________________________________________
14972 [  9793] By: jhi                                   on 2001/04/23  13:44:18
14973         Log: Duplicate lines.
14974      Branch: perl
14975            ! MANIFEST
14976 ____________________________________________________________________________
14977 [  9792] By: jhi                                   on 2001/04/23  13:39:13
14978         Log: Subject: Re: PATCH 5.7.1
14979              From: Mark-Jason Dominus <mjd@plover.com>
14980              Date: Mon, 23 Apr 2001 10:30:21 -0400
14981              Message-ID: <20010423143021.17335.qmail@plover.com>
14982      Branch: perl
14983            ! perl.h sv.c
14984 ____________________________________________________________________________
14985 [  9791] By: jhi                                   on 2001/04/23  13:32:40
14986         Log: Add the CPAN.pm 1.59_54 tests.
14987      Branch: perl
14988            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
14989            ! MANIFEST
14990 ____________________________________________________________________________
14991 [  9790] By: jhi                                   on 2001/04/23  13:21:55
14992         Log: Subject: Deparse nit
14993              From: Robin Houston <robin@kitsite.com>
14994              Date: Mon, 23 Apr 2001 12:38:20 +0100
14995              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
14996      Branch: perl
14997            ! ext/B/B/Deparse.pm
14998 ____________________________________________________________________________
14999 [  9789] By: jhi                                   on 2001/04/23  13:19:07
15000         Log: Subject: [PATCH] bug 20010423.002
15001              From: Robin Houston <robin@kitsite.com>
15002              Date: Mon, 23 Apr 2001 13:12:30 +0100
15003              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
15004      Branch: perl
15005            ! pp.c
15006 ____________________________________________________________________________
15007 [  9788] By: jhi                                   on 2001/04/23  13:02:49
15008         Log: Subject: PATCH [5.7.1] hv.c unused #define
15009              From: Mark-Jason Dominus <mjd@plover.com>
15010              Date: Sun, 22 Apr 2001 14:17:49 -0400
15011              Message-ID: <20010422181749.26976.qmail@plover.com>
15012      Branch: perl
15013            ! hv.c
15014 ____________________________________________________________________________
15015 [  9787] By: jhi                                   on 2001/04/23  13:02:02
15016         Log: Subject: PATCH 5.7.1
15017              From: Mark-Jason Dominus <mjd@plover.com>
15018              Date: Sun, 22 Apr 2001 15:12:57 -0400
15019              Message-ID: <20010422191258.6539.qmail@plover.com>
15020              
15021              plus Sarathy's STMT_START + STMT_END suggestion.
15022      Branch: perl
15023            ! perl.h
15024 ____________________________________________________________________________
15025 [  9786] By: jhi                                   on 2001/04/23  12:53:25
15026         Log: Fix for
15027              
15028              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
15029              From: dLux <dlux@spam.sch.bme.hu>
15030              Date: Mon, 23 Apr 2001 01:25:26 +0200
15031              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
15032              
15033              (SvGROW really does return a char *.)
15034      Branch: perl
15035            ! pod/perlapi.pod sv.h
15036 ____________________________________________________________________________
15037 [  9785] By: jhi                                   on 2001/04/23  04:34:04
15038         Log: Time::Piece work continues.  $t->day removed since
15039              I think it's too confusing.  Now has normal and
15040              abbreviated length weekday names and month names,
15041              the names change with _names(), not _list().
15042              Now has strftime() in Perl, _strftime() is
15043              the libc version (to which strftime() falls back
15044              if it doesn't know the format.  To do: the reverse
15045              of strftime, strptime(), and the localisation of both.
15046      Branch: perl
15047            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
15048            ! t/lib/time-piece.t
15049 ____________________________________________________________________________
15050 [  9784] By: jhi                                   on 2001/04/23  02:41:46
15051         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
15052              From: andreas.koenig@anima.de (Andreas J. Koenig)
15053              Date: 23 Apr 2001 05:20:55 +0200
15054              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
15055      Branch: perl
15056            ! t/pragma/overload.t
15057 ____________________________________________________________________________
15058 [  9783] By: jhi                                   on 2001/04/22  23:32:42
15059         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
15060              From: Robin Houston <robin@kitsite.com>
15061              Date: Mon, 23 Apr 2001 00:38:18 +0100
15062              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
15063      Branch: perl
15064            ! ext/B/B/Deparse.pm
15065 ____________________________________________________________________________
15066 [  9782] By: jhi                                   on 2001/04/22  20:55:43
15067         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
15068              From: Simon Cozens <simon@netthink.co.uk>
15069              Date: Sun, 22 Apr 2001 18:47:25 +0100
15070              Message-ID: <20010422184725.A14411@netthink.co.uk>
15071      Branch: perl
15072            ! sv.c t/pragma/overload.t
15073 ____________________________________________________________________________
15074 [  9781] By: jhi                                   on 2001/04/22  20:52:13
15075         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
15076              From: Robin Houston <robin@kitsite.com>
15077              Date: Sun, 22 Apr 2001 22:14:50 +0100
15078              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
15079      Branch: perl
15080            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15081 ____________________________________________________________________________
15082 [  9780] By: nick                                  on 2001/04/22  20:40:31
15083         Log: Integrate mainline.
15084      Branch: perlio
15085           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15086           +> t/lib/b-stash.t
15087           !> (integrate 38 files)
15088 ____________________________________________________________________________
15089 [  9779] By: jhi                                   on 2001/04/22  15:16:03
15090         Log: Subject: IO::Socket::INET patch
15091              From: andrew deryabin <djsf@technarchy.ru>
15092              Date: Sat, 21 Apr 2001 17:46:52 +0400
15093              Message-ID: <20010421174652.B1426@technarchy>
15094      Branch: perl
15095            ! ext/IO/lib/IO/Socket/INET.pm
15096 ____________________________________________________________________________
15097 [  9778] By: jhi                                   on 2001/04/22  15:14:33
15098         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
15099              From: Mark-Jason Dominus <mjd@plover.com>
15100              Date: Sat, 21 Apr 2001 21:27:49 -0400
15101              Message-ID: <20010422012749.27024.qmail@plover.com>
15102      Branch: perl
15103            ! regcomp.c
15104 ____________________________________________________________________________
15105 [  9777] By: jhi                                   on 2001/04/22  15:10:51
15106         Log: Subject: Re: Regex debugger patch 
15107              From: Mark-Jason Dominus <mjd@plover.com>
15108              Date: Sat, 21 Apr 2001 21:48:51 -0400
15109              Message-ID: <20010422014851.27165.qmail@plover.com>
15110      Branch: perl
15111            ! pod/perldebguts.pod
15112 ____________________________________________________________________________
15113 [  9776] By: jhi                                   on 2001/04/22  15:09:48
15114         Log: Subject: Re: Regex debugger patch
15115              From: Mark-Jason Dominus <mjd@plover.com>
15116              Date: Sat, 21 Apr 2001 14:24:39 -0400
15117              Message-ID: <20010421182439.16508.qmail@plover.com>
15118              
15119              Regex debugger backend.
15120      Branch: perl
15121            ! regcomp.c regexp.h
15122 ____________________________________________________________________________
15123 [  9775] By: jhi                                   on 2001/04/21  16:45:40
15124         Log: Subject: [PATCH] Typo in utf8.h
15125              From: Jesús Quiroga <jquiroga@pobox.com>
15126              Date: Sat, 21 Apr 2001 19:25:33 +0200
15127              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
15128      Branch: perl
15129            ! utf8.h
15130 ____________________________________________________________________________
15131 [  9774] By: jhi                                   on 2001/04/21  16:43:52
15132         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15133              From: Joe Orton <jorton@redhat.com>
15134              Date: Tue, 17 Apr 2001 15:50:43 +0100
15135              Message-Id: <20010417155043.D19132@eu.c2.net>
15136      Branch: perl
15137            ! hints/svr5.sh
15138 ____________________________________________________________________________
15139 [  9773] By: jhi                                   on 2001/04/21  15:30:15
15140         Log: Subject: Patch utils/h2xs.PL
15141              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15142              Date: Sat, 21 Apr 2001 10:32:16 -0500
15143              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
15144              
15145              Add MAILING list and LICENSE templates.
15146      Branch: perl
15147            ! utils/h2xs.PL
15148 ____________________________________________________________________________
15149 [  9772] By: jhi                                   on 2001/04/21  15:28:36
15150         Log: Subject: perlfaq2.patch for 5.7.1
15151              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15152              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
15153              Date: Fri, 20 Apr 2001 16:42:19 -0500
15154              
15155              rm an extra tab, a blurb about the xx.cpan to clarify
15156              which countries actually have that and dejanews is history
15157              as well as most of that nonsensical entry.
15158      Branch: perl
15159            ! pod/perlfaq2.pod
15160 ____________________________________________________________________________
15161 [  9771] By: jhi                                   on 2001/04/21  15:27:17
15162         Log: Subject: perlfaq1.patch for 5.7.1
15163              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15164              Date: Fri, 20 Apr 2001 16:57:36 -0500
15165              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
15166              
15167              Evil URLs must die. Especially when they are broken.
15168      Branch: perl
15169            ! pod/perlfaq1.pod
15170 ____________________________________________________________________________
15171 [  9770] By: jhi                                   on 2001/04/21  15:23:38
15172         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
15173              From: Michael G Schwern <schwern@pobox.com>
15174              Date: Sat, 21 Apr 2001 16:11:12 +0100
15175              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
15176      Branch: perl
15177            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15178            + t/lib/b-stash.t
15179            ! MANIFEST ext/B/B.pm t/lib/b.t
15180 ____________________________________________________________________________
15181 [  9769] By: jhi                                   on 2001/04/21  15:03:32
15182         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
15183              From: Michael G Schwern <schwern@pobox.com>
15184              Date: Sat, 21 Apr 2001 09:48:00 +0100
15185              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
15186      Branch: perl
15187            ! utils/h2ph.PL
15188 ____________________________________________________________________________
15189 [  9768] By: jhi                                   on 2001/04/21  14:33:49
15190         Log: PerlIO and Encode doc cleanup and tweaks.
15191      Branch: perl
15192            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
15193            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
15194 ____________________________________________________________________________
15195 [  9767] By: jhi                                   on 2001/04/21  12:40:16
15196         Log: Integrate perlio.
15197      Branch: perl
15198           !> doio.c
15199 ____________________________________________________________________________
15200 [  9766] By: nick                                  on 2001/04/20  18:28:35
15201         Log: Avoid core dump on
15202              open(STDOUT,">",\$foo);
15203      Branch: perlio
15204            ! doio.c
15205 ____________________________________________________________________________
15206 [  9765] By: jhi                                   on 2001/04/20  13:23:43
15207         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15208              From: Robin Houston <robin@kitsite.com>
15209              Date: Fri, 20 Apr 2001 14:29:22 +0100
15210              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
15211      Branch: perl
15212            ! ext/B/B.pm ext/B/B/Deparse.pm
15213 ____________________________________________________________________________
15214 [  9764] By: jhi                                   on 2001/04/20  13:19:33
15215         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
15216              From: Peter Prymmer <pvhp@forte.com>
15217              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
15218              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
15219      Branch: perl
15220            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15221            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15222            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15223            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15224 ____________________________________________________________________________
15225 [  9763] By: jhi                                   on 2001/04/20  12:36:39
15226         Log: Subject: Re: A new PerlIO coredump
15227              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15228              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
15229              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
15230      Branch: perl
15231            ! doio.c
15232 ____________________________________________________________________________
15233 [  9762] By: jhi                                   on 2001/04/19  23:02:30
15234         Log: Update Changes.
15235      Branch: perl
15236            ! Changes patchlevel.h
15237 ____________________________________________________________________________
15238 [  9761] By: jhi                                   on 2001/04/19  22:59:19
15239         Log: More cleanup cleanup.
15240      Branch: perl
15241            ! Makefile.SH win32/Makefile win32/makefile.mk
15242 ____________________________________________________________________________
15243 [  9760] By: jhi                                   on 2001/04/19  22:50:31
15244         Log: lib/Time is non-empty, let's not rmdir it.
15245      Branch: perl
15246            ! Makefile.SH
15247 ____________________________________________________________________________
15248 [  9759] By: jhi                                   on 2001/04/19  22:36:51
15249         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15250              From: Robin Houston <robin@kitsite.com>
15251              Date: Fri, 20 Apr 2001 00:18:53 +0100
15252              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
15253      Branch: perl
15254            ! ext/B/B/Deparse.pm
15255 ____________________________________________________________________________
15256 [  9758] By: jhi                                   on 2001/04/19  22:36:00
15257         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
15258              From: Peter Prymmer <pvhp@forte.com>
15259              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
15260              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
15261      Branch: perl
15262            ! ext/Cwd/Cwd.xs
15263 ____________________________________________________________________________
15264 [  9757] By: nick                                  on 2001/04/19  18:53:54
15265         Log: Blind (untested) integrate of mainline.
15266      Branch: perlio
15267           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15268           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
15269           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15270           !> (integrate 53 files)
15271 ____________________________________________________________________________
15272 [  9756] By: jhi                                   on 2001/04/19  16:59:23
15273         Log: Document and test Time::Piece.
15274      Branch: perl
15275            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
15276            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
15277 ____________________________________________________________________________
15278 [  9755] By: jhi                                   on 2001/04/19  12:13:29
15279         Log: A better fix for the \x{12345678} trouble from NI-S.
15280      Branch: perl
15281            ! utf8.c
15282 ____________________________________________________________________________
15283 [  9754] By: jhi                                   on 2001/04/19  11:56:07
15284         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
15285              From: Robin Houston <robin@kitsite.com>
15286              Date: Wed, 18 Apr 2001 17:58:33 +0100
15287              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
15288      Branch: perl
15289            ! ext/B/B/Deparse.pm op.c
15290 ____________________________________________________________________________
15291 [  9753] By: jhi                                   on 2001/04/19  04:21:52
15292         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
15293              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
15294              Date: Thu, 19 Apr 2001 01:11:41 -0400
15295              Message-ID: <20010419011141.A5798@cpan.org>
15296      Branch: perl
15297            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15298 ____________________________________________________________________________
15299 [  9752] By: jhi                                   on 2001/04/19  02:41:10
15300         Log: The new time utils need to be thread-aware, too.
15301      Branch: perl
15302            ! util.c
15303 ____________________________________________________________________________
15304 [  9751] By: jhi                                   on 2001/04/19  02:26:47
15305         Log: Compilation nit noticed by AIX compiler.
15306      Branch: perl
15307            ! perlio.c
15308 ____________________________________________________________________________
15309 [  9750] By: jhi                                   on 2001/04/19  02:20:06
15310         Log: The new time utils need to be public.
15311      Branch: perl
15312            ! embed.pl
15313 ____________________________________________________________________________
15314 [  9749] By: jhi                                   on 2001/04/19  01:42:39
15315         Log: Regen toc.
15316      Branch: perl
15317            ! pod/perltoc.pod
15318 ____________________________________________________________________________
15319 [  9748] By: jhi                                   on 2001/04/19  01:41:10
15320         Log: Add Time::Piece, a slight rewrite of Time::Object,
15321              from Matt Sergeant.
15322      Branch: perl
15323            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15324            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
15325            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15326            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
15327            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
15328            ! win32/makefile.mk
15329 ____________________________________________________________________________
15330 [  9747] By: jhi                                   on 2001/04/19  00:55:35
15331         Log: The new metaconfig unit from strftime.
15332      Branch: metaconfig/U/perl
15333            + d_strftime.U
15334 ____________________________________________________________________________
15335 [  9746] By: jhi                                   on 2001/04/19  00:54:54
15336         Log: Move the strftime() wrapper from POSIX.xs to util.c
15337              as my_strftime(), requires HAS_STRFTIME.
15338      Branch: perl
15339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15340            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
15341            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
15342            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15343            ! vos/config.ga.h win32/config.bc win32/config.gc
15344            ! win32/config.vc
15345 ____________________________________________________________________________
15346 [  9745] By: jhi                                   on 2001/04/18  23:11:03
15347         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
15348              in preparation of Time::Piece.
15349      Branch: perl
15350            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
15351 ____________________________________________________________________________
15352 [  9744] By: jhi                                   on 2001/04/18  22:33:12
15353         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
15354              From: Peter Prymmer <pvhp@forte.com>
15355              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
15356              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
15357      Branch: perl
15358            ! t/lib/exporter.t
15359 ____________________________________________________________________________
15360 [  9743] By: jhi                                   on 2001/04/18  22:32:23
15361         Log: Subject: Fwd: pod2html leaves cache files lying around?
15362              From: Rajesh Vaidheeswarran <rv@gnu.org>
15363              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
15364              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
15365      Branch: perl
15366            ! lib/Pod/Html.pm
15367 ____________________________________________________________________________
15368 [  9742] By: jhi                                   on 2001/04/18  20:31:49
15369         Log: Update Changes.
15370      Branch: perl
15371            ! Changes patchlevel.h
15372 ____________________________________________________________________________
15373 [  9741] By: jhi                                   on 2001/04/18  20:23:02
15374         Log: Declare hints only if needed.
15375      Branch: perl
15376            ! ext/B/B/Deparse.pm
15377 ____________________________________________________________________________
15378 [  9740] By: jhi                                   on 2001/04/18  19:06:05
15379         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
15380              bug noticed by Robin Houston; basically the code of detecting
15381              value wraparound was acting differently under different compilers
15382              and platforms.  The workaround is to remove the overflow check
15383              for now, a real fix would be to do the overflow (portably) right.
15384      Branch: perl
15385            ! t/op/pat.t utf8.c
15386 ____________________________________________________________________________
15387 [  9739] By: jhi                                   on 2001/04/18  19:01:23
15388         Log: Subject: [PATCH B::Deparse] some pragma support
15389              From: Robin Houston <robin@kitsite.com>
15390              Date: Wed, 18 Apr 2001 19:32:12 +0100
15391              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
15392      Branch: perl
15393            ! ext/B/B/Deparse.pm
15394 ____________________________________________________________________________
15395 [  9738] By: jhi                                   on 2001/04/18  15:16:37
15396         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
15397              From: Benjamin Sugars <bsugars@canoe.ca>
15398              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
15399              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
15400      Branch: perl
15401            ! t/op/glob.t
15402 ____________________________________________________________________________
15403 [  9737] By: jhi                                   on 2001/04/18  13:24:50
15404         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
15405              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15406              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
15407              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
15408      Branch: perl
15409            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
15410            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
15411 ____________________________________________________________________________
15412 [  9736] By: jhi                                   on 2001/04/18  04:15:14
15413         Log: The #9735 also changes the subtest 12.
15414      Branch: perl
15415            ! t/lib/b.t
15416 ____________________________________________________________________________
15417 [  9735] By: jhi                                   on 2001/04/18  03:55:17
15418         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
15419              From: David Dyck <dcd@tc.fluke.com>
15420              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
15421              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
15422      Branch: perl
15423            ! ext/B/B/Deparse.pm
15424 ____________________________________________________________________________
15425 [  9734] By: jhi                                   on 2001/04/18  03:54:11
15426         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15427              From: Gisle Aas <gisle@ActiveState.com>
15428              Date: 17 Apr 2001 19:06:45 -0700
15429              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
15430      Branch: perl
15431            ! pp_hot.c t/op/misc.t
15432 ____________________________________________________________________________
15433 [  9733] By: jhi                                   on 2001/04/17  22:25:22
15434         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
15435              From: "Abigail" <abigail@foad.org>
15436              Date: Wed, 18 Apr 2001 01:17:46 +0200
15437              Message-ID: <20010417231746.21657.qmail@foad.org>
15438      Branch: perl
15439            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
15440 ____________________________________________________________________________
15441 [  9732] By: jhi                                   on 2001/04/17  20:47:56
15442         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
15443              From: Robin Houston <robin@kitsite.com>
15444              Date: Tue, 17 Apr 2001 22:37:42 +0100
15445              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
15446      Branch: perl
15447            ! ext/B/B/Deparse.pm
15448 ____________________________________________________________________________
15449 [  9731] By: nick                                  on 2001/04/17  20:46:35
15450         Log: Re-sync for t/lib/b.t fix
15451      Branch: perlio
15452           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
15453 ____________________________________________________________________________
15454 [  9730] By: jhi                                   on 2001/04/17  20:45:29
15455         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
15456              From: Robin Houston <robin@kitsite.com>
15457              Date: Tue, 17 Apr 2001 22:29:36 +0100
15458              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
15459      Branch: perl
15460            ! ext/B/B.xs ext/B/B/Deparse.pm
15461 ____________________________________________________________________________
15462 [  9729] By: jhi                                   on 2001/04/17  20:43:11
15463         Log: Subject: Deparse - parenthesise args to undeclared subs
15464              From: Robin Houston <robin@kitsite.com>
15465              Date: Tue, 17 Apr 2001 21:31:05 +0100
15466              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
15467      Branch: perl
15468            ! ext/B/B/Deparse.pm
15469 ____________________________________________________________________________
15470 [  9728] By: jhi                                   on 2001/04/17  18:57:30
15471         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
15472              From: Benjamin Sugars <ben.sugars@home.com>
15473              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
15474              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
15475      Branch: perl
15476            ! t/lib/cwd.t
15477 ____________________________________________________________________________
15478 [  9727] By: jhi                                   on 2001/04/17  18:20:20
15479         Log: Subject: [PATCH B::Deparse] ambient pragmas
15480              From: Robin Houston <robin@kitsite.com>
15481              Date: Tue, 17 Apr 2001 20:01:59 +0100
15482              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
15483      Branch: perl
15484            ! ext/B/B/Deparse.pm t/lib/b.t
15485 ____________________________________________________________________________
15486 [  9726] By: nick                                  on 2001/04/17  16:33:51
15487         Log: Integrate mainline (t/lib/b.t fails test 2...)
15488      Branch: perlio
15489           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15490           +> ext/List/Util/README ext/List/Util/Util.xs
15491           +> ext/List/Util/lib/List/Util.pm
15492           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
15493           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15494           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15495           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15496           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15497           !> (integrate 31 files)
15498 ____________________________________________________________________________
15499 [  9725] By: jhi                                   on 2001/04/17  12:14:24
15500         Log: Subject: multiple B::* changes
15501              From: Robin Houston <robin@kitsite.com>
15502              Date: Thu, 12 Apr 2001 20:12:27 +0100
15503              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
15504      Branch: perl
15505            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15506 ____________________________________________________________________________
15507 [  9724] By: jhi                                   on 2001/04/17  11:59:05
15508         Log: Thread-awareness from Doug MacEachern.
15509      Branch: perl
15510            ! ext/List/Util/Util.xs
15511 ____________________________________________________________________________
15512 [  9723] By: jhi                                   on 2001/04/17  11:57:41
15513         Log: Make the test more portable.
15514      Branch: perl
15515            ! t/lib/cwd.t
15516 ____________________________________________________________________________
15517 [  9722] By: jhi                                   on 2001/04/17  11:53:50
15518         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
15519              From: Benjamin Sugars <ben.sugars@home.com>
15520              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
15521              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
15522      Branch: perl
15523            ! t/lib/cwd.t
15524 ____________________________________________________________________________
15525 [  9721] By: jhi                                   on 2001/04/17  11:52:17
15526         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
15527              From: Benjamin Sugars <bsugars@canoe.ca>
15528              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
15529              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
15530      Branch: perl
15531            ! op.c
15532 ____________________________________________________________________________
15533 [  9720] By: jhi                                   on 2001/04/17  11:35:42
15534         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
15535              From: Chris Nandor <pudge@pobox.com>
15536              Date: Tue, 17 Apr 2001 00:30:49 -0400
15537              Message-Id: <p05100207b701768712de@[10.0.1.177]>
15538      Branch: perl
15539            ! ext/File/Glob/bsd_glob.c gv.c
15540 ____________________________________________________________________________
15541 [  9719] By: jhi                                   on 2001/04/17  11:32:13
15542         Log: Subject: [PATCH] Tweten->West
15543              From: Casey West <casey@geeknest.com>
15544              Date: Mon, 16 Apr 2001 12:11:22 -0400
15545              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
15546      Branch: perl
15547            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
15548            ! pod/perltie.pod
15549 ____________________________________________________________________________
15550 [  9718] By: jhi                                   on 2001/04/16  03:22:52
15551         Log: Update Changes.
15552      Branch: perl
15553            ! Changes patchlevel.h
15554 ____________________________________________________________________________
15555 [  9717] By: jhi                                   on 2001/04/16  03:06:28
15556         Log: Regen toc.
15557      Branch: perl
15558            ! pod/perltoc.pod
15559 ____________________________________________________________________________
15560 [  9716] By: jhi                                   on 2001/04/16  02:58:42
15561         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
15562              From: Prymmer/Kahn <pvhp@best.com>
15563              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
15564              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
15565      Branch: perl
15566            ! utf8.c
15567 ____________________________________________________________________________
15568 [  9715] By: jhi                                   on 2001/04/15  23:40:35
15569         Log: Subject: Re: Net::Ping patch, adds stream protocol
15570              From: bronson@rinspin.com (Scott Bronson)
15571              Date: Tue, 10 Apr 2001 23:58:33 -0700
15572              Message-ID: <20010410235833.N29719@rinspin.com>
15573      Branch: perl
15574            ! lib/Net/Ping.pm
15575 ____________________________________________________________________________
15576 [  9714] By: jhi                                   on 2001/04/15  23:31:46
15577         Log: Printing out the ok messages helps successful testing.
15578      Branch: perl
15579            ! t/lib/time-hires.t
15580 ____________________________________________________________________________
15581 [  9713] By: jhi                                   on 2001/04/15  21:43:24
15582         Log: Update Douglas Wegscheid's email.
15583      Branch: perl
15584            ! AUTHORS
15585 ____________________________________________________________________________
15586 [  9712] By: jhi                                   on 2001/04/15  21:40:41
15587         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
15588              From: Michael G Schwern <schwern@pobox.com>
15589              Date: Sat, 14 Apr 2001 22:40:50 +0100
15590              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
15591      Branch: perl
15592            + t/lib/exporter.t
15593            ! MANIFEST lib/Exporter/Heavy.pm
15594 ____________________________________________________________________________
15595 [  9711] By: jhi                                   on 2001/04/15  21:39:21
15596         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
15597              From: Michael G Schwern <schwern@pobox.com>
15598              Date: Sat, 14 Apr 2001 22:13:59 +0100
15599              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
15600      Branch: perl
15601            ! t/op/loopctl.t
15602 ____________________________________________________________________________
15603 [  9710] By: jhi                                   on 2001/04/15  21:30:19
15604         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
15605              From: Michael G Schwern <schwern@pobox.com>
15606              Date: Sat, 14 Apr 2001 22:05:32 +0100
15607              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
15608      Branch: perl
15609            ! t/pragma/warnings.t
15610 ____________________________________________________________________________
15611 [  9709] By: jhi                                   on 2001/04/15  19:34:09
15612         Log: Integrate changes #9706,9707 from maintperl into mainline.
15613              
15614              change#7210 broke .packlist generation
15615              
15616              ExtUtils::Installed doesn't quote regex metacharacters in paths
15617              before using them in match; also make it work for dosish platforms
15618      Branch: perl
15619           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15620 ____________________________________________________________________________
15621 [  9708] By: jhi                                   on 2001/04/15  19:31:01
15622         Log: Test also the scalar aspect of getitimer().
15623      Branch: perl
15624            ! t/lib/time-hires.t
15625 ____________________________________________________________________________
15626 [  9707] By: gsar                                  on 2001/04/15  17:24:20
15627         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
15628              before using them in match; also make it work for dosish platforms
15629      Branch: maint-5.6/perl
15630            ! lib/ExtUtils/Installed.pm
15631 ____________________________________________________________________________
15632 [  9706] By: gsar                                  on 2001/04/15  17:21:59
15633         Log: change#7210 broke .packlist generation (listed only filename
15634              rather than fully qualified path name)
15635      Branch: maint-5.6/perl
15636            ! lib/ExtUtils/Install.pm
15637 ____________________________________________________________________________
15638 [  9705] By: jhi                                   on 2001/04/15  12:36:33
15639         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
15640      Branch: perl
15641            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
15642            ! t/lib/time-hires.t
15643 ____________________________________________________________________________
15644 [  9704] By: jhi                                   on 2001/04/15  10:49:08
15645         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
15646              From: Prymmer/Kahn <pvhp@best.com>
15647              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
15648              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
15649      Branch: perl
15650            ! lib/utf8.pm pod/perlebcdic.pod
15651 ____________________________________________________________________________
15652 [  9703] By: jhi                                   on 2001/04/15  02:26:26
15653         Log: I keep forgetting to sort MANIFEST.
15654      Branch: perl
15655            ! MANIFEST
15656 ____________________________________________________________________________
15657 [  9702] By: jhi                                   on 2001/04/15  02:07:47
15658         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
15659              Now we have blessed, reftype, tainted, first, reduce, ...
15660      Branch: perl
15661            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15662            + ext/List/Util/README ext/List/Util/Util.xs
15663            + ext/List/Util/lib/List/Util.pm
15664            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
15665            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
15666            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15667            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15668            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15669            ! MANIFEST
15670 ____________________________________________________________________________
15671 [  9701] By: jhi                                   on 2001/04/14  15:05:25
15672         Log: Subject: RE: dprofpp.pl updates 
15673              From: Carl Eklof <CEklof@endeca.com>
15674              Date: Thu, 12 Apr 2001 18:45:46 -0400
15675              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
15676      Branch: perl
15677            ! utils/dprofpp.PL
15678 ____________________________________________________________________________
15679 [  9700] By: jhi                                   on 2001/04/14  14:44:55
15680         Log: Do not just blindly add CR.
15681      Branch: perl
15682            ! Porting/makerel
15683 ____________________________________________________________________________
15684 [  9699] By: jhi                                   on 2001/04/13  13:17:01
15685         Log: Update Changes.
15686      Branch: perl
15687            ! Changes patchlevel.h
15688 ____________________________________________________________________________
15689 [  9698] By: jhi                                   on 2001/04/13  12:44:48
15690         Log: Integrate perlio.
15691      Branch: perl
15692           !> ext/PerlIO/Scalar/Scalar.xs
15693 ____________________________________________________________________________
15694 [  9697] By: jhi                                   on 2001/04/13  12:29:15
15695         Log: Add more debug output to the test.
15696      Branch: perl
15697            ! t/lib/cwd.t
15698 ____________________________________________________________________________
15699 [  9696] By: nick                                  on 2001/04/13  10:14:29
15700         Log: Fix core dump on binmode($fh,'Scalar')
15701      Branch: perlio
15702            ! ext/PerlIO/Scalar/Scalar.xs
15703 ____________________________________________________________________________
15704 [  9695] By: nick                                  on 2001/04/13  09:05:42
15705         Log: Integrate mainline
15706      Branch: perlio
15707           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15708           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15709           +> t/lib/time-hires.t
15710           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
15711           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
15712           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15713           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
15714           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
15715           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
15716           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
15717 ____________________________________________________________________________
15718 [  9694] By: jhi                                   on 2001/04/12  22:23:35
15719         Log: Integrate change #9693 from maintperl into mainline.
15720              
15721              $VERSION and Version() on the same line provokes a warning from
15722              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15723      Branch: perl
15724           !> lib/Devel/SelfStubber.pm
15725 ____________________________________________________________________________
15726 [  9693] By: gsar                                  on 2001/04/12  21:55:56
15727         Log: $VERSION and Version() on the same line provokes a warning from
15728              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
15729      Branch: maint-5.6/perl
15730            ! lib/Devel/SelfStubber.pm
15731 ____________________________________________________________________________
15732 [  9692] By: jhi                                   on 2001/04/12  13:54:00
15733         Log: This is at least 5.005.
15734      Branch: perl
15735            ! ext/Time/HiRes/HiRes.xs
15736 ____________________________________________________________________________
15737 [  9691] By: jhi                                   on 2001/04/12  13:37:20
15738         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
15739      Branch: perl
15740            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
15741            ! win32/Makefile win32/makefile.mk
15742 ____________________________________________________________________________
15743 [  9690] By: jhi                                   on 2001/04/12  01:34:46
15744         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
15745      Branch: perl
15746            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15747            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15748            + t/lib/time-hires.t
15749            ! MANIFEST
15750 ____________________________________________________________________________
15751 [  9689] By: jhi                                   on 2001/04/12  00:28:39
15752         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
15753              From: Gisle Aas <gisle@ActiveState.com>
15754              Date: 11 Apr 2001 16:36:11 -0700
15755              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
15756      Branch: perl
15757            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
15758 ____________________________________________________________________________
15759 [  9688] By: jhi                                   on 2001/04/12  00:27:39
15760         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
15761              From: Gisle Aas <gisle@ActiveState.com>
15762              Date: 11 Apr 2001 11:13:24 -0700
15763              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
15764      Branch: perl
15765            ! ext/MIME/Base64/Base64.xs
15766 ____________________________________________________________________________
15767 [  9687] By: jhi                                   on 2001/04/11  19:51:47
15768         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
15769      Branch: perl
15770            ! Todo-5.6
15771 ____________________________________________________________________________
15772 [  9686] By: jhi                                   on 2001/04/11  16:54:25
15773         Log: Subject: [PATCH opcode.pl] Documentation of table format
15774              From: Simon Cozens <simon@netthink.co.uk>
15775              Date: Wed, 11 Apr 2001 12:59:31 +0100
15776              Message-ID: <20010411125931.A25681@netthink.co.uk>
15777      Branch: perl
15778            ! opcode.pl
15779 ____________________________________________________________________________
15780 [  9685] By: jhi                                   on 2001/04/11  16:53:15
15781         Log: Subject: [PATCH] prototype("CORE::recv")
15782              From: Simon Cozens <simon@netthink.co.uk>
15783              Date: Wed, 11 Apr 2001 13:24:35 +0100
15784              Message-ID: <20010411132435.A26169@netthink.co.uk>
15785      Branch: perl
15786            ! pp.c t/comp/proto.t
15787 ____________________________________________________________________________
15788 [  9684] By: jhi                                   on 2001/04/11  16:47:13
15789         Log: FAQ (and AUTHORS) update from Dan Carson: the information
15790              was several years obsolete, Term::Readkey has been updated
15791              to have the functionality.
15792      Branch: perl
15793            ! AUTHORS pod/perlfaq5.pod
15794 ____________________________________________________________________________
15795 [  9683] By: jhi                                   on 2001/04/11  12:15:46
15796         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
15797              From: Calle Dybedahl <calle@lysator.liu.se>
15798              Date: 10 Apr 2001 16:44:16 +0200
15799              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
15800      Branch: perl
15801            ! ext/MIME/Base64/Base64.xs
15802 ____________________________________________________________________________
15803 [  9682] By: jhi                                   on 2001/04/11  12:12:26
15804         Log: A more minimal fix for 20010410.006 from Hugo.
15805      Branch: perl
15806            ! regexec.c
15807 ____________________________________________________________________________
15808 [  9681] By: jhi                                   on 2001/04/11  11:34:23
15809         Log: Integrate changes #9678,9679 from maintline into mainperl.
15810              
15811              addendum to change#9676
15812              
15813              up $File::Glob::VERSION; add a note pointing out the version of
15814              the OpenBSD glob bsd_glob.c resembles
15815      Branch: perl
15816           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15817           !> ext/File/Glob/bsd_glob.h
15818 ____________________________________________________________________________
15819 [  9680] By: jhi                                   on 2001/04/11  11:30:38
15820         Log: Bad test numbering in integrate in #9677.
15821              Fixes ID 20010411.001.
15822      Branch: perl
15823            ! t/op/pat.t
15824 ____________________________________________________________________________
15825 [  9679] By: gsar                                  on 2001/04/11  03:38:40
15826         Log: up $File::Glob::VERSION; add a note pointing out the version of
15827              the OpenBSD glob bsd_glob.c resembles
15828      Branch: maint-5.6/perl
15829            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15830            ! ext/File/Glob/bsd_glob.h
15831 ____________________________________________________________________________
15832 [  9678] By: gsar                                  on 2001/04/11  03:09:48
15833         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
15834              revision 1.8.10.1 found here:
15835              
15836              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
15837      Branch: maint-5.6/perl
15838            ! ext/File/Glob/bsd_glob.c
15839 ____________________________________________________________________________
15840 [  9677] By: jhi                                   on 2001/04/11  02:54:39
15841         Log: Integrate changes #9675,9676 from maintperl into mainline.
15842              
15843              fix for bug 20010410.006, undo change#7115
15844              
15845              port the OpenBSD glob() security patch
15846      Branch: perl
15847           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
15848           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
15849           !> t/op/pat.t
15850 ____________________________________________________________________________
15851 [  9676] By: gsar                                  on 2001/04/11  02:19:02
15852         Log: port the glob() security patch found at:
15853              
15854              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
15855              
15856              CERT advisory for the issue is here:
15857              
15858              http://www.cert.org/advisories/CA-2001-07.html
15859              
15860              Note that the security scare is only relevant for those who are
15861              foolish enough to build suidperl (which is now officially discouraged)
15862      Branch: maint-5.6/perl
15863            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
15864            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
15865 ____________________________________________________________________________
15866 [  9675] By: gsar                                  on 2001/04/10  23:52:11
15867         Log: fix for bug 20010410.006
15868              
15869              undo change#7115 (came into maint-5.6 as change#8156)
15870              
15871              add tests to keep it from coming back
15872      Branch: maint-5.6/perl
15873            ! regexec.c t/op/pat.t
15874 ____________________________________________________________________________
15875 [  9674] By: nick                                  on 2001/04/10  20:39:31
15876         Log: Integrate mainline
15877      Branch: perlio
15878           +> Porting/testall.atom
15879           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
15880           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
15881           !> t/lib/lc-uk.t t/pod/find.t
15882 ____________________________________________________________________________
15883 [  9673] By: nick                                  on 2001/04/10  18:46:14
15884         Log: Integrate against change 9670 aka perl-5.7.1
15885      Branch: perlio
15886           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
15887           !> (integrate 53 files)
15888 ____________________________________________________________________________
15889 [  9672] By: jhi                                   on 2001/04/10  13:45:01
15890         Log: Add a script for doing cumulative profile of the test suite.
15891              (Requires ATOM, that is, Tru64.)
15892      Branch: perl
15893            + Porting/testall.atom
15894            ! MANIFEST
15895 ____________________________________________________________________________
15896 [  9671] By: jhi                                   on 2001/04/10  12:38:53
15897         Log: Missing std block.
15898      Branch: perl
15899            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
15900            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
15901            ! t/pod/find.t
15902 ____________________________________________________________________________
15903 [  9670] By: jhi                                   on 2001/04/10  01:25:58
15904         Log: This is 5.7.1.
15905      Branch: perl
15906            ! patchlevel.h
15907 ____________________________________________________________________________
15908 [  9669] By: jhi                                   on 2001/04/10  01:09:14
15909         Log: Update Changes.
15910      Branch: perl
15911            ! Changes patchlevel.h
15912 ____________________________________________________________________________
15913 [  9668] By: jhi                                   on 2001/04/10  01:00:38
15914         Log: Regen toc.
15915      Branch: perl
15916            ! pod/perltoc.pod
15917 ____________________________________________________________________________
15918 [  9667] By: jhi                                   on 2001/04/10  00:52:16
15919         Log: Update perlhist.
15920      Branch: perl
15921            ! pod/perlhist.pod
15922 ____________________________________________________________________________
15923 [  9666] By: jhi                                   on 2001/04/09  23:38:59
15924         Log: Slight wording tweaks from Damian to #9658.
15925      Branch: perl
15926            ! pod/perlobj.pod
15927 ____________________________________________________________________________
15928 [  9665] By: jhi                                   on 2001/04/09  19:56:06
15929         Log: Subject: [PATCH perlutil.pod] Nit
15930              From: Simon Cozens <simon@netthink.co.uk>
15931              Date: Mon, 9 Apr 2001 20:29:44 +0100
15932              Message-ID: <20010409202944.A14796@the.earth.li>
15933      Branch: perl
15934            ! pod/perlutil.pod
15935 ____________________________________________________________________________
15936 [  9664] By: jhi                                   on 2001/04/09  19:54:42
15937         Log: Subject: Re: perl571delta.pod@9631
15938              From: Mike Guy <mjtg@cam.ac.uk>
15939              Date: Mon, 09 Apr 2001 18:09:14 +0100
15940              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
15941      Branch: perl
15942            ! pod/perl571delta.pod
15943 ____________________________________________________________________________
15944 [  9663] By: jhi                                   on 2001/04/09  13:43:35
15945         Log: Update Changes.
15946      Branch: perl
15947            ! Changes patchlevel.h
15948 ____________________________________________________________________________
15949 [  9662] By: jhi                                   on 2001/04/09  13:24:46
15950         Log: tweak tweak.
15951      Branch: perl
15952            ! AUTHORS pod/perl571delta.pod
15953 ____________________________________________________________________________
15954 [  9661] By: jhi                                   on 2001/04/09  13:15:13
15955         Log: Thinko in manual patch applying.
15956      Branch: perl
15957            ! sv.c
15958 ____________________________________________________________________________
15959 [  9660] By: jhi                                   on 2001/04/09  13:07:53
15960         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
15961              From: Robin Barker <rmb1@cise.npl.co.uk> 
15962              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
15963              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
15964              
15965              (This corrects the case where the "isn't numeric" string contains \0s
15966              and is longer than the temporary buffer, and contains \0 at the point
15967              the string would be truncated by "...".) 
15968      Branch: perl
15969            ! sv.c
15970 ____________________________________________________________________________
15971 [  9659] By: jhi                                   on 2001/04/09  12:57:41
15972         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
15973      Branch: perl
15974            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
15975            ! t/lib/cgi-function.t t/lib/cgi-html.t
15976 ____________________________________________________________________________
15977 [  9658] By: jhi                                   on 2001/04/09  12:48:47
15978         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
15979              From: Ilmari Karonen <iltzu@sci.fi>
15980              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
15981              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
15982              
15983              Rearrange and rewrite the Method Invocation section
15984              to explain the concepts in nicer order.
15985      Branch: perl
15986            ! pod/perlobj.pod
15987 ____________________________________________________________________________
15988 [  9657] By: jhi                                   on 2001/04/09  12:35:58
15989         Log: Upgrade to podlators 1.09, from Russ Allbery.
15990      Branch: perl
15991            ! lib/Pod/Man.pm lib/Pod/Text.pm
15992 ____________________________________________________________________________
15993 [  9656] By: jhi                                   on 2001/04/09  12:31:53
15994         Log: perl571delta.
15995      Branch: perl
15996            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
15997 ____________________________________________________________________________
15998 [  9655] By: jhi                                   on 2001/04/09  12:20:09
15999         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
16000              From: Prymmer/Kahn <pvhp@best.com>
16001              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
16002              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
16003      Branch: perl
16004            ! lib/utf8.pm pod/perlunicode.pod
16005 ____________________________________________________________________________
16006 [  9654] By: gsar                                  on 2001/04/09  03:38:33
16007         Log: here lies 5.6.1
16008      Branch: maint-5.6/perl
16009            ! Changes
16010 ____________________________________________________________________________
16011 [  9653] By: jhi                                   on 2001/04/09  03:25:24
16012         Log: Update perlhist.
16013      Branch: perl
16014            ! pod/perlhist.pod
16015 ____________________________________________________________________________
16016 [  9652] By: jhi                                   on 2001/04/09  03:18:49
16017         Log: perl571delta tweaking continues.
16018      Branch: perl
16019            ! pod/perl571delta.pod
16020 ____________________________________________________________________________
16021 [  9651] By: gsar                                  on 2001/04/09  03:11:19
16022         Log: update Changes, patchlevel.h &c.
16023      Branch: maint-5.6/perl
16024            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16025            ! pod/perltoc.pod
16026 ____________________________________________________________________________
16027 [  9650] By: jhi                                   on 2001/04/09  02:40:24
16028         Log: Integrate the perlfork half of #9513 from maintperl into mainline
16029              (the perlunicode half is obsolete)
16030      Branch: perl
16031            ! pod/perlfork.pod
16032 ____________________________________________________________________________
16033 [  9649] By: gsar                                  on 2001/04/09  02:35:43
16034         Log: tweak perldelta as suggested by Jarkko
16035      Branch: maint-5.6/perl
16036            ! pod/perldelta.pod
16037 ____________________________________________________________________________
16038 [  9648] By: jhi                                   on 2001/04/09  02:13:04
16039         Log: Integrate change #9646 from maintperl into mainline.
16040              
16041              add note about ithreads and Thread.pm
16042      Branch: perl
16043           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
16044 ____________________________________________________________________________
16045 [  9647] By: jhi                                   on 2001/04/09  02:10:18
16046         Log: Bad assumption that shortsize == 2.
16047      Branch: perl
16048            ! t/lib/xs-typemap.t
16049 ____________________________________________________________________________
16050 [  9646] By: gsar                                  on 2001/04/09  00:48:04
16051         Log: add note about ithreads and Thread.pm (too many people are
16052              confused by the fact that Thread.pm is built and installed
16053              under non-5005threads but doesn't work)
16054      Branch: maint-5.6/perl
16055            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
16056 ____________________________________________________________________________
16057 [  9645] By: gsar                                  on 2001/04/09  00:19:03
16058         Log: update perldelta.pod for changes in 5.6.1
16059      Branch: maint-5.6/perl
16060            ! Changes pod/perldelta.pod
16061 ____________________________________________________________________________
16062 [  9644] By: jhi                                   on 2001/04/08  20:37:00
16063         Log: Integrate change #9639 from maintperl into mainline:
16064              on windows, many of the README.* pods were being copied to
16065              the wrong location
16066      Branch: perl
16067           !> win32/Makefile win32/makefile.mk
16068 ____________________________________________________________________________
16069 [  9643] By: jhi                                   on 2001/04/08  20:07:11
16070         Log: Integrate change #9624 from maintperl into mainline:
16071              the pod tests were not okay.  (t/pod/find.t changes ignored)
16072      Branch: perl
16073           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16074           !> t/pod/include.t t/pod/included.t t/pod/lref.t
16075           !> t/pod/multiline_items.t t/pod/nested_items.t
16076           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16077           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16078 ____________________________________________________________________________
16079 [  9642] By: jhi                                   on 2001/04/08  19:57:17
16080         Log: Integrate change #9638 from maintperl into mainline:
16081              update to latest JPL from the anoncvs repository
16082      Branch: perl
16083           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16084           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16085           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16086 ____________________________________________________________________________
16087 [  9641] By: jhi                                   on 2001/04/08  19:53:30
16088         Log: perl571delta updates.
16089      Branch: perl
16090            ! lib/Filter/Simple.pm pod/perl571delta.pod
16091 ____________________________________________________________________________
16092 [  9640] By: gsar                                  on 2001/04/08  19:20:46
16093         Log: integrate change#9634 from mainline
16094              
16095              Fix the perlmodlib generation (didn't understand separate .pod
16096              files; didn't understand -- as the name-thing separator).
16097              Update the CPAN mirrors list.
16098      Branch: maint-5.6/perl
16099            ! pod/perlmodlib.pod
16100           !> pod/perlmodlib.PL
16101 ____________________________________________________________________________
16102 [  9639] By: gsar                                  on 2001/04/08  18:57:31
16103         Log: on windows, many of the README.* pods were being copied to the wrong
16104              location
16105      Branch: maint-5.6/perl
16106            ! win32/Makefile win32/makefile.mk
16107 ____________________________________________________________________________
16108 [  9638] By: gsar                                  on 2001/04/08  18:38:25
16109         Log: update to latest JPL from the anoncvs repository
16110      Branch: maint-5.6/perl
16111            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16112            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16113            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16114 ____________________________________________________________________________
16115 [  9637] By: jhi                                   on 2001/04/08  17:53:53
16116         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
16117      Branch: perl
16118            ! pod/perl571delta.pod
16119 ____________________________________________________________________________
16120 [  9636] By: jhi                                   on 2001/04/08  17:18:32
16121         Log: Regen toc.
16122      Branch: perl
16123            ! pod/perltoc.pod
16124 ____________________________________________________________________________
16125 [  9635] By: jhi                                   on 2001/04/08  17:16:33
16126         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
16127              From: "Craig A. Berry" <craigberry@mac.com>
16128              Date: Sun, 08 Apr 2001 12:30:16 -0500
16129              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
16130      Branch: perl
16131            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
16132 ____________________________________________________________________________
16133 [  9634] By: jhi                                   on 2001/04/08  17:09:19
16134         Log: Fix the perlmodlib generation (didn't understand separate .pod
16135              files; didn't understand -- as the name-thing separator).
16136              
16137              Update the CPAN mirrors list.
16138      Branch: perl
16139            ! pod/perlmodlib.PL pod/perlmodlib.pod
16140 ____________________________________________________________________________
16141 [  9633] By: jhi                                   on 2001/04/08  16:49:17
16142         Log: Sort MANIFEST.
16143      Branch: perl
16144            ! MANIFEST
16145 ____________________________________________________________________________
16146 [  9632] By: gsar                                  on 2001/04/08  16:36:06
16147         Log: add $Tie::RefHash::VERSION
16148      Branch: maint-5.6/perl
16149            ! lib/Tie/RefHash.pm
16150 ____________________________________________________________________________
16151 [  9631] By: jhi                                   on 2001/04/08  16:10:15
16152         Log: perl571delta updates based on p5p feedback; still needs
16153              lots of examples.
16154      Branch: perl
16155            ! pod/perl571delta.pod
16156 ____________________________________________________________________________
16157 [  9630] By: jhi                                   on 2001/04/08  15:59:13
16158         Log: Update the list of supported platforms to talk about 5.7.1
16159              (and 5.6.1)
16160      Branch: perl
16161            ! pod/perlport.pod
16162 ____________________________________________________________________________
16163 [  9629] By: jhi                                   on 2001/04/08  15:55:41
16164         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
16165              from maintperl into mainline: perlport updates.
16166      Branch: perl
16167            ! pod/perlport.pod
16168 ____________________________________________________________________________
16169 [  9628] By: jhi                                   on 2001/04/08  15:53:17
16170         Log: perlsolaris.pod copied to wrong directory.
16171      Branch: perl
16172            ! win32/makefile.mk
16173 ____________________________________________________________________________
16174 [  9627] By: jhi                                   on 2001/04/08  14:48:18
16175         Log: Subject: Typos in perl571delta.pod
16176              From: "Stephen P. Potter" <spp@spotter.yi.org>
16177              Date: Sat, 07 Apr 2001 20:37:05 -0400
16178              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
16179      Branch: perl
16180            ! pod/perl571delta.pod
16181 ____________________________________________________________________________
16182 [  9626] By: jhi                                   on 2001/04/08  14:39:04
16183         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
16184      Branch: perl
16185            ! gv.c
16186 ____________________________________________________________________________
16187 [  9625] By: nick                                  on 2001/04/08  10:14:23
16188         Log: Integrate mainline
16189      Branch: perlio
16190           +> pod/perl570delta.pod pod/perl571delta.pod
16191           !> (integrate 27 files)
16192 ____________________________________________________________________________
16193 [  9624] By: gsar                                  on 2001/04/08  06:08:17
16194         Log: test in t/pod/* were busted
16195              
16196              these tests are still not enabled in t/{harness,TEST}
16197      Branch: maint-5.6/perl
16198            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
16199            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
16200            ! t/pod/multiline_items.t t/pod/nested_items.t
16201            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16202            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16203 ____________________________________________________________________________
16204 [  9623] By: gsar                                  on 2001/04/08  03:37:01
16205         Log: integrate change#9470 from mainline
16206              
16207              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16208      Branch: maint-5.6/perl
16209           !> ext/Socket/Socket.xs
16210 ____________________________________________________________________________
16211 [  9622] By: jhi                                   on 2001/04/07  22:40:47
16212         Log: Update Changes.
16213      Branch: perl
16214            ! Changes patchlevel.h
16215 ____________________________________________________________________________
16216 [  9621] By: jhi                                   on 2001/04/07  22:34:16
16217         Log: Update AUTHORS.
16218      Branch: perl
16219            ! AUTHORS
16220 ____________________________________________________________________________
16221 [  9620] By: jhi                                   on 2001/04/07  22:12:47
16222         Log: Forgot to bump the number of tests in #9164.
16223      Branch: perl
16224            ! t/op/array.t
16225 ____________________________________________________________________________
16226 [  9619] By: jhi                                   on 2001/04/07  22:09:50
16227         Log: Bump patchlevel to 5.7.1.
16228      Branch: perl
16229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16230            ! config_h.SH patchlevel.h
16231 ____________________________________________________________________________
16232 [  9618] By: jhi                                   on 2001/04/07  22:02:41
16233         Log: Populate perl571delta.
16234      Branch: perl
16235            ! pod/perl571delta.pod
16236 ____________________________________________________________________________
16237 [  9617] By: jhi                                   on 2001/04/07  22:01:23
16238         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
16239              to forget it later; do not change patchlevel.h yet or regenerate
16240              Configure yet.
16241      Branch: perl
16242            ! epoc/config.sh win32/Makefile win32/config_H.bc
16243            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16244 ____________________________________________________________________________
16245 [  9616] By: jhi                                   on 2001/04/07  17:46:33
16246         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
16247      Branch: perl
16248            ! pod/perl571delta.pod
16249 ____________________________________________________________________________
16250 [  9615] By: jhi                                   on 2001/04/07  17:33:21
16251         Log: Change the toc configuration.
16252      Branch: perl
16253            ! pod/buildtoc.PL pod/perl.pod
16254 ____________________________________________________________________________
16255 [  9614] By: jhi                                   on 2001/04/07  17:29:47
16256         Log: Subject: PATCH: $[
16257              From: Robin Houston <robin@kitsite.com>
16258              Date: Fri, 6 Apr 2001 18:10:14 +0100
16259              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
16260      Branch: perl
16261            ! op.c t/op/array.t
16262 ____________________________________________________________________________
16263 [  9613] By: jhi                                   on 2001/04/07  17:28:26
16264         Log: Subject: [PATCH perl@9424] isn't numeric warning
16265              From: Robin Barker <rmb1@cise.npl.co.uk>
16266              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
16267              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
16268      Branch: perl
16269            ! sv.c t/pragma/warn/sv
16270 ____________________________________________________________________________
16271 [  9612] By: jhi                                   on 2001/04/07  17:26:45
16272         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
16273              From: Mike Guy <mjtg@cam.ac.uk>
16274              Date: Fri, 06 Apr 2001 12:47:06 +0100
16275              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
16276      Branch: perl
16277            ! dump.c t/lib/peek.t
16278 ____________________________________________________________________________
16279 [  9611] By: jhi                                   on 2001/04/07  17:21:35
16280         Log: Create perl571delta and seed it off with the perldelta changes
16281              since 5.7.0; remove those changes from perldelta and rename it
16282              as perl570delta; recreate perldelta but leave it almost empty.
16283      Branch: perl
16284            + pod/perl570delta.pod pod/perl571delta.pod
16285            ! MANIFEST pod/perldelta.pod
16286 ____________________________________________________________________________
16287 [  9610] By: jhi                                   on 2001/04/07  16:56:32
16288         Log: Denit.
16289      Branch: perl
16290            ! pod/perldelta.pod
16291 ____________________________________________________________________________
16292 [  9609] By: jhi                                   on 2001/04/07  16:38:32
16293         Log: Retract #9523: needs more thought.
16294      Branch: perl
16295            ! Makefile.SH
16296 ____________________________________________________________________________
16297 [  9608] By: jhi                                   on 2001/04/07  14:59:20
16298         Log: atmark() code cleanaup.
16299      Branch: perl
16300            ! ext/IO/IO.xs
16301 ____________________________________________________________________________
16302 [  9607] By: jhi                                   on 2001/04/07  14:48:14
16303         Log: Integrate change #9605 from maintperl into mainline.
16304              
16305              can't optimize away scope entry if tr/// is present
16306      Branch: perl
16307           !> op.c t/op/tr.t
16308 ____________________________________________________________________________
16309 [  9606] By: jhi                                   on 2001/04/07  14:43:59
16310         Log: Integrate perlio.
16311      Branch: perl
16312           +> win32/FindExt.pm
16313           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
16314           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
16315 ____________________________________________________________________________
16316 [  9605] By: gsar                                  on 2001/04/07  11:52:40
16317         Log: can't optimize away scope entry if tr/// is present
16318      Branch: maint-5.6/perl
16319            ! op.c t/op/tr.t
16320 ____________________________________________________________________________
16321 [  9604] By: nick                                  on 2001/04/07  11:39:45
16322         Log: Split out extension finding code from buildext.pl into FindExt.pm
16323              Use it to get Config.pm's idea of available extensions in line
16324              with what is built.
16325      Branch: perlio
16326            + win32/FindExt.pm
16327            ! MANIFEST win32/buildext.pl win32/config_sh.PL
16328            ! win32/makefile.mk
16329 ____________________________________________________________________________
16330 [  9603] By: nick                                  on 2001/04/07  09:11:38
16331         Log: Cleanup correction for failed :Via() layer, also set an error code.
16332      Branch: perlio
16333            ! ext/PerlIO/Via/Via.xs
16334 ____________________________________________________________________________
16335 [  9602] By: nick                                  on 2001/04/07  08:38:04
16336         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
16337              style. So don't use binmode() on the handles so that Win32 etc. see
16338              same sequence and produce same digests.
16339      Branch: perlio
16340            ! t/lib/md5-file.t
16341 ____________________________________________________________________________
16342 [  9601] By: nick                                  on 2001/04/07  08:36:26
16343         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
16344              Else it complains and so crlf layer (say) does not get pushed.
16345      Branch: perlio
16346            ! perlio.c
16347 ____________________________________________________________________________
16348 [  9600] By: jhi                                   on 2001/04/06  23:00:09
16349         Log: Integrate change #9599 from perlio into mainline.
16350      Branch: perl
16351           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16352           !> win32/config_H.vc
16353 ____________________________________________________________________________
16354 [  9599] By: nick                                  on 2001/04/06  21:42:43
16355         Log: Quote $VERSION in Encode.pm.
16356              regen_config_h as requested.
16357      Branch: perlio
16358            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16359            ! win32/config_H.vc
16360 ____________________________________________________________________________
16361 [  9598] By: nick                                  on 2001/04/06  20:34:59
16362         Log: Integrate mainline
16363      Branch: perlio
16364           +> README.macos
16365           !> (integrate 39 files)
16366 ____________________________________________________________________________
16367 [  9597] By: gsar                                  on 2001/04/06  18:06:35
16368         Log: integrate change#9464 from mainline (addendum to change#8313)
16369              
16370              Subject: [PATCH @9452] Better peep()ing for foreach() loops
16371      Branch: maint-5.6/perl
16372           !> op.c
16373 ____________________________________________________________________________
16374 [  9596] By: jhi                                   on 2001/04/06  17:26:03
16375         Log: The d_casti32=undef is good for you even when not use64bitall.
16376      Branch: perl
16377            ! hints/hpux.sh
16378 ____________________________________________________________________________
16379 [  9595] By: gsar                                  on 2001/04/06  14:57:17
16380         Log: add a low-impact fix to accomodate darwin-ism
16381      Branch: maint-5.6/perl
16382            ! ext/Errno/Errno_pm.PL
16383 ____________________________________________________________________________
16384 [  9594] By: jhi                                   on 2001/04/06  14:55:14
16385         Log: Integrate changes #9528,9593 from mainline into maintperl;
16386              tweaking the editor/IDE/shell list.
16387      Branch: maint-5.6/perl
16388           !> pod/perlfaq3.pod
16389 ____________________________________________________________________________
16390 [  9593] By: jhi                                   on 2001/04/06  14:51:39
16391         Log: Make the editor/IDE/shell list a little bit airier.
16392      Branch: perl
16393            ! pod/perlfaq3.pod
16394 ____________________________________________________________________________
16395 [  9592] By: gsar                                  on 2001/04/06  14:45:18
16396         Log: integrate change#9477 from mainline (base.pm doc tweak)
16397              
16398              missing doc entry for fmod()
16399      Branch: maint-5.6/perl
16400            ! lib/Math/BigFloat.pm
16401           !> lib/base.pm
16402 ____________________________________________________________________________
16403 [  9591] By: jhi                                   on 2001/04/06  13:55:48
16404         Log: Regen toc.
16405      Branch: perl
16406            ! pod/perltoc.pod
16407 ____________________________________________________________________________
16408 [  9590] By: jhi                                   on 2001/04/06  13:54:52
16409         Log: Math::BigFloat patches from John Peacock.  The equivalent
16410              of #9586 from maintperl but reworked by John to work with
16411              the bleadperl.
16412      Branch: perl
16413            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16414 ____________________________________________________________________________
16415 [  9589] By: jhi                                   on 2001/04/06  13:42:23
16416         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
16417      Branch: perl
16418            ! ext/Digest/MD5/Makefile.PL
16419 ____________________________________________________________________________
16420 [  9588] By: jhi                                   on 2001/04/06  13:31:45
16421         Log: Integrate changes #9584,9587 from maintperl into mainline.
16422              
16423              keep eval"" CVs alive until the end of the statement in which
16424              they're called
16425              
16426              add README.macos (from Chris Nandor)
16427              
16428              tyop in change#9555
16429      Branch: perl
16430           +> README.macos
16431           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
16432           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
16433           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
16434           !> win32/makefile.mk
16435 ____________________________________________________________________________
16436 [  9587] By: gsar                                  on 2001/04/06  07:31:30
16437         Log: add README.macos (from Chris Nandor)
16438              
16439              tyop in change#9555
16440      Branch: maint-5.6/perl
16441            + README.macos
16442            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
16443            ! win32/Makefile win32/makefile.mk
16444 ____________________________________________________________________________
16445 [  9586] By: gsar                                  on 2001/04/06  07:08:54
16446         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
16447      Branch: maint-5.6/perl
16448            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16449 ____________________________________________________________________________
16450 [  9585] By: gsar                                  on 2001/04/06  06:58:44
16451         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
16452              from mainline
16453              
16454              Subject: [PATCH] Base64 update to perlfaq9.pod
16455              
16456              Subject: [PATCH AUTHORS] Housekeeping
16457              
16458              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16459              Mac OS X (Darwin) has extra pwent fields.
16460              
16461              Subject: [PATCH B::*] print control-character vars readably
16462              Needs EBCDICification.
16463              
16464              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16465              
16466              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16467              
16468              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16469              
16470              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16471              
16472              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16473              
16474              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16475              
16476              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
16477              
16478              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16479              
16480              FreeBSD hints tweak from Anton Berezin.
16481              
16482              Subject: [PATCH foolperl & bleadperl] README.vms update
16483              
16484              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16485      Branch: maint-5.6/perl
16486           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
16487           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16488           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
16489 ____________________________________________________________________________
16490 [  9584] By: gsar                                  on 2001/04/06  04:09:00
16491         Log: keep eval"" CVs alive until the end of the statement in which
16492              they're called; this avoids a coredump ensuing from search for
16493              lexicals in code such as:
16494              
16495              sub bug {
16496              my $s = @_;
16497              eval q[sub { eval 'sub { &$s }' }];
16498              }
16499              bug("x")->()->();
16500              
16501              this code still doesn't work as intended (as it has remained
16502              since time immemorial), but it doesn't provoke a coredump anymore
16503      Branch: maint-5.6/perl
16504            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16505            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
16506 ____________________________________________________________________________
16507 [  9583] By: jhi                                   on 2001/04/05  23:52:51
16508         Log: Update Changes.
16509      Branch: perl
16510            ! Changes patchlevel.h
16511 ____________________________________________________________________________
16512 [  9582] By: jhi                                   on 2001/04/05  23:11:23
16513         Log: Slight doc tweak.
16514      Branch: perl
16515            ! pod/perlunicode.pod
16516 ____________________________________________________________________________
16517 [  9581] By: jhi                                   on 2001/04/05  23:04:11
16518         Log: Integrate perlio.
16519      Branch: perl
16520           !> pod/perlunicode.pod
16521 ____________________________________________________________________________
16522 [  9580] By: jhi                                   on 2001/04/05  23:03:29
16523         Log: Test for #9579.
16524      Branch: perl
16525            ! t/op/do.t
16526 ____________________________________________________________________________
16527 [  9579] By: jhi                                   on 2001/04/05  22:54:17
16528         Log: Subject: [PATCH] Propagate calling context for do '...'
16529              From: Gisle Aas <gisle@ActiveState.com>
16530              Date: 04 Apr 2001 20:17:29 -0700
16531              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
16532      Branch: perl
16533            ! pod/perlfunc.pod pp_ctl.c
16534 ____________________________________________________________________________
16535 [  9578] By: jhi                                   on 2001/04/05  22:52:51
16536         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16537              From: Peter Prymmer <pvhp@forte.com>
16538              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
16539              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
16540      Branch: perl
16541            ! README.vms
16542 ____________________________________________________________________________
16543 [  9577] By: jhi                                   on 2001/04/05  22:48:22
16544         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
16545              From: "Craig A. Berry" <craigberry@mac.com>
16546              Date: Thu, 5 Apr 2001 13:43:28 -0500
16547              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
16548      Branch: perl
16549            ! README.vms
16550 ____________________________________________________________________________
16551 [  9576] By: jhi                                   on 2001/04/05  22:31:38
16552         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
16553              From: Michael G Schwern <schwern@pobox.com>
16554              Date: Thu, 5 Apr 2001 21:53:21 +0100
16555              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
16556      Branch: perl
16557            ! lib/base.pm t/lib/fields.t
16558 ____________________________________________________________________________
16559 [  9575] By: jhi                                   on 2001/04/05  22:26:10
16560         Log: FreeBSD hints tweak from Anton Berezin.
16561      Branch: perl
16562            ! hints/freebsd.sh
16563 ____________________________________________________________________________
16564 [  9574] By: jhi                                   on 2001/04/05  22:24:03
16565         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16566              From: David Dyck <dcd@tc.fluke.com>
16567              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
16568              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
16569      Branch: perl
16570            ! t/op/oct.t
16571 ____________________________________________________________________________
16572 [  9573] By: jhi                                   on 2001/04/05  22:23:06
16573         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
16574              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
16575              From: David Dyck <dcd@tc.fluke.com>
16576              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
16577      Branch: perl
16578            ! pp.c
16579 ____________________________________________________________________________
16580 [  9572] By: jhi                                   on 2001/04/05  22:14:47
16581         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16582              From: Robin Houston <robin@kitsite.com>
16583              Date: Thu, 5 Apr 2001 20:56:48 +0100
16584              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
16585      Branch: perl
16586            ! ext/B/B/Deparse.pm
16587 ____________________________________________________________________________
16588 [  9571] By: jhi                                   on 2001/04/05  22:12:53
16589         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16590              From: Robin Houston <robin@kitsite.com>
16591              Date: Thu, 5 Apr 2001 19:55:51 +0100
16592              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
16593      Branch: perl
16594            ! ext/B/B/Deparse.pm
16595 ____________________________________________________________________________
16596 [  9570] By: jhi                                   on 2001/04/05  22:11:06
16597         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16598              From: Robin Houston <robin@kitsite.com>
16599              Date: Thu, 5 Apr 2001 20:16:29 +0100
16600              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
16601      Branch: perl
16602            ! ext/B/B/Deparse.pm
16603 ____________________________________________________________________________
16604 [  9569] By: nick                                  on 2001/04/05  21:32:26
16605         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
16606      Branch: perlio
16607            ! pod/perlunicode.pod
16608 ____________________________________________________________________________
16609 [  9568] By: nick                                  on 2001/04/05  19:38:09
16610         Log: Integrate mainline
16611      Branch: perlio
16612           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
16613           !> (integrate 35 files)
16614 ____________________________________________________________________________
16615 [  9567] By: jhi                                   on 2001/04/05  18:31:45
16616         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16617              From: Robin Houston <robin@kitsite.com>
16618              Date: Thu, 5 Apr 2001 18:03:23 +0100
16619              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
16620      Branch: perl
16621            ! ext/B/B/Deparse.pm
16622 ____________________________________________________________________________
16623 [  9566] By: jhi                                   on 2001/04/05  18:29:35
16624         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16625              From: Robin Houston <robin@kitsite.com>
16626              Date: Thu, 5 Apr 2001 16:45:18 +0100
16627              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
16628      Branch: perl
16629            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16630 ____________________________________________________________________________
16631 [  9565] By: jhi                                   on 2001/04/05  18:24:23
16632         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16633              From: Robin Houston <robin@kitsite.com>
16634              Date: Thu, 5 Apr 2001 14:50:09 +0100
16635              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
16636      Branch: perl
16637            ! ext/B/B/Deparse.pm
16638 ____________________________________________________________________________
16639 [  9564] By: jhi                                   on 2001/04/05  18:23:03
16640         Log: Subject: [PATCH B::*] print control-character vars readably
16641              From: Robin Houston <robin@kitsite.com>
16642              Date: Thu, 5 Apr 2001 14:27:38 +0100
16643              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
16644              
16645              Needs EBCDICification.
16646      Branch: perl
16647            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
16648            ! ext/B/B/Terse.pm
16649 ____________________________________________________________________________
16650 [  9563] By: jhi                                   on 2001/04/05  18:20:32
16651         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16652              Date: Thu, 5 Apr 2001 13:21:42 -0400
16653              From: Paul Schinder <schinder@pobox.com>
16654              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
16655              
16656              Mac OS X (Darwin) has extra pwent fields.
16657      Branch: perl
16658            ! t/op/pwent.t
16659 ____________________________________________________________________________
16660 [  9562] By: jhi                                   on 2001/04/05  17:57:51
16661         Log: Regen toc.
16662      Branch: perl
16663            ! pod/perltoc.pod
16664 ____________________________________________________________________________
16665 [  9561] By: jhi                                   on 2001/04/05  17:47:33
16666         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
16667      Branch: metaconfig
16668            ! U/Glossary.patch
16669      Branch: metaconfig/U/perl
16670            + d_u32align.U
16671            ! d_cmsghdr_s.U d_msghdr_s.U
16672 ____________________________________________________________________________
16673 [  9560] By: jhi                                   on 2001/04/05  17:47:01
16674         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
16675              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
16676              Introduce probes for struct msghdr, struct cmsghdr,
16677              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
16678              ualarm, usleep, for possible later extension work.
16679      Branch: perl
16680            + t/lib/md5-align.t
16681            ! Configure MANIFEST Porting/Glossary Porting/config.sh
16682            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16683            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
16684            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16685            ! vos/config.ga.h win32/config.bc win32/config.gc
16686            ! win32/config.vc
16687 ____________________________________________________________________________
16688 [  9559] By: jhi                                   on 2001/04/05  13:03:04
16689         Log: Be traditional in your cpp (for the Errno extension).
16690      Branch: perl
16691            ! hints/darwin.sh
16692 ____________________________________________________________________________
16693 [  9558] By: jhi                                   on 2001/04/05  13:00:05
16694         Log: Add $Config{cppflags} to the gcc incantation.
16695      Branch: perl
16696            ! ext/Errno/Errno_pm.PL
16697 ____________________________________________________________________________
16698 [  9557] By: jhi                                   on 2001/04/05  04:22:39
16699         Log: Introduce Sean Burke's Class::ISA 0.32.
16700      Branch: perl
16701            + lib/Class/ISA.pm t/lib/class-isa.t
16702            ! MANIFEST
16703 ____________________________________________________________________________
16704 [  9556] By: jhi                                   on 2001/04/05  04:09:50
16705         Log: Subject: [PATCH AUTHORS] Housekeeping
16706              From: Paul Johnson <paul@pjcj.net> 
16707              Date: Wed, 4 Apr 2001 22:45:47 +0200
16708              Message-ID: <20010404224547.D9548@pjcj.net>
16709      Branch: perl
16710            ! AUTHORS
16711 ____________________________________________________________________________
16712 [  9555] By: jhi                                   on 2001/04/05  04:06:33
16713         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
16714              From: Gisle Aas <gisle@ActiveState.com>
16715              Date: 04 Apr 2001 14:23:04 -0700
16716              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
16717      Branch: perl
16718            ! pod/perlfaq9.pod
16719 ____________________________________________________________________________
16720 [  9554] By: jhi                                   on 2001/04/05  04:05:49
16721         Log: Downgrade also the "Wide character" diagnostic.
16722      Branch: perl
16723            ! pod/perldiag.pod
16724 ____________________________________________________________________________
16725 [  9553] By: jhi                                   on 2001/04/05  04:00:33
16726         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
16727              maintperl into mainline.
16728              
16729              "double" should be "NV"; standard typemap is missing entry
16730              for NV
16731              
16732              s/djSP/dSP/
16733              
16734              Downgrade "Wide character in print" to a warning.
16735              
16736              B::Deparse fix for ${^FOO} and documentation for PVX() method
16737              (from Robin Houston)
16738              
16739              tr/// doesn't null-terminate the result in some situations
16740              (from Gisle Aas)
16741      Branch: perl
16742           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16743           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
16744           !> t/io/utf8.t t/op/tr.t
16745 ____________________________________________________________________________
16746 [  9552] By: jhi                                   on 2001/04/05  03:52:50
16747         Log: Retract changes #9542 and #9538 (from maintperl, integrated
16748              at #9540), shouldn't be needed because of the perlio changes.
16749      Branch: perl
16750            ! util.c
16751 ____________________________________________________________________________
16752 [  9551] By: gsar                                  on 2001/04/05  00:18:34
16753         Log: tr/// doesn't null-terminate the result in some situations
16754              (from Gisle Aas)
16755      Branch: maint-5.6/perl
16756            ! doop.c t/op/tr.t
16757 ____________________________________________________________________________
16758 [  9550] By: gsar                                  on 2001/04/04  20:04:17
16759         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
16760              (from Robin Houston)
16761      Branch: maint-5.6/perl
16762            ! ext/B/B.pm ext/B/B/Deparse.pm
16763 ____________________________________________________________________________
16764 [  9549] By: nick                                  on 2001/04/04  18:56:15
16765         Log: Downgrade "Wide character in print" to a warning.
16766      Branch: perlio
16767            ! doio.c t/io/utf8.t
16768 ____________________________________________________________________________
16769 [  9548] By: gsar                                  on 2001/04/04  18:51:49
16770         Log: integrate changes#9460,9462,9482,9521,9522
16771              
16772              Subject: PATCH: B::Debug should show LOOP-specific fields
16773              
16774              Subject: B::Deparse precedence bug. (Patch included.)
16775              
16776              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
16777              
16778              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
16779              
16780              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
16781      Branch: maint-5.6/perl
16782           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
16783           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
16784 ____________________________________________________________________________
16785 [  9547] By: gsar                                  on 2001/04/04  18:49:16
16786         Log: s/djSP/dSP/
16787      Branch: maint-5.6/perl
16788            ! ext/Thread/Thread.xs
16789 ____________________________________________________________________________
16790 [  9546] By: nick                                  on 2001/04/04  18:44:00
16791         Log: Integrate mainline.
16792      Branch: perlio
16793           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
16794           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
16795 ____________________________________________________________________________
16796 [  9545] By: gsar                                  on 2001/04/04  18:38:52
16797         Log: integrate change#8837 from mainline
16798              
16799              Subject: [patch] -Wall cleanup round 2
16800      Branch: maint-5.6/perl
16801           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
16802           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
16803           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
16804           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16805           !> ext/SDBM_File/SDBM_File.xs
16806 ____________________________________________________________________________
16807 [  9544] By: gsar                                  on 2001/04/04  17:49:57
16808         Log: "double" should be "NV"; standard typemap is missing entry
16809              for NV
16810      Branch: maint-5.6/perl
16811            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
16812 ____________________________________________________________________________
16813 [  9543] By: jhi                                   on 2001/04/04  14:13:18
16814         Log: Thou shalt not (just) match for English error messages.
16815      Branch: perl
16816            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
16817            ! os2/OS2/Process/Process.pm
16818 ____________________________________________________________________________
16819 [  9542] By: jhi                                   on 2001/04/04  13:20:39
16820         Log: Make the stdio tricks of fflush_all() to exist only if
16821              stdio is being used.
16822      Branch: perl
16823            ! util.c
16824 ____________________________________________________________________________
16825 [  9541] By: jhi                                   on 2001/04/04  04:20:24
16826         Log: Subject: Re: [PATCH] Lighten up glob
16827              From: Benjamin Sugars <bsugars@canoe.ca>
16828              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
16829              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
16830      Branch: perl
16831            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
16832            ! util.c
16833 ____________________________________________________________________________
16834 [  9540] By: jhi                                   on 2001/04/04  04:03:57
16835         Log: Integrate changes #9538,9539 from maintperl into mainline.
16836              
16837              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
16838              for use with _fwalk() (fix for change#7705)
16839              
16840              another tweak needed for SunOS 4.1.x build (from Mike Guy)
16841              (cp -f is not portable)
16842      Branch: perl
16843           !> Makefile.SH util.c
16844 ____________________________________________________________________________
16845 [  9539] By: gsar                                  on 2001/04/04  03:01:14
16846         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
16847      Branch: maint-5.6/perl
16848            ! Makefile.SH
16849 ____________________________________________________________________________
16850 [  9538] By: gsar                                  on 2001/04/04  01:00:38
16851         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
16852              for use with _fwalk() (fix for change#7705)
16853      Branch: maint-5.6/perl
16854            ! util.c
16855 ____________________________________________________________________________
16856 [  9537] By: nick                                  on 2001/04/03  19:24:55
16857         Log: Integrate mainline
16858      Branch: perlio
16859           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
16860           +> lib/unicode/PropList.html
16861            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
16862           !> (integrate 69 files)
16863 ____________________________________________________________________________
16864 [  9536] By: jhi                                   on 2001/04/03  18:02:31
16865         Log: Integrate change #9533 from maintperl into mainline.
16866              
16867              better fix for change#9517 to accomodate UNC paths like
16868              \\server\share\foo, and paths with trailing backslash
16869              like c:\this\
16870      Branch: perl
16871           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16872 ____________________________________________________________________________
16873 [  9535] By: jhi                                   on 2001/04/03  17:58:07
16874         Log: Change the push/unshift warning to be of class syntax, not misc.
16875      Branch: perl
16876            ! op.c pod/perldiag.pod t/pragma/warn/op
16877 ____________________________________________________________________________
16878 [  9534] By: jhi                                   on 2001/04/03  15:03:46
16879         Log: Change the push/unshift warning (#9532) to talk about "no values"
16880              instead of "no arguments".
16881      Branch: perl
16882            ! op.c pod/perldiag.pod t/pragma/warn/op
16883 ____________________________________________________________________________
16884 [  9533] By: gsar                                  on 2001/04/03  14:30:07
16885         Log: better fix for change#9517 to accomodate UNC paths like
16886              \\server\share\foo, and paths with trailing backslash
16887              like c:\this\
16888      Branch: maint-5.6/perl
16889            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
16890 ____________________________________________________________________________
16891 [  9532] By: jhi                                   on 2001/04/03  13:11:46
16892         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
16893              From: Robin Houston <robin@kitsite.com>
16894              Date: Mon, 2 Apr 2001 15:03:29 +0100
16895              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
16896      Branch: perl
16897            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
16898 ____________________________________________________________________________
16899 [  9531] By: jhi                                   on 2001/04/03  13:06:34
16900         Log: Integrate change #9530 from maintperl into mainline.
16901              
16902              accomodate VMS "mailbox overflow" quirk in testsuite (from
16903              Craig Berry)
16904      Branch: perl
16905           !> t/lib/socket.t
16906 ____________________________________________________________________________
16907 [  9530] By: gsar                                  on 2001/04/03  04:56:41
16908         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
16909              Craig Berry)
16910      Branch: maint-5.6/perl
16911            ! t/lib/socket.t
16912 ____________________________________________________________________________
16913 [  9529] By: jhi                                   on 2001/04/03  02:34:34
16914         Log: Update Changes.
16915      Branch: perl
16916            ! Changes patchlevel.h
16917 ____________________________________________________________________________
16918 [  9528] By: jhi                                   on 2001/04/03  01:27:57
16919         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
16920              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
16921              To: perl5-porters@perl.org
16922              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
16923      Branch: perl
16924            ! pod/perlfaq3.pod
16925 ____________________________________________________________________________
16926 [  9527] By: jhi                                   on 2001/04/03  01:22:09
16927         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
16928              From: Peter Prymmer <pvhp@forte.com>
16929              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
16930              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
16931      Branch: perl
16932            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
16933 ____________________________________________________________________________
16934 [  9526] By: jhi                                   on 2001/04/03  01:18:25
16935         Log: The metaconfig unit changes for #9525.
16936      Branch: metaconfig
16937            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
16938      Branch: metaconfig/U/perl
16939            ! use64bits.U
16940 ____________________________________________________________________________
16941 [  9525] By: jhi                                   on 2001/04/03  01:17:30
16942         Log: Configure sanity checks:
16943              * if use64bitall is attempted but pointers are only 32-bit,
16944              'downgrade' to use64bitint
16945              * if use64bitint is attempted but there's no quad type,
16946              forget about use64bitint (well, the default for it is 'n',
16947              the user can still override this)
16948              * if pointers are 64 bits, do not try to use Perl's malloc
16949      Branch: perl
16950            ! Configure
16951 ____________________________________________________________________________
16952 [  9524] By: gsar                                  on 2001/04/03  01:09:12
16953         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
16954      Branch: maint-5.6/perl
16955            ! pp_sys.c
16956 ____________________________________________________________________________
16957 [  9523] By: jhi                                   on 2001/04/03  00:02:31
16958         Log: (Retracted by #9609)
16959              
16960              Make it harder for parallel makes to enter 'test' before
16961              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
16962              should be unhappy enough, but sometimes parallel makes seem
16963              to sneak past both in Tru64 and AIX.)
16964      Branch: perl
16965            ! Makefile.SH
16966 ____________________________________________________________________________
16967 [  9522] By: jhi                                   on 2001/04/02  22:35:31
16968         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
16969              Date: Mon, 2 Apr 2001 22:54:10 +0100
16970              From: Robin Houston <robin@kitsite.com>
16971              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
16972      Branch: perl
16973            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
16974 ____________________________________________________________________________
16975 [  9521] By: jhi                                   on 2001/04/02  22:32:23
16976         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
16977              From: Robin Houston <robin@kitsite.com>
16978              Date: Mon, 2 Apr 2001 20:24:03 +0100
16979              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
16980      Branch: perl
16981            ! ext/B/B/Concise.pm
16982 ____________________________________________________________________________
16983 [  9520] By: jhi                                   on 2001/04/02  22:30:43
16984         Log: Subject: [PATCH] REALLY pedantic hv.h nit
16985              From: Simon Cozens <simon@netthink.co.uk>
16986              Date: Mon, 2 Apr 2001 15:43:06 +0100
16987              Message-ID: <20010402154306.A21711@netthink.co.uk>
16988      Branch: perl
16989            ! hv.h
16990 ____________________________________________________________________________
16991 [  9519] By: jhi                                   on 2001/04/02  22:28:04
16992         Log: Based on
16993              
16994              Subject: [foolperl] EPOC fix
16995              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16996              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
16997              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
16998      Branch: perl
16999            ! pp_sys.c
17000 ____________________________________________________________________________
17001 [  9518] By: jhi                                   on 2001/04/02  22:22:34
17002         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
17003              
17004              README.win32 tweaks; add a note about alternative location for
17005              getting a gcc-2.95.2 that will build perl properly on windows
17006              
17007              add some notes about gutsy threading matters
17008              
17009              many of the utilities interpolate literal paths within doublequotes
17010              (fails on dosish platforms where path contains backslashes)
17011      Branch: perl
17012           !> README.win32 pod/perlguts.pod utils/perldoc.PL
17013           !> x2p/find2perl.PL x2p/s2p.PL
17014 ____________________________________________________________________________
17015 [  9517] By: gsar                                  on 2001/04/02  19:52:21
17016         Log: many of the utilities interpolate literal paths within doublequotes
17017              (fails on dosish platforms where path contains backslashes)
17018      Branch: maint-5.6/perl
17019            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17020 ____________________________________________________________________________
17021 [  9516] By: gsar                                  on 2001/04/02  05:49:37
17022         Log: a foolish release
17023      Branch: maint-5.6/perl
17024            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17025            ! pod/perltoc.pod
17026 ____________________________________________________________________________
17027 [  9515] By: gsar                                  on 2001/04/02  05:04:29
17028         Log: add missing changelog summaries
17029      Branch: maint-5.6/perl
17030            ! Changes
17031 ____________________________________________________________________________
17032 [  9514] By: gsar                                  on 2001/04/02  04:07:13
17033         Log: add some notes about gutsy threading matters
17034      Branch: maint-5.6/perl
17035            ! pod/perlguts.pod
17036 ____________________________________________________________________________
17037 [  9513] By: gsar                                  on 2001/04/02  03:25:21
17038         Log: add more prominent caveat notices about experimental features
17039      Branch: maint-5.6/perl
17040            ! pod/perlfork.pod pod/perlunicode.pod
17041 ____________________________________________________________________________
17042 [  9512] By: gsar                                  on 2001/04/02  02:54:33
17043         Log: integrate changes#9479,9509 from mainline
17044              
17045              [PATCH] File::Glob stuff for Mac OS
17046              
17047              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17048      Branch: maint-5.6/perl
17049           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17050           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17051           !> t/lib/glob-taint.t
17052 ____________________________________________________________________________
17053 [  9511] By: gsar                                  on 2001/04/02  02:38:24
17054         Log: README.win32 tweaks; add a note about alternative location for
17055              getting a gcc-2.95.2 that will build perl properly on windows
17056      Branch: maint-5.6/perl
17057            ! README.win32
17058 ____________________________________________________________________________
17059 [  9510] By: jhi                                   on 2001/04/01  20:45:10
17060         Log: An ambiguosity warning.
17061      Branch: perl
17062            ! t/lib/trig.t
17063 ____________________________________________________________________________
17064 [  9509] By: jhi                                   on 2001/04/01  19:53:47
17065         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17066              From: Jonathan Stowe <gellyfish@gellyfish.com>
17067              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
17068              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
17069      Branch: perl
17070            ! ext/File/Glob/bsd_glob.c
17071 ____________________________________________________________________________
17072 [  9508] By: jhi                                   on 2001/04/01  19:35:03
17073         Log: Update Changes.
17074      Branch: perl
17075            ! Changes patchlevel.h
17076 ____________________________________________________________________________
17077 [  9507] By: jhi                                   on 2001/04/01  19:24:01
17078         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
17079              from mainline to maintperl: pod tweaks.
17080      Branch: maint-5.6/perl
17081           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
17082           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
17083           !> pod/perlvar.pod
17084 ____________________________________________________________________________
17085 [  9506] By: jhi                                   on 2001/04/01  19:11:53
17086         Log: Commit Sarathy to April release of 5.6.1 :-)
17087      Branch: perl
17088            ! pod/perlfaq1.pod
17089 ____________________________________________________________________________
17090 [  9505] By: jhi                                   on 2001/04/01  19:03:15
17091         Log: Subject: PATCH 5.6.0 (perldebug.pod)
17092              From: Mark-Jason Dominus <mjd@plover.com>
17093              Date: Sun, 01 Apr 2001 14:25:11 -0400
17094              Message-ID: <20010401182511.9247.qmail@plover.com>
17095      Branch: perl
17096            ! pod/perldebug.pod
17097 ____________________________________________________________________________
17098 [  9504] By: jhi                                   on 2001/04/01  18:43:09
17099         Log: Add great_circle_direction().
17100      Branch: perl
17101            ! lib/Math/Trig.pm t/lib/trig.t
17102 ____________________________________________________________________________
17103 [  9503] By: jhi                                   on 2001/04/01  17:29:12
17104         Log: Unicode ReadMe update for Unicode 3.1.
17105      Branch: perl
17106            ! lib/unicode/ReadMe.txt
17107 ____________________________________________________________________________
17108 [  9502] By: jhi                                   on 2001/04/01  17:18:40
17109         Log: Integrate change #9501 from maintperl into mainline.
17110              
17111              fix the perlembed notes on multiple interpreters
17112              
17113              fix ExtUtils::Embed to work passably on Windows
17114      Branch: perl
17115           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
17116 ____________________________________________________________________________
17117 [  9501] By: gsar                                  on 2001/04/01  07:21:57
17118         Log: fix the perlembed notes on multiple interpreters
17119              
17120              fix ExtUtils::Embed to work passably on Windows
17121      Branch: maint-5.6/perl
17122            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
17123 ____________________________________________________________________________
17124 [  9500] By: jhi                                   on 2001/04/01  05:58:23
17125         Log: Test for #9499.
17126      Branch: perl
17127            ! t/op/tr.t
17128 ____________________________________________________________________________
17129 [  9499] By: jhi                                   on 2001/04/01  05:55:46
17130         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
17131      Branch: perl
17132            ! embed.h embed.pl op.c proto.h
17133 ____________________________________________________________________________
17134 [  9498] By: jhi                                   on 2001/04/01  05:44:34
17135         Log: Protect the workaround hunk more.
17136      Branch: perl
17137            ! toke.c
17138 ____________________________________________________________________________
17139 [  9497] By: jhi                                   on 2001/04/01  00:24:25
17140         Log: Integrate changes #9493,9494,9495,9496 from maintperl
17141              into mainline.
17142              
17143              fix a broken workaround for Borland compiler in change#4739
17144              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17145              
17146              nits spotted by Borland compiler
17147              
17148              avoid redefinition warnings under Borland 5.02
17149              
17150              various nits identified by the Borland 5.5 compiler; remove suppression
17151              of a few warnings
17152      Branch: perl
17153           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
17154           !> win32/win32.h
17155 ____________________________________________________________________________
17156 [  9496] By: gsar                                  on 2001/03/31  23:22:28
17157         Log: various nits identified by the Borland 5.5 compiler; remove suppression
17158              of a few warnings
17159      Branch: maint-5.6/perl
17160            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
17161 ____________________________________________________________________________
17162 [  9495] By: gsar                                  on 2001/03/31  21:03:08
17163         Log: avoid redefinition warnings under Borland 5.02
17164      Branch: maint-5.6/perl
17165            ! win32/makefile.mk
17166 ____________________________________________________________________________
17167 [  9494] By: gsar                                  on 2001/03/31  20:18:59
17168         Log: nits spotted by Borland compiler
17169      Branch: maint-5.6/perl
17170            ! utf8.h win32/win32.h
17171 ____________________________________________________________________________
17172 [  9493] By: gsar                                  on 2001/03/31  20:18:05
17173         Log: fix a broken workaround for Borland compiler in change#4739
17174              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17175      Branch: maint-5.6/perl
17176            ! toke.c
17177 ____________________________________________________________________________
17178 [  9492] By: jhi                                   on 2001/03/31  18:36:24
17179         Log: Integrate change #9491 from maintperl into mainline.
17180              
17181              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17182              directory is relative (need to fetch the full path name *before*
17183              the chdir!)
17184      Branch: perl
17185           !> lib/Cwd.pm
17186 ____________________________________________________________________________
17187 [  9491] By: gsar                                  on 2001/03/31  17:01:56
17188         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17189              directory is relative (need to fetch the full path name *before*
17190              the chdir!)
17191              
17192              this is a followup patch for change#6749
17193      Branch: maint-5.6/perl
17194            ! lib/Cwd.pm
17195 ____________________________________________________________________________
17196 [  9490] By: jhi                                   on 2001/03/31  15:50:18
17197         Log: Subject: Re: [PATCH] av.h cosmetics
17198              From: Simon Cozens <simon@netthink.co.uk>
17199              Date: Sat, 31 Mar 2001 13:09:59 +0100
17200              Message-ID: <20010331130959.A22000@netthink.co.uk>
17201              
17202              Document AvALLOC.
17203      Branch: perl
17204            ! pod/perlguts.pod
17205 ____________________________________________________________________________
17206 [  9489] By: jhi                                   on 2001/03/31  15:48:44
17207         Log: Subject: [PATCH] Re: Math::Big* v1.21
17208              From: Tels <perl_dummy@bloodgate.com>
17209              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
17210              Message-Id: <200103311125.GAA377738@www08.hway.net>
17211      Branch: perl
17212            ! pod/perlop.pod
17213 ____________________________________________________________________________
17214 [  9488] By: jhi                                   on 2001/03/31  03:39:51
17215         Log: Debug output tweak.
17216      Branch: perl
17217            ! t/lib/cwd.t
17218 ____________________________________________________________________________
17219 [  9487] By: jhi                                   on 2001/03/31  03:33:02
17220         Log: OverVMSification.
17221      Branch: perl
17222            ! t/lib/cwd.t
17223 ____________________________________________________________________________
17224 [  9486] By: jhi                                   on 2001/03/31  03:01:40
17225         Log: Missed MANIFESTations in #9483.
17226      Branch: perl
17227            ! MANIFEST
17228 ____________________________________________________________________________
17229 [  9485] By: jhi                                   on 2001/03/31  02:58:17
17230         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
17231              From: Peter Prymmer <pvhp@forte.com>
17232              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
17233              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
17234      Branch: perl
17235            ! regexec.c t/lib/cwd.t
17236 ____________________________________________________________________________
17237 [  9484] By: jhi                                   on 2001/03/31  01:04:41
17238         Log: Obsolete file (see #3938)
17239      Branch: perl
17240            - lib/unicode/README.Ethiopic
17241            ! MANIFEST
17242 ____________________________________________________________________________
17243 [  9483] By: jhi                                   on 2001/03/31  00:52:42
17244         Log: Update to Unicode 3.1.
17245              (Rename Names.txt to NamesList.txt.)
17246      Branch: perl
17247            + lib/unicode/NamesList.txt lib/unicode/PropList.html
17248            - lib/unicode/Names.txt
17249            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17250            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
17251            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
17252            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
17253            ! lib/unicode/UCD.html lib/unicode/Unicode.html
17254            ! lib/unicode/rename lib/unicode/version
17255 ____________________________________________________________________________
17256 [  9482] By: jhi                                   on 2001/03/30  23:33:44
17257         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17258              From: Robin Houston <robin@kitsite.com>
17259              Date: Fri, 30 Mar 2001 20:07:22 +0100
17260              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
17261      Branch: perl
17262            ! ext/B/B/Deparse.pm
17263 ____________________________________________________________________________
17264 [  9481] By: jhi                                   on 2001/03/30  23:20:25
17265         Log: Subject: Re: [PATCH] CwdXS, Take 2
17266              From: Benjamin Sugars <bsugars@canoe.ca>
17267              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
17268              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
17269      Branch: perl
17270            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
17271            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
17272 ____________________________________________________________________________
17273 [  9480] By: jhi                                   on 2001/03/30  22:52:38
17274         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
17275              From: David Dyck <dcd@tc.fluke.com>
17276              Date: Fri, 30 Mar 2001 14:44:13 -0800
17277              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
17278              
17279              The t/rantests flags file creation was accidentally
17280              removed by #9217.
17281      Branch: perl
17282            ! Makefile.SH
17283 ____________________________________________________________________________
17284 [  9479] By: jhi                                   on 2001/03/30  22:45:45
17285         Log: Subject: [PATCH] File::Glob stuff for Mac OS
17286              From: Chris Nandor <pudge@pobox.com>
17287              Date: Fri, 30 Mar 2001 16:51:00 -0500
17288              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
17289      Branch: perl
17290            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17291            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17292            ! t/lib/glob-taint.t
17293 ____________________________________________________________________________
17294 [  9478] By: jhi                                   on 2001/03/30  22:43:12
17295         Log: Subject: fix for win32/buildext.pl
17296              From: "Vadim Konovalov" <watman@inbox.ru>
17297              Date: Sat, 31 Mar 2001 00:50:36 +0400
17298              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
17299      Branch: perl
17300            ! win32/buildext.pl
17301 ____________________________________________________________________________
17302 [  9477] By: jhi                                   on 2001/03/30  22:41:16
17303         Log: Subject: small base.pm doc patch
17304              From: Leon Brocard <acme@astray.com>
17305              Date: Fri, 30 Mar 2001 21:49:57 +0100
17306              Message-ID: <20010330214957.B8733@ns0.astray.com>
17307      Branch: perl
17308            ! lib/base.pm
17309 ____________________________________________________________________________
17310 [  9476] By: jhi                                   on 2001/03/30  18:16:57
17311         Log: Subject: [PATCH] av.h cosmetics
17312              From: Simon Cozens <simon@netthink.co.uk>
17313              Date: Fri, 30 Mar 2001 18:12:28 +0100
17314              Message-ID: <20010330181228.A9319@netthink.co.uk>
17315      Branch: perl
17316            ! av.h
17317 ____________________________________________________________________________
17318 [  9475] By: jhi                                   on 2001/03/30  18:15:50
17319         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
17320              From: "Philip Newton" <pnewton@gmx.de>
17321              Date: Fri, 30 Mar 2001 19:06:57 +0200
17322              Message-ID: <3AC4D951.14815.1AC7068@localhost>
17323      Branch: perl
17324            ! pod/perlhack.pod
17325 ____________________________________________________________________________
17326 [  9474] By: jhi                                   on 2001/03/30  18:14:02
17327         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
17328              From: Benjamin Sugars <bsugars@canoe.ca>
17329              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
17330              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
17331      Branch: perl
17332            ! t/lib/glob-basic.t
17333 ____________________________________________________________________________
17334 [  9473] By: jhi                                   on 2001/03/30  16:09:24
17335         Log: Update Changes.
17336      Branch: perl
17337            ! Changes patchlevel.h
17338 ____________________________________________________________________________
17339 [  9472] By: jhi                                   on 2001/03/30  15:16:08
17340         Log: Integrate perlio.
17341      Branch: perl
17342           !> t/lib/cwd.t t/lib/glob-basic.t
17343 ____________________________________________________________________________
17344 [  9471] By: nick                                  on 2001/03/30  14:47:10
17345         Log: Should be (^O eq 'MSWin32') not 'Win32'
17346              Fail #12 seems real - chdir is in wrong dir.
17347      Branch: perlio
17348            ! t/lib/cwd.t
17349 ____________________________________________________________________________
17350 [  9470] By: jhi                                   on 2001/03/30  14:41:11
17351         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17352              From: Radu Greab <radu@netsoft.ro>
17353              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
17354              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
17355              
17356              Replace #9352.
17357      Branch: perl
17358            ! ext/Socket/Socket.xs pp_sys.c
17359 ____________________________________________________________________________
17360 [  9469] By: jhi                                   on 2001/03/30  14:37:51
17361         Log: Subject: PATCH pod/perldiag.pod
17362              From: Robin Houston <robin@kitsite.com>
17363              Date: Fri, 30 Mar 2001 14:10:36 +0100
17364              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
17365      Branch: perl
17366            ! pod/perldiag.pod t/lib/glob-basic.t
17367 ____________________________________________________________________________
17368 [  9468] By: jhi                                   on 2001/03/30  14:36:36
17369         Log: Subject: Better diagnostic in io/fs.t
17370              From: andreas.koenig@anima.de (Andreas J. Koenig)
17371              Date: 30 Mar 2001 10:11:43 +0200
17372              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
17373      Branch: perl
17374            ! t/io/fs.t
17375 ____________________________________________________________________________
17376 [  9467] By: nick                                  on 2001/03/30  14:25:43
17377         Log: Skip order test of glob if case-ignoring system cannot 
17378              create a.test and A.test
17379      Branch: perlio
17380            ! t/lib/glob-basic.t
17381 ____________________________________________________________________________
17382 [  9466] By: nick                                  on 2001/03/30  13:03:12
17383         Log: Integrate mainline.
17384      Branch: perlio
17385            - ext/re/hints/aix.pl
17386           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
17387           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
17388           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
17389           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
17390 ____________________________________________________________________________
17391 [  9465] By: jhi                                   on 2001/03/30  03:53:37
17392         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
17393              the tests sometimes hang, sometimes not.)
17394      Branch: perl
17395            ! t/lib/io_multihomed.t t/lib/io_sock.t
17396 ____________________________________________________________________________
17397 [  9464] By: jhi                                   on 2001/03/30  02:56:04
17398         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
17399              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17400              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
17401              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
17402      Branch: perl
17403            ! op.c
17404 ____________________________________________________________________________
17405 [  9463] By: jhi                                   on 2001/03/30  02:34:48
17406         Log: Test for #9462.
17407      Branch: perl
17408            ! t/lib/b.t
17409 ____________________________________________________________________________
17410 [  9462] By: jhi                                   on 2001/03/30  02:29:37
17411         Log: Subject: B::Deparse precedence bug. (Patch included.)
17412              From: Jeremy Madea <jmadea@inktomi.com>
17413              Date: Thu, 29 Mar 2001 12:05:02 -0800
17414              Message-ID: <20010329120502.A24881@dr.inktomi.com>
17415      Branch: perl
17416            ! ext/B/B/Deparse.pm
17417 ____________________________________________________________________________
17418 [  9461] By: jhi                                   on 2001/03/30  02:18:41
17419         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
17420              From: Peter Prymmer <pvhp@forte.com>
17421              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
17422              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
17423      Branch: perl
17424            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
17425            ! t/lib/md5-file.t
17426 ____________________________________________________________________________
17427 [  9460] By: jhi                                   on 2001/03/30  02:17:07
17428         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
17429              From: Robin Houston <robin@kitsite.com>
17430              Date: Thu, 29 Mar 2001 20:47:56 +0100
17431              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
17432      Branch: perl
17433            ! ext/B/B/Debug.pm
17434 ____________________________________________________________________________
17435 [  9459] By: jhi                                   on 2001/03/30  02:16:05
17436         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
17437              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17438              Date: Wed, 28 Mar 2001 18:02:20 -0600
17439              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
17440      Branch: perl
17441            ! lib/ExtUtils/MM_VMS.pm
17442 ____________________________________________________________________________
17443 [  9458] By: jhi                                   on 2001/03/30  02:07:58
17444         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
17445              From: "Joshua E. Rodd" <jrodd@pbs.org>
17446              Date: Wed, 28 Mar 2001 17:29:12 -0500
17447              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
17448      Branch: perl
17449            ! pod/perlop.pod
17450 ____________________________________________________________________________
17451 [  9457] By: jhi                                   on 2001/03/30  02:04:33
17452         Log: Subject: ext/re/aix.pl can go
17453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17454              Date: Thu, 29 Mar 2001 12:03:28 +0200
17455              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
17456      Branch: perl
17457            - ext/re/hints/aix.pl
17458            ! MANIFEST
17459 ____________________________________________________________________________
17460 [  9456] By: jhi                                   on 2001/03/30  02:03:32
17461         Log: Integrate perlio.
17462      Branch: perl
17463           !> ext/Encode/Encode.xs installperl
17464 ____________________________________________________________________________
17465 [  9455] By: nick                                  on 2001/03/29  21:11:46
17466         Log: DLL name has changed so installperl needs to know
17467              (Why isn't it working it out or passed it?)
17468      Branch: perlio
17469            ! installperl
17470 ____________________________________________________________________________
17471 [  9454] By: nick                                  on 2001/03/29  20:56:12
17472         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
17473              and we don't get undef warnings.
17474      Branch: perlio
17475            ! ext/Encode/Encode.xs
17476 ____________________________________________________________________________
17477 [  9453] By: nick                                  on 2001/03/29  17:58:48
17478         Log: Integrate mainline
17479      Branch: perlio
17480           !> Changes patchlevel.h
17481 ____________________________________________________________________________
17482 [  9452] By: jhi                                   on 2001/03/29  16:44:55
17483         Log: Update Changes.
17484      Branch: perl
17485            ! Changes patchlevel.h
17486 ____________________________________________________________________________
17487 [  9451] By: nick                                  on 2001/03/29  16:31:38
17488         Log: Integrate mainline
17489      Branch: perlio
17490           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
17491           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
17492           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
17493           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
17494           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
17495 ____________________________________________________________________________
17496 [  9450] By: jhi                                   on 2001/03/29  16:29:17
17497         Log: Integrate perlio.
17498      Branch: perl
17499           !> win32/buildext.pl
17500 ____________________________________________________________________________
17501 [  9449] By: jhi                                   on 2001/03/29  15:50:01
17502         Log: Update Changes.
17503      Branch: perl
17504            ! Changes patchlevel.h
17505 ____________________________________________________________________________
17506 [  9448] By: nick                                  on 2001/03/29  15:47:15
17507         Log: Make sure buildext.pl finds Errno.pm
17508      Branch: perlio
17509            ! win32/buildext.pl
17510 ____________________________________________________________________________
17511 [  9447] By: jhi                                   on 2001/03/29  15:39:34
17512         Log: Integrate perlio.
17513      Branch: perl
17514           !> win32/makefile.mk
17515 ____________________________________________________________________________
17516 [  9446] By: nick                                  on 2001/03/29  15:30:03
17517         Log: Integrate win32/makefile.mk with mainline.
17518      Branch: perlio
17519           !> win32/makefile.mk
17520 ____________________________________________________________________________
17521 [  9445] By: nick                                  on 2001/03/29  15:27:32
17522         Log: Fix breakage ... 
17523      Branch: perlio
17524            ! win32/makefile.mk
17525 ____________________________________________________________________________
17526 [  9444] By: jhi                                   on 2001/03/29  15:03:08
17527         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17528              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17529              Date: Thu, 29 Mar 2001 10:32:59 +0400
17530              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
17531      Branch: perl
17532            ! win32/makefile.mk
17533 ____________________________________________________________________________
17534 [  9443] By: jhi                                   on 2001/03/29  15:02:12
17535         Log: Integrate perlio.
17536      Branch: perl
17537           +> win32/buildext.pl
17538           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
17539           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
17540 ____________________________________________________________________________
17541 [  9442] By: nick                                  on 2001/03/29  14:59:11
17542         Log: Work in progress - determine win32 extensions to build via script.
17543      Branch: perlio
17544            + win32/buildext.pl
17545            ! MANIFEST win32/makefile.mk
17546 ____________________________________________________________________________
17547 [  9441] By: jhi                                   on 2001/03/29  14:51:47
17548         Log: Reintroduce the use of external pwd.
17549      Branch: perl
17550            ! t/lib/cwd.t
17551 ____________________________________________________________________________
17552 [  9440] By: jhi                                   on 2001/03/29  14:42:58
17553         Log: use warnings instead of -w.
17554      Branch: perl
17555            ! utils/h2xs.PL
17556 ____________________________________________________________________________
17557 [  9439] By: jhi                                   on 2001/03/29  14:41:52
17558         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
17559              From: Jonathan Stowe <gellyfish@gellyfish.com>
17560              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
17561              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
17562      Branch: perl
17563            ! utils/h2xs.PL
17564 ____________________________________________________________________________
17565 [  9438] By: jhi                                   on 2001/03/29  14:39:38
17566         Log: Subject: [PATCH perl@9424] minor pod nits
17567              From: Robin Barker <rmb1@cise.npl.co.uk>
17568              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
17569              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
17570      Branch: perl
17571            ! pod/perlhack.pod pod/perliol.pod
17572 ____________________________________________________________________________
17573 [  9437] By: jhi                                   on 2001/03/29  14:29:16
17574         Log: Subject: [PATCH perl@9424] typemap cast warning
17575              From: Robin Barker <rmb1@cise.npl.co.uk>
17576              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
17577              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
17578      Branch: perl
17579            ! lib/ExtUtils/typemap
17580 ____________________________________________________________________________
17581 [  9436] By: jhi                                   on 2001/03/29  14:26:03
17582         Log: Subject: [PATCH perl@9424] printf warning
17583              From: Robin Barker <rmb1@cise.npl.co.uk>
17584              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
17585              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
17586      Branch: perl
17587            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
17588            ! ext/Storable/Storable.xs toke.c
17589 ____________________________________________________________________________
17590 [  9435] By: nick                                  on 2001/03/29  14:23:31
17591         Log: Win32 has name conflict with ERROR
17592      Branch: perlio
17593            ! ext/PerlIO/Via/Via.xs
17594 ____________________________________________________________________________
17595 [  9434] By: jhi                                   on 2001/03/29  14:17:48
17596         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
17597              From: Peter Prymmer <pvhp@forte.com>
17598              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
17599              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
17600      Branch: perl
17601            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
17602 ____________________________________________________________________________
17603 [  9433] By: jhi                                   on 2001/03/29  13:52:44
17604         Log: test-prep target was missing.
17605      Branch: perl
17606            ! Makefile.SH
17607 ____________________________________________________________________________
17608 [  9432] By: nick                                  on 2001/03/29  12:40:03
17609         Log: Make as-shipped compiler default to MSVC6 
17610      Branch: perlio
17611            ! win32/makefile.mk
17612 ____________________________________________________________________________
17613 [  9431] By: nick                                  on 2001/03/29  12:12:16
17614         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
17615              akin to PerlIO::Scalar.
17616      Branch: perlio
17617            ! perlio.c perlio.h
17618 ____________________________________________________________________________
17619 [  9430] By: nick                                  on 2001/03/29  10:56:35
17620         Log: Integrate mainline.
17621      Branch: perlio
17622           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17623           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17624           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17625           !> win32/makefile.mk win32/win32sck.c
17626 ____________________________________________________________________________
17627 [  9429] By: nick                                  on 2001/03/29  09:03:43
17628         Log: Noticed that two tests were skipped as perlio:: package
17629              isn't there any more. Changed the skip condition.
17630              Avoid core-dump if sv_utf8_upgrade() called on something
17631              that does not become SvPOK after SvPV() (e.g. a ref).
17632      Branch: perlio
17633            ! sv.c t/io/utf8.t t/lib/io_scalar.t
17634 ____________________________________________________________________________
17635 [  9428] By: jhi                                   on 2001/03/29  01:31:47
17636         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
17637              From: Benjamin Sugars <bsugars@canoe.ca> 
17638              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
17639              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
17640      Branch: perl
17641            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
17642            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
17643            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
17644 ____________________________________________________________________________
17645 [  9427] By: jhi                                   on 2001/03/29  00:49:30
17646         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17647              From: "Vadim Konovalov" <watman@inbox.ru>
17648              Date: Thu, 29 Mar 2001 01:50:12 +0400
17649              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
17650      Branch: perl
17651            ! win32/makefile.mk win32/win32sck.c
17652 ____________________________________________________________________________
17653 [  9426] By: gsar                                  on 2001/03/29  00:28:04
17654         Log: dmake can only handle == and != in comparisons; support building
17655              with Borland's VCL libraries (from Vadim Konovalov)
17656      Branch: maint-5.6/perl
17657            ! win32/makefile.mk
17658 ____________________________________________________________________________
17659 [  9425] By: nick                                  on 2001/03/28  19:29:56
17660         Log: Integrate (@snapshot)
17661      Branch: perlio
17662           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
17663 ____________________________________________________________________________
17664 [  9424] By: jhi                                   on 2001/03/28  19:03:16
17665         Log: Update Changes.
17666      Branch: perl
17667            ! Changes patchlevel.h
17668 ____________________________________________________________________________
17669 [  9423] By: jhi                                   on 2001/03/28  18:52:09
17670         Log: Rmdir lib/XS on cleanup.
17671      Branch: perl
17672            ! Makefile.SH
17673 ____________________________________________________________________________
17674 [  9422] By: jhi                                   on 2001/03/28  18:49:34
17675         Log: Integrate perlio.
17676      Branch: perl
17677           !> t/op/utf8decode.t
17678 ____________________________________________________________________________
17679 [  9421] By: nick                                  on 2001/03/28  18:46:44
17680         Log: Loose duplicate chunk.
17681      Branch: perlio
17682            ! t/op/utf8decode.t
17683 ____________________________________________________________________________
17684 [  9420] By: nick                                  on 2001/03/28  18:44:11
17685         Log: Integrate mainline.
17686      Branch: perlio
17687           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
17688           !> vms/vmsish.h
17689 ____________________________________________________________________________
17690 [  9419] By: jhi                                   on 2001/03/28  18:42:05
17691         Log: Can't trust external pwds
17692              (either shell builtins or external programs)
17693      Branch: perl
17694            ! t/lib/cwd.t
17695 ____________________________________________________________________________
17696 [  9418] By: jhi                                   on 2001/03/28  18:34:05
17697         Log: Integrate perlio.
17698      Branch: perl
17699            - lib/perlio.pm
17700           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17701           !> t/op/utf8decode.t
17702 ____________________________________________________________________________
17703 [  9417] By: nick                                  on 2001/03/28  18:24:02
17704         Log: PerlIO.pm / perlio.pm conflict.
17705              Update some pods.
17706              Make t/op/utf8decode.t a text file.
17707      Branch: perlio
17708            - lib/perlio.pm
17709            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
17710            ! t/op/utf8decode.t
17711 ____________________________________________________________________________
17712 [  9416] By: jhi                                   on 2001/03/28  18:06:07
17713         Log: Integrate change #9409 from mainline to maintperl.
17714              
17715              Yet another tweak on AIX dynaloading.
17716      Branch: maint-5.6/perl
17717           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17718 ____________________________________________________________________________
17719 [  9415] By: gsar                                  on 2001/03/28  17:13:01
17720         Log: integrate changes#9377,9385,9401 from mainline
17721              
17722              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
17723              
17724              If directory entries compare equal case-insensitively,
17725              retry case-sensitively.
17726              
17727              Subject: [PATCH] B::Terse and warnings
17728      Branch: maint-5.6/perl
17729           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
17730           !> t/pragma/warn/perl
17731 ____________________________________________________________________________
17732 [  9414] By: jhi                                   on 2001/03/28  17:11:12
17733         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
17734              From: "Craig A. Berry" <craigberry@mac.com>
17735              Date: Wed, 28 Mar 2001 10:55:20 -0600
17736              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
17737      Branch: perl
17738            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
17739 ____________________________________________________________________________
17740 [  9413] By: jhi                                   on 2001/03/28  17:03:12
17741         Log: Dup hunk.
17742      Branch: perl
17743            ! t/op/utf8decode.t
17744 ____________________________________________________________________________
17745 [  9412] By: jhi                                   on 2001/03/28  17:02:36
17746         Log: Forced integrate from perlio.
17747      Branch: perl
17748           !> t/op/utf8decode.t
17749 ____________________________________________________________________________
17750 [  9411] By: nick                                  on 2001/03/28  16:50:03
17751         Log: Integrate mainline.
17752      Branch: perlio
17753           +> t/lib/cwd.t
17754           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17755           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
17756           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
17757           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
17758           !> t/pragma/warn/perl
17759 ____________________________________________________________________________
17760 [  9410] By: jhi                                   on 2001/03/28  16:44:23
17761         Log: Subject: Re: [PATCH] 9403 cannot be tested
17762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17763              Date: Wed, 28 Mar 2001 18:33:56 +0200
17764              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
17765      Branch: perl
17766            ! makedef.pl
17767 ____________________________________________________________________________
17768 [  9409] By: jhi                                   on 2001/03/28  16:12:45
17769         Log: Yet another tweak on AIX dynaloading.
17770      Branch: perl
17771            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
17772 ____________________________________________________________________________
17773 [  9408] By: jhi                                   on 2001/03/28  15:52:55
17774         Log: Subject: [PATCH] 9403 cannot be tested
17775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17776              Date: Wed, 28 Mar 2001 17:23:00 +0200
17777              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
17778              
17779              A missing symbol.
17780      Branch: perl
17781            ! makedef.pl
17782 ____________________________________________________________________________
17783 [  9407] By: jhi                                   on 2001/03/28  15:47:43
17784         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
17785      Branch: perl
17786            ! t/op/utf8decode.t
17787           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
17788           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
17789 ____________________________________________________________________________
17790 [  9406] By: jhi                                   on 2001/03/28  15:37:08
17791         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
17792              From: Benjamin Sugars <bsugars@canoe.ca> 
17793              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
17794              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
17795      Branch: perl
17796            + t/lib/cwd.t
17797            ! MANIFEST
17798 ____________________________________________________________________________
17799 [  9405] By: jhi                                   on 2001/03/28  15:13:18
17800         Log: pp_ne() needs a CORRECT boolean.
17801      Branch: perl
17802            ! pp.c
17803 ____________________________________________________________________________
17804 [  9404] By: jhi                                   on 2001/03/28  15:09:23
17805         Log: pp_ne() needs a boolean, not an integer.
17806      Branch: perl
17807            ! pp.c
17808 ____________________________________________________________________________
17809 [  9403] By: jhi                                   on 2001/03/28  14:47:43
17810         Log: (Retracted by #9404.)
17811      Branch: perl
17812            ! pp.c
17813 ____________________________________________________________________________
17814 [  9402] By: jhi                                   on 2001/03/28  14:43:59
17815         Log: Subject: Re: [PATCH] Typemap testing
17816              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
17817              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
17818              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
17819      Branch: perl
17820            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17821            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
17822 ____________________________________________________________________________
17823 [  9401] By: jhi                                   on 2001/03/28  14:42:14
17824         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
17825              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17826              Date: Sun, 25 Mar 2001 21:59:15 +0100
17827              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
17828              
17829              A variable will be checked for the "use once" warnings if:
17830              
17831              1. It is in the scope of a use warnings 'once'
17832              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
17833              
17834              Otherwise it won't be checked at all.
17835              
17836              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
17837              
17838              The enclosed patch partially fixes this issue. What I didn't
17839              get to work was the case where the "used once" warning is enabled
17840              in any file other than the main file.
17841      Branch: perl
17842            ! gv.c t/pragma/warn/perl
17843 ____________________________________________________________________________
17844 [  9400] By: nick                                  on 2001/03/28  14:38:24
17845         Log: More EBCDIC tweaks:
17846              - one more swash issue &~(0xA0-1) did not do the right thing,
17847              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
17848              - add "use re 'asciirange'" to make [!-~] etc. work
17849              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
17850              - Choose a key for t/op/each.t test which gets encoded.
17851              - Skip utf8decode if this is UTF-EBCDIC.
17852      Branch: perlio
17853            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
17854            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
17855 ____________________________________________________________________________
17856 [  9399] By: jhi                                   on 2001/03/28  14:21:00
17857         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
17858              Andreas Schwab.
17859      Branch: perl
17860            ! pp.c
17861 ____________________________________________________________________________
17862 [  9398] By: jhi                                   on 2001/03/28  00:55:56
17863         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
17864              From: David Dyck <dcd@tc.fluke.com>
17865              Date: Tue, 27 Mar 2001 15:16:24 -0800
17866              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
17867      Branch: perl
17868            ! ext/IO/lib/IO/Socket.pm
17869 ____________________________________________________________________________
17870 [  9397] By: jhi                                   on 2001/03/27  21:52:49
17871         Log: Integrate perlio.
17872      Branch: perl
17873           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
17874           +> ext/PerlIO/Via/Via.xs
17875           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
17876 ____________________________________________________________________________
17877 [  9396] By: nick                                  on 2001/03/27  21:45:13
17878         Log: Integrate mainline.
17879      Branch: perlio
17880           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
17881           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
17882 ____________________________________________________________________________
17883 [  9395] By: nick                                  on 2001/03/27  21:18:58
17884         Log: Outline docs for PerlIO and PerlIO::Scalar
17885      Branch: perlio
17886            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
17887 ____________________________________________________________________________
17888 [  9394] By: nick                                  on 2001/03/27  20:50:13
17889         Log: PerlIO::Via layer (alpha-ish).
17890      Branch: perlio
17891            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
17892            + ext/PerlIO/Via/Via.xs
17893            ! MANIFEST
17894 ____________________________________________________________________________
17895 [  9393] By: jhi                                   on 2001/03/27  20:49:55
17896         Log: Retract #9329 now that 9390 should take care of the matter.
17897      Branch: perl
17898            ! utils/h2xs.PL
17899 ____________________________________________________________________________
17900 [  9390] By: jhi                                   on 2001/03/27  20:47:50
17901         Log: Subject: Autoloading Errno.pm when %! is encountered
17902              From: Robin Houston <robin@kitsite.com>
17903              Date: Tue, 27 Mar 2001 20:57:11 +0100
17904              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
17905      Branch: perl
17906            ! embed.h embed.pl gv.c proto.h t/op/magic.t
17907 ____________________________________________________________________________
17908 [  9389] By: jhi                                   on 2001/03/27  20:24:31
17909         Log: Integrate perlio.
17910      Branch: perl
17911           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
17912           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
17913           !> utf8.c
17914 ____________________________________________________________________________
17915 [  9388] By: jhi                                   on 2001/03/27  20:21:38
17916         Log: Better have a three-element array if one is going to assign
17917              to the third element of that array. (from Tim Jenness)
17918      Branch: perl
17919            ! ext/XS/Typemap/Typemap.xs
17920 ____________________________________________________________________________
17921 [  9387] By: nick                                  on 2001/03/27  20:15:43
17922         Log: Integrate mainline.
17923      Branch: perlio
17924           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
17925           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17926           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
17927           +> t/lib/xs-typemap.t
17928           !> (integrate 34 files)
17929 ____________________________________________________________________________
17930 [  9386] By: jhi                                   on 2001/03/27  20:04:18
17931         Log: Subject: Re: perl@9359 breaks HTML::Parser
17932              From: Gisle Aas <gisle@ActiveState.com>
17933              Date: 27 Mar 2001 11:30:24 -0800
17934              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
17935              
17936              Clarify the UTF-8 issues of the API docs.
17937              (Slightly reworded and expanded.)
17938      Branch: perl
17939            ! pod/perlapi.pod sv.c sv.h
17940 ____________________________________________________________________________
17941 [  9385] By: jhi                                   on 2001/03/27  19:44:25
17942         Log: If directory entries compare equal case-insensitively,
17943              retry case-sensitively.
17944      Branch: perl
17945            ! ext/File/Glob/bsd_glob.c
17946 ____________________________________________________________________________
17947 [  9384] By: nick                                  on 2001/03/27  19:38:50
17948         Log: Various EBCDIC fixes:
17949              - major revelation that swash code is encoding aware,
17950              (or thought it was) - now it is ;-)
17951              - With that out of the way fix a slab of tr/// cases.
17952              - Fix Encode 'Unicode' to be true Unicode so tests pass.
17953              - As anticipated Base64.xs needed tweaks.
17954              - Until tr/// works right avoid old_encode64 in MIME tests.
17955      Branch: perlio
17956            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
17957            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
17958 ____________________________________________________________________________
17959 [  9383] By: jhi                                   on 2001/03/27  18:34:41
17960         Log: Add the std test suite BEGIN block.
17961      Branch: perl
17962            ! t/lib/xs-typemap.t
17963 ____________________________________________________________________________
17964 [  9382] By: jhi                                   on 2001/03/27  15:16:07
17965         Log: Add debugging output to the test.
17966      Branch: perl
17967            ! t/lib/glob-basic.t
17968 ____________________________________________________________________________
17969 [  9381] By: jhi                                   on 2001/03/27  15:08:10
17970         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
17971      Branch: perl
17972            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
17973            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17974            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
17975            + t/lib/xs-typemap.t
17976            ! MANIFEST
17977 ____________________________________________________________________________
17978 [  9380] By: jhi                                   on 2001/03/27  14:48:34
17979         Log: Subject: [PATCH] Typemap testing
17980              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
17981              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
17982              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
17983              
17984              (The first part of the patch.)
17985      Branch: perl
17986            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
17987 ____________________________________________________________________________
17988 [  9379] By: jhi                                   on 2001/03/27  14:44:56
17989         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
17990              From: Benjamin Sugars <bsugars@canoe.ca> 
17991              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
17992              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
17993      Branch: perl
17994            ! t/lib/glob-basic.t
17995 ____________________________________________________________________________
17996 [  9378] By: jhi                                   on 2001/03/27  14:42:30
17997         Log: Subject: [PATCH] perlvar nit
17998              From: Simon Cozens <simon@netthink.co.uk>
17999              Date: Tue, 27 Mar 2001 01:12:01 +0100
18000              Message-ID: <20010327011201.A19179@netthink.co.uk>
18001      Branch: perl
18002            ! pod/perlvar.pod
18003 ____________________________________________________________________________
18004 [  9377] By: jhi                                   on 2001/03/27  14:36:26
18005         Log: Subject: [PATCH] B::Terse and warnings
18006              From: Benjamin Sugars <ben.sugars@home.com>
18007              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
18008              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
18009      Branch: perl
18010            ! ext/B/B.pm ext/B/B/Terse.pm
18011 ____________________________________________________________________________
18012 [  9376] By: jhi                                   on 2001/03/27  14:31:31
18013         Log: Document sockatmark() some.
18014      Branch: perl
18015            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
18016            ! pod/perltoc.pod
18017 ____________________________________________________________________________
18018 [  9375] By: jhi                                   on 2001/03/27  14:00:24
18019         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
18020              noted by Gisle and fixed by NI-S.
18021      Branch: perl
18022            ! sv.c
18023 ____________________________________________________________________________
18024 [  9374] By: jhi                                   on 2001/03/27  05:50:01
18025         Log: Regen toc.
18026      Branch: perl
18027            ! pod/perltoc.pod
18028 ____________________________________________________________________________
18029 [  9373] By: jhi                                   on 2001/03/27  05:43:51
18030         Log: Pixie documenting.
18031      Branch: perl
18032            ! Makefile.SH pod/perlhack.pod
18033 ____________________________________________________________________________
18034 [  9372] By: jhi                                   on 2001/03/27  05:29:34
18035         Log: Metaconfig unit changes for #9371.
18036      Branch: metaconfig
18037            ! U/modified/myhostname.U
18038      Branch: metaconfig/U/perl
18039            + d_sockatmark.U
18040            ! gccvers.U
18041 ____________________________________________________________________________
18042 [  9371] By: jhi                                   on 2001/03/27  05:29:07
18043         Log: Add sockatmark() probing.
18044      Branch: perl
18045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18046            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18047            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18048            ! vos/config.ga.h win32/config.bc win32/config.gc
18049            ! win32/config.vc
18050 ____________________________________________________________________________
18051 [  9370] By: jhi                                   on 2001/03/26  22:01:18
18052         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
18053              Really need to benchmark this.
18054      Branch: perl
18055            ! pp.c
18056 ____________________________________________________________________________
18057 [  9369] By: nick                                  on 2001/03/26  21:59:30
18058         Log: Integrate mainline.
18059      Branch: perlio
18060            ! ext/MIME/Base64/QuotedPrint.pm
18061           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18062           !> patchlevel.h pod/perlhack.pod pp_sys.c
18063 ____________________________________________________________________________
18064 [  9368] By: jhi                                   on 2001/03/26  21:47:03
18065         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
18066              
18067              TODO1: perlbench.
18068              TODO2: le, lt, ge, gt?  Yech.
18069      Branch: perl
18070            ! pp.c
18071 ____________________________________________________________________________
18072 [  9367] By: jhi                                   on 2001/03/26  21:34:57
18073         Log: Too much cut-and-paste in #9363.
18074      Branch: perl
18075            ! pp_sys.c
18076 ____________________________________________________________________________
18077 [  9366] By: jhi                                   on 2001/03/26  21:20:53
18078         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
18079              From: Andreas Schwab <schwab@suse.de>
18080              Date: 26 Mar 2001 17:29:04 +0200
18081              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
18082              
18083              (The patch for 5.6.0 or so, this is a guess for bleadperl)
18084      Branch: perl
18085            ! pp_hot.c
18086 ____________________________________________________________________________
18087 [  9365] By: jhi                                   on 2001/03/26  21:07:54
18088         Log: Integrate perlio.
18089      Branch: perl
18090           !> perlio.c
18091 ____________________________________________________________________________
18092 [  9364] By: nick                                  on 2001/03/26  20:30:48
18093         Log: REFCNT botch in layer name cache hash.
18094      Branch: perlio
18095            ! perlio.c
18096 ____________________________________________________________________________
18097 [  9363] By: jhi                                   on 2001/03/26  18:44:32
18098         Log: Subject: [PATCH] socket() leaks file descriptors
18099              From: Benjamin Sugars <bsugars@canoe.ca>
18100              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
18101              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
18102              
18103              Also sockpair() fixed similarly.
18104      Branch: perl
18105            ! pp_sys.c
18106 ____________________________________________________________________________
18107 [  9362] By: jhi                                   on 2001/03/26  18:37:52
18108         Log: Integrate perlio.
18109      Branch: perl
18110           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
18111 ____________________________________________________________________________
18112 [  9361] By: nick                                  on 2001/03/26  17:32:06
18113         Log: Implement flush of linebuffered streams on read of a tty.
18114      Branch: perlio
18115            ! perlio.c perliol.h
18116 ____________________________________________________________________________
18117 [  9360] By: nick                                  on 2001/03/26  17:12:32
18118         Log: Memory tweaks and notes for OEMVS.
18119      Branch: perlio
18120            ! README.os390 miniperlmain.c t/op/pat.t
18121 ____________________________________________________________________________
18122 [  9359] By: jhi                                   on 2001/03/26  02:12:54
18123         Log: Update Changes.
18124      Branch: perl
18125            ! Changes patchlevel.h
18126 ____________________________________________________________________________
18127 [  9358] By: jhi                                   on 2001/03/26  02:05:32
18128         Log: Document the most common pixie options.
18129      Branch: perl
18130            ! pod/perlhack.pod
18131 ____________________________________________________________________________
18132 [  9357] By: jhi                                   on 2001/03/26  01:25:28
18133         Log: For perl.pixie check *before* compiling that optimize is -g,
18134              as for perl.third.
18135      Branch: perl
18136            ! Makefile.SH
18137 ____________________________________________________________________________
18138 [  9356] By: jhi                                   on 2001/03/26  01:13:41
18139         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
18140      Branch: perl
18141            ! Makefile.SH
18142 ____________________________________________________________________________
18143 [  9355] By: jhi                                   on 2001/03/26  01:11:19
18144         Log: Remove t/perl.third.
18145      Branch: perl
18146            ! Makefile.SH
18147 ____________________________________________________________________________
18148 [  9354] By: jhi                                   on 2001/03/26  00:23:38
18149         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
18150              IO::Sockatmark().
18151      Branch: perl
18152            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18153 ____________________________________________________________________________
18154 [  9353] By: jhi                                   on 2001/03/25  22:25:04
18155         Log: Integrate perlio.
18156      Branch: perl
18157           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18158           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
18159           !> pp_hot.c win32/makefile.mk
18160 ____________________________________________________________________________
18161 [  9352] By: jhi                                   on 2001/03/25  22:21:41
18162         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
18163              From: Radu Greab <radu@netsoft.ro>
18164              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
18165              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
18166      Branch: perl
18167            ! pp_sys.c
18168 ____________________________________________________________________________
18169 [  9351] By: nick                                  on 2001/03/25  22:15:02
18170         Log: Fix readline in list mode to tell rest of world that it has
18171              things on the stack. Otherwise if perl code gets invoked
18172              underneath it it scribbles over results-so-far.
18173              (Why TIEHANDLE has not tripped on this is a mystery.)
18174      Branch: perlio
18175            ! pp_hot.c
18176 ____________________________________________________________________________
18177 [  9350] By: nick                                  on 2001/03/25  22:10:13
18178         Log: win32/makefile.mk typos
18179      Branch: perlio
18180            ! win32/makefile.mk
18181 ____________________________________________________________________________
18182 [  9349] By: nick                                  on 2001/03/25  21:31:14
18183         Log: Integrate now-non-binary file.
18184      Branch: perlio
18185           !> t/lib/mimeqp.t
18186 ____________________________________________________________________________
18187 [  9348] By: nick                                  on 2001/03/25  21:27:24
18188         Log: Make it text
18189      Branch: perlio
18190            ! t/lib/mimeqp.t
18191 ____________________________________________________________________________
18192 [  9347] By: nick                                  on 2001/03/25  21:25:37
18193         Log: Integrate mainline.
18194      Branch: perlio
18195           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18196           !> lib/Term/ReadLine.pm t/lib/md5-file.t
18197 ____________________________________________________________________________
18198 [  9346] By: nick                                  on 2001/03/25  20:58:15
18199         Log: Add destruct time hook to PerlIO (for work-in-process implementing
18200              layers in perl code. In such cases layers need to be popped before
18201              we loose the ability to run perl code.)
18202              Also back-out "PerlIO::object" hook - it isn't going to work like that...
18203      Branch: perlio
18204            ! perl.c perlio.c perlio.h perliol.h
18205 ____________________________________________________________________________
18206 [  9345] By: nick                                  on 2001/03/25  20:49:11
18207         Log: Avoid at leasy one of undefined warnings in Encode.
18208      Branch: perlio
18209            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18210 ____________________________________________________________________________
18211 [  9344] By: jhi                                   on 2001/03/25  20:37:43
18212         Log: A workaround for using Term::ReadLine in emacs minibuffer
18213              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
18214              additional tweaks from Ilya Zakharevich.
18215      Branch: perl
18216            ! lib/Term/ReadLine.pm
18217 ____________________________________________________________________________
18218 [  9343] By: nick                                  on 2001/03/25  20:21:14
18219         Log: Missing return value.
18220      Branch: perlio
18221            ! ext/PerlIO/Scalar/Scalar.xs
18222 ____________________________________________________________________________
18223 [  9342] By: jhi                                   on 2001/03/25  16:21:00
18224         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
18225              to equal the CPAN versions since no code changes have been made.
18226      Branch: perl
18227            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18228            ! t/lib/md5-file.t
18229 ____________________________________________________________________________
18230 [  9341] By: jhi                                   on 2001/03/25  16:01:48
18231         Log: Escape 8-bit characters.
18232      Branch: perl
18233            ! t/lib/mimeqp.t
18234 ____________________________________________________________________________
18235 [  9340] By: gsar                                  on 2001/03/25  15:50:53
18236         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
18237              chars)
18238      Branch: perl
18239            + t/lib/mimeqp.t
18240 ____________________________________________________________________________
18241 [  9339] By: gsar                                  on 2001/03/25  15:48:50
18242         Log: delete mimeqp.t for later with text mode set
18243      Branch: perl
18244            - t/lib/mimeqp.t
18245 ____________________________________________________________________________
18246 [  9338] By: nick                                  on 2001/03/25  09:01:57
18247         Log: Integrate mainline.
18248      Branch: perlio
18249           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18250           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18251           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18252           +> t/lib/mimeb64u.t t/lib/mimeqp.t
18253           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
18254           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
18255           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
18256 ____________________________________________________________________________
18257 [  9337] By: jhi                                   on 2001/03/25  04:23:24
18258         Log: Add MIME::Base64 here and there.  Again, a lot of
18259              optimism is in the air.
18260      Branch: perl
18261            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18262            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
18263 ____________________________________________________________________________
18264 [  9336] By: jhi                                   on 2001/03/25  04:12:43
18265         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
18266              this by ear as I do not do Win32 programming.)
18267      Branch: perl
18268            ! win32/Makefile win32/makefile.mk
18269 ____________________________________________________________________________
18270 [  9335] By: jhi                                   on 2001/03/25  04:03:50
18271         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
18272      Branch: perl
18273            ! t/lib/md5-file.t
18274 ____________________________________________________________________________
18275 [  9334] By: jhi                                   on 2001/03/25  03:58:53
18276         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
18277      Branch: perl
18278            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18279            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18280            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18281            + t/lib/mimeb64u.t t/lib/mimeqp.t
18282            ! MANIFEST
18283 ____________________________________________________________________________
18284 [  9333] By: jhi                                   on 2001/03/24  20:14:37
18285         Log: Integrate perlio.
18286      Branch: perl
18287           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
18288 ____________________________________________________________________________
18289 [  9332] By: nick                                  on 2001/03/24  19:40:34
18290         Log: Fix un-init variable leading to spurious "Out of Memory!"
18291      Branch: perlio
18292            ! doio.c
18293 ____________________________________________________________________________
18294 [  9331] By: nick                                  on 2001/03/24  19:09:59
18295         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
18296              and update layers internals doc.
18297      Branch: perlio
18298            ! pod/perlfunc.pod pod/perliol.pod
18299 ____________________________________________________________________________
18300 [  9330] By: jhi                                   on 2001/03/24  18:42:11
18301         Log: The length might be uninitialized garbage if the *svp is the undef.
18302      Branch: perl
18303            ! doio.c
18304 ____________________________________________________________________________
18305 [  9329] By: jhi                                   on 2001/03/24  18:26:57
18306         Log: (Retracted by #9393)
18307
18308              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
18309              From: Simon Cozens <simon@netthink.co.uk>
18310              Date: Sat, 24 Mar 2001 17:13:17 +0000
18311              Message-ID: <20010324171317.A13406@netthink.co.uk>
18312      Branch: perl
18313            ! utils/h2xs.PL
18314 ____________________________________________________________________________
18315 [  9328] By: nick                                  on 2001/03/24  17:22:02
18316         Log: Integrate mainline.
18317      Branch: perlio
18318           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
18319           !> lib/unicode/version
18320 ____________________________________________________________________________
18321 [  9327] By: nick                                  on 2001/03/24  17:16:02
18322         Log: Integrate mainline.
18323      Branch: perlio
18324           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18325           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18326           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18327           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18328           +> t/lib/md5-file.t
18329           !> MANIFEST Makefile.SH configure.com djgpp/config.over
18330           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
18331           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
18332           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
18333           !> win32/makefile.mk
18334 ____________________________________________________________________________
18335 [  9326] By: jhi                                   on 2001/03/24  17:00:42
18336         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
18337      Branch: perl
18338            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
18339            ! lib/unicode/version
18340 ____________________________________________________________________________
18341 [  9325] By: jhi                                   on 2001/03/24  16:22:33
18342         Log: Subject: Re: B::Deparse bug (5.6.0)
18343              From: Robin Houston <robin@kitsite.com>
18344              Date: Sat, 24 Mar 2001 14:33:09 +0000
18345              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
18346      Branch: perl
18347            ! op.c pp.c t/lib/b.t t/op/repeat.t
18348 ____________________________________________________________________________
18349 [  9324] By: jhi                                   on 2001/03/24  16:21:56
18350         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
18351              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
18352              these additions may be too optimistic.
18353      Branch: perl
18354            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18355            ! hints/uwin.sh hints/vmesa.sh
18356 ____________________________________________________________________________
18357 [  9323] By: jhi                                   on 2001/03/24  16:06:01
18358         Log: Integrate perlio.
18359      Branch: perl
18360           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18361           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18362            ! Makefile.SH
18363           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
18364           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
18365           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
18366           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18367           !> win32/makefile.mk win32/perlhost.h win32/win32.c
18368           !> win32/win32iop.h
18369 ____________________________________________________________________________
18370 [  9322] By: nick                                  on 2001/03/24  14:39:12
18371         Log: Routine Win32 regen_config_h - no real changes.
18372      Branch: perlio
18373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18374 ____________________________________________________________________________
18375 [  9321] By: nick                                  on 2001/03/24  14:31:49
18376         Log: PerlIO fixups for Win32:
18377              - provide win33_popenlist() - non-functional as yet.
18378              - avoid need for aTHX in PerlIO_debug calls - even if not 
18379              enabled args are still evaluated so Win32 has trouble during fork().
18380              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
18381              - Fixup makedef.pl for latest set of symbols.
18382      Branch: perlio
18383            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
18384            ! win32/perlhost.h win32/win32.c win32/win32iop.h
18385 ____________________________________________________________________________
18386 [  9320] By: nick                                  on 2001/03/24  14:26:58
18387         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
18388              was gibberish - broke it on WIn32 at least.
18389      Branch: perlio
18390            ! ext/POSIX/POSIX.xs
18391 ____________________________________________________________________________
18392 [  9319] By: nick                                  on 2001/03/24  11:29:41
18393         Log: Generated files.
18394      Branch: perlio
18395            ! embed.h global.sym objXSUB.h perlapi.c proto.h
18396 ____________________________________________________________________________
18397 [  9318] By: nick                                  on 2001/03/24  10:29:37
18398         Log: Implement:
18399              1.  open($fh,"+<",undef);  # add test to t/io/open.t
18400              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
18401      Branch: perlio
18402            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18403            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18404            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
18405            ! t/io/open.t t/io/utf8.t
18406 ____________________________________________________________________________
18407 [  9317] By: jhi                                   on 2001/03/23  23:41:25
18408         Log: AIX does seems to have optimization problems with its C compilers.
18409      Branch: perl
18410            ! hints/aix.sh
18411 ____________________________________________________________________________
18412 [  9316] By: jhi                                   on 2001/03/23  23:40:46
18413         Log: Integrate perlio.
18414      Branch: perl
18415           +> lib/PerlIO.pm
18416           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
18417           !> perliol.h
18418 ____________________________________________________________________________
18419 [  9315] By: jhi                                   on 2001/03/23  22:16:30
18420         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
18421      Branch: perl
18422            ! t/lib/md5-file.t
18423 ____________________________________________________________________________
18424 [  9314] By: nick                                  on 2001/03/23  20:49:02
18425         Log: Perlio internals re-organized.
18426              - open process creates AV of layer/arg pairs
18427              (appends layers from open() or open.pm to default list).
18428              - push arg is now an SV.
18429              - layer ->Open get passed the AV
18430              - open is no longer mandatory method.
18431              - topmost layer that has ->Open method does the open
18432              - any layers above are pushed once that returns.
18433              - vtable re-ordered so dummy layers need only provide push/pop methods.
18434      Branch: perlio
18435            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18436 ____________________________________________________________________________
18437 [  9313] By: nick                                  on 2001/03/23  16:27:41
18438         Log: Check in a stable (working) version before next round of tweaks.
18439              Changes include:
18440              - Move default layers code out of doio.c and into perlio.c
18441              - Single routine for parsing layer specification strings.
18442              - Skeleton support for demand loading of layers
18443              - Core-dump avoidance if PERLIO environment specifies loadable layer
18444              (does not _work_ as need IO to load and need load to do IO ...)
18445      Branch: perlio
18446            + lib/PerlIO.pm
18447            ! MANIFEST doio.c perlio.c
18448 ____________________________________________________________________________
18449 [  9312] By: gsar                                  on 2001/03/23  16:25:25
18450         Log: add execute bit to files with shebang lines in the repository;
18451              avoid clobbering execute bit in Porting/makerel 
18452      Branch: maint-5.6/perl
18453            ! (edit 144 files)
18454 ____________________________________________________________________________
18455 [  9311] By: jhi                                   on 2001/03/23  14:25:35
18456         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
18457      Branch: perl
18458            ! MANIFEST
18459 ____________________________________________________________________________
18460 [  9310] By: jhi                                   on 2001/03/23  13:45:04
18461         Log: Subject: [PATCH] Net::Ping
18462              From: Colin McMillen <mcmi0037@tc.umn.edu>
18463              Date: Thu, 22 Mar 2001 19:30:31 -0600
18464              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
18465      Branch: perl
18466            ! lib/Net/Ping.pm
18467 ____________________________________________________________________________
18468 [  9309] By: jhi                                   on 2001/03/23  13:39:13
18469         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
18470      Branch: perl
18471            ! t/lib/md5-aaa.t t/lib/md5-file.t
18472 ____________________________________________________________________________
18473 [  9308] By: jhi                                   on 2001/03/23  13:20:34
18474         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
18475              - bump the version to 2.14
18476              - drop the base64 tests since they require MIME::Base64
18477              - drop the rfc1321.txt
18478              - drop the hints/dec_osf.pl since it's only needed for
18479              pre-5.005_03 Perls
18480              Todo:
18481              - the U32 alignment testing is now removed; it needs to
18482              be reintroduced as as a Config variable (meaning also
18483              as a Configure test)
18484              - get the new EBCDIC md5sum for MD5.pm
18485              - test in Win32 to see how badly I botched the makefiles
18486      Branch: perl
18487            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18488            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18489            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18490            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18491            + t/lib/md5-file.t
18492            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
18493            ! win32/Makefile win32/makefile.mk
18494 ____________________________________________________________________________
18495 [  9307] By: jhi                                   on 2001/03/23  12:56:14
18496         Log: Integrate change #9306 from maintperl into mainline,
18497              AIX dynaloader for AIXes without <load.h>.
18498      Branch: perl
18499           !> ext/DynaLoader/hints/aix.pl
18500 ____________________________________________________________________________
18501 [  9306] By: jhi                                   on 2001/03/23  12:51:36
18502         Log: There are AIXes without /usr/include/load.h,
18503              patch from H.Merijn Brand.
18504      Branch: maint-5.6/perl
18505            ! ext/DynaLoader/hints/aix.pl
18506 ____________________________________________________________________________
18507 [  9305] By: nick                                  on 2001/03/23  11:00:42
18508         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
18509      Branch: perlio
18510            ! ext/Encode/Encode.xs perlio.c perlio.h
18511 ____________________________________________________________________________
18512 [  9304] By: nick                                  on 2001/03/23  10:20:46
18513         Log: Render -Duseperlio functional again.
18514              - this is "quick fix" which calls PerlIO_apply_layers after opening,
18515              which is what old scheme did. New scheme needs to change that
18516              to make open(...,\$scalar) etc. work but this will do for now.
18517      Branch: perlio
18518            ! perlio.c
18519 ____________________________________________________________________________
18520 [  9303] By: nick                                  on 2001/03/23  09:53:20
18521         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
18522              -Uuseperlio now works again.
18523              -Duseperlio is still poorly. Don't merge yet...
18524      Branch: perlio
18525            ! doio.c perlio.h
18526 ____________________________________________________________________________
18527 [  9302] By: nick                                  on 2001/03/22  22:26:51
18528         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
18529              type code.
18530              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
18531              is its main caller. In particular now has access to "extra" args, and
18532              can tell when an open handle is "reopened" (or duped?).
18533              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
18534              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
18535              PerlIO_open() et. al. (i.e. other way round).
18536              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
18537              with args close to PerlIO_openn().
18538      Branch: perlio
18539            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18540 ____________________________________________________________________________
18541 [  9301] By: jhi                                   on 2001/03/22  20:58:04
18542         Log: Integrate perlio.
18543      Branch: perl
18544           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
18545           !> t/io/open.t util.c
18546 ____________________________________________________________________________
18547 [  9300] By: nick                                  on 2001/03/22  17:36:32
18548         Log: Don't include $@ in not ok message.
18549      Branch: perlio
18550            ! t/io/open.t
18551 ____________________________________________________________________________
18552 [  9299] By: gsar                                  on 2001/03/22  16:53:45
18553         Log: back out changes#7532,7521 for now (appears to have problems
18554              on IRIX)
18555      Branch: maint-5.6/perl
18556            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18557            ! ext/POSIX/typemap pod/perlvar.pod
18558 ____________________________________________________________________________
18559 [  9298] By: nick                                  on 2001/03/22  14:35:46
18560         Log: Give a meaning to '&' in n-arg open case:
18561              open($fh,"<&",$scalar);
18562              $scalar can be:
18563              - an integer which does "fdopen"
18564              open($fh,"<&",2); # like open($fh,"<&2")
18565              - something that will yield a file handle via sv_2io()
18566              useful for dup'ing anonymous handles.
18567              e.g.:
18568              open(my $fh,"<&",\*STDIN);
18569              open(my $dup,"<&",$fh);
18570      Branch: perlio
18571            ! doio.c t/io/open.t
18572 ____________________________________________________________________________
18573 [  9297] By: nick                                  on 2001/03/22  13:34:35
18574         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
18575      Branch: perlio
18576            ! util.c
18577 ____________________________________________________________________________
18578 [  9296] By: nick                                  on 2001/03/22  12:51:20
18579         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
18580      Branch: perlio
18581            ! perl.c
18582 ____________________________________________________________________________
18583 [  9295] By: nick                                  on 2001/03/22  11:59:44
18584         Log: If stdin, stdout or stderr get opened in unexpected read/write state
18585              then warn at time of open not at time of use.
18586      Branch: perlio
18587            ! doio.c pp_hot.c pp_sys.c
18588 ____________________________________________________________________________
18589 [  9294] By: nick                                  on 2001/03/22  10:54:35
18590         Log: Die on n-arg open(...,"",xxx,yyy,...)
18591              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
18592              - die on read/write cases so we can decide what it means later.
18593      Branch: perlio
18594            ! doio.c embed.pl iperlsys.h util.c
18595 ____________________________________________________________________________
18596 [  9293] By: nick                                  on 2001/03/22  09:02:45
18597         Log: perlio tweaks (reported by Nick Clark)
18598              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
18599              error check in Pendinf_read().
18600      Branch: perlio
18601            ! perlio.c
18602 ____________________________________________________________________________
18603 [  9292] By: gsar                                  on 2001/03/22  07:12:00
18604         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
18605              fixes)
18606      Branch: maint-5.6/perl
18607           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
18608 ____________________________________________________________________________
18609 [  9291] By: jhi                                   on 2001/03/22  06:06:44
18610         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
18611      Branch: perl
18612            ! t/op/re_tests
18613 ____________________________________________________________________________
18614 [  9290] By: jhi                                   on 2001/03/22  05:57:01
18615         Log: Move MacOS Classic higher in the list of supported platforms.
18616      Branch: maint-5.6/perl
18617            ! pod/perlport.pod
18618 ____________________________________________________________________________
18619 [  9289] By: gsar                                  on 2001/03/22  05:35:04
18620         Log: revert part of change#6438 for compatibility (av_reify()
18621              appears to be needed to implement av_splice()ish things
18622              in XS)
18623      Branch: maint-5.6/perl
18624            ! embed.pl global.sym objXSUB.h perlapi.c
18625 ____________________________________________________________________________
18626 [  9288] By: gsar                                  on 2001/03/22  03:09:19
18627         Log: update copyright year
18628      Branch: maint-5.6/perl
18629            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
18630            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
18631            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
18632            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
18633            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
18634            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
18635            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
18636            ! x2p/walk.c
18637 ____________________________________________________________________________
18638 [  9287] By: jhi                                   on 2001/03/21  20:30:54
18639         Log: Integrate perlio.
18640      Branch: perl
18641           !> ext/Data/Dumper/Dumper.xs
18642 ____________________________________________________________________________
18643 [  9286] By: gsar                                  on 2001/03/21  19:49:54
18644         Log: makefile.mk tweak
18645      Branch: maint-5.6/perl
18646            ! win32/Makefile win32/makefile.mk
18647 ____________________________________________________________________________
18648 [  9285] By: nick                                  on 2001/03/21  19:07:13
18649         Log: Multiplicity fix for Dumper.
18650      Branch: perlio
18651            ! ext/Data/Dumper/Dumper.xs
18652 ____________________________________________________________________________
18653 [  9284] By: nick                                  on 2001/03/21  19:01:07
18654         Log: Integrate mainline - (does not build xTHX issue in Dumper).
18655      Branch: perlio
18656           !> (integrate 27 files)
18657 ____________________________________________________________________________
18658 [  9283] By: jhi                                   on 2001/03/21  17:17:35
18659         Log: Integrate change #9282 from mainline into maintperl,
18660              4-arg UTF-8 substr().
18661      Branch: maint-5.6/perl
18662           !> pp.c
18663 ____________________________________________________________________________
18664 [  9282] By: jhi                                   on 2001/03/21  17:15:43
18665         Log: The #9270 would have leaked a scalar if pp_substr()
18666              returned early.
18667      Branch: perl
18668            ! pp.c
18669 ____________________________________________________________________________
18670 [  9281] By: gsar                                  on 2001/03/21  17:03:14
18671         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
18672      Branch: maint-5.6/perl
18673            ! win32/makefile.mk
18674 ____________________________________________________________________________
18675 [  9280] By: gsar                                  on 2001/03/21  17:01:20
18676         Log: some tweaks to change#9278 (fork() emulation should be enabled
18677              by setting BUILD_FLAVOR instead of changing the defaults)
18678      Branch: maint-5.6/perl
18679            ! win32/makefile.mk
18680 ____________________________________________________________________________
18681 [  9279] By: gsar                                  on 2001/03/21  16:47:19
18682         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
18683      Branch: maint-5.6/perl
18684            ! ext/File/Glob/Glob.pm
18685           !> lib/Cwd.pm
18686 ____________________________________________________________________________
18687 [  9278] By: jhi                                   on 2001/03/21  14:35:10
18688         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
18689              From: "Vadim Konovalov" <watman@inbox.ru>
18690              Date: Wed, 21 Mar 2001 01:53:51 +0300
18691              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
18692      Branch: maint-5.6/perl
18693            ! win32/makefile.mk win32/win32sck.c
18694 ____________________________________________________________________________
18695 [  9277] By: jhi                                   on 2001/03/21  13:58:28
18696         Log: Integrate change #9270 from mainline to maintperl:
18697              continued 4-arg UTF-8 substr() fixing.
18698      Branch: maint-5.6/perl
18699           !> pp.c t/op/substr.t
18700 ____________________________________________________________________________
18701 [  9276] By: jhi                                   on 2001/03/21  13:33:00
18702         Log: More pixie cleaning.
18703      Branch: perl
18704            ! Makefile.SH
18705 ____________________________________________________________________________
18706 [  9275] By: jhi                                   on 2001/03/21  03:54:17
18707         Log: Update Changes.
18708      Branch: perl
18709            ! Changes patchlevel.h
18710 ____________________________________________________________________________
18711 [  9274] By: jhi                                   on 2001/03/21  03:48:24
18712         Log: First stab at making Data::Dumper to grok Unicode.
18713              
18714              TODO: tests, EBCDICify.
18715      Branch: perl
18716            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18717 ____________________________________________________________________________
18718 [  9273] By: jhi                                   on 2001/03/21  02:23:00
18719         Log: Fix for
18720              
18721              Subject: Memory leak in unquoted print   
18722              From: Benjamin Sugars <bsugars@canoe.ca> 
18723              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
18724              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
18725      Branch: perl
18726            ! perlio.c
18727 ____________________________________________________________________________
18728 [  9272] By: jhi                                   on 2001/03/21  01:33:17
18729         Log: Subject: Re: [PATCH] POSIX::getcwd()
18730              From: Benjamin Sugars <bsugars@canoe.ca> 
18731              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
18732              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
18733      Branch: perl
18734            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18735 ____________________________________________________________________________
18736 [  9271] By: jhi                                   on 2001/03/21  01:22:52
18737         Log: Subject: [PATCH] Cwd.pm docs
18738              From: Benjamin Sugars <bsugars@canoe.ca>
18739              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
18740              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
18741      Branch: perl
18742            ! lib/Cwd.pm
18743 ____________________________________________________________________________
18744 [  9270] By: jhi                                   on 2001/03/21  01:16:29
18745         Log: Continue 4-arg substr() UTF-8 fixage.
18746      Branch: perl
18747            ! pp.c t/op/substr.t
18748 ____________________________________________________________________________
18749 [  9269] By: jhi                                   on 2001/03/21  00:46:14
18750         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
18751              
18752              revert the leak fix in change#9142 (problem needs a more experimental
18753              fix unsuitable for 5.6.1)
18754              
18755              do alphabetical sorting by default (for csh compatibility)
18756              
18757              cut-n-paste goof in change#9264
18758              
18759              VMS piping fixes (from Charles Lane)
18760      Branch: perl
18761           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
18762           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18763           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
18764 ____________________________________________________________________________
18765 [  9268] By: jhi                                   on 2001/03/21  00:37:04
18766         Log: Integrate perlio.
18767      Branch: perl
18768           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
18769           !> utf8.c utf8.h utfebcdic.h
18770 ____________________________________________________________________________
18771 [  9267] By: nick                                  on 2001/03/20  20:04:39
18772         Log: More EBCDIC stuff:
18773              - Loose the extra level of function on ASCII.
18774              - spotted a chr(0) issue in sv.c
18775              - re-work of UTF-X tr/// ranges to work in Unicode
18776              space. Still issues with the "0xff is illegal UTF-8" hack.
18777              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
18778              (why do it once when you can do it all over the place :-(
18779              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
18780              need utf8.pm for swashes.
18781              - Simplified and commented scan_const() in toke.c
18782              Still something wrong regexp and tr (swashes?).
18783      Branch: perlio
18784            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
18785            ! utf8.c utf8.h utfebcdic.h
18786 ____________________________________________________________________________
18787 [  9266] By: gsar                                  on 2001/03/20  19:16:43
18788         Log: VMS piping fixes (from Charles Lane)
18789      Branch: maint-5.6/perl
18790            ! vms/vms.c vms/vmspipe.com
18791 ____________________________________________________________________________
18792 [  9265] By: gsar                                  on 2001/03/20  17:53:52
18793         Log: cut-n-paste goof in change#9264
18794      Branch: maint-5.6/perl
18795            ! ext/File/Glob/Glob.xs
18796 ____________________________________________________________________________
18797 [  9264] By: gsar                                  on 2001/03/20  17:43:47
18798         Log: do alphabetical sorting by default (for csh compatibility);
18799              bsd_glob() does ASCII sort by default as usual, unless
18800              GLOB_ALPHASORT was specified
18801      Branch: maint-5.6/perl
18802            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
18803            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18804            ! ext/File/Glob/bsd_glob.h
18805 ____________________________________________________________________________
18806 [  9263] By: gsar                                  on 2001/03/20  16:40:08
18807         Log: integrate change#9255 from mainline (unicode fix)
18808              
18809              substr($bytestr, i, n, $charstr)
18810      Branch: maint-5.6/perl
18811           !> Todo-5.6 pp.c t/op/substr.t
18812 ____________________________________________________________________________
18813 [  9262] By: gsar                                  on 2001/03/20  15:57:41
18814         Log: revert the leak fix in change#9142 (problem needs a more experimental
18815              fix unsuitable for 5.6.1)
18816      Branch: maint-5.6/perl
18817            ! scope.c
18818 ____________________________________________________________________________
18819 [  9261] By: jhi                                   on 2001/03/20  14:26:25
18820         Log: Integrate changes #9259,9260 from maintperl into mainline.
18821              
18822              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
18823              
18824              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
18825      Branch: perl
18826           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
18827 ____________________________________________________________________________
18828 [  9260] By: jhi                                   on 2001/03/20  14:05:46
18829         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
18830              From: Robin Barker <rmb1@cise.npl.co.uk>
18831              Date: Tue, 20 Mar 2001 10:12:04 GMT
18832              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
18833      Branch: maint-5.6/perl
18834            ! run.c
18835 ____________________________________________________________________________
18836 [  9259] By: jhi                                   on 2001/03/20  14:04:39
18837         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
18838              From: Chris Nandor <pudge@pobox.com>
18839              Date: Tue, 20 Mar 2001 00:40:56 -0500
18840              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
18841      Branch: maint-5.6/perl
18842            ! ext/POSIX/POSIX.xs lib/File/Path.pm
18843 ____________________________________________________________________________
18844 [  9258] By: jhi                                   on 2001/03/20  05:09:34
18845         Log: Update Changes.
18846      Branch: perl
18847            ! Changes patchlevel.h
18848 ____________________________________________________________________________
18849 [  9257] By: jhi                                   on 2001/03/20  05:04:25
18850         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
18851      Branch: perl
18852            ! t/op/tr.t
18853 ____________________________________________________________________________
18854 [  9256] By: jhi                                   on 2001/03/20  04:43:12
18855         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
18856              From: Peter Prymmer <pvhp@forte.com>
18857              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
18858              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
18859      Branch: maint-5.6/perl
18860            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
18861 ____________________________________________________________________________
18862 [  9255] By: jhi                                   on 2001/03/19  23:17:17
18863         Log: substr($bytestr, i, n, $charstr)
18864
18865              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
18866      Branch: perl
18867            ! Todo-5.6 pp.c t/op/substr.t
18868 ____________________________________________________________________________
18869 [  9254] By: jhi                                   on 2001/03/19  22:25:09
18870         Log: Rearrange the make test target prerequisites so that
18871              in a parallel make 'all' is finished before 'test'.
18872      Branch: perl
18873            ! Makefile.SH
18874 ____________________________________________________________________________
18875 [  9253] By: jhi                                   on 2001/03/19  21:48:07
18876         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
18877              From: Robin Houston <robin@kitsite.com>
18878              Date: Mon, 19 Mar 2001 15:48:41 +0000
18879              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
18880      Branch: perl
18881            ! pp_ctl.c
18882 ____________________________________________________________________________
18883 [  9252] By: jhi                                   on 2001/03/19  21:42:27
18884         Log: Integrate perlio.
18885      Branch: perl
18886           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
18887           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
18888           !> utfebcdic.h vms/perly_c.vms
18889 ____________________________________________________________________________
18890 [  9251] By: jhi                                   on 2001/03/19  21:31:28
18891         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
18892              
18893              Dynaloading in 64-bit AIX with vac.
18894      Branch: perl
18895           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18896           !> hints/aix.sh
18897 ____________________________________________________________________________
18898 [  9250] By: jhi                                   on 2001/03/19  21:18:00
18899         Log: A more robust solution for the 64bitall AIX dynaloading
18900              problem, from Jens-Uwe Mager.
18901      Branch: maint-5.6/perl
18902            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18903 ____________________________________________________________________________
18904 [  9249] By: nick                                  on 2001/03/19  20:59:37
18905         Log: Integrate mainline.
18906      Branch: perlio
18907           !> (integrate 42 files)
18908 ____________________________________________________________________________
18909 [  9248] By: nick                                  on 2001/03/19  20:22:07
18910         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
18911              (Building on OS390 uses native YACC and YYDEBUG has other
18912              side effects.)
18913      Branch: perlio
18914            ! perly.c perly.y vms/perly_c.vms
18915 ____________________________________________________________________________
18916 [  9247] By: jhi                                   on 2001/03/19  19:59:53
18917         Log: 64-bit AIX dynaloading problem (see #9244) idea
18918              from Jens-Uwe Mager.
18919      Branch: maint-5.6/perl
18920            ! ext/DynaLoader/dl_aix.xs
18921 ____________________________________________________________________________
18922 [  9246] By: nick                                  on 2001/03/19  19:27:57
18923         Log: More EBCDIC fixes.
18924      Branch: perlio
18925            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
18926            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
18927 ____________________________________________________________________________
18928 [  9245] By: jhi                                   on 2001/03/19  19:05:19
18929         Log: Integrate change #9243 from mainline into maintperl.
18930              
18931              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
18932      Branch: maint-5.6/perl
18933           !> README.vmesa
18934 ____________________________________________________________________________
18935 [  9244] By: jhi                                   on 2001/03/19  19:03:15
18936         Log: Get 64bitall AIX building, but still does not test okay:
18937              dynaloading anything fails, for example for op/defins:
18938              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
18939              (update: fixed by #9247,9250)
18940      Branch: maint-5.6/perl
18941            ! hints/aix.sh
18942 ____________________________________________________________________________
18943 [  9243] By: jhi                                   on 2001/03/19  19:00:16
18944         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
18945              From: Robin Barker <rmb1@cise.npl.co.uk>
18946              Date: Mon, 19 Mar 2001 18:01:57 GMT
18947              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
18948      Branch: perl
18949            ! README.vmesa
18950 ____________________________________________________________________________
18951 [  9242] By: jhi                                   on 2001/03/19  18:58:43
18952         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
18953              
18954              TODO: tests.
18955      Branch: perl
18956            ! doop.c op.c
18957 ____________________________________________________________________________
18958 [  9241] By: gsar                                  on 2001/03/19  17:34:46
18959         Log: VMSify tests (from Charles Lane)
18960      Branch: maint-5.6/perl
18961            ! t/lib/filehand.t t/lib/texttabs.t
18962 ____________________________________________________________________________
18963 [  9240] By: jhi                                   on 2001/03/19  14:24:26
18964         Log: Integrate change #9233 from maintperl into mainline.
18965              
18966              some refcounts were incorrect in perl_clone()
18967      Branch: perl
18968           !> sv.c
18969 ____________________________________________________________________________
18970 [  9239] By: gsar                                  on 2001/03/19  09:23:17
18971         Log: this is 5.6.1-trial3
18972      Branch: maint-5.6/perl
18973            ! Changes
18974 ____________________________________________________________________________
18975 [  9238] By: gsar                                  on 2001/03/19  08:47:04
18976         Log: some new symbols are only available under ithreads
18977      Branch: maint-5.6/perl
18978            ! makedef.pl
18979 ____________________________________________________________________________
18980 [  9237] By: gsar                                  on 2001/03/19  08:42:28
18981         Log: update patchlevel.h, Changes, &c.
18982      Branch: maint-5.6/perl
18983            ! Changes patchlevel.h pod/perlhist.pod
18984           !> AUTHORS
18985 ____________________________________________________________________________
18986 [  9236] By: gsar                                  on 2001/03/19  08:17:49
18987         Log: integrate changes#8068,8717 from mainline
18988              
18989              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
18990              
18991              [PATCH CPAN 1.59_51] warning message (not!)
18992      Branch: maint-5.6/perl
18993           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
18994           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
18995           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
18996           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
18997           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
18998 ____________________________________________________________________________
18999 [  9235] By: gsar                                  on 2001/03/19  08:07:09
19000         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
19001              
19002              [PATCH] Add missing CV flags to dump.c
19003              
19004              Re: [patch] Re: PL_ptr_table
19005              
19006              Fixup non-ithread build after 8713
19007              
19008              Generated files form 8713 etc.
19009              
19010              Correct the correction :-(
19011              
19012              Documenting coderef @INC (Re: CPAN "make this script work" feature)
19013              
19014              Subject: Re: sync sync sync: have I missed any patches?
19015              Replace djSP with dSP.
19016      Branch: maint-5.6/perl
19017           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
19018           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
19019           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
19020           !> sv.c sv.h win32/perlhost.h
19021 ____________________________________________________________________________
19022 [  9234] By: gsar                                  on 2001/03/19  07:22:05
19023         Log: revert the change#9090 integrate for now (change looks somewhat
19024              incomplete in that [ha]v_exists() need something similar; lacks
19025              tests; &c.)
19026      Branch: maint-5.6/perl
19027            ! hv.c
19028 ____________________________________________________________________________
19029 [  9233] By: gsar                                  on 2001/03/19  07:10:01
19030         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
19031              destruction when there are unreferenced scalars (SvREFCNT==0)
19032      Branch: maint-5.6/perl
19033            ! sv.c
19034 ____________________________________________________________________________
19035 [  9232] By: jhi                                   on 2001/03/19  05:11:02
19036         Log: Regen api and toc.
19037      Branch: maint-5.6/perl
19038            ! pod/perlapi.pod pod/perltoc.pod
19039 ____________________________________________________________________________
19040 [  9231] By: jhi                                   on 2001/03/19  04:06:03
19041         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
19042              add a lost line in pp.c:pp_chop(), update to new op/chop.
19043              
19044              Clarify the description differentiating for and while; inspired by
19045              
19046              Subject: [ID 20010306.004] || != named unary operator
19047              
19048              The $Is_MacOS needs to be declared.
19049      Branch: maint-5.6/perl
19050            ! pp.c t/op/chop.t
19051           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
19052 ____________________________________________________________________________
19053 [  9230] By: jhi                                   on 2001/03/19  03:48:16
19054         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
19055              9079,9083,9089,9090,9091 from mainline to maintperl.
19056              
19057              Quieten some noise in Win32 builds
19058              
19059              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
19060              
19061              The perlretut was still talking about the old \p and \P
19062              definitions.
19063              
19064              More tweakage on the Unicode character class descriptions.
19065              
19066              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19067              
19068              Subject: 'no *POSIX' Patch speeding up make on BS2000 
19069              
19070              Subject: [PATCH] perldata.pod here-doc docs
19071              
19072              Add /sbin and /usr/sbin to the list of directories scanned
19073              for setuid programs.  Takes care of bug id 20010309.003.
19074              
19075              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
19076              
19077              In op/stat #35 better to scan all the potential directories
19078              for setuids, not just the first one.
19079      Branch: maint-5.6/perl
19080            ! Makefile.SH
19081           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
19082           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
19083           !> t/op/stat.t toke.c win32/win32.h
19084 ____________________________________________________________________________
19085 [  9229] By: jhi                                   on 2001/03/19  02:31:50
19086         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
19087              From: Chris Nandor <pudge@pobox.com>
19088              Date: Sat, 10 Mar 2001 14:22:19 -0500
19089              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
19090      Branch: maint-5.6/perl
19091            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19092            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
19093            ! t/lib/b.t t/lib/errno.t
19094 ____________________________________________________________________________
19095 [  9228] By: jhi                                   on 2001/03/19  02:29:59
19096         Log: Integrate changes #9113,9122 from mainline into maintperl.
19097              
19098              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?)
19099      Branch: maint-5.6/perl
19100           !> Configure README.os390 hints/os390.sh
19101 ____________________________________________________________________________
19102 [  9227] By: jhi                                   on 2001/03/19  02:22:35
19103         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
19104              into maintperl.
19105              
19106              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19107              
19108              Forgot to check-in the larger part of #9120, duh.
19109              
19110              Subject: Another patch for integer.pm POD 
19111              
19112              h2ph strictness and cleanliness from Kurt Starsinic.
19113              
19114              Borland filename case problem.
19115              
19116              h2ph strictness and cleanliness from Kurt Starsinic.
19117              
19118              Subject: [PATCH] the uncontroversial doc patches
19119      Branch: maint-5.6/perl
19120           +> win32/sncfnmcs.pl
19121           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
19122           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
19123           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
19124           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
19125           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
19126           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
19127           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
19128 ____________________________________________________________________________
19129 [  9226] By: jhi                                   on 2001/03/19  02:10:21
19130         Log: Integrate changes #9207,9214 from mainline into maintperl.
19131              
19132              podchecker relaxations: =over has an *optional* number after it,
19133              and whitespace in L<> is okay.
19134      Branch: maint-5.6/perl
19135           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19136           !> t/pod/poderrs.xr
19137 ____________________________________________________________________________
19138 [  9225] By: jhi                                   on 2001/03/19  02:07:38
19139         Log: Integrate change #9219 from maintperl into mainline.
19140              
19141              remove duplicated tests
19142      Branch: perl
19143           !> t/op/re_tests
19144 ____________________________________________________________________________
19145 [  9224] By: jhi                                   on 2001/03/19  02:06:11
19146         Log: Integrate change #9223 from mainline to maintperl.
19147              
19148              Document -Dmksymlinks.
19149      Branch: maint-5.6/perl
19150           !> INSTALL
19151 ____________________________________________________________________________
19152 [  9223] By: jhi                                   on 2001/03/19  02:01:25
19153         Log: Document -Dmksymlinks.
19154      Branch: perl
19155            ! INSTALL
19156 ____________________________________________________________________________
19157 [  9222] By: jhi                                   on 2001/03/19  01:15:35
19158         Log: The -Dmksymlinks wasn't working for maintperl.
19159      Branch: maint-5.6/perl
19160            ! Configure
19161 ____________________________________________________________________________
19162 [  9221] By: jhi                                   on 2001/03/19  00:49:43
19163         Log: Cleanup pixie residue.
19164      Branch: perl
19165            ! Makefile.SH
19166 ____________________________________________________________________________
19167 [  9220] By: jhi                                   on 2001/03/19  00:44:47
19168         Log: Document the use of pixie/prof; create make targets for it.
19169              
19170              TODO: make t/TEST pixie-aware.
19171      Branch: perl
19172            ! Makefile.SH pod/perlhack.pod
19173 ____________________________________________________________________________
19174 [  9219] By: gsar                                  on 2001/03/19  00:16:55
19175         Log: remove duplicated tests
19176      Branch: maint-5.6/perl
19177            ! t/op/re_tests
19178 ____________________________________________________________________________
19179 [  9218] By: jhi                                   on 2001/03/18  23:59:31
19180         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
19181      Branch: perl
19182            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
19183 ____________________________________________________________________________
19184 [  9217] By: jhi                                   on 2001/03/18  23:25:20
19185         Log: Rewrite the tests section of Makefile to be less redundant
19186              and to allow for more flexible test targets, many recursive
19187              make calls introduced.
19188      Branch: perl
19189            ! Makefile.SH
19190 ____________________________________________________________________________
19191 [  9216] By: jhi                                   on 2001/03/18  22:30:04
19192         Log: Document the use of Third Degree (sparsely).
19193      Branch: perl
19194            ! pod/perlhack.pod t/TEST
19195 ____________________________________________________________________________
19196 [  9215] By: jhi                                   on 2001/03/18  22:10:30
19197         Log: Make targets for testing with Third Degree.
19198      Branch: perl
19199            ! Makefile.SH
19200 ____________________________________________________________________________
19201 [  9214] By: jhi                                   on 2001/03/18  21:08:53
19202         Log: The podchecker relaxations need to mirrored also at the tests.
19203      Branch: perl
19204            ! t/pod/poderrs.xr
19205 ____________________________________________________________________________
19206 [  9213] By: jhi                                   on 2001/03/18  20:56:21
19207         Log: Update Changes.
19208      Branch: perl
19209            ! Changes patchlevel.h
19210 ____________________________________________________________________________
19211 [  9212] By: jhi                                   on 2001/03/18  20:36:59
19212         Log: Looking for config.sh in parent directories isn't
19213              very useful for the toplevel Makefile.
19214      Branch: perl
19215            ! Makefile.SH
19216 ____________________________________________________________________________
19217 [  9211] By: jhi                                   on 2001/03/18  20:33:37
19218         Log: On "make clean" take care of Third Degree droppings.
19219      Branch: perl
19220            ! Makefile.SH
19221 ____________________________________________________________________________
19222 [  9210] By: jhi                                   on 2001/03/18  20:21:34
19223         Log: Add a hook for running the tests under the Third Degree
19224              debugging tool (set $ENV{PERL_3LOG} to non-zero)
19225              
19226              TODO: Document the use of Third Degree.
19227      Branch: perl
19228            ! t/TEST
19229 ____________________________________________________________________________
19230 [  9209] By: jhi                                   on 2001/03/18  20:19:07
19231         Log: Regen toc and api pods.
19232      Branch: perl
19233            ! pod/perlapi.pod pod/perltoc.pod
19234 ____________________________________________________________________________
19235 [  9208] By: jhi                                   on 2001/03/18  20:12:12
19236         Log: Integrate changes #8128,9132 from mainline into maintperl,
19237              Tie::SubstrHash fixes.
19238      Branch: maint-5.6/perl
19239           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19240 ____________________________________________________________________________
19241 [  9207] By: jhi                                   on 2001/03/18  20:07:43
19242         Log: podchecker relaxations from Michael Stevens.
19243      Branch: perl
19244            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19245 ____________________________________________________________________________
19246 [  9206] By: jhi                                   on 2001/03/18  20:04:24
19247         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
19248      Branch: perl
19249            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19250            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
19251            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
19252 ____________________________________________________________________________
19253 [  9205] By: jhi                                   on 2001/03/18  19:54:45
19254         Log: Integrate changes #9161,9162 from maintperl to mainline.
19255              
19256              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19257              results
19258      Branch: perl
19259           !> t/op/magic.t
19260 ____________________________________________________________________________
19261 [  9204] By: jhi                                   on 2001/03/18  19:37:46
19262         Log: Make perl.third checks more understandable to the builder.
19263      Branch: perl
19264            ! Makefile.SH
19265 ____________________________________________________________________________
19266 [  9203] By: jhi                                   on 2001/03/18  19:20:54
19267         Log: Re-integrate #9138 from maintperl to mainline,
19268              the squelching of the unneeded "Scalars leaked" messages.
19269      Branch: perl
19270           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19271           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19272           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19273 ____________________________________________________________________________
19274 [  9202] By: jhi                                   on 2001/03/18  18:48:36
19275         Log: More robust and more paranoid perl.third target.
19276      Branch: perl
19277            ! Makefile.SH
19278 ____________________________________________________________________________
19279 [  9201] By: jhi                                   on 2001/03/18  18:39:21
19280         Log: Integrate change #9197 from maintperl to mainline.
19281              
19282              more thorough cleaning of arenas.
19283      Branch: perl
19284           !> embed.pl perl.c proto.h sv.c t/op/sort.t
19285 ____________________________________________________________________________
19286 [  9200] By: jhi                                   on 2001/03/18  18:25:17
19287         Log: Integrate perlio.
19288      Branch: perl
19289           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
19290           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
19291           !> t/lib/encode.t toke.c universal.c utf8.c
19292 ____________________________________________________________________________
19293 [  9199] By: nick                                  on 2001/03/18  15:23:51
19294         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
19295              is the sense of the test being done. Avoid some magical 127 and 128 values
19296              by using macros.
19297      Branch: perlio
19298            ! doop.c pp_ctl.c sv.c toke.c
19299 ____________________________________________________________________________
19300 [  9198] By: nick                                  on 2001/03/18  14:18:12
19301         Log: UTF-X encoding invariance for Encode:
19302              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
19303              - move the XS code for those to universal.c (so in miniperl)
19304              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
19305              - change ext/Encode/compile to use above.
19306              - Fix t/lib/encode.t for above
19307              - Teach t/lib/b.t to expect -uutf8
19308              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
19309              utf8.pm is needed.
19310      Branch: perlio
19311            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19312            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
19313 ____________________________________________________________________________
19314 [  9197] By: gsar                                  on 2001/03/18  12:15:57
19315         Log: more thorough cleaning of arenas--keep going until no more
19316              SvREFCNT_dec()s occur (this fixes the problem that causes the
19317              pesky "Scalars leaked" warnings)
19318      Branch: maint-5.6/perl
19319            ! embed.pl perl.c proto.h sv.c t/op/sort.t
19320 ____________________________________________________________________________
19321 [  9196] By: nick                                  on 2001/03/18  10:57:29
19322         Log: Fix pragma/utf8.t # 15
19323              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
19324              are SvUTF8 as well.
19325      Branch: perlio
19326            ! toke.c
19327 ____________________________________________________________________________
19328 [  9195] By: nick                                  on 2001/03/18  09:27:06
19329         Log: Integrate mainline
19330      Branch: perlio
19331           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
19332           !> t/op/pat.t
19333 ____________________________________________________________________________
19334 [  9194] By: jhi                                   on 2001/03/18  05:29:59
19335         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
19336              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
19337      Branch: perl
19338            ! op.c op.h t/op/misc.t t/op/pat.t
19339 ____________________________________________________________________________
19340 [  9193] By: jhi                                   on 2001/03/18  05:15:06
19341         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
19342      Branch: perl
19343            ! mg.c t/op/pat.t
19344 ____________________________________________________________________________
19345 [  9192] By: jhi                                   on 2001/03/18  04:22:43
19346         Log: tr/// UTF-8 patches from Inaba Hiroto.
19347      Branch: perl
19348            ! doop.c op.c
19349 ____________________________________________________________________________
19350 [  9191] By: jhi                                   on 2001/03/18  04:21:17
19351         Log: Integrate perlio.
19352      Branch: perl
19353           !> utf8.c utfebcdic.h
19354 ____________________________________________________________________________
19355 [  9190] By: nick                                  on 2001/03/17  20:32:01
19356         Log: Correct #if EBCDIC side typos.
19357              Builds and passes many tests on OS390.
19358      Branch: perlio
19359            ! utf8.c utfebcdic.h
19360 ____________________________________________________________________________
19361 [  9189] By: jhi                                   on 2001/03/17  18:55:49
19362         Log: Add prerequisites for the perl.third target.
19363      Branch: perl
19364            ! Makefile.SH
19365 ____________________________________________________________________________
19366 [  9188] By: jhi                                   on 2001/03/17  18:46:00
19367         Log: Integrate perlio.
19368      Branch: perl
19369           +> utfebcdic.h
19370           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
19371 ____________________________________________________________________________
19372 [  9187] By: jhi                                   on 2001/03/17  18:38:47
19373         Log: Add a make rule for perl.third (the Third Degree memory debugging
19374              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
19375      Branch: perl
19376            ! Makefile.SH
19377 ____________________________________________________________________________
19378 [  9186] By: nick                                  on 2001/03/17  18:34:48
19379         Log: MANIFEST addition :-(
19380      Branch: perlio
19381            ! MANIFEST
19382 ____________________________________________________________________________
19383 [  9185] By: nick                                  on 2001/03/17  18:29:50
19384         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
19385              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
19386              a superset of ASCII are invariant under the encoding. This is EBCDIC
19387              friendly as an encoded string can be looked at as being EBCDIC by lexer
19388              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
19389              ASCII on ASCII machines.
19390              
19391              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
19392              seperate.
19393              - Add some more macros to comprehend different shift amounts and
19394              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
19395              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
19396              and conditionaly #include it.
19397              
19398              EBCDIC build as yet untested.  ASCII still fails the one test.
19399      Branch: perlio
19400            + utfebcdic.h
19401            ! utf8.c utf8.h
19402 ____________________________________________________________________________
19403 [  9184] By: nick                                  on 2001/03/17  17:44:16
19404         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
19405      Branch: perlio
19406            ! doop.c perl.h pp.c utf8.h
19407 ____________________________________________________________________________
19408 [  9183] By: jhi                                   on 2001/03/17  15:55:42
19409         Log: Integrate perlio.
19410      Branch: perl
19411            ! MANIFEST
19412           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
19413 ____________________________________________________________________________
19414 [  9182] By: nick                                  on 2001/03/17  09:16:06
19415         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
19416      Branch: perlio
19417            ! t/op/pat.t
19418 ____________________________________________________________________________
19419 [  9181] By: nick                                  on 2001/03/17  09:15:11
19420         Log: Integrate mainline.
19421      Branch: perlio
19422           +> lib/Locale/Constants.pm lib/Locale/Country.pm
19423           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19424           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19425           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
19426           !> (integrate 83 files)
19427 ____________________________________________________________________________
19428 [  9180] By: nick                                  on 2001/03/16  17:23:21
19429         Log: EBCDIC Fixes.
19430      Branch: perlio
19431            ! perl.h sv.c toke.c utf8.c utf8.h
19432 ____________________________________________________________________________
19433 [  9179] By: jhi                                   on 2001/03/16  14:10:12
19434         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
19435              a change needed to work around an AIX compiler bug.
19436      Branch: perl
19437            ! ext/Storable/Storable.xs
19438 ____________________________________________________________________________
19439 [  9178] By: jhi                                   on 2001/03/16  03:19:59
19440         Log: With Damian's approval synchronize damian's modules'
19441              licensing with Perl's standard module licensing.
19442      Branch: perl
19443            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
19444 ____________________________________________________________________________
19445 [  9177] By: jhi                                   on 2001/03/16  03:15:34
19446         Log: Make the Filter::Util:Call files have their own copies
19447              of the Perl standard module licensing, from Paul Marquess.
19448      Branch: perl
19449            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19450 ____________________________________________________________________________
19451 [  9176] By: jhi                                   on 2001/03/16  02:56:04
19452         Log: Subject: [PATCH] more pod patches
19453              From: Michael Stevens <michael@etla.org>
19454              Date: Thu, 15 Mar 2001 21:25:18 +0000
19455              Message-ID: <20010315212518.A18870@firedrake.org>
19456      Branch: perl
19457            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
19458            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
19459            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
19460            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
19461            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19462            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
19463            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
19464            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
19465            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
19466            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
19467            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
19468            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
19469            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
19470            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
19471            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
19472            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
19473            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
19474            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
19475            ! lib/Locale/Country.pm lib/Locale/Language.pm
19476            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
19477            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
19478            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
19479            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
19480            ! os2/OS2/Process/Process.pm
19481 ____________________________________________________________________________
19482 [  9175] By: jhi                                   on 2001/03/16  02:53:32
19483         Log: Subject: [PATCH] the uncontroversial doc patches
19484              From: Michael Stevens <michael@etla.org>
19485              Date: Thu, 15 Mar 2001 20:01:12 +0000
19486              Message-ID: <20010315200112.A7636@firedrake.org>
19487      Branch: perl
19488            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
19489            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
19490            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
19491            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
19492            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
19493 ____________________________________________________________________________
19494 [  9174] By: jhi                                   on 2001/03/16  02:50:49
19495         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
19496              From: Paul Lindner <lindner@inuus.com>
19497              Date: Fri, 16 Mar 2001 11:28:03 -0800
19498              Message-ID: <20010316112803.A7577@inuus.com>
19499      Branch: perl
19500            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19501 ____________________________________________________________________________
19502 [  9173] By: nick                                  on 2001/03/15  20:21:03
19503         Log: 1st day's EBCDIC fixes:
19504              - toke.c's parsing of strings needed attention
19505              needed to conditionally e2a if string was already UTF-8
19506              - e2a/a2e tables where wrong way round.
19507              - new macros in utf8.h
19508      Branch: perlio
19509            ! perl.h toke.c utf8.h
19510 ____________________________________________________________________________
19511 [  9172] By: jhi                                   on 2001/03/15  15:17:17
19512         Log: Update Changes.
19513      Branch: perl
19514            ! Changes patchlevel.h
19515 ____________________________________________________________________________
19516 [  9171] By: jhi                                   on 2001/03/15  15:09:32
19517         Log: Subject: Re: Another Borland C++ problem.
19518              From: "Vadim Konovalov" <watman@inbox.ru>
19519              Date: Sat, 10 Mar 2001 19:26:07 +0300
19520              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
19521              
19522              Borland filename case problem.
19523      Branch: perl
19524            + win32/sncfnmcs.pl
19525            ! MANIFEST README.win32
19526 ____________________________________________________________________________
19527 [  9170] By: jhi                                   on 2001/03/15  14:54:23
19528         Log: Add Locale::Codes 1.06, from Neil Bowers.
19529      Branch: perl
19530            + lib/Locale/Constants.pm lib/Locale/Country.pm
19531            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19532            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19533            + t/lib/lc-language.t t/lib/lc-uk.t
19534            ! MANIFEST
19535 ____________________________________________________________________________
19536 [  9169] By: jhi                                   on 2001/03/15  14:19:01
19537         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
19538      Branch: perl
19539            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19540            ! ext/Storable/Storable.xs
19541 ____________________________________________________________________________
19542 [  9168] By: jhi                                   on 2001/03/15  14:13:22
19543         Log: Integrate changes #9120,9167 from mainline to maintperl.
19544              
19545              Subject: [PATCH 5.6.1] OS/2 docs
19546              
19547              Subject: [PATCH 5.6.1] perldoc
19548      Branch: maint-5.6/perl
19549           !> os2/Changes utils/perldoc.PL
19550 ____________________________________________________________________________
19551 [  9167] By: jhi                                   on 2001/03/15  14:07:42
19552         Log: Subject: [PATCH 5.6.1] perldoc
19553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19554              Date: Wed, 14 Mar 2001 23:46:52 -0500
19555              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
19556      Branch: perl
19557            ! utils/perldoc.PL
19558 ____________________________________________________________________________
19559 [  9166] By: jhi                                   on 2001/03/15  13:53:15
19560         Log: sigaction test condition tweakage.
19561      Branch: perl
19562            ! t/lib/sigaction.t
19563 ____________________________________________________________________________
19564 [  9165] By: alanbur                               on 2001/03/15  03:49:17
19565         Log: Resynchronised with parent
19566      Branch: maint-5.6/pureperl
19567           +> os2/os2add.sym t/op/anonsub.t
19568           !> (integrate 72 files)
19569 ____________________________________________________________________________
19570 [  9164] By: jhi                                   on 2001/03/15  01:05:01
19571         Log: Avoid stomping off the beginning of an array in tr///.
19572      Branch: perl
19573            ! op.c
19574 ____________________________________________________________________________
19575 [  9163] By: jhi                                   on 2001/03/15  00:58:57
19576         Log: h2ph strictness and cleanliness from Kurt Starsinic.
19577      Branch: perl
19578            ! utils/h2ph.PL
19579 ____________________________________________________________________________
19580 [  9162] By: gsar                                  on 2001/03/15  00:56:53
19581         Log: avoid warnings
19582      Branch: maint-5.6/perl
19583            ! t/op/magic.t
19584 ____________________________________________________________________________
19585 [  9161] By: gsar                                  on 2001/03/15  00:52:09
19586         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19587              results
19588      Branch: maint-5.6/perl
19589            ! t/op/magic.t
19590 ____________________________________________________________________________
19591 [  9160] By: jhi                                   on 2001/03/14  22:02:10
19592         Log: Do not use the Perl malloc in IRIX, suggested by
19593              Helmus Jarausch.
19594      Branch: perl
19595            ! hints/irix_6.sh
19596 ____________________________________________________________________________
19597 [  9159] By: nick                                  on 2001/03/14  21:45:59
19598         Log: Integrate mainline
19599      Branch: perlio
19600           +> t/op/loopctl.t
19601           !> (integrate 41 files)
19602 ____________________________________________________________________________
19603 [  9158] By: jhi                                   on 2001/03/14  21:10:09
19604         Log: The Day of the Retractions continues: the #9138
19605              (integrated in #9144) doesn't work well in mainline.
19606      Branch: perl
19607            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19608            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19609            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19610 ____________________________________________________________________________
19611 [  9157] By: jhi                                   on 2001/03/14  20:58:12
19612         Log: The #9145 CANNOT be enabled: the clear_pmop code still
19613              dumps core all over in Tru64.
19614      Branch: perl
19615            ! op.c op.h t/op/pat.t
19616 ____________________________________________________________________________
19617 [  9156] By: jhi                                   on 2001/03/14  20:48:06
19618         Log: Integrate change #9154 from maintperl to mainline.
19619              
19620              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19621              (caused Storable 1.0.10 to break on windows)
19622      Branch: perl
19623           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19624           !> perlapi.c proto.h
19625 ____________________________________________________________________________
19626 [  9155] By: jhi                                   on 2001/03/14  20:23:53
19627         Log: Retract #9136: breaks threading (and binary compatibility).
19628      Branch: perl
19629            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19630 ____________________________________________________________________________
19631 [  9154] By: gsar                                  on 2001/03/14  17:48:18
19632         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
19633              (caused Storable 1.0.10 to break on windows)
19634      Branch: maint-5.6/perl
19635            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
19636            ! perlapi.c proto.h
19637 ____________________________________________________________________________
19638 [  9153] By: jhi                                   on 2001/03/14  13:35:21
19639         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
19640      Branch: perl
19641            ! t/lib/sigaction.t
19642 ____________________________________________________________________________
19643 [  9152] By: gsar                                  on 2001/03/14  07:29:40
19644         Log: back out changes#9012,9010,9009 and parts of change#9016
19645              (causes ABRs under purify, and some prerequisites don't
19646              seem to be there in 5.6.x)
19647      Branch: maint-5.6/perl
19648            ! doop.c op.c t/op/tr.t toke.c
19649 ____________________________________________________________________________
19650 [  9151] By: gsar                                  on 2001/03/14  07:01:29
19651         Log: reenable change#9145 (the test was busted due to a missing
19652              C<print "ok 27\n">)
19653      Branch: perl
19654            ! op.c op.h t/op/pat.t
19655 ____________________________________________________________________________
19656 [  9150] By: jhi                                   on 2001/03/14  06:38:36
19657         Log: Retract #9145.
19658      Branch: perl
19659            ! op.c op.h t/op/pat.t
19660 ____________________________________________________________________________
19661 [  9149] By: jhi                                   on 2001/03/14  06:14:56
19662         Log: Retract #9143.
19663      Branch: perl
19664            ! op.c
19665 ____________________________________________________________________________
19666 [  9148] By: gsar                                  on 2001/03/14  06:13:02
19667         Log: Uninitialized Memory Read in regexec.c
19668      Branch: perl
19669            ! regexec.c
19670 ____________________________________________________________________________
19671 [  9147] By: jhi                                   on 2001/03/14  04:59:54
19672         Log: Subject: PATCH: make goto work in nested eval ""
19673              From: Robin Houston <robin@kitsite.com>
19674              Date: Wed, 14 Mar 2001 04:16:10 +0000
19675              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
19676      Branch: perl
19677            ! pp_ctl.c t/op/goto.t
19678 ____________________________________________________________________________
19679 [  9146] By: jhi                                   on 2001/03/14  04:42:54
19680         Log: Preserve the #ifdef PERL_CORE in perly.h.
19681      Branch: perl
19682            ! perly.fixer
19683 ____________________________________________________________________________
19684 [  9145] By: jhi                                   on 2001/03/14  03:57:41
19685         Log: (Retracted by #9150.)
19686      Branch: perl
19687            ! op.c op.h t/op/pat.t
19688 ____________________________________________________________________________
19689 [  9144] By: jhi                                   on 2001/03/14  03:50:38
19690         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
19691              
19692              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
19693              
19694              remove squelch controls for "Scalars leaked" messages in most places
19695              (these are now cured)
19696              
19697              fix another memory leak reported by purify (tie callbacks that
19698              croak can leak when wiping out magic)
19699      Branch: perl
19700           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
19701           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
19702           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
19703           !> t/pragma/warnings.t
19704 ____________________________________________________________________________
19705 [  9143] By: jhi                                   on 2001/03/14  03:37:53
19706         Log: (Retracted by #9149.)
19707      Branch: perl
19708            ! op.c
19709 ____________________________________________________________________________
19710 [  9142] By: gsar                                  on 2001/03/14  03:20:48
19711         Log: fix another memory leak reported by purify (tie callbacks that
19712              croak can leak when wiping out magic)
19713      Branch: maint-5.6/perl
19714            ! scope.c
19715 ____________________________________________________________________________
19716 [  9141] By: jhi                                   on 2001/03/14  02:55:00
19717         Log: Subject: PATCH for [ID 20010305.003]
19718              From: Robin Houston <robin@kitsite.com>
19719              Date: Wed, 14 Mar 2001 02:45:51 +0000
19720              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
19721      Branch: perl
19722            ! pp_ctl.c t/op/eval.t
19723 ____________________________________________________________________________
19724 [  9140] By: jhi                                   on 2001/03/14  02:41:54
19725         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19726              Date: Wed, 14 Mar 2001 01:52:51 +0000
19727              From: Robin Houston <robin@kitsite.com>
19728              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
19729              
19730              Fix for 2000313.004.
19731      Branch: perl
19732            ! pp_ctl.c t/op/goto.t
19733 ____________________________________________________________________________
19734 [  9139] By: jhi                                   on 2001/03/14  02:40:50
19735         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19736              From: Robin Houston <robin@kitsite.com>
19737              Date: Wed, 14 Mar 2001 00:43:45 +0000
19738              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
19739      Branch: perl
19740            + t/op/loopctl.t
19741            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
19742            ! vms/perly_c.vms
19743 ____________________________________________________________________________
19744 [  9138] By: gsar                                  on 2001/03/14  01:18:00
19745         Log: remove squelch controls for "Scalars leaked" messages in most places
19746              (these are now cured)
19747      Branch: maint-5.6/perl
19748            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19749            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19750            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19751 ____________________________________________________________________________
19752 [  9137] By: gsar                                  on 2001/03/14  00:57:04
19753         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
19754      Branch: maint-5.6/perl
19755            ! regcomp.c
19756 ____________________________________________________________________________
19757 [  9136] By: jhi                                   on 2001/03/13  23:12:24
19758         Log: (Retracted by #9155)
19759              
19760              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
19761              From: Jens-Uwe Mager <jum@helios.de>
19762              Date: Wed, 21 Feb 2001 21:32:04 +0100
19763              Message-ID: <20010221213203.A18340@ans.helios.de>
19764      Branch: perl
19765            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19766 ____________________________________________________________________________
19767 [  9135] By: jhi                                   on 2001/03/13  22:50:05
19768         Log: Integrate perlio.
19769      Branch: perl
19770           !> pp.c
19771 ____________________________________________________________________________
19772 [  9134] By: jhi                                   on 2001/03/13  22:49:05
19773         Log: Integrate change #9131 from maintperl into mainline.
19774              
19775              make the error text look more consistent in hints/hpux.sh
19776      Branch: perl
19777           !> hints/hpux.sh
19778 ____________________________________________________________________________
19779 [  9133] By: gsar                                  on 2001/03/13  22:46:20
19780         Log: integrate change#9067 from mainline
19781              
19782              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19783      Branch: maint-5.6/perl
19784           !> lib/ExtUtils/MM_Unix.pm
19785 ____________________________________________________________________________
19786 [  9132] By: jhi                                   on 2001/03/13  22:41:21
19787         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
19788              From: "John P. Linderman" <jpl@research.att.com>
19789              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
19790              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
19791              
19792              A more correct prime finder.
19793      Branch: perl
19794            ! lib/Tie/SubstrHash.pm
19795 ____________________________________________________________________________
19796 [  9131] By: gsar                                  on 2001/03/13  22:30:42
19797         Log: make the error text look more consistent in hints/hpux.sh
19798      Branch: maint-5.6/perl
19799            ! hints/hpux.sh
19800 ____________________________________________________________________________
19801 [  9130] By: jhi                                   on 2001/03/13  22:23:44
19802         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
19803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19804              Date: Tue, 13 Mar 2001 18:41:26 +0100
19805              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
19806              
19807              If the test is run non-interactively the default handler
19808              is different.
19809      Branch: perl
19810            ! t/lib/sigaction.t
19811 ____________________________________________________________________________
19812 [  9129] By: jhi                                   on 2001/03/13  22:20:21
19813         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
19814              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19815              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
19816              Date:     Tue, 13 Mar 2001 16:44:32 EST
19817      Branch: perl
19818            ! t/lib/1_compile.t
19819 ____________________________________________________________________________
19820 [  9128] By: jhi                                   on 2001/03/13  22:18:34
19821         Log: Subject: Another patch for integer.pm POD 
19822              From: "John L. Allen" <allen@grumman.com>
19823              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
19824              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
19825      Branch: perl
19826            ! lib/integer.pm
19827 ____________________________________________________________________________
19828 [  9127] By: nick                                  on 2001/03/13  21:26:30
19829         Log: Integrate mainline.
19830      Branch: perlio
19831           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
19832           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
19833           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
19834           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
19835           !> Changes Configure MANIFEST README.os2 README.os390
19836           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
19837           !> os2/Changes patchlevel.h win32/perlhost.h
19838 ____________________________________________________________________________
19839 [  9126] By: nick                                  on 2001/03/13  20:39:51
19840         Log: #ifdef'ed out code to make packed side of pack/unpack
19841              octets. (i.e. pack('U') => encode_utf8).
19842      Branch: perlio
19843            ! pp.c
19844 ____________________________________________________________________________
19845 [  9125] By: jhi                                   on 2001/03/13  15:07:16
19846         Log: Update Changes.
19847      Branch: perl
19848            ! Changes patchlevel.h
19849 ____________________________________________________________________________
19850 [  9124] By: jhi                                   on 2001/03/13  14:22:45
19851         Log: Workaround for the buggy ("internal compiler error")
19852              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
19853              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
19854              of Andreas König.
19855      Branch: perl
19856            ! ext/re/Makefile.PL hints/aix.sh
19857 ____________________________________________________________________________
19858 [  9123] By: jhi                                   on 2001/03/13  03:24:34
19859         Log: Typo in #9114.
19860      Branch: metaconfig
19861            ! U/modified/myhostname.U
19862 ____________________________________________________________________________
19863 [  9122] By: jhi                                   on 2001/03/13  03:24:06
19864         Log: Typo in #9113.
19865      Branch: perl
19866            ! Configure
19867 ____________________________________________________________________________
19868 [  9121] By: jhi                                   on 2001/03/13  01:53:05
19869         Log: Forgot to check-in the larger part of #9120, duh.
19870      Branch: perl
19871            ! README.os2
19872 ____________________________________________________________________________
19873 [  9120] By: jhi                                   on 2001/03/13  01:51:31
19874         Log: Subject: [PATCH 5.6.1] OS/2 docs
19875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19876              Date: Mon, 12 Mar 2001 03:27:32 -0500
19877              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
19878      Branch: perl
19879            ! os2/Changes
19880 ____________________________________________________________________________
19881 [  9119] By: jhi                                   on 2001/03/13  01:49:41
19882         Log: Integrate change #9116 from maintperl into mainline.
19883              
19884              Win32::GetCwd() returns C: instead of C:\ in the root directory
19885              under ithreads
19886      Branch: perl
19887           !> win32/perlhost.h
19888 ____________________________________________________________________________
19889 [  9118] By: jhi                                   on 2001/03/13  01:13:39
19890         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
19891      Branch: perl
19892            + lib/Switch.pm t/lib/switch.t
19893            ! MANIFEST
19894 ____________________________________________________________________________
19895 [  9117] By: jhi                                   on 2001/03/13  01:03:17
19896         Log: Add Text::Balanced 1.83.
19897      Branch: perl
19898            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
19899            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
19900            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
19901            + t/lib/tb-xvari.t
19902            ! MANIFEST
19903 ____________________________________________________________________________
19904 [  9116] By: gsar                                  on 2001/03/13  00:55:53
19905         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
19906              under ithreads
19907      Branch: maint-5.6/perl
19908            ! win32/perlhost.h
19909 ____________________________________________________________________________
19910 [  9115] By: jhi                                   on 2001/03/13  00:54:09
19911         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19912              From: "John L. Allen" <allen@grumman.com>
19913              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
19914              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
19915              
19916              use integer document clarification.
19917      Branch: perl
19918            ! lib/integer.pm
19919 ____________________________________________________________________________
19920 [  9114] By: jhi                                   on 2001/03/13  00:38:54
19921         Log: Metaconfig unit change for #9113.
19922      Branch: metaconfig
19923            ! U/modified/myhostname.U
19924 ____________________________________________________________________________
19925 [  9113] By: jhi                                   on 2001/03/13  00:38:35
19926         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?)
19927              From: Peter Prymmer <pvhp@forte.com>
19928              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
19929              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
19930      Branch: perl
19931            ! Configure README.os390 hints/os390.sh
19932 ____________________________________________________________________________
19933 [  9112] By: jhi                                   on 2001/03/13  00:29:00
19934         Log: Integrate perlio.
19935      Branch: perl
19936           !> sv.c utf8.h
19937 ____________________________________________________________________________
19938 [  9111] By: nick                                  on 2001/03/12  21:16:33
19939         Log: Integrate mainline.
19940      Branch: perlio
19941           +> t/op/anonsub.t
19942           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19943           !> proto.h sv.c
19944 ____________________________________________________________________________
19945 [  9110] By: nick                                  on 2001/03/12  21:00:13
19946         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
19947      Branch: perlio
19948            ! sv.c utf8.h
19949 ____________________________________________________________________________
19950 [  9109] By: jhi                                   on 2001/03/12  16:04:47
19951         Log: Integrate change #9108 from maintperl to mainline.
19952              
19953              fix memory leak in C<sub X { sub {} }> arising from a refcount
19954              loop between the outer sub and the inner prototype anonsub
19955              
19956              this also enables closures returned by subroutines that
19957              subsequently get redefined to work without generating coredumps :)
19958              
19959              completely removed the free_closures() hack--it shouldn't be
19960              needed anymore
19961      Branch: perl
19962           +> t/op/anonsub.t
19963           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19964           !> proto.h sv.c
19965 ____________________________________________________________________________
19966 [  9108] By: gsar                                  on 2001/03/12  10:21:31
19967         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
19968              loop between the outer sub and the inner prototype anonsub
19969              
19970              this also enables closures returned by subroutines that
19971              subsequently get redefined to work without generating coredumps :)
19972              
19973              completely removed the free_closures() hack--it shouldn't be
19974              needed anymore
19975      Branch: maint-5.6/perl
19976            + t/op/anonsub.t
19977            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
19978            ! proto.h sv.c
19979 ____________________________________________________________________________
19980 [  9107] By: jhi                                   on 2001/03/12  05:15:31
19981         Log: Integrate perlio.
19982      Branch: perl
19983           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
19984 ____________________________________________________________________________
19985 [  9106] By: nick                                  on 2001/03/11  20:10:12
19986         Log: regcomp.c is working in native space, not Unicode space (if different)
19987              as it is doing compare against 'W' in \W etc.
19988      Branch: perlio
19989            ! regcomp.c
19990 ____________________________________________________________________________
19991 [  9105] By: nick                                  on 2001/03/11  19:39:34
19992         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
19993              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
19994      Branch: perlio
19995            ! regcomp.c toke.c utf8.c
19996 ____________________________________________________________________________
19997 [  9104] By: nick                                  on 2001/03/11  18:15:44
19998         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
19999      Branch: perlio
20000            ! sv.c
20001 ____________________________________________________________________________
20002 [  9103] By: nick                                  on 2001/03/11  18:03:28
20003         Log: Integrate mainline (for regexp stuff).
20004      Branch: perlio
20005           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20006           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
20007           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
20008           !> t/lib/errno.t t/op/pat.t
20009 ____________________________________________________________________________
20010 [  9102] By: nick                                  on 2001/03/11  17:44:20
20011         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
20012              - exclude layer syms in makedef.pl for sfio
20013              - also inhibit Encode from trying to build ":encode()" layer.
20014      Branch: perlio
20015            ! ext/Encode/Encode.xs makedef.pl
20016 ____________________________________________________________________________
20017 [  9101] By: jhi                                   on 2001/03/10  22:38:13
20018         Log: The $Is_MacOS needs to be declared.
20019      Branch: perl
20020            ! lib/ExtUtils/Manifest.pm
20021 ____________________________________________________________________________
20022 [  9100] By: jhi                                   on 2001/03/10  22:14:29
20023         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
20024              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
20025              pollute the symbolspace if using sfio.
20026      Branch: perl
20027            ! ext/Encode/Encode.xs
20028 ____________________________________________________________________________
20029 [  9099] By: jhi                                   on 2001/03/10  21:58:48
20030         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
20031              Date: Sat, 10 Mar 2001 14:23:55 -0500
20032              From: Chris Nandor <pudge@pobox.com>
20033              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
20034      Branch: perl
20035            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20036            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
20037            ! t/lib/errno.t
20038 ____________________________________________________________________________
20039 [  9098] By: jhi                                   on 2001/03/10  21:38:30
20040         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
20041      Branch: perl
20042            ! regcomp.c regexec.c t/op/pat.t
20043 ____________________________________________________________________________
20044 [  9097] By: jhi                                   on 2001/03/10  14:38:07
20045         Log: Integrate perlio.
20046      Branch: perl
20047           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20048           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20049           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20050 ____________________________________________________________________________
20051 [  9096] By: nick                                  on 2001/03/10  11:55:43
20052         Log: EBCDIC sanity - phase I
20053              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
20054              - use utf8n_xxxx (c.f. pvn) for forms which take length.
20055              - back out vN.N and $^V exceptions to e2a/a2e
20056              - make "locale" isxxx macros be uvchr (may be redundant?)
20057              
20058              Not clear yet that toUPPER_uni et. al. return being handled correctly.
20059              The tr// and rexexp stuff still needs an audit, assumption is they are working
20060              in Unicode space.
20061              
20062              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
20063      Branch: perlio
20064            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20065            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20066            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20067 ____________________________________________________________________________
20068 [  9095] By: jhi                                   on 2001/03/09  22:10:01
20069         Log: Integrate perlio.
20070      Branch: perl
20071           !> dump.c
20072 ____________________________________________________________________________
20073 [  9094] By: nick                                  on 2001/03/09  17:36:38
20074         Log: Builds an passes all tests after integrate and this tweak.
20075      Branch: perlio
20076            ! dump.c
20077 ____________________________________________________________________________
20078 [  9093] By: nick                                  on 2001/03/09  17:16:03
20079         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
20080      Branch: perlio
20081           +> lib/unicode/Scripts.txt t/lib/sigaction.t
20082           !> (integrate 79 files)
20083 ____________________________________________________________________________
20084 [  9092] By: jhi                                   on 2001/03/09  15:28:26
20085         Log: Update Changes.
20086      Branch: perl
20087            ! Changes patchlevel.h
20088 ____________________________________________________________________________
20089 [  9091] By: jhi                                   on 2001/03/09  15:25:05
20090         Log: In op/stat #35 better to scan all the potential directories
20091              for setuids, not just the first one.
20092      Branch: perl
20093            ! t/op/stat.t
20094 ____________________________________________________________________________
20095 [  9090] By: jhi                                   on 2001/03/09  15:01:27
20096         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
20097              From: rspier@pobox.com (Robert Spier)
20098              Date: Fri, 9 Mar 2001 03:30:20 -0500
20099              Message-ID: <15016.38044.381174.160189@rls.cx>
20100              
20101              EXISTS() returning undef mistakenly triggered a FETCH().
20102      Branch: perl
20103            ! hv.c
20104 ____________________________________________________________________________
20105 [  9089] By: jhi                                   on 2001/03/09  14:59:02
20106         Log: Add /sbin and /usr/sbin to the list of directories scanned
20107              for setuid programs.  Takes care of bug id 20010309.003.
20108      Branch: perl
20109            ! t/op/stat.t
20110 ____________________________________________________________________________
20111 [  9088] By: jhi                                   on 2001/03/09  14:48:32
20112         Log: Regen perlapi, perltoc.
20113      Branch: perl
20114            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
20115 ____________________________________________________________________________
20116 [  9087] By: jhi                                   on 2001/03/09  14:38:56
20117         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20118              From: David Mitchell <davem@fdgroup.co.uk>
20119              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
20120              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
20121      Branch: perl
20122            ! dump.c perl.c perl.h pod/perlrun.pod
20123 ____________________________________________________________________________
20124 [  9086] By: jhi                                   on 2001/03/09  01:47:16
20125         Log: A modified version of
20126              
20127              Subject: [ID 20010307.005] POSIX::sigaction has various problems
20128              From: anders@broadcom.com
20129              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
20130              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
20131              
20132              Currently the sigaction.t test #6 fails (and is fudged to look
20133              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
20134              This may well be a genuine bug in Linux sigaction() (since at
20135              least Tru64, Solaris, and HP-UX disagree with Linux).
20136              Anyone with POSIX / SUSv2 tome handy?  The problem is that
20137              the flags of the oldaction don't match with the flags in
20138              the previously installed disposition.
20139      Branch: perl
20140            + t/lib/sigaction.t
20141            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20142 ____________________________________________________________________________
20143 [  9085] By: jhi                                   on 2001/03/09  01:30:13
20144         Log: Subject: Re: mission impossible for the day
20145              From: Alex Gough <alex@rcon.org>
20146              Date: Thu, 08 Mar 2001 17:18:19 +0000
20147              Message-ID: <3AA7BEDB.8070409@rcon.org>
20148              
20149              If references (are overloaded) and can be directly stringified,
20150              show that instead of "stringified".
20151              
20152              (The problem, infinite mutual recursion caused by overloaded bool
20153              in Switch.pm, tracked by David Mitchell)
20154      Branch: perl
20155            ! lib/Carp/Heavy.pm
20156 ____________________________________________________________________________
20157 [  9084] By: jhi                                   on 2001/03/09  01:20:39
20158         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20159              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
20160              From: David Mitchell <davem@fdgroup.co.uk>
20161              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
20162      Branch: perl
20163            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
20164            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
20165 ____________________________________________________________________________
20166 [  9083] By: jhi                                   on 2001/03/09  01:16:51
20167         Log: Subject: [PATCH] perldata.pod here-doc docs
20168              From: Jeff Pinyan <jeffp@crusoe.net>
20169              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
20170              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
20171      Branch: perl
20172            ! pod/perldata.pod
20173 ____________________________________________________________________________
20174 [  9082] By: jhi                                   on 2001/03/09  01:01:27
20175         Log: Subject: Re: Unicode/EBCDIC
20176              From: Peter Prymmer <pvhp@forte.com>
20177              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
20178              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
20179      Branch: perl
20180            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
20181 ____________________________________________________________________________
20182 [  9081] By: jhi                                   on 2001/03/08  13:41:30
20183         Log: Subject: Ooops, wrong 'no *POSIX' Patch
20184              From: Dorner Thomas <Thomas.Dorner@start.de>
20185              Date: Thu, 8 Mar 2001 08:43:28 +0100
20186              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
20187      Branch: perl
20188            ! hints/posix-bc.sh
20189 ____________________________________________________________________________
20190 [  9080] By: jhi                                   on 2001/03/08  13:11:42
20191         Log: It's Scripts.txt, not Script.txt.
20192      Branch: perl
20193            ! MANIFEST
20194 ____________________________________________________________________________
20195 [  9079] By: jhi                                   on 2001/03/08  12:59:05
20196         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20197              From: Dorner Thomas <Thomas.Dorner@start.de>
20198              Date: Wed, 7 Mar 2001 14:13:31 +0100
20199              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20200      Branch: perl
20201            ! makedepend.SH
20202 ____________________________________________________________________________
20203 [  9078] By: jhi                                   on 2001/03/08  12:57:43
20204         Log: Retract #9069, wrong patch.
20205      Branch: perl
20206            ! Makefile.SH
20207 ____________________________________________________________________________
20208 [  9077] By: jhi                                   on 2001/03/08  01:06:13
20209         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
20210      Branch: perl
20211            + lib/unicode/Scripts.txt
20212            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
20213            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
20214            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
20215            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20216            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20217            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20218            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20219            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20220            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20221            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20222            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20223            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20224            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20225            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20226            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20227            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20228            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
20229            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
20230            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
20231            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
20232            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
20233            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
20234            ! lib/unicode/version
20235 ____________________________________________________________________________
20236 [  9076] By: jhi                                   on 2001/03/07  22:59:39
20237         Log: Integrate change #7784 from mainline into maintperl.
20238              
20239              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
20240      Branch: maint-5.6/perl
20241           !> pp_ctl.c t/op/pat.t
20242 ____________________________________________________________________________
20243 [  9075] By: jhi                                   on 2001/03/07  22:05:11
20244         Log: More UTF-8 test tweaks.
20245      Branch: perl
20246            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
20247 ____________________________________________________________________________
20248 [  9074] By: nick                                  on 2001/03/07  21:39:29
20249         Log: Integrate mainline.
20250      Branch: perlio
20251           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
20252           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
20253           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
20254           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
20255           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
20256 ____________________________________________________________________________
20257 [  9073] By: jhi                                   on 2001/03/07  16:37:09
20258         Log: Update Changes.
20259      Branch: perl
20260            ! Changes patchlevel.h
20261 ____________________________________________________________________________
20262 [  9072] By: jhi                                   on 2001/03/07  16:32:30
20263         Log: Subject: [ID 20010306.004] || != named unary operator
20264              From: abela@geneanet.org
20265              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
20266              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
20267      Branch: perl
20268            ! pod/perlop.pod
20269 ____________________________________________________________________________
20270 [  9071] By: jhi                                   on 2001/03/07  15:14:11
20271         Log: Subject: downgrading to bytes for common functions
20272              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
20273              Date: Wed, 7 Mar 2001 02:36:55 -0500
20274              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
20275      Branch: perl
20276            ! pp_sys.c
20277 ____________________________________________________________________________
20278 [  9070] By: jhi                                   on 2001/03/07  15:04:58
20279         Log: Clarify the description differentiating for and while; inspired by
20280              
20281              Subject: [ID 20010306.002] for/while difference in for definition
20282              From: abela@geneanet.org
20283              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
20284              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
20285      Branch: perl
20286            ! pod/perlsyn.pod
20287 ____________________________________________________________________________
20288 [  9069] By: jhi                                   on 2001/03/07  14:55:30
20289         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20290              From: Dorner Thomas <Thomas.Dorner@start.de>
20291              Date: Wed, 7 Mar 2001 14:13:31 +0100
20292              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20293      Branch: perl
20294            ! Makefile.SH
20295 ____________________________________________________________________________
20296 [  9068] By: jhi                                   on 2001/03/07  14:51:17
20297         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20298              From: Radu Greab <radu@netsoft.ro>
20299              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
20300              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
20301      Branch: perl
20302            ! pp.c t/op/chop.t
20303 ____________________________________________________________________________
20304 [  9067] By: jhi                                   on 2001/03/07  14:48:57
20305         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20306              From: Simon Cozens <simon@netthink.co.uk>
20307              Date: Wed, 7 Mar 2001 13:59:28 +0000
20308              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
20309              
20310              In order to allow MakeMaker to build correct Makefiles,
20311              you need to change the order of the arguments in MM_Unix.pm
20312              as well. (Unless you have C89_CCMODE set, but we're trying
20313              to be POSIXly correct)
20314              
20315              Thanks to Merijn Broeren for tracking this down.
20316      Branch: perl
20317            ! lib/ExtUtils/MM_Unix.pm
20318 ____________________________________________________________________________
20319 [  9066] By: jhi                                   on 2001/03/07  14:30:02
20320         Log: Floating point too messy.
20321      Branch: perl
20322            ! t/camel-III/vstring.t
20323 ____________________________________________________________________________
20324 [  9065] By: jhi                                   on 2001/03/07  14:17:44
20325         Log: Integrate change #9064 from maintperl into mainline.
20326              
20327              fix memory leak in pack("Bb",...)
20328      Branch: perl
20329           !> perl.c
20330 ____________________________________________________________________________
20331 [  9064] By: gsar                                  on 2001/03/07  06:29:24
20332         Log: fix memory leak in pack("Bb",...)
20333      Branch: maint-5.6/perl
20334            ! perl.c
20335 ____________________________________________________________________________
20336 [  9063] By: jhi                                   on 2001/03/07  00:55:04
20337         Log: Major utf8 test reorganisation and rewrite.
20338              Hopefully no tests were lost in the shuffle.
20339              (The beginning of pragma/utf8 was lost intentionally,
20340              the tests were rather bogus and incomplete.)
20341      Branch: perl
20342            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
20343            ! t/pragma/utf8.t
20344 ____________________________________________________________________________
20345 [  9062] By: jhi                                   on 2001/03/07  00:41:16
20346         Log: More tweakage on the Unicode character class descriptions.
20347      Branch: perl
20348            ! lib/unicode/mktables.PL pod/perlretut.pod
20349 ____________________________________________________________________________
20350 [  9061] By: jhi                                   on 2001/03/06  23:12:38
20351         Log: The perlretut was still talking about the old \p and \P
20352              definitions.
20353      Branch: perl
20354            ! pod/perlretut.pod
20355 ____________________________________________________________________________
20356 [  9060] By: nick                                  on 2001/03/06  20:52:37
20357         Log: Integrate mainline (make test works again now).
20358      Branch: perlio
20359           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
20360 ____________________________________________________________________________
20361 [  9059] By: jhi                                   on 2001/03/06  15:36:14
20362         Log: 0.999... does equal 1.0, doesn't it?
20363      Branch: perl
20364            ! t/camel-III/vstring.t
20365 ____________________________________________________________________________
20366 [  9058] By: jhi                                   on 2001/03/06  15:34:00
20367         Log: Make /x{abcd}/ to work without use utf8.
20368      Branch: perl
20369            ! regcomp.c
20370 ____________________________________________________________________________
20371 [  9057] By: jhi                                   on 2001/03/06  03:02:36
20372         Log: Easier to outcomment all the three reset() tests for now.
20373      Branch: perl
20374            ! t/op/pat.t
20375 ____________________________________________________________________________
20376 [  9056] By: jhi                                   on 2001/03/06  02:30:02
20377         Log: Comment out the deadly reset; until the 20010301.005
20378              is finally fixed.
20379      Branch: perl
20380            ! t/op/pat.t
20381 ____________________________________________________________________________
20382 [  9055] By: jhi                                   on 2001/03/06  02:21:26
20383         Log: Integrate the change #9054 from mainline:
20384              retract the PMOP cleanup patch pending further investigation.
20385      Branch: maint-5.6/perl
20386           !> op.c op.h
20387 ____________________________________________________________________________
20388 [  9054] By: jhi                                   on 2001/03/06  02:19:57
20389         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
20390              with oddly familiar stack traces.
20391      Branch: perl
20392            ! op.c op.h
20393 ____________________________________________________________________________
20394 [  9053] By: jhi                                   on 2001/03/05  23:20:28
20395         Log: Integrate perlio.
20396      Branch: perl
20397           +> ext/Encode/Encode/koi8-r.ucm
20398           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20399           !> makedef.pl
20400 ____________________________________________________________________________
20401 [  9052] By: nick                                  on 2001/03/05  23:08:17
20402         Log: skipping USE_PERLIO symbols correction.
20403      Branch: perlio
20404            ! makedef.pl
20405 ____________________________________________________________________________
20406 [  9051] By: nick                                  on 2001/03/05  22:35:07
20407         Log: More Encode alias tidying.
20408      Branch: perlio
20409            + ext/Encode/Encode/koi8-r.ucm
20410            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20411 ____________________________________________________________________________
20412 [  9050] By: jhi                                   on 2001/03/05  21:44:29
20413         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
20414              Sarathy's fix for ID 20010301.005.
20415      Branch: maint-5.6/perl
20416           !> op.c op.h
20417 ____________________________________________________________________________
20418 [  9049] By: nick                                  on 2001/03/05  19:54:04
20419         Log: Integrate Jarkko's Encode.pm tweak.
20420      Branch: perlio
20421           !> ext/Encode/Encode.pm
20422 ____________________________________________________________________________
20423 [  9048] By: nick                                  on 2001/03/05  19:47:57
20424         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
20425      Branch: perlio
20426           +> os2/os2add.sym
20427           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
20428           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
20429           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
20430           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
20431           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
20432 ____________________________________________________________________________
20433 [  9047] By: jhi                                   on 2001/03/05  19:25:26
20434         Log: Regen perlapi.
20435      Branch: perl
20436            ! pod/perlapi.pod
20437 ____________________________________________________________________________
20438 [  9046] By: jhi                                   on 2001/03/05  19:12:14
20439         Log: Integrate perlio.
20440      Branch: perl
20441           +> t/camel-III/vstring.t
20442           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
20443 ____________________________________________________________________________
20444 [  9045] By: jhi                                   on 2001/03/05  19:10:36
20445         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
20446      Branch: perl
20447            ! ext/Encode/Encode.pm
20448 ____________________________________________________________________________
20449 [  9044] By: jhi                                   on 2001/03/05  18:49:12
20450         Log: Forgot the other half of the PMOP patch (#9033).
20451      Branch: perl
20452            ! op.h
20453 ____________________________________________________________________________
20454 [  9043] By: nick                                  on 2001/03/05  18:14:47
20455         Log: Update MANIFEST for new test.
20456      Branch: perlio
20457            ! MANIFEST
20458 ____________________________________________________________________________
20459 [  9042] By: nick                                  on 2001/03/05  18:12:41
20460         Log: Some tests for Camel 3rd edition features.
20461              Make gethostbyaddr() test in above work.
20462      Branch: perlio
20463            + t/camel-III/vstring.t
20464            ! pp.h pp_sys.c t/TEST t/harness
20465 ____________________________________________________________________________
20466 [  9041] By: jhi                                   on 2001/03/05  17:41:48
20467         Log: Add more ISO 8859 encoding aliases.
20468      Branch: perl
20469            ! ext/Encode/Encode.pm
20470 ____________________________________________________________________________
20471 [  9040] By: jhi                                   on 2001/03/05  17:30:43
20472         Log: Integrate perlio.
20473      Branch: perl
20474           !> MANIFEST sv.c
20475 ____________________________________________________________________________
20476 [  9039] By: nick                                  on 2001/03/05  17:11:36
20477         Log: Missed added file.
20478      Branch: perlio
20479            ! MANIFEST
20480 ____________________________________________________________________________
20481 [  9038] By: jhi                                   on 2001/03/05  15:58:01
20482         Log: Add tr tests for EBCDIC, from Karsten Sperling.
20483      Branch: perl
20484            ! t/op/tr.t
20485 ____________________________________________________________________________
20486 [  9037] By: nick                                  on 2001/03/05  15:56:35
20487         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
20488              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
20489              
20490              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
20491              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
20492              - uses SvPV() rather than sv_2pv() in case it isn't a string.
20493      Branch: perlio
20494            ! sv.c
20495 ____________________________________________________________________________
20496 [  9036] By: jhi                                   on 2001/03/05  15:49:15
20497         Log: Add matching tests currently failing in EBCDIC,
20498              suggested by Karsten Sperling.
20499      Branch: perl
20500            ! t/op/pat.t
20501 ____________________________________________________________________________
20502 [  9035] By: jhi                                   on 2001/03/05  15:36:55
20503         Log: The #9034 needs a MANIFESTation.
20504      Branch: perl
20505            ! MANIFEST
20506 ____________________________________________________________________________
20507 [  9034] By: jhi                                   on 2001/03/05  15:35:14
20508         Log: Integrate perlio.
20509      Branch: perl
20510           +> ext/Encode/Encode/Tcl.pm
20511           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20512           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20513           !> ext/Encode/Encode/iso8859-1.ucm
20514           !> ext/Encode/Encode/iso8859-10.ucm
20515           !> ext/Encode/Encode/iso8859-13.ucm
20516           !> ext/Encode/Encode/iso8859-14.ucm
20517           !> ext/Encode/Encode/iso8859-15.ucm
20518           !> ext/Encode/Encode/iso8859-16.ucm
20519           !> ext/Encode/Encode/iso8859-2.ucm
20520           !> ext/Encode/Encode/iso8859-3.ucm
20521           !> ext/Encode/Encode/iso8859-4.ucm
20522           !> ext/Encode/Encode/iso8859-5.ucm
20523           !> ext/Encode/Encode/iso8859-6.ucm
20524           !> ext/Encode/Encode/iso8859-7.ucm
20525           !> ext/Encode/Encode/iso8859-8.ucm
20526           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20527           !> t/lib/encode.t
20528 ____________________________________________________________________________
20529 [  9033] By: jhi                                   on 2001/03/05  15:33:18
20530         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
20531              From: Gurusamy Sarathy <gsar@ActiveState.com>
20532              Date: Sun, 04 Mar 2001 22:33:15 -0800
20533              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
20534              
20535              PMOPs need to remember their own stash so that they can
20536              gracefully remove themselves from their linked list.
20537      Branch: perl
20538            ! op.c
20539 ____________________________________________________________________________
20540 [  9032] By: nick                                  on 2001/03/05  14:51:50
20541         Log: Encode implementation "completion"
20542              Implement and document define_encoding()
20543              Implement and document encoding aliases including define_alias()
20544              Make Encode::XS use define_encoding() rather than back-door.
20545              Move run-time *.enc to separate Encode::Tcl module.
20546              Make 'compile' honour <codeset_name>
20547              Change canonical names of to iso-8859-* and US-ascii.
20548      Branch: perlio
20549            + ext/Encode/Encode/Tcl.pm
20550            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20551            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20552            ! ext/Encode/Encode/iso8859-1.ucm
20553            ! ext/Encode/Encode/iso8859-10.ucm
20554            ! ext/Encode/Encode/iso8859-13.ucm
20555            ! ext/Encode/Encode/iso8859-14.ucm
20556            ! ext/Encode/Encode/iso8859-15.ucm
20557            ! ext/Encode/Encode/iso8859-16.ucm
20558            ! ext/Encode/Encode/iso8859-2.ucm
20559            ! ext/Encode/Encode/iso8859-3.ucm
20560            ! ext/Encode/Encode/iso8859-4.ucm
20561            ! ext/Encode/Encode/iso8859-5.ucm
20562            ! ext/Encode/Encode/iso8859-6.ucm
20563            ! ext/Encode/Encode/iso8859-7.ucm
20564            ! ext/Encode/Encode/iso8859-8.ucm
20565            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20566            ! t/lib/encode.t
20567 ____________________________________________________________________________
20568 [  9031] By: jhi                                   on 2001/03/05  13:51:17
20569         Log: Integrate change #9030 from maintperl into mainline.
20570              
20571              Subject: [PATCH 5.6.1] OS/2 cleanup
20572      Branch: perl
20573           +> os2/os2add.sym
20574           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20575           !> makedef.pl os2/Changes os2/Makefile.SHs
20576           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20577           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20578           !> os2/os2.sym os2/os2ish.h
20579 ____________________________________________________________________________
20580 [  9030] By: jhi                                   on 2001/03/05  13:46:49
20581         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
20582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20583              Date: Mon, 5 Mar 2001 02:29:44 -0500
20584              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
20585      Branch: maint-5.6/perl
20586            + os2/os2add.sym
20587            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20588            ! makedef.pl os2/Changes os2/Makefile.SHs
20589            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20590            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20591            ! os2/os2.sym os2/os2ish.h
20592 ____________________________________________________________________________
20593 [  9029] By: jhi                                   on 2001/03/05  13:40:35
20594         Log: Integrate change #9028 from maintperl into mainline.
20595              
20596              various nits in MM_Unix.pm found by disabling SelfLoader
20597      Branch: perl
20598           !> lib/ExtUtils/MM_Unix.pm
20599 ____________________________________________________________________________
20600 [  9028] By: gsar                                  on 2001/03/05  09:58:38
20601         Log: various nits in MM_Unix.pm found by disabling SelfLoader
20602      Branch: maint-5.6/perl
20603            ! lib/ExtUtils/MM_Unix.pm
20604 ____________________________________________________________________________
20605 [  9027] By: nick                                  on 2001/03/05  08:35:22
20606         Log: Integrate mainline
20607      Branch: perlio
20608           !> (integrate 28 files)
20609 ____________________________________________________________________________
20610 [  9026] By: jhi                                   on 2001/03/05  02:14:59
20611         Log: Integrate change #9025 from mainline to maintperl,
20612              retract \N{U+HHHH}.
20613      Branch: maint-5.6/perl
20614           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20615           !> t/lib/charnames.t toke.c
20616 ____________________________________________________________________________
20617 [  9025] By: jhi                                   on 2001/03/05  02:13:09
20618         Log: Retracting \N{U+HHHH}.
20619      Branch: perl
20620            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20621            ! t/lib/charnames.t toke.c
20622 ____________________________________________________________________________
20623 [  9024] By: jhi                                   on 2001/03/04  20:51:07
20624         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
20625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20626              Date: Fri, 02 Mar 2001 18:25:26 +0100
20627              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
20628              
20629              Casting problem.
20630      Branch: perl
20631            ! ext/Storable/Storable.xs
20632 ____________________________________________________________________________
20633 [  9023] By: jhi                                   on 2001/03/04  19:46:45
20634         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
20635              From: nick@talking.bollo.cx
20636              Date: Sat, 03 Mar 2001 21:41:33 +0000
20637              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
20638              
20639              Revert the workaround.
20640      Branch: perl
20641            ! perlio.c
20642 ____________________________________________________________________________
20643 [  9022] By: jhi                                   on 2001/03/04  19:36:28
20644         Log: Update Changes.
20645      Branch: perl
20646            ! Changes patchlevel.h
20647 ____________________________________________________________________________
20648 [  9021] By: jhi                                   on 2001/03/04  18:41:00
20649         Log: makedef.pl updates suggested by Chris Nandor; double-checking
20650              the changes in AIX, OS/2 Win32 would be nice.
20651      Branch: perl
20652            ! makedef.pl
20653 ____________________________________________________________________________
20654 [  9020] By: jhi                                   on 2001/03/04  18:23:58
20655         Log: Integrate change #9012 from maintperl into mainline,
20656              quench a compiler warning.
20657      Branch: perl
20658           !> toke.c
20659 ____________________________________________________________________________
20660 [  9019] By: jhi                                   on 2001/03/04  18:18:43
20661         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
20662              
20663              \N{U+HHHH} fix.
20664              
20665              pattern in G_ARRAY context
20666      Branch: maint-5.6/perl
20667           !> pp_hot.c t/op/pat.t toke.c
20668 ____________________________________________________________________________
20669 [  9018] By: jhi                                   on 2001/03/04  18:07:48
20670         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
20671              From: Jeff Pinyan <jeffp@crusoe.net>
20672              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
20673              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
20674      Branch: perl
20675            ! pp_hot.c t/op/pat.t
20676 ____________________________________________________________________________
20677 [  9017] By: jhi                                   on 2001/03/04  18:06:21
20678         Log: I thought I tested the #9014.
20679      Branch: perl
20680            ! toke.c
20681 ____________________________________________________________________________
20682 [  9016] By: jhi                                   on 2001/03/04  17:41:22
20683         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
20684              
20685              Tweak the get*ent() OS/2 prototypes.
20686              
20687              Add the \N{U+HHHH} syntax.
20688              
20689              More tr/// UTF-8 fixes from Inaba Hiroto.
20690      Branch: maint-5.6/perl
20691           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
20692           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
20693 ____________________________________________________________________________
20694 [  9015] By: jhi                                   on 2001/03/04  17:36:04
20695         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
20696      Branch: perl
20697            ! doop.c t/op/tr.t
20698 ____________________________________________________________________________
20699 [  9014] By: jhi                                   on 2001/03/04  17:24:49
20700         Log: Add the \N{U+HHHH} syntax.
20701      Branch: perl
20702            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20703            ! t/lib/charnames.t toke.c
20704 ____________________________________________________________________________
20705 [  9013] By: jhi                                   on 2001/03/04  17:20:45
20706         Log: Tweak the get*ent() OS/2 prototypes.
20707      Branch: perl
20708            ! os2/os2.c
20709 ____________________________________________________________________________
20710 [  9012] By: gsar                                  on 2001/03/04  06:26:14
20711         Log: avoid warning (nit in change#9009)
20712      Branch: maint-5.6/perl
20713            ! toke.c
20714 ____________________________________________________________________________
20715 [  9011] By: gsar                                  on 2001/03/04  06:15:24
20716         Log: lib/charnames.t fails in 5.6.x because of older Unicode
20717              data
20718              
20719              TODO: need to revisit this after updating lib/unicode/...
20720      Branch: maint-5.6/perl
20721            ! t/lib/charnames.t
20722 ____________________________________________________________________________
20723 [  9010] By: gsar                                  on 2001/03/04  06:08:36
20724         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
20725      Branch: maint-5.6/perl
20726            ! toke.c
20727 ____________________________________________________________________________
20728 [  9009] By: jhi                                   on 2001/03/03  19:27:20
20729         Log: Integrate change #9008 from mainline to maintperl,
20730              UTF-8 tr/// fixes from Inaba Hiroto.
20731      Branch: maint-5.6/perl
20732           !> doop.c op.c t/op/tr.t toke.c
20733 ____________________________________________________________________________
20734 [  9008] By: jhi                                   on 2001/03/03  19:19:42
20735         Log: UTF8 tr/// fixes from Inaba Hiroto.
20736      Branch: perl
20737            ! doop.c op.c t/op/tr.t toke.c
20738 ____________________________________________________________________________
20739 [  9007] By: jhi                                   on 2001/03/03  19:00:30
20740         Log: Integrate change #9006 from maintperl to mainline,
20741              more robust quest for the infinite.
20742      Branch: perl
20743           !> lib/Math/Complex.pm
20744 ____________________________________________________________________________
20745 [  9006] By: jhi                                   on 2001/03/03  18:58:06
20746         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
20747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20748              Date: Sat, 3 Mar 2001 12:51:50 -0500
20749              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
20750              
20751              Be more robust in our quest for the infinite.
20752      Branch: maint-5.6/perl
20753            ! lib/Math/Complex.pm
20754 ____________________________________________________________________________
20755 [  9005] By: jhi                                   on 2001/03/03  17:55:50
20756         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
20757      Branch: maint-5.6/perl
20758            ! doio.c
20759 ____________________________________________________________________________
20760 [  9004] By: jhi                                   on 2001/03/03  17:40:14
20761         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
20762              so that picky compilers like IRIX won't get huffy about
20763              "statements without effect" (like 1;).
20764      Branch: perl
20765            ! toke.c
20766 ____________________________________________________________________________
20767 [  9003] By: jhi                                   on 2001/03/03  17:15:52
20768         Log: Integrate change #9002 from mainline to maintperl.
20769              
20770              Subject: [perl-5.6.x, perl-current] accept for EPOC
20771      Branch: maint-5.6/perl
20772           !> pp_sys.c
20773 ____________________________________________________________________________
20774 [  9002] By: jhi                                   on 2001/03/03  17:14:30
20775         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
20776              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20777              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
20778              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
20779      Branch: perl
20780            ! pp_sys.c
20781 ____________________________________________________________________________
20782 [  9001] By: jhi                                   on 2001/03/03  17:13:13
20783         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
20784              From: "Craig A. Berry" <craigberry@mac.com>
20785              Date: Fri, 02 Mar 2001 17:44:40 -0600
20786              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
20787      Branch: perl
20788            ! t/pod/find.t
20789 ____________________________________________________________________________
20790 [  9000] By: jhi                                   on 2001/03/03  17:11:55
20791         Log: Integrate changes #8997,8999 from maintperl.
20792              
20793              Subject: [PATCH 5.6.1] compiling on OS/2
20794              (Better error message from hints/os2.sh)
20795              
20796              Subject: [PATCH 5.6.1] syslog.t
20797      Branch: perl
20798           !> hints/os2.sh t/lib/syslog.t
20799 ____________________________________________________________________________
20800 [  8999] By: jhi                                   on 2001/03/03  17:09:28
20801         Log: Subject: [PATCH 5.6.1] syslog.t
20802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20803              Date: Sat, 3 Mar 2001 02:11:17 -0500
20804              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
20805      Branch: maint-5.6/perl
20806            ! t/lib/syslog.t
20807 ____________________________________________________________________________
20808 [  8998] By: jhi                                   on 2001/03/03  17:07:50
20809         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
20810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20811              Date: Sat, 3 Mar 2001 01:53:52 -0500
20812              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
20813      Branch: maint-5.6/perl
20814            ! opcode.pl os2/os2.c
20815 ____________________________________________________________________________
20816 [  8997] By: jhi                                   on 2001/03/03  17:03:30
20817         Log: Subject: [PATCH 5.6.1] compiling on OS/2
20818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20819              Date: Sat, 3 Mar 2001 01:59:59 -0500
20820              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
20821      Branch: maint-5.6/perl
20822            ! hints/os2.sh
20823 ____________________________________________________________________________
20824 [  8996] By: jhi                                   on 2001/03/03  00:55:58
20825         Log: Regen files for mainline.
20826      Branch: perl
20827            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20828            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
20829 ____________________________________________________________________________
20830 [  8995] By: jhi                                   on 2001/03/03  00:35:22
20831         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
20832              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
20833              to maintperl.
20834              
20835              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
20836              
20837              Add Configure option -Dmksymlinks which will create a symlink
20838              forest if the current/build differs from the source directory.
20839              (8218,8220,8221,8317,8318,8971)
20840              
20841              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
20842              (Document APPLLIB_EXP in INSTALL.)
20843              
20844              If running byacc write-enable also perly.h.
20845              
20846              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
20847              
20848              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
20849              
20850              Sanity check for conflicting thread flavours.
20851              
20852              Fix the sys/fcntl.h problem reported by Peter Prymmer.
20853              
20854              Add few CPUs/architectures to the Cppsym scan,
20855              add -perlio to archname if so selected (modified 8890)
20856              
20857              Be more helpful for devel builders, suggested by John L. Allen.
20858              (admittedly pointless change for maintperl, but the usedevel
20859              code is there already)
20860      Branch: maint-5.6/perl
20861           !> Configure INSTALL Makefile.SH Porting/Glossary
20862           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
20863           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
20864           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
20865           !> win32/config.bc win32/config.gc win32/config.vc
20866 ____________________________________________________________________________
20867 [  8994] By: jhi                                   on 2001/03/02  23:31:41
20868         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
20869      Branch: metaconfig/U/perl
20870            ! gccvers.U
20871 ____________________________________________________________________________
20872 [  8993] By: jhi                                   on 2001/03/02  23:22:12
20873         Log: Regenerate various files for maint.
20874      Branch: maint-5.6/perl
20875            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
20876            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
20877 ____________________________________________________________________________
20878 [  8992] By: alanbur                               on 2001/03/02  22:48:34
20879         Log: Resync wuth parent
20880      Branch: maint-5.6/pureperl
20881           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
20882           !> (integrate 60 files)
20883 ____________________________________________________________________________
20884 [  8991] By: jhi                                   on 2001/03/02  21:00:08
20885         Log: Retract the #8742 part of #8986, backward compat.
20886      Branch: maint-5.6/perl
20887            ! embed.pl
20888 ____________________________________________________________________________
20889 [  8990] By: jhi                                   on 2001/03/02  20:40:07
20890         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
20891      Branch: maint-5.6/perl
20892            ! hv.c
20893 ____________________________________________________________________________
20894 [  8989] By: jhi                                   on 2001/03/02  19:59:56
20895         Log: Update Changes.
20896      Branch: perl
20897            ! Changes patchlevel.h
20898 ____________________________________________________________________________
20899 [  8988] By: jhi                                   on 2001/03/02  19:57:08
20900         Log: Integrate perlio.
20901      Branch: perl
20902           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20903           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20904           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20905           !> ext/Encode/Encode/iso8859-10.ucm
20906           !> ext/Encode/Encode/iso8859-13.ucm
20907           !> ext/Encode/Encode/iso8859-14.ucm
20908           !> ext/Encode/Encode/iso8859-15.ucm
20909           !> ext/Encode/Encode/iso8859-16.ucm
20910           !> ext/Encode/Encode/iso8859-2.ucm
20911           !> ext/Encode/Encode/iso8859-3.ucm
20912           !> ext/Encode/Encode/iso8859-4.ucm
20913           !> ext/Encode/Encode/iso8859-5.ucm
20914           !> ext/Encode/Encode/iso8859-6.ucm
20915           !> ext/Encode/Encode/iso8859-7.ucm
20916           !> ext/Encode/Encode/iso8859-8.ucm
20917           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20918           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
20919 ____________________________________________________________________________
20920 [  8987] By: jhi                                   on 2001/03/02  19:43:40
20921         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
20922              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
20923              8950,8952,8955 from mainline to maintperl.
20924              
20925              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
20926              
20927              Put to rest the 20010205.001, the email address checking (not) regex.
20928              
20929              fork() not everywhere, cleanup temp files.
20930              
20931              The #8843 wasn't quite right: %Config needs to imported.
20932              
20933              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
20934              (#8849: the glob-basic hunk needed massaging as it depended
20935              on Schwern's large-scale (unintegrated) patches)
20936              
20937              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
20938              
20939              Upgrade to CGI.pm 2.752, from Lincoln Stein.
20940              (Note: there were some conflicts due to EBCDIC and EPOC
20941              patches, in general I preferred the repository code.)
20942              (When 2.753 comes out, we need to synchronize.)
20943              
20944              Subject: [PATCH] fix for charnames above FFFF
20945              
20946              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
20947              
20948              If no sfio, no -lsfio.
20949              
20950              Run run/*.t also in minitest.
20951              
20952              Subject:  [PATCH perl 5.7.0] malloc message address offset
20953              
20954              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
20955              
20956              Subject: fix for parameter -Dm (for perl@8867)
20957              
20958              Subject: [PATCH: perl@8892] was Re: hashing order difference?
20959              (make the test more portable)
20960              
20961              Subject: Re: [PATCH] fix for charnames above FFFF
20962              
20963              Subject: Re: I'm losing the war...
20964              (hv_store() not working correctly in ENV_IS_CASELESS case.)
20965              
20966              Subject: Modified README.bs2000 
20967              
20968              Subject: [PATCH: perl@8935] -Dt padsv($var)
20969              
20970              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
20971              
20972              Subject: PATCH: extra tests to check on negative float to unsigned cast
20973              
20974              Subject: [PATCH] XPUSH[insp] was Re: progress
20975              
20976              Subject: Re: Compile with perlcc..
20977      Branch: maint-5.6/perl
20978           !> (integrate 36 files)
20979 ____________________________________________________________________________
20980 [  8986] By: jhi                                   on 2001/03/02  18:51:25
20981         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
20982              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
20983              to maintperl.
20984              
20985              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
20986              
20987              Subject: [DOC PATCH] overload.pm nits
20988              
20989              Add header for LIB$ prototypes (C. Berry)
20990              
20991              Convert fwrite()s to sockets to write()s, since some socket stacks
20992              don't take kindly to stdio.
20993              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
20994              (for often optional LNMs)
20995              Correct a few typos
20996              (C. Bailey)
20997              
20998              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
20999              
21000              De-cut-and-pasto.
21001              
21002              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21003              
21004              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21005              
21006              Upgrade to CPAN 1.59_54, from Andreas König.
21007              
21008              Bogus shebang.
21009              
21010              Subject: [PATCH] Document makepatch in Porting/patching
21011              
21012              UTF-8 documentation.
21013              
21014              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21015              
21016              Sort the MANIFEST.
21017              
21018              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21019              
21020              Subject: [PATCH @8807] toke.c cleanup: scan_str()
21021              
21022              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21023              
21024              Add run/*.t to testables.
21025              
21026              TODO: integrate #8784.
21027      Branch: maint-5.6/perl
21028           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21029           !> (integrate 28 files)
21030 ____________________________________________________________________________
21031 [  8985] By: nick                                  on 2001/03/02  18:15:45
21032         Log: Integrate mainline
21033      Branch: perlio
21034           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
21035           !> vms/vms.c
21036 ____________________________________________________________________________
21037 [  8984] By: jhi                                   on 2001/03/02  16:00:17
21038         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
21039              
21040              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
21041              5.004_05, and mention the suidperl August 2000 security problem.
21042              (#8978,#8981)
21043              
21044              Subject: [ID 20010301.004] Technically speaking in perldata
21045              
21046              Subject: [PATCH] File::Copy for bleadperl, maintperl
21047              
21048              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21049              
21050              (The #8982, fix for 20010221.005 and 20010221.008,
21051              would be nice too but it didn't integrate cleanly.)
21052      Branch: maint-5.6/perl
21053           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
21054 ____________________________________________________________________________
21055 [  8983] By: jhi                                   on 2001/03/02  15:51:16
21056         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21058              Date:     Thu, 1 Mar 2001 15:54:09 EST
21059              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
21060      Branch: perl
21061            ! vms/vms.c
21062 ____________________________________________________________________________
21063 [  8982] By: jhi                                   on 2001/03/02  15:43:31
21064         Log: Subject: Re: sync sync sync: have I missed any patches?
21065              From: Radu Greab <radu@netsoft.ro> 
21066              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
21067              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
21068              
21069              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
21070              was checking argv[0] regardless of whether a different pathname
21071              will actually be executed."  Test case not supplied because 
21072              drafting that, ironically enough, revealed another bug
21073              (or a feature).
21074      Branch: perl
21075            ! doio.c
21076 ____________________________________________________________________________
21077 [  8981] By: jhi                                   on 2001/03/02  15:28:03
21078         Log: Misdate in #8978.
21079      Branch: perl
21080            ! pod/perlfaq1.pod
21081 ____________________________________________________________________________
21082 [  8980] By: jhi                                   on 2001/03/02  15:24:20
21083         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
21084              From: Chris Nandor <pudge@pobox.com>
21085              Date: Wed, 28 Feb 2001 22:10:15 -0500
21086              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
21087      Branch: perl
21088            ! lib/File/Copy.pm
21089 ____________________________________________________________________________
21090 [  8979] By: jhi                                   on 2001/03/02  15:17:16
21091         Log: Subject: [ID 20010301.004] Technically speaking in perldata
21092              From: abela@geneanet.org
21093              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
21094              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
21095      Branch: perl
21096            ! pod/perldata.pod
21097 ____________________________________________________________________________
21098 [  8978] By: jhi                                   on 2001/03/02  15:15:27
21099         Log: Subject: [ID 20010301.003] ref to 5.004
21100              From: abela@geneanet.org
21101              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
21102              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
21103              
21104              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
21105              and mention the suidperl August 2000 security problem.
21106      Branch: perl
21107            ! pod/perlfaq1.pod
21108 ____________________________________________________________________________
21109 [  8977] By: alanbur                               on 2001/03/02  14:17:45
21110         Log: Resynchronised with parent
21111      Branch: maint-5.6/pureperl
21112           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
21113           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
21114           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
21115           !> vms/descrip_mms.template win32/win32.c win32/win32.h
21116           !> win32/win32iop.h
21117 ____________________________________________________________________________
21118 [  8976] By: nick                                  on 2001/03/01  23:25:30
21119         Log: Integrate mainline.
21120      Branch: perlio
21121            - t/op/qu.t
21122           !> (integrate 55 files)
21123 ____________________________________________________________________________
21124 [  8975] By: jhi                                   on 2001/03/01  16:51:34
21125         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
21126      Branch: perl
21127           !> toke.c
21128 ____________________________________________________________________________
21129 [  8974] By: gsar                                  on 2001/03/01  16:28:21
21130         Log: fix for bugid 20010226.008
21131              
21132              the problem was that some of the pointers (PL_last_lop and
21133              PL_last_uni specifically) into the lex buffers weren't correctly
21134              being invalidated when the buffer changed; this would leave the
21135              pointers pointing at an arbitrary location in the buffer if
21136              the buffer didn't need to be reallocated, or point into freed
21137              memory if the buffer had to be realloced
21138              
21139              TODO item for bugdb maintainers: check other seemingly random
21140              parser-related bugs--they might be cured by this
21141      Branch: maint-5.6/perl
21142            ! toke.c
21143 ____________________________________________________________________________
21144 [  8973] By: jhi                                   on 2001/03/01  02:23:25
21145         Log: Retract #8970 because of a completely mysterious core dump:
21146              adding the tests 241..244 causes op/pat dump core at test #25.
21147              The test needs a lot of whittling down before the bug can be solved.
21148      Branch: perl
21149            ! t/op/pat.t
21150 ____________________________________________________________________________
21151 [  8972] By: jhi                                   on 2001/03/01  01:58:38
21152         Log: Regen perlapi.
21153      Branch: perl
21154            ! pod/perlapi.pod
21155 ____________________________________________________________________________
21156 [  8971] By: jhi                                   on 2001/03/01  01:34:09
21157         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))
21158              From: Nicholas Clark <nick@ccl4.org>
21159              Date: Wed, 28 Feb 2001 23:28:49 +0000
21160              Message-ID: <20010228232849.A55187@plum.flirble.org>
21161              
21162              Allow a completely write protected source code tree
21163              when using the Configure -Dmksymlinks.
21164      Branch: perl
21165            ! embed.pl warnings.pl
21166 ____________________________________________________________________________
21167 [  8970] By: jhi                                   on 2001/03/01  01:32:04
21168         Log: Add back the EBCDIC character range tests (for matching).
21169      Branch: perl
21170            ! t/op/pat.t
21171 ____________________________________________________________________________
21172 [  8969] By: nick                                  on 2001/02/28  18:18:01
21173         Log: Add charname comments to .ucm files writen by 'compile',
21174              also order charmaps in those files by source encoding.
21175              regenerate distrubuted .ucm files
21176      Branch: perlio
21177            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21178            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21179            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21180            ! ext/Encode/Encode/iso8859-10.ucm
21181            ! ext/Encode/Encode/iso8859-13.ucm
21182            ! ext/Encode/Encode/iso8859-14.ucm
21183            ! ext/Encode/Encode/iso8859-15.ucm
21184            ! ext/Encode/Encode/iso8859-16.ucm
21185            ! ext/Encode/Encode/iso8859-2.ucm
21186            ! ext/Encode/Encode/iso8859-3.ucm
21187            ! ext/Encode/Encode/iso8859-4.ucm
21188            ! ext/Encode/Encode/iso8859-5.ucm
21189            ! ext/Encode/Encode/iso8859-6.ucm
21190            ! ext/Encode/Encode/iso8859-7.ucm
21191            ! ext/Encode/Encode/iso8859-8.ucm
21192            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21193            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
21194 ____________________________________________________________________________
21195 [  8968] By: jhi                                   on 2001/02/28  16:26:37
21196         Log: Expand usemorebits early if d_casti32 needs to be undefined.
21197      Branch: perl
21198            ! hints/hpux.sh hints/irix_6.sh
21199 ____________________________________________________________________________
21200 [  8967] By: jhi                                   on 2001/02/28  16:22:26
21201         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
21202              retract toke.c/qu parts of #8583, retract #8485, retract
21203              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
21204              op/length.t, and MANIFEST, and delete t/op/qu.t.
21205      Branch: perl
21206            - t/op/qu.t
21207            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
21208            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
21209            ! t/op/length.t toke.c
21210 ____________________________________________________________________________
21211 [  8966] By: jhi                                   on 2001/02/28  15:00:27
21212         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
21213              by not changing from pre-Unicode days into being Unicode-aware.
21214              Sniff.
21215      Branch: perl
21216            ! pp.c t/op/pack.t t/op/qu.t
21217 ____________________________________________________________________________
21218 [  8965] By: jhi                                   on 2001/02/28  14:37:55
21219         Log: Subject: Re: Errors in core PODs
21220              From: Michael Stevens <michael@etla.org> 
21221              Date: Fri, 23 Feb 2001 15:47:56 +0000
21222              Message-ID: <20010223154756.A7723@firedrake.org> 
21223      Branch: perl
21224            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
21225            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
21226            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
21227            ! x2p/a2p.pod
21228 ____________________________________________________________________________
21229 [  8964] By: jhi                                   on 2001/02/28  14:35:35
21230         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
21231              (The #8961 was too bold.)
21232      Branch: perl
21233            ! hints/hpux.sh hints/irix_6.sh
21234 ____________________________________________________________________________
21235 [  8963] By: jhi                                   on 2001/02/28  14:33:39
21236         Log: Subject: Re: sync sync sync: have I missed any patches?
21237              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21238              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
21239              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
21240              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
21241              
21242              Replace djSP with dSP.
21243      Branch: perl
21244            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
21245            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
21246            ! win32/perlhost.h
21247 ____________________________________________________________________________
21248 [  8962] By: jhi                                   on 2001/02/27  23:21:14
21249         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
21250      Branch: perl
21251            ! lib/Filter/Simple.pm
21252 ____________________________________________________________________________
21253 [  8961] By: jhi                                   on 2001/02/27  22:55:26
21254         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
21255              and this would be it.
21256      Branch: perl
21257            ! hints/hpux.sh hints/irix_6.sh
21258 ____________________________________________________________________________
21259 [  8960] By: jhi                                   on 2001/02/27  22:51:33
21260         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21261              From: "Craig A. Berry" <craigberry@mac.com>
21262              Date: Tue, 27 Feb 2001 16:11:44 -0600
21263              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21264      Branch: maint-5.6/perl
21265            ! configure.com vms/descrip_mms.template
21266 ____________________________________________________________________________
21267 [  8959] By: jhi                                   on 2001/02/27  22:47:23
21268         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21269              From: "Craig A. Berry" <craigberry@mac.com>
21270              Date: Tue, 27 Feb 2001 16:11:44 -0600
21271              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21272      Branch: perl
21273            ! configure.com vms/descrip_mms.template
21274 ____________________________________________________________________________
21275 [  8958] By: jhi                                   on 2001/02/27  15:16:42
21276         Log: Update Changes.
21277      Branch: perl
21278            ! Changes patchlevel.h
21279 ____________________________________________________________________________
21280 [  8957] By: jhi                                   on 2001/02/27  06:15:07
21281         Log: Subject: [5.6.x] EPOC additions
21282              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21283              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
21284              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
21285      Branch: maint-5.6/perl
21286            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
21287 ____________________________________________________________________________
21288 [  8956] By: jhi                                   on 2001/02/27  06:12:11
21289         Log: Subject: [perl-current] EPOC 
21290              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21291              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
21292              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
21293      Branch: perl
21294            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
21295            ! epoc/epocish.c epoc/epocish.h pp_sys.c
21296 ____________________________________________________________________________
21297 [  8955] By: jhi                                   on 2001/02/27  05:59:50
21298         Log: Subject: Re: Compile with perlcc..
21299              From: Edward Peschko <edwardp@excitehome.net>
21300              Date: Mon, 26 Feb 2001 18:51:58 -0800
21301              Message-ID: <20010226185158.A9871@excitehome.net>
21302              
21303              plus add a simple usage message if no arguments given.
21304      Branch: perl
21305            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
21306            ! utils/Makefile utils/perlcc.PL win32/pod.mak
21307 ____________________________________________________________________________
21308 [  8954] By: nick                                  on 2001/02/26  21:02:59
21309         Log: Integrate mainline
21310      Branch: perlio
21311           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
21312           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
21313           !> t/op/sprintf.t
21314 ____________________________________________________________________________
21315 [  8953] By: jhi                                   on 2001/02/26  14:43:54
21316         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
21317              From: Nicholas Clark <nick@ccl4.org>
21318              Date: Mon, 26 Feb 2001 00:42:07 +0000
21319              Message-ID: <20010226004207.F23333@plum.flirble.org>
21320      Branch: perl
21321            ! pp_ctl.c
21322 ____________________________________________________________________________
21323 [  8952] By: jhi                                   on 2001/02/26  14:42:13
21324         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
21325              From: Simon Cozens <simon@netthink.co.uk>
21326              Date: Mon, 26 Feb 2001 12:23:48 +0000
21327              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
21328      Branch: perl
21329            ! pod/perlguts.pod
21330 ____________________________________________________________________________
21331 [  8951] By: jhi                                   on 2001/02/26  14:39:15
21332         Log: Subject: [PATCH] perlio - unknown layer
21333              From: Nicholas Clark <nick@ccl4.org>
21334              Date: Mon, 26 Feb 2001 00:27:19 +0000
21335              Message-ID: <20010226002719.E23333@plum.flirble.org>
21336      Branch: perl
21337            ! perlio.c
21338 ____________________________________________________________________________
21339 [  8950] By: jhi                                   on 2001/02/26  14:38:04
21340         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
21341              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
21342              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
21343              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
21344      Branch: perl
21345            ! t/op/bop.t
21346 ____________________________________________________________________________
21347 [  8949] By: jhi                                   on 2001/02/26  14:37:07
21348         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
21349              From: Peter Prymmer <pvhp@forte.com>
21350              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
21351              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
21352      Branch: perl
21353            ! lib/Test.pm
21354 ____________________________________________________________________________
21355 [  8948] By: jhi                                   on 2001/02/26  14:35:53
21356         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21357              From: Radu Greab <radu@netsoft.ro>
21358              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
21359              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
21360      Branch: perl
21361            ! pod/perlop.pod
21362 ____________________________________________________________________________
21363 [  8947] By: jhi                                   on 2001/02/26  14:34:46
21364         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
21365              From: David Mitchell <davem@fdgroup.co.uk>
21366              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
21367              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
21368      Branch: perl
21369            ! run.c
21370 ____________________________________________________________________________
21371 [  8946] By: jhi                                   on 2001/02/26  14:32:37
21372         Log: Subject: Modified README.bs2000 
21373              From: Dorner Thomas <Thomas.Dorner@start.de>
21374              Date: Mon, 26 Feb 2001 09:22:17 +0100
21375              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
21376      Branch: perl
21377            ! README.bs2000
21378 ____________________________________________________________________________
21379 [  8945] By: jhi                                   on 2001/02/26  14:19:53
21380         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
21381              to maintperl, listing the known failures on the tests 129 and 130.
21382      Branch: maint-5.6/perl
21383           !> t/op/sprintf.t
21384 ____________________________________________________________________________
21385 [  8944] By: jhi                                   on 2001/02/26  14:14:15
21386         Log: Add more known sprintf failures.
21387      Branch: perl
21388            ! t/op/sprintf.t
21389 ____________________________________________________________________________
21390 [  8943] By: jhi                                   on 2001/02/26  13:56:22
21391         Log: perlglob.exe needs to be found in Win32, patch from
21392              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
21393              which needs external glob at mini-perl time."
21394      Branch: perl
21395            ! ext/Encode/compile
21396 ____________________________________________________________________________
21397 [  8942] By: jhi                                   on 2001/02/26  13:52:19
21398         Log: A missing dTHX from Vadim Konovalov.
21399      Branch: perl
21400            ! perlio.c
21401 ____________________________________________________________________________
21402 [  8941] By: jhi                                   on 2001/02/26  13:37:05
21403         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
21404      Branch: perl
21405            ! op.c
21406 ____________________________________________________________________________
21407 [  8940] By: jhi                                   on 2001/02/26  13:35:40
21408         Log: Integrate perlio.
21409      Branch: perl
21410           !> ext/Encode/Encode.pm
21411 ____________________________________________________________________________
21412 [  8939] By: nick                                  on 2001/02/25  23:47:09
21413         Log: Integrate mainline.
21414      Branch: perlio
21415           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
21416           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
21417 ____________________________________________________________________________
21418 [  8938] By: nick                                  on 2001/02/25  19:36:28
21419         Log: Encode implementations docs.
21420      Branch: perlio
21421            ! ext/Encode/Encode.pm
21422 ____________________________________________________________________________
21423 [  8937] By: jhi                                   on 2001/02/25  19:26:16
21424         Log: Script wasn't aligned with reality.
21425      Branch: perl
21426            ! t/pod/find.t
21427 ____________________________________________________________________________
21428 [  8936] By: jhi                                   on 2001/02/25  18:54:55
21429         Log: Update Changes.
21430      Branch: perl
21431            ! Changes patchlevel.h
21432 ____________________________________________________________________________
21433 [  8935] By: jhi                                   on 2001/02/25  18:46:36
21434         Log: Retract #8929,8930,8932,8933 for now.
21435      Branch: perl
21436            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
21437 ____________________________________________________________________________
21438 [  8934] By: jhi                                   on 2001/02/25  17:34:35
21439         Log: Integrate perlio.
21440      Branch: perl
21441           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21442           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
21443           !> t/lib/encode.t
21444 ____________________________________________________________________________
21445 [  8933] By: jhi                                   on 2001/02/25  17:33:12
21446         Log: (Retracted by #8395.)
21447              
21448              Slight tweaks in scan_const(), not fixes yet, it seems like
21449              lots of work remains to be done...
21450      Branch: perl
21451            ! toke.c
21452 ____________________________________________________________________________
21453 [  8932] By: jhi                                   on 2001/02/25  17:27:11
21454         Log: (Retracted by #8395.)
21455              
21456              Missing from #8930.
21457      Branch: perl
21458            ! perl.h
21459 ____________________________________________________________________________
21460 [  8931] By: jhi                                   on 2001/02/25  17:26:19
21461         Log: A comment tweak.
21462      Branch: perl
21463            ! utf8.c
21464 ____________________________________________________________________________
21465 [  8930] By: jhi                                   on 2001/02/25  17:25:47
21466         Log: (Retracted by #8395.)
21467              
21468              Attempt to fix the EBCDIC character range problwm with //.
21469      Branch: perl
21470            ! regcomp.c
21471 ____________________________________________________________________________
21472 [  8929] By: jhi                                   on 2001/02/25  17:23:45
21473         Log: (Retracted by #8395.)
21474              
21475              Expand the EBCDIC character range tests, and add few nasty
21476              tr tests from Karsten Sperling.
21477      Branch: perl
21478            ! t/op/pat.t t/op/tr.t
21479 ____________________________________________________________________________
21480 [  8928] By: jhi                                   on 2001/02/25  17:18:49
21481         Log: Missing check-in.
21482      Branch: perl
21483            ! lib/Pod/Find.pm
21484 ____________________________________________________________________________
21485 [  8927] By: nick                                  on 2001/02/25  11:30:22
21486         Log: Change method names in Encode implementation classes to something
21487              less confusing (preparing to "go public").
21488      Branch: perlio
21489            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
21490 ____________________________________________________________________________
21491 [  8926] By: nick                                  on 2001/02/25  10:53:24
21492         Log: GCC __atribute__ / printf fix
21493      Branch: perlio
21494            ! perl.h
21495 ____________________________________________________________________________
21496 [  8925] By: nick                                  on 2001/02/25  10:52:25
21497         Log: Checked in the wrong one ...
21498      Branch: perlio
21499            ! ext/Encode/Encode.pm
21500 ____________________________________________________________________________
21501 [  8924] By: nick                                  on 2001/02/24  18:46:51
21502         Log: Integrate mainline - to see what Jarkko has in ...
21503      Branch: perlio
21504           +> t/pod/testpods/lib/Pod/Stuff.pm
21505           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
21506 ____________________________________________________________________________
21507 [  8923] By: nick                                  on 2001/02/24  17:05:23
21508         Log: Encode API documentation nd tidy up.
21509              Minor additions to test.
21510              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
21511              Adds STRLEN to standard typemap.
21512      Branch: perlio
21513            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21514            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
21515 ____________________________________________________________________________
21516 [  8922] By: jhi                                   on 2001/02/24  16:38:12
21517         Log: Add a test for the "character range should match in EBCDIC
21518              if specified using explicit numerics" bug found by Karsten
21519              Sperling.
21520      Branch: perl
21521            ! t/op/pat.t
21522 ____________________________________________________________________________
21523 [  8921] By: jhi                                   on 2001/02/24  16:30:16
21524         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
21525              From: schwern@pobox.com
21526              Date: Fri, 23 Feb 2001 03:21:37 -0500
21527              Message-ID: <20010223032137.A26022@magnonel.guild.net>
21528              
21529              plus Charles Lane's fixes, plus tweaks.
21530      Branch: perl
21531            + t/pod/testpods/lib/Pod/Stuff.pm
21532            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
21533 ____________________________________________________________________________
21534 [  8920] By: nick                                  on 2001/02/24  10:30:11
21535         Log: Integrate mainline
21536      Branch: perlio
21537           !> (integrate 33 files)
21538 ____________________________________________________________________________
21539 [  8919] By: jhi                                   on 2001/02/24  00:23:35
21540         Log: Subject: Re: I'm losing the war...
21541              From: "Vadim Konovalov" <watman@inbox.ru>
21542              Date: Sat, 24 Feb 2001 00:10:14 +0300
21543              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
21544              
21545              hv_store() not working correctly in ENV_IS_CASELESS case.
21546      Branch: perl
21547            ! hv.c
21548 ____________________________________________________________________________
21549 [  8918] By: jhi                                   on 2001/02/24  00:20:09
21550         Log: Subject: Re: [PATCH] fix for charnames above FFFF
21551              From: andreas.koenig@anima.de (Andreas J. Koenig)
21552              Date: 23 Feb 2001 02:39:03 +0100
21553              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
21554              
21555              A further efficiency tweak.
21556      Branch: perl
21557            ! lib/charnames.pm
21558 ____________________________________________________________________________
21559 [  8917] By: jhi                                   on 2001/02/23  20:27:51
21560         Log: Integrate change #8916 from mainline,
21561              do away with USE_WIN32_RTL_ENV.
21562      Branch: maint-5.6/perl
21563           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21564 ____________________________________________________________________________
21565 [  8916] By: jhi                                   on 2001/02/23  20:02:25
21566         Log: Abolish USE_WIN32_RTL_ENV.
21567      Branch: perl
21568            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21569 ____________________________________________________________________________
21570 [  8915] By: jhi                                   on 2001/02/23  19:36:00
21571         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
21572              later protected by some #define.
21573      Branch: perl
21574            ! gv.c
21575 ____________________________________________________________________________
21576 [  8914] By: jhi                                   on 2001/02/23  19:31:38
21577         Log: Retract #8902 for now, requested by Charles Lane, the correct
21578              fix will be something else.
21579      Branch: perl
21580            ! op.c
21581 ____________________________________________________________________________
21582 [  8913] By: jhi                                   on 2001/02/23  19:11:36
21583         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
21584              From: Peter Prymmer <pvhp@forte.com>
21585              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
21586              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
21587      Branch: perl
21588            ! t/op/lex_assign.t
21589 ____________________________________________________________________________
21590 [  8912] By: jhi                                   on 2001/02/23  18:38:20
21591         Log: Subject: [patch] perlio + useithreads
21592              From: Doug MacEachern <dougm@covalent.net>
21593              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
21594              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
21595              
21596              Gets things running but not complete.
21597      Branch: perl
21598            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
21599 ____________________________________________________________________________
21600 [  8911] By: jhi                                   on 2001/02/23  04:20:02
21601         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
21602              
21603              Duplicated environment freeing, File::Temp 0.12,
21604              op/append portability (EBCDIC) tweak.
21605      Branch: maint-5.6/perl
21606           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21607           !> t/op/append.t
21608 ____________________________________________________________________________
21609 [  8910] By: jhi                                   on 2001/02/23  02:07:33
21610         Log: Integrate change #8909 from mainline, a better Borland
21611              putenv() workaround.
21612      Branch: maint-5.6/perl
21613           !> perl.c
21614 ____________________________________________________________________________
21615 [  8909] By: jhi                                   on 2001/02/23  02:05:46
21616         Log: A better workaround for Borland putenv() brokenness from Sarathy.
21617      Branch: perl
21618            ! perl.c
21619 ____________________________________________________________________________
21620 [  8908] By: jhi                                   on 2001/02/23  02:04:14
21621         Log: Subject: fix for parameter -Dm (for perl@8867)
21622              From: "Vadim Konovalov" <watman@inbox.ru>
21623              Date: Thu, 22 Feb 2001 17:30:12 +0300
21624              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
21625      Branch: perl
21626            ! perl.h
21627 ____________________________________________________________________________
21628 [  8907] By: jhi                                   on 2001/02/23  01:58:20
21629         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
21630              From: Peter Prymmer <pvhp@forte.com>
21631              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
21632              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
21633      Branch: perl
21634            ! t/op/append.t
21635 ____________________________________________________________________________
21636 [  8906] By: jhi                                   on 2001/02/23  01:48:34
21637         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
21638      Branch: perl
21639            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21640 ____________________________________________________________________________
21641 [  8905] By: jhi                                   on 2001/02/23  01:43:30
21642         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
21643              From: Peter Prymmer <pvhp@forte.com>
21644              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
21645              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
21646      Branch: perl
21647            ! t/lib/st-06compat.t
21648 ____________________________________________________________________________
21649 [  8904] By: jhi                                   on 2001/02/23  01:42:39
21650         Log: Metaconfig unit change for #8903.
21651      Branch: metaconfig/U/perl
21652            ! Devel.U
21653 ____________________________________________________________________________
21654 [  8903] By: jhi                                   on 2001/02/23  01:42:12
21655         Log: Be more helpful for devel builders, suggested by John L. Allen.
21656      Branch: perl
21657            ! Configure
21658 ____________________________________________________________________________
21659 [  8902] By: jhi                                   on 2001/02/23  01:37:41
21660         Log: (Retracted by #8914)
21661              (Wrongly, reinstated by #8941)             
21662
21663              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21665              Date:     Thu, 22 Feb 2001 09:43:57 EST
21666              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
21667      Branch: perl
21668            ! op.c
21669 ____________________________________________________________________________
21670 [  8901] By: jhi                                   on 2001/02/23  01:20:32
21671         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
21672              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21673              Date:     Thu, 22 Feb 2001 08:01:35 EST
21674              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
21675      Branch: perl
21676            ! malloc.c
21677 ____________________________________________________________________________
21678 [  8900] By: jhi                                   on 2001/02/23  01:18:02
21679         Log: Integrate changes #8898,8899 from mainline, environ handling.
21680      Branch: maint-5.6/perl
21681           !> perl.c
21682 ____________________________________________________________________________
21683 [  8899] By: jhi                                   on 2001/02/23  01:16:25
21684         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
21685              putenv() is not to be relied on, they are either broken or leaky
21686              or both.)
21687      Branch: perl
21688            ! perl.c
21689 ____________________________________________________________________________
21690 [  8898] By: jhi                                   on 2001/02/22  23:36:59
21691         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
21692              and safesysfree() must be used.
21693      Branch: perl
21694            ! perl.c
21695 ____________________________________________________________________________
21696 [  8897] By: jhi                                   on 2001/02/22  23:25:45
21697         Log: With environ one must use safesysmalloc()/safesysfree().
21698      Branch: perl
21699            ! perl.c
21700 ____________________________________________________________________________
21701 [  8896] By: jhi                                   on 2001/02/22  22:13:18
21702         Log: If we have a duplicated environment free it
21703              if PERL_DESTRUCT_LEVEL.
21704      Branch: perl
21705            ! perl.c
21706 ____________________________________________________________________________
21707 [  8895] By: alanbur                               on 2001/02/22  19:31:57
21708         Log: Synchronised with parent
21709      Branch: maint-5.6/pureperl
21710           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
21711 ____________________________________________________________________________
21712 [  8894] By: gsar                                  on 2001/02/22  19:06:18
21713         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
21714              
21715              fix memory leak in method call optimization (change#3768);
21716              made C<eval "$x->foo()"> leak
21717              
21718              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
21719      Branch: maint-5.6/perl
21720           !> op.c
21721 ____________________________________________________________________________
21722 [  8893] By: jhi                                   on 2001/02/22  18:35:27
21723         Log: (Retracted by #8915.)
21724              
21725              Third Degree finding:
21726              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
21727      Branch: perl
21728            ! gv.c
21729 ____________________________________________________________________________
21730 [  8892] By: jhi                                   on 2001/02/22  14:28:32
21731         Log: Update Changes.
21732      Branch: perl
21733            ! Changes patchlevel.h
21734 ____________________________________________________________________________
21735 [  8891] By: jhi                                   on 2001/02/22  13:22:45
21736         Log: Metaconfig unit changes for #8890.
21737      Branch: metaconfig
21738            ! U/modified/Cppsym.U U/threads/archname.U
21739 ____________________________________________________________________________
21740 [  8890] By: jhi                                   on 2001/02/22  13:22:12
21741         Log: Add -stdio to the archname if no perlio selected,
21742              no -perlio added since that is now the default.
21743              
21744              Add few CPUs/architectures to the Cppsym scan.
21745      Branch: perl
21746            ! Configure config_h.SH
21747 ____________________________________________________________________________
21748 [  8889] By: jhi                                   on 2001/02/22  13:05:59
21749         Log: Metaconfig unit change for #8888.
21750      Branch: metaconfig/U/perl
21751            ! useperlio.U
21752 ____________________________________________________________________________
21753 [  8888] By: jhi                                   on 2001/02/22  13:05:28
21754         Log: *drum roll*  Make perlio the default.
21755      Branch: perl
21756            ! Configure config_h.SH
21757 ____________________________________________________________________________
21758 [  8887] By: jhi                                   on 2001/02/22  12:50:52
21759         Log: Integrate change #8665 from maintperl to mainline,
21760              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
21761      Branch: perl
21762           !> ext/POSIX/POSIX.xs
21763 ____________________________________________________________________________
21764 [  8886] By: jhi                                   on 2001/02/22  12:49:24
21765         Log: Integrate changes #8883,8884 from mainline to maintperl.
21766              
21767              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
21768              Subject: Re: File::Temp::_gettemp warning
21769      Branch: maint-5.6/perl
21770           !> embed.h embed.pl lib/File/Temp.pm
21771 ____________________________________________________________________________
21772 [  8885] By: jhi                                   on 2001/02/22  12:43:59
21773         Log: Based on
21774              
21775              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
21776              From: schwab@suse.de
21777              Date: Thu, 22 Feb 2001 13:08:09 +0100
21778              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
21779              
21780              but the fix done slightly differently because the other
21781              half was already done in #8664.
21782      Branch: maint-5.6/perl
21783            ! ext/POSIX/POSIX.xs
21784 ____________________________________________________________________________
21785 [  8884] By: jhi                                   on 2001/02/22  12:37:15
21786         Log: Subject: Re: File::Temp::_gettemp warning
21787              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21788              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
21789              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
21790              
21791              This patch to File::Temp does two things:
21792              
21793              1. Fixes the problem with CGI::Carp when determining
21794              the Fcntl constants
21795              
21796              2. Removes most of the carps and consolidates them so that all the
21797              reasons are included in a single die that is caught by the test. This
21798              means that the correct skipping behaviour is displayed by the test.
21799      Branch: perl
21800            ! lib/File/Temp.pm
21801 ____________________________________________________________________________
21802 [  8883] By: jhi                                   on 2001/02/22  12:29:19
21803         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
21804              From: Peter Prymmer <pvhp@forte.com>
21805              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
21806              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
21807      Branch: perl
21808            ! embed.h embed.pl
21809 ____________________________________________________________________________
21810 [  8882] By: jhi                                   on 2001/02/21  19:41:33
21811         Log: Integrate change #8881 from mainlin to maintperl.
21812              
21813              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
21814      Branch: maint-5.6/perl
21815           !> op.c
21816 ____________________________________________________________________________
21817 [  8881] By: jhi                                   on 2001/02/21  19:38:57
21818         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
21819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21820              Date:     Wed, 21 Feb 2001 13:08:03 EST
21821              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
21822      Branch: perl
21823            ! op.c
21824 ____________________________________________________________________________
21825 [  8880] By: jhi                                   on 2001/02/21  19:34:34
21826         Log: Retract #8875, cannot let go of the old semantics of unpack U
21827              without rethinking utf8decode.t.
21828      Branch: perl
21829            ! pp.c t/op/pack.t
21830 ____________________________________________________________________________
21831 [  8879] By: jhi                                   on 2001/02/21  19:08:02
21832         Log: Run run/*.t also in minitest.
21833      Branch: perl
21834            ! Makefile.SH
21835 ____________________________________________________________________________
21836 [  8878] By: nick                                  on 2001/02/21  18:55:37
21837         Log: Integrate mainline
21838      Branch: perlio
21839           !> (integrate 76 files)
21840 ____________________________________________________________________________
21841 [  8877] By: jhi                                   on 2001/02/21  15:09:33
21842         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
21843      Branch: metaconfig
21844            ! U/compline/nblock_io.U
21845      Branch: perl
21846            ! Configure config_h.SH
21847 ____________________________________________________________________________
21848 [  8876] By: jhi                                   on 2001/02/21  14:54:45
21849         Log: If no sfio, no -lsfio.
21850      Branch: metaconfig/U/perl
21851            ! d_sfio.U
21852      Branch: perl
21853            ! Configure config_h.SH
21854 ____________________________________________________________________________
21855 [  8875] By: jhi                                   on 2001/02/21  14:54:00
21856         Log: Make unpack C and unpack C truly equivalent.
21857      Branch: perl
21858            ! pp.c t/op/pack.t
21859 ____________________________________________________________________________
21860 [  8874] By: jhi                                   on 2001/02/21  14:26:02
21861         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
21862              From: Peter Prymmer <pvhp@forte.com>
21863              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
21864              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
21865      Branch: perl
21866            ! pod/perlport.pod
21867 ____________________________________________________________________________
21868 [  8873] By: jhi                                   on 2001/02/21  14:24:31
21869         Log: Subject: [PATCH] fix for charnames above FFFF
21870              From: andreas.koenig@anima.de (Andreas J. Koenig)
21871              Date: 21 Feb 2001 07:05:45 +0100
21872              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
21873      Branch: perl
21874            ! lib/charnames.pm t/lib/charnames.t
21875 ____________________________________________________________________________
21876 [  8872] By: jhi                                   on 2001/02/21  14:15:25
21877         Log: Integrate change #8868 from pureperl to mainline.
21878              
21879              Fixed reference count loop caused by sv_magic.
21880      Branch: perl
21881           !> sv.c
21882 ____________________________________________________________________________
21883 [  8871] By: jhi                                   on 2001/02/21  14:07:29
21884         Log: Integrate change #8868 from pureperl to maintperl.
21885              
21886              Fixed reference count loop caused by sv_magic.
21887      Branch: maint-5.6/perl
21888           !> sv.c
21889 ____________________________________________________________________________
21890 [  8870] By: jhi                                   on 2001/02/21  14:04:41
21891         Log: Put back the #8840, it was innocent.
21892      Branch: perl
21893            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21894            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
21895 ____________________________________________________________________________
21896 [  8869] By: jhi                                   on 2001/02/21  14:00:03
21897         Log: unpack("C", ...) was left slightly unfinished by #8865.
21898      Branch: perl
21899            ! pp.c t/op/pack.t
21900 ____________________________________________________________________________
21901 [  8868] By: alanbur                               on 2001/02/21  01:33:45
21902         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
21903              from gv_fetchpv to create single-character magic variables (e.g. $!),
21904              and it is passed a sv and the gv that contains the sv as the mg_obj
21905              value.  When sv_magic stores the mg_obj pointer it increments the gv
21906              refcount, thus causing a sv-gv pair that can't be freed.  There is
21907              already a check for sv == obj which is used to prevent such reference
21908              loops.  This change extends the check to cover the case described above.
21909      Branch: maint-5.6/pureperl
21910            ! sv.c
21911 ____________________________________________________________________________
21912 [  8867] By: jhi                                   on 2001/02/21  00:52:39
21913         Log: Update Changes.
21914      Branch: perl
21915            ! Changes patchlevel.h
21916 ____________________________________________________________________________
21917 [  8866] By: jhi                                   on 2001/02/21  00:34:20
21918         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
21919              (Note: there were some conflicts due to EBCDIC and EPOC
21920              patches, in general I preferred the repository code.)
21921              (When 2.753 comes out, we need to synchronize.)
21922      Branch: perl
21923            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21924            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21925            ! t/lib/cgi-html.t
21926 ____________________________________________________________________________
21927 [  8865] By: jhi                                   on 2001/02/21  00:24:22
21928         Log: Make pack("C", 0x100) to create Unicode, unless under the
21929              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
21930              will understand Unicode, unless you under know what.
21931      Branch: perl
21932            ! pp.c t/op/pack.t t/op/qu.t
21933 ____________________________________________________________________________
21934 [  8864] By: alanbur                               on 2001/02/20  22:35:34
21935         Log: Resynchronised with parent
21936      Branch: maint-5.6/pureperl
21937           !> README.win32 ext/GDBM_File/GDBM_File.pm
21938           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21939           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
21940           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
21941           !> t/lib/sdbm.t util.c
21942 ____________________________________________________________________________
21943 [  8863] By: jhi                                   on 2001/02/20  20:55:11
21944         Log: Integrate change #8860,8861 from mainline into maintperl.
21945              
21946              "pseudo-literal j"
21947              
21948              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21949      Branch: maint-5.6/perl
21950           !> lib/Test.pm pod/perlop.pod
21951 ____________________________________________________________________________
21952 [  8862] By: jhi                                   on 2001/02/20  20:30:07
21953         Log: Don't do casting between pointers pointing to differently sized
21954              integers.
21955      Branch: perl
21956            ! hv.c sv.c
21957 ____________________________________________________________________________
21958 [  8861] By: jhi                                   on 2001/02/20  19:53:44
21959         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
21960              From: Peter Prymmer <pvhp@forte.com>
21961              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
21962              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
21963      Branch: perl
21964            ! lib/Test.pm
21965 ____________________________________________________________________________
21966 [  8860] By: jhi                                   on 2001/02/20  19:48:02
21967         Log: "pseudo-literal j", a documentation glitch reported to Debian.
21968              The text recovered from Perl 5.005_03, and pseudo-literal replaced
21969              by "backtick string".
21970      Branch: perl
21971            ! pod/perlop.pod
21972 ____________________________________________________________________________
21973 [  8859] By: jhi                                   on 2001/02/20  19:15:46
21974         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
21975              from Chris Nandor.
21976      Branch: perl
21977            ! makedef.pl
21978 ____________________________________________________________________________
21979 [  8858] By: jhi                                   on 2001/02/20  17:36:53
21980         Log: Integrate pureperl changes #8844,8845,8850 to mainline
21981              (via maintperl #8855).
21982              
21983              Fixed %^H scoping bug
21984              
21985              Removed GV <-> CV refcount loop
21986              
21987              Removed %ENV refcount loop
21988      Branch: perl
21989           !> gv.c op.c perl.c pp.c scope.c
21990 ____________________________________________________________________________
21991 [  8857] By: jhi                                   on 2001/02/20  17:34:32
21992         Log: Integrate changes #8853,8854 from maintperl to mainline.
21993              
21994              EBDIC fixes, README.win32 Borland update.
21995      Branch: perl
21996           !> README.win32 handy.h util.c
21997 ____________________________________________________________________________
21998 [  8856] By: jhi                                   on 2001/02/20  17:33:16
21999         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
22000      Branch: maint-5.6/perl
22001           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22002           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22003           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22004 ____________________________________________________________________________
22005 [  8855] By: jhi                                   on 2001/02/20  17:32:13
22006         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
22007              
22008              Fixed %^H scoping bug
22009              
22010              Removed GV <-> CV refcount loop
22011              
22012              Removed %ENV refcount loop
22013      Branch: maint-5.6/perl
22014           !> gv.c op.c perl.c pp.c scope.c
22015 ____________________________________________________________________________
22016 [  8854] By: jhi                                   on 2001/02/20  17:25:06
22017         Log: Subject: Addition to readme.win32 for Borland C++ compilers
22018              Date: Tue, 20 Feb 2001 02:15:25 +0300
22019              From: "Vadim Konovalov" <watman@inbox.ru>
22020              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
22021              
22022              Document Borland compiler misbehaviour.
22023      Branch: maint-5.6/perl
22024            ! README.win32
22025 ____________________________________________________________________________
22026 [  8853] By: jhi                                   on 2001/02/20  17:22:25
22027         Log: The assimilation of ebcdic.c didn't quite work at the first try,
22028              patches from Thomas Dorner.
22029      Branch: maint-5.6/perl
22030            ! handy.h util.c
22031 ____________________________________________________________________________
22032 [  8852] By: jhi                                   on 2001/02/20  17:20:15
22033         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
22034              From: Chris Nandor <pudge@pobox.com>
22035              Date: Tue, 20 Feb 2001 08:32:45 -0500
22036              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
22037      Branch: maint-5.6/perl
22038            ! makedef.pl mg.c
22039 ____________________________________________________________________________
22040 [  8851] By: jhi                                   on 2001/02/20  17:15:52
22041         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
22042      Branch: perl
22043            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
22044            ! t/lib/filter-util.t
22045 ____________________________________________________________________________
22046 [  8850] By: alanbur                               on 2001/02/20  17:12:40
22047         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
22048              and the magic pointer points back to the GV that contains the
22049              %ENV hash.  This creates a refcount loop that prevents members
22050              of %ENV from being freed correctly.  This change removes the
22051              refcount loop - the magic pointer was never used anyway, the
22052              only use of the magic was to check the type ('E') so that the
22053              appropriate environment manipulation code is called when %ENV
22054              is modified.
22055      Branch: maint-5.6/pureperl
22056            ! perl.c
22057 ____________________________________________________________________________
22058 [  8849] By: jhi                                   on 2001/02/20  17:12:20
22059         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22060              From: "Craig A. Berry" <craigberry@mac.com>
22061              Date: Mon, 19 Feb 2001 23:36:12 -0600
22062              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
22063              
22064              Case-forgiving systems match TestInit.pm with TES*.
22065      Branch: perl
22066            ! t/lib/glob-basic.t
22067 ____________________________________________________________________________
22068 [  8848] By: jhi                                   on 2001/02/20  17:10:02
22069         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
22070      Branch: perl
22071            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22072            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22073            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22074 ____________________________________________________________________________
22075 [  8847] By: jhi                                   on 2001/02/20  15:34:41
22076         Log: The #8843 wasn't quite right: %Config needs to imported.
22077      Branch: perl
22078            ! t/run/runenv.t
22079 ____________________________________________________________________________
22080 [  8846] By: jhi                                   on 2001/02/20  15:31:50
22081         Log: Retract the #8838 and #8840 for now because of
22082              the DB_File tie problem.
22083      Branch: perl
22084            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
22085            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
22086            ! proto.h sv.c
22087 ____________________________________________________________________________
22088 [  8845] By: alanbur                               on 2001/02/20  14:25:41
22089         Log: Removed GV <-> CV refcount loop
22090              CvGV(mycv) points to the parent GV of the CV, and was previously
22091              refcounted.  The pointer remains, but the refcounting has been removed
22092              as it causes a refcount loop between the CV and GV that means the CV
22093              can't ever be deleted.
22094      Branch: maint-5.6/pureperl
22095            ! gv.c op.c pp.c
22096 ____________________________________________________________________________
22097 [  8844] By: alanbur                               on 2001/02/20  14:23:13
22098         Log: Fixed %^H scoping bug
22099      Branch: maint-5.6/pureperl
22100            ! scope.c
22101 ____________________________________________________________________________
22102 [  8843] By: jhi                                   on 2001/02/19  13:38:08
22103         Log: fork() not everywhere, cleanup temp files.
22104      Branch: perl
22105            ! t/run/runenv.t
22106 ____________________________________________________________________________
22107 [  8842] By: alanbur                               on 2001/02/19  12:42:07
22108         Log: Resynchronised with parent
22109      Branch: maint-5.6/pureperl
22110           !> pod/perlfaq4.pod sv.c utf8.c
22111 ____________________________________________________________________________
22112 [  8841] By: jhi                                   on 2001/02/19  03:35:51
22113         Log: Update Changes.
22114      Branch: perl
22115            ! Changes patchlevel.h
22116 ____________________________________________________________________________
22117 [  8840] By: jhi                                   on 2001/02/19  00:23:41
22118         Log: Subject: [patch] add sv_setref_uv
22119              From: Doug MacEachern <dougm@covalent.net>
22120              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
22121              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
22122      Branch: perl
22123            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22124            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22125 ____________________________________________________________________________
22126 [  8839] By: jhi                                   on 2001/02/19  00:01:38
22127         Log: Put to rest the 20010205.001, the email address checking (not) regex.
22128      Branch: perl
22129            ! pod/perlfaq9.pod
22130 ____________________________________________________________________________
22131 [  8838] By: jhi                                   on 2001/02/18  22:17:54
22132         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
22133              From: Doug MacEachern <dougm@covalent.net>
22134              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
22135              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
22136      Branch: perl
22137            ! lib/ExtUtils/xsubpp
22138 ____________________________________________________________________________
22139 [  8837] By: jhi                                   on 2001/02/18  22:16:50
22140         Log: Subject: [patch] -Wall cleanup round 2
22141              From: Doug MacEachern <dougm@covalent.net>
22142              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
22143              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
22144      Branch: perl
22145            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22146            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22147            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
22148            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
22149            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22150            ! ext/SDBM_File/SDBM_File.xs
22151 ____________________________________________________________________________
22152 [  8836] By: jhi                                   on 2001/02/18  22:11:20
22153         Log: Misapplied regex optimizations when \C is present.
22154              Fixes 20001230.002.
22155              
22156              What still remains broken is that the submatches that
22157              have \C in them get their UTF8 flag on because their
22158              parent SV has it on.  This will result in malformed
22159              UTF8 if a \C happened to match a non-ASCII byte.
22160      Branch: perl
22161            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
22162            ! t/pragma/utf8.t
22163 ____________________________________________________________________________
22164 [  8835] By: jhi                                   on 2001/02/18  20:12:02
22165         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
22166              
22167              The hash key got wrongly UTF8fied.
22168      Branch: perl
22169            ! pod/perlapi.pod toke.c utf8.c
22170 ____________________________________________________________________________
22171 [  8834] By: jhi                                   on 2001/02/18  19:44:25
22172         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
22173              don't warn on magical or overloaded things.
22174      Branch: perl
22175            ! pp_hot.c
22176 ____________________________________________________________________________
22177 [  8833] By: nick                                  on 2001/02/18  19:31:22
22178         Log: Integrate mainline
22179      Branch: perlio
22180           +> t/TestInit.pm t/run/runenv.t
22181            - t/UTEST
22182           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
22183           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
22184           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
22185           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
22186           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22187           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
22188           !> utf8.c
22189 ____________________________________________________________________________
22190 [  8832] By: jhi                                   on 2001/02/18  19:21:18
22191         Log: Integrate perlio.
22192      Branch: perl
22193           !> perlio.c pod/perldiag.pod
22194 ____________________________________________________________________________
22195 [  8831] By: jhi                                   on 2001/02/18  19:14:20
22196         Log: Integrate change #8827 from mainline.
22197              
22198              UTF8 tweaks.
22199      Branch: maint-5.6/perl
22200           !> sv.c utf8.c
22201 ____________________________________________________________________________
22202 [  8830] By: nick                                  on 2001/02/18  19:10:34
22203         Log: Apply the spirit of patch from Nick Clark:
22204              Subject: [PATCH] Re: extensions that provide layers
22205              From: Nicholas Clark <nick@ccl4.org>
22206              Date: Mon, 12 Feb 2001 16:43:51 +0000
22207              Message-Id: <20010212164350.Q3652@plum.flirble.org>
22208      Branch: perlio
22209            ! perlio.c pod/perldiag.pod
22210 ____________________________________________________________________________
22211 [  8829] By: jhi                                   on 2001/02/18  19:03:25
22212         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
22213              From: schwern@pobox.com 
22214              Date: Sun, 18 Feb 2001 13:44:35 -0500
22215              Message-ID: <20010218134435.A17544@magnonel.guild.net>
22216              
22217              Applied, but as t/TestInit.pm.
22218      Branch: perl
22219            + t/TestInit.pm
22220            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
22221            ! t/op/subst_wamp.t
22222 ____________________________________________________________________________
22223 [  8828] By: jhi                                   on 2001/02/18  18:43:52
22224         Log: Integrate perlio.
22225      Branch: perl
22226           !> perlio.c
22227 ____________________________________________________________________________
22228 [  8827] By: jhi                                   on 2001/02/18  18:41:33
22229         Log: UTF-8 tweaks.
22230      Branch: perl
22231            ! sv.c utf8.c
22232 ____________________________________________________________________________
22233 [  8826] By: nick                                  on 2001/02/18  17:40:59
22234         Log: Fix [ID 20010217.002]
22235              open FOO, "<:raw:perlio", ...
22236              :raw now inserts default base layer below itself.
22237              Also
22238              open FOO, "<:unix", ...
22239              works as well - but leaves buffer layer on stack under the unix layer.
22240      Branch: perlio
22241            ! perlio.c
22242 ____________________________________________________________________________
22243 [  8825] By: jhi                                   on 2001/02/18  17:15:39
22244         Log: Integrate perlio.
22245      Branch: perl
22246           !> perlio.c perliol.h
22247 ____________________________________________________________________________
22248 [  8824] By: jhi                                   on 2001/02/18  17:10:53
22249         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
22250              From: schwern@pobox.com
22251              Date: Sun, 18 Feb 2001 01:48:50 -0500
22252              Message-ID: <20010218014850.C19957@magnonel.guild.net>
22253      Branch: perl
22254            ! lib/Test/Harness.pm t/TEST t/op/chop.t
22255 ____________________________________________________________________________
22256 [  8823] By: jhi                                   on 2001/02/18  17:01:06
22257         Log: Add run/*.t to testables.
22258      Branch: perl
22259            ! t/TEST
22260 ____________________________________________________________________________
22261 [  8822] By: jhi                                   on 2001/02/18  16:58:58
22262         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22263              From: schwern@pobox.com
22264              Date: Sun, 18 Feb 2001 01:11:35 -0500
22265              Message-ID: <20010218011135.A19957@magnonel.guild.net>
22266              
22267              Revive mjd's and Simon's PERL5OPT fix.
22268      Branch: perl
22269            + t/run/runenv.t
22270            ! MANIFEST perl.c
22271 ____________________________________________________________________________
22272 [  8821] By: jhi                                   on 2001/02/18  16:53:46
22273         Log: Subject: Re: Why t/TEST and not Test::Harness?
22274              From: schwern@pobox.com
22275              Date: Sat, 17 Feb 2001 22:44:44 -0500
22276              Message-ID: <20010217224444.A6679@magnonel.guild.net>
22277              
22278              Replace UTEST with TEST -utf8.
22279      Branch: perl
22280            - t/UTEST
22281            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
22282            ! t/lib/glob-basic.t
22283 ____________________________________________________________________________
22284 [  8820] By: nick                                  on 2001/02/18  13:06:16
22285         Log: Clean up a few core dumps when layers are used in unexpected ways.
22286              (Still not "right"...)
22287      Branch: perlio
22288            ! perlio.c perliol.h
22289 ____________________________________________________________________________
22290 [  8819] By: jhi                                   on 2001/02/18  02:25:55
22291         Log: Integrate change #8818 from maintperl, a FAQ nit.
22292      Branch: perl
22293           !> pod/perlfaq4.pod
22294 ____________________________________________________________________________
22295 [  8818] By: jhi                                   on 2001/02/18  02:24:50
22296         Log: FAQ nit from Chris Fedde.
22297      Branch: maint-5.6/perl
22298            ! pod/perlfaq4.pod
22299 ____________________________________________________________________________
22300 [  8817] By: nick                                  on 2001/02/17  18:20:14
22301         Log: Integrate mainline
22302      Branch: perlio
22303           +> lib/unicode/UCD.html lib/unicode/Unicode.html
22304           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22305           +> pod/perlclib.pod
22306            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22307            - lib/unicode/Unicode.301
22308           !> (integrate 324 files)
22309 ____________________________________________________________________________
22310 [  8816] By: jhi                                   on 2001/02/17  16:56:58
22311         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
22312      Branch: perl
22313            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22314            ! ext/Storable/Storable.xs t/lib/st-06compat.t
22315            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22316 ____________________________________________________________________________
22317 [  8815] By: jhi                                   on 2001/02/17  16:40:07
22318         Log: Subject: [patch] -Wall
22319              From: Doug MacEachern <dougm@covalent.net>
22320              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
22321              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
22322      Branch: perl
22323            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
22324            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
22325 ____________________________________________________________________________
22326 [  8814] By: jhi                                   on 2001/02/16  19:27:18
22327         Log: Document qu better.
22328      Branch: perl
22329            ! pod/perlop.pod
22330 ____________________________________________________________________________
22331 [  8813] By: jhi                                   on 2001/02/15  13:54:37
22332         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
22333              From: Hugo <hv@crypt.compulink.co.uk>
22334              Date: Thu, 15 Feb 2001 13:39:49 +0000
22335              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
22336      Branch: perl
22337            ! toke.c
22338 ____________________________________________________________________________
22339 [  8812] By: alanbur                               on 2001/02/15  13:52:16
22340         Log: Resynchronised with parent
22341      Branch: maint-5.6/pureperl
22342            - ebcdic.c
22343           !> (integrate 36 files)
22344 ____________________________________________________________________________
22345 [  8811] By: jhi                                   on 2001/02/15  13:51:16
22346         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
22347              
22348              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22349              From: Jan Dubois <JanD@ActiveState.com>
22350              Date: Wed, 31 Jan 2001 21:17:03 -0800
22351              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22352              
22353              tweak change#8659 to keep it simple
22354              
22355              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22356              From: Russ Allbery <rra@stanford.edu>
22357              Date: 14 Feb 2001 10:15:41 -0800
22358              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22359              
22360              (8809 empty)
22361
22362              Upgrade to podlators 1.08, from Russ Allbery.
22363      Branch: perl
22364           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
22365           !> utils/perldoc.PL
22366 ____________________________________________________________________________
22367 [  8810] By: jhi                                   on 2001/02/15  13:35:08
22368         Log: Upgrade to podlators 1.08, from Russ Allbery.
22369      Branch: maint-5.6/perl
22370            ! lib/Pod/Man.pm lib/Pod/Text.pm
22371 ____________________________________________________________________________
22372 [  8809] By: jhi                                   on 2001/02/15  13:26:38
22373         Log: (accidentally empty check-in)
22374      Branch: maint-5.6/perl
22375            ! lib/Test/Harness.pm
22376 ____________________________________________________________________________
22377 [  8808] By: jhi                                   on 2001/02/15  13:23:47
22378         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22379              From: Russ Allbery <rra@stanford.edu>
22380              Date: 14 Feb 2001 10:15:41 -0800
22381              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22382              
22383              perldoc was hardcoding $Config{installscript}, which breaks
22384              when install* isn't where Perl ends up (such as with AFS).
22385              
22386              Use $Config{scriptdir} instead.
22387      Branch: maint-5.6/perl
22388            ! utils/perldoc.PL
22389 ____________________________________________________________________________
22390 [  8807] By: jhi                                   on 2001/02/14  14:37:27
22391         Log: Update Changes.
22392      Branch: perl
22393            ! Changes patchlevel.h
22394 ____________________________________________________________________________
22395 [  8806] By: jhi                                   on 2001/02/14  14:25:31
22396         Log: Integrate changes #8803,8804,8805 from mainline.
22397              
22398              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22399              
22400              Don't skip too much of the locale error message if no environ array,
22401              from Chris Nandor.
22402              
22403              More MacOS Classic fixes from Chris Nandor.
22404      Branch: maint-5.6/perl
22405           !> doop.c lib/Cwd.pm perl.c perl.h util.c
22406 ____________________________________________________________________________
22407 [  8805] By: jhi                                   on 2001/02/14  03:29:01
22408         Log: More MacOS Classic fixes from Chris Nandor.
22409      Branch: perl
22410            ! doop.c lib/Cwd.pm
22411 ____________________________________________________________________________
22412 [  8804] By: jhi                                   on 2001/02/14  03:18:35
22413         Log: Don't skip too much of the locale error message if no environ array,
22414              from Chris Nandor.
22415      Branch: perl
22416            ! util.c
22417 ____________________________________________________________________________
22418 [  8803] By: jhi                                   on 2001/02/14  03:14:14
22419         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22420      Branch: perl
22421            ! perl.c perl.h
22422 ____________________________________________________________________________
22423 [  8802] By: jhi                                   on 2001/02/13  18:31:33
22424         Log: AUTHORS update.
22425      Branch: perl
22426            ! AUTHORS
22427 ____________________________________________________________________________
22428 [  8801] By: jhi                                   on 2001/02/13  17:55:19
22429         Log: Integrate change #8792 from mainline.
22430              
22431              Subject: buncha MacPerl patches for bleadperl
22432              From: Chris Nandor <pudge@pobox.com>
22433              Date: Tue, 13 Feb 2001 00:02:43 -0500
22434              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22435      Branch: maint-5.6/perl
22436           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22437           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22438           !> t/lib/basename.t toke.c util.h
22439 ____________________________________________________________________________
22440 [  8800] By: jhi                                   on 2001/02/13  17:46:43
22441         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
22442              to be forced to Off_t.
22443              
22444              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
22445              From: nick@ccl4.org
22446              Date: Thu, 1 Feb 2001 12:01:04 +0000
22447              Message-Id: <20010201120103.E11401@plum.flirble.org>
22448      Branch: maint-5.6/perl
22449            ! iperlsys.h perlio.c
22450 ____________________________________________________________________________
22451 [  8799] By: jhi                                   on 2001/02/13  16:52:51
22452         Log: Duplex duplex hunk hunk.
22453      Branch: maint-5.6/perl
22454            ! Makefile.SH
22455 ____________________________________________________________________________
22456 [  8797] By: jhi                                   on 2001/02/13  14:52:04
22457         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
22458              From: "Craig A. Berry" <craigberry@mac.com>
22459              Date: Mon, 12 Feb 2001 11:05:25 -0600
22460              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
22461      Branch: perl
22462            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
22463 ____________________________________________________________________________
22464 [  8796] By: jhi                                   on 2001/02/13  14:36:47
22465         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22466              From: simon.cozens@pembroke.oxford.ac.uk 
22467              Date: Sat, 10 Feb 2001 17:57:02 +0000
22468              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
22469              
22470              Now it does include.
22471      Branch: perl
22472            ! pod/perldiag.pod
22473 ____________________________________________________________________________
22474 [  8795] By: jhi                                   on 2001/02/13  14:30:11
22475         Log: Sort the MANIFEST.
22476      Branch: perl
22477            ! MANIFEST
22478 ____________________________________________________________________________
22479 [  8794] By: jhi                                   on 2001/02/13  14:26:51
22480         Log: Integrate change #8793 from mainline, FAQ updates.
22481      Branch: maint-5.6/perl
22482           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22483 ____________________________________________________________________________
22484 [  8793] By: jhi                                   on 2001/02/13  14:25:13
22485         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
22486      Branch: perl
22487            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22488 ____________________________________________________________________________
22489 [  8792] By: jhi                                   on 2001/02/13  14:22:50
22490         Log: Subject: buncha MacPerl patches for bleadperl
22491              From: Chris Nandor <pudge@pobox.com>
22492              Date: Tue, 13 Feb 2001 00:02:43 -0500
22493              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22494      Branch: perl
22495            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22496            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22497            ! t/lib/basename.t toke.c util.h
22498 ____________________________________________________________________________
22499 [  8791] By: jhi                                   on 2001/02/13  14:10:39
22500         Log: Integrate change #8790 from mainline.
22501              
22502              environ array wrongly assumed in Perl_init_i18nl10n(),
22503      Branch: maint-5.6/perl
22504           !> util.c
22505 ____________________________________________________________________________
22506 [  8790] By: jhi                                   on 2001/02/13  14:06:15
22507         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
22508              noticed by Chris Nandor in MacOS Classic.
22509      Branch: perl
22510            ! util.c
22511 ____________________________________________________________________________
22512 [  8789] By: jhi                                   on 2001/02/13  13:58:07
22513         Log: Integrate changes #8373,8487,8544,8783 from mainline.
22514              
22515              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
22516              hints files, the dynaloading, assimilate ebcdic into util.c.
22517      Branch: maint-5.6/perl
22518            - ebcdic.c
22519            ! MANIFEST hints/posix-bc.sh
22520           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
22521           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
22522           !> perlapi.c proto.h util.c
22523 ____________________________________________________________________________
22524 [  8788] By: alanbur                               on 2001/02/13  10:33:13
22525         Log: Integrated changes from maint-5.6
22526      Branch: maint-5.6/pureperl
22527           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
22528           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
22529           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22530           !> vos/config.ga.h vos/configure_perl.cm
22531 ____________________________________________________________________________
22532 [  8787] By: jhi                                   on 2001/02/13  05:56:36
22533         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
22534      Branch: perl
22535           !> Makefile.SH
22536 ____________________________________________________________________________
22537 [  8786] By: jhi                                   on 2001/02/13  05:54:34
22538         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
22539              From: Dorner Thomas <Thomas.Dorner@start.de>
22540              Date: Mon, 12 Feb 2001 15:06:26 +0100
22541              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
22542      Branch: maint-5.6/perl
22543            ! Makefile.SH
22544 ____________________________________________________________________________
22545 [  8785] By: jhi                                   on 2001/02/13  05:29:04
22546         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
22547      Branch: perl
22548           !> hints/openbsd.sh
22549 ____________________________________________________________________________
22550 [  8784] By: jhi                                   on 2001/02/13  02:25:24
22551         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22552              From: Peter Prymmer <pvhp@forte.com>
22553              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
22554              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
22555      Branch: perl
22556            ! pod/perlclib.pod
22557 ____________________________________________________________________________
22558 [  8783] By: jhi                                   on 2001/02/13  02:22:36
22559         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
22560      Branch: perl
22561            - ebcdic.c
22562            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
22563            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
22564            ! util.c
22565 ____________________________________________________________________________
22566 [  8782] By: jhi                                   on 2001/02/13  02:00:07
22567         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
22568      Branch: maint-5.6/perl
22569            ! pod/perlport.pod
22570 ____________________________________________________________________________
22571 [  8781] By: jhi                                   on 2001/02/13  01:58:44
22572         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
22573      Branch: maint-5.6/perl
22574            ! hints/openbsd.sh
22575 ____________________________________________________________________________
22576 [  8780] By: jhi                                   on 2001/02/13  01:57:33
22577         Log: Synchronize the regexp tests between maintperl and mainline.
22578      Branch: maint-5.6/perl
22579           !> t/op/re_tests
22580 ____________________________________________________________________________
22581 [  8779] By: jhi                                   on 2001/02/13  01:49:35
22582         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22583              From: Hugo <hv@crypt.compulink.co.uk>
22584              Date: Tue, 13 Feb 2001 00:11:11 +0000
22585              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22586      Branch: perl
22587            ! regcomp.c t/op/re_tests
22588 ____________________________________________________________________________
22589 [  8778] By: jhi                                   on 2001/02/13  00:23:10
22590         Log: Comments do not nest.
22591      Branch: perl
22592            ! perl.h
22593 ____________________________________________________________________________
22594 [  8777] By: jhi                                   on 2001/02/13  00:17:54
22595         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22596              From: Hugo <hv@crypt.compulink.co.uk>
22597              Date: Tue, 13 Feb 2001 00:11:11 +0000
22598              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22599      Branch: maint-5.6/perl
22600            ! regcomp.c t/op/re_tests
22601 ____________________________________________________________________________
22602 [  8776] By: jhi                                   on 2001/02/12  23:25:52
22603         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
22604      Branch: maint-5.6/perl
22605            ! pod/perlport.pod
22606 ____________________________________________________________________________
22607 [  8775] By: jhi                                   on 2001/02/12  23:04:28
22608         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
22609      Branch: maint-5.6/perl
22610            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
22611            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22612            ! vos/configure_perl.cm
22613 ____________________________________________________________________________
22614 [  8774] By: jhi                                   on 2001/02/12  22:59:11
22615         Log: Subject: Re: [patch] context for 'U' magic functions
22616              From: Doug MacEachern <dougm@covalent.net>
22617              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
22618              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
22619              
22620              plus the suggestion by Nick Ing-Simmons to name the macro
22621              as PERL_MG_UFUNC to avoid namespace pollution, plus add
22622              the advice by Doug for XS writers to perl.h
22623      Branch: perl
22624            ! mg.c perl.h
22625 ____________________________________________________________________________
22626 [  8773] By: jhi                                   on 2001/02/11  20:14:12
22627         Log: Update Changes.
22628      Branch: perl
22629            ! Changes patchlevel.h
22630 ____________________________________________________________________________
22631 [  8772] By: jhi                                   on 2001/02/11  18:47:52
22632         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22633              From: Simon Cozens <simon@cozens.net>
22634              Date: Wed, 31 Jan 2001 16:31:43 +0000
22635              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
22636      Branch: perl
22637            + pod/perlclib.pod
22638            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
22639            ! pod/perltoc.pod
22640 ____________________________________________________________________________
22641 [  8771] By: jhi                                   on 2001/02/11  18:36:48
22642         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
22643              
22644              Blocks-4d3.beta.txt
22645              CaseFolding-3d4.beta.txt
22646              CompositionExclusions-3d6.beta.txt
22647              EastAsianWidth-4d4.beta.txt
22648              LineBreak-6d3.beta.txt
22649              NamesList-3.1.0d1.beta.txt
22650              PropList-3.1.0d4.beta.txt
22651              SpecialCasing-4d1.beta.txt
22652              UnicodeData-3.1.0d6.beta.txt
22653      Branch: perl
22654            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22655           +> lib/unicode/UCD.html lib/unicode/Unicode.html
22656            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22657            - lib/unicode/Unicode.301
22658            ! (edit 257 files)
22659 ____________________________________________________________________________
22660 [  8770] By: jhi                                   on 2001/02/11  17:26:22
22661         Log: UTF-8 documentation.
22662      Branch: perl
22663            ! utf8.h
22664 ____________________________________________________________________________
22665 [  8769] By: jhi                                   on 2001/02/11  17:12:49
22666         Log: Retract #8762.
22667      Branch: perl
22668            ! regexec.c
22669 ____________________________________________________________________________
22670 [  8768] By: jhi                                   on 2001/02/11  16:54:45
22671         Log: Subject: [PATCH] Test::Harness
22672              From: andreas.koenig@anima.de (Andreas J. Koenig)
22673              Date: 11 Feb 2001 14:37:00 +0100
22674              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
22675      Branch: perl
22676            ! lib/Test/Harness.pm
22677 ____________________________________________________________________________
22678 [  8767] By: jhi                                   on 2001/02/11  16:53:52
22679         Log: Subject: [PATCH] Document makepatch in Porting/patching
22680              From: andreas.koenig@anima.de (Andreas J. Koenig)
22681              Date: 11 Feb 2001 16:46:28 +0100
22682              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
22683      Branch: perl
22684            ! Porting/patching.pod
22685 ____________________________________________________________________________
22686 [  8766] By: jhi                                   on 2001/02/11  06:30:23
22687         Log: Subject: Re: [patch] GvSHARED
22688              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
22689              From: Doug MacEachern <dougm@covalent.net>
22690              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
22691              
22692              Subject: Re: [patch] GvSHARED
22693              From: Doug MacEachern <dougm@covalent.net>
22694              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
22695              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
22696              
22697              Subject: [patch] attributes.pm support for `shared'
22698              From: Doug MacEachern <dougm@covalent.net>
22699              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
22700              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
22701              
22702              our() attributes were ignored, our :shared pieces missing,
22703              allow attributes.pm to turn on shared.
22704      Branch: perl
22705            ! op.c t/op/attrs.t toke.c xsutils.c
22706 ____________________________________________________________________________
22707 [  8765] By: alanbur                               on 2001/02/10  23:11:19
22708         Log: Resync with parent (hopefully sucessfully this time)
22709      Branch: maint-5.6/pureperl
22710           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
22711           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
22712           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22713           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22714           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22715           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22716           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
22717 ____________________________________________________________________________
22718 [  8764] By: jhi                                   on 2001/02/10  22:54:38
22719         Log: Make TEST and UTEST more verbose in case something goes
22720              wrong in running/compiling a script, suggested by Doug
22721              MacEachern.
22722      Branch: perl
22723            ! t/TEST t/UTEST
22724 ____________________________________________________________________________
22725 [  8763] By: jhi                                   on 2001/02/10  22:11:34
22726         Log: Bogus shebang.
22727      Branch: perl
22728            ! t/lib/texttabs.t
22729 ____________________________________________________________________________
22730 [  8762] By: jhi                                   on 2001/02/10  21:56:02
22731         Log: (Retracted by #8769)
22732      Branch: perl
22733            ! regexec.c
22734 ____________________________________________________________________________
22735 [  8761] By: jhi                                   on 2001/02/10  21:26:15
22736         Log: Subject: Re: [patch] GvSHARED 
22737              From: Doug MacEachern <dougm@covalent.net>
22738              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
22739              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
22740              
22741              our @EXPORT : shared = (...);
22742      Branch: perl
22743            ! toke.c
22744 ____________________________________________________________________________
22745 [  8760] By: jhi                                   on 2001/02/10  21:25:07
22746         Log: Subject: [patch] GvSHARED
22747              From: Doug MacEachern <dougm@covalent.net>
22748              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
22749              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
22750      Branch: perl
22751            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
22752 ____________________________________________________________________________
22753 [  8759] By: alanbur                               on 2001/02/10  21:24:27
22754         Log: Backed out mismerge.
22755      Branch: maint-5.6/pureperl
22756            ! MANIFEST README.hpux README.vmesa gv.c installhtml
22757            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
22758            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22759            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22760            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22761            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22762            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
22763 ____________________________________________________________________________
22764 [  8758] By: jhi                                   on 2001/02/10  18:01:17
22765         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
22766              
22767              Fixed UMRs and leak in Perl_pmtrans()
22768              
22769              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22770              associated UTFied tr/// code.  Also fixed scoping leak of
22771              PL_reg_start_tmp.
22772              
22773              newATTRSUB leaks when an attempt to redefine the active sort sub is
22774              made.
22775      Branch: maint-5.6/perl
22776           !> op.c regcomp.c
22777 ____________________________________________________________________________
22778 [  8757] By: alanbur                               on 2001/02/10  17:56:46
22779         Log: Resynchronised with parent
22780      Branch: maint-5.6/pureperl
22781           +> README.bs2000
22782            - README.posix-bc
22783            ! gv.c perl.c sv.c
22784           !> MANIFEST README.hpux README.vmesa installhtml
22785           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
22786           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22787           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
22788           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
22789           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
22790           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
22791 ____________________________________________________________________________
22792 [  8756] By: alanbur                               on 2001/02/10  17:51:15
22793         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
22794              made.
22795      Branch: maint-5.6/pureperl
22796            ! op.c
22797 ____________________________________________________________________________
22798 [  8755] By: jhi                                   on 2001/02/09  22:41:35
22799         Log: Upgrade to CPAN 1.59_54, from Andreas König.
22800      Branch: perl
22801            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22802 ____________________________________________________________________________
22803 [  8754] By: jhi                                   on 2001/02/09  22:29:20
22804         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22805              
22806              Didn't upgrade the fill.t since it has a dependency to File::Slurp
22807              purely for debugging purposes, the actual test hasn't changed.
22808      Branch: perl
22809            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
22810            ! t/lib/textwrap.t
22811 ____________________________________________________________________________
22812 [  8753] By: jhi                                   on 2001/02/09  20:17:50
22813         Log: Integrate change #8682 from maintperl.
22814              
22815              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
22816              to work correctly.
22817      Branch: perl
22818           !> hints/irix_6.sh
22819 ____________________________________________________________________________
22820 [  8752] By: jhi                                   on 2001/02/09  20:00:46
22821         Log: Update Changes.
22822      Branch: perl
22823            ! Changes patchlevel.h
22824 ____________________________________________________________________________
22825 [  8751] By: nick                                  on 2001/02/09  19:48:37
22826         Log: Integrate mainline
22827      Branch: perlio
22828           +> README.bs2000 t/lib/cgi-esc.t
22829            - README.posix-bc
22830           !> (integrate 53 files)
22831 ____________________________________________________________________________
22832 [  8750] By: nick                                  on 2001/02/09  19:25:16
22833         Log: Subject: RE: Biannual Competition to Improve Hashing Function
22834              From: Fisher Mark <fisherm@tce.com>
22835              Date: Thu, 8 Feb 2001 10:44:00 -0500
22836              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
22837              Date: Thu, 8 Feb 2001 15:02:47 -0500
22838              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
22839      Branch: perl
22840            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
22841 ____________________________________________________________________________
22842 [  8749] By: jhi                                   on 2001/02/09  19:02:35
22843         Log: Forgotten fragment.
22844      Branch: perl
22845            ! pod/perlapi.pod
22846 ____________________________________________________________________________
22847 [  8748] By: jhi                                   on 2001/02/09  18:31:34
22848         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
22849              plus manual tweakage.
22850              
22851              Sync the perlfaq2 between mainline and maintperl.
22852      Branch: maint-5.6/perl
22853            ! pod/perlfaq2.pod
22854      Branch: perl
22855           !> pod/perlfaq2.pod
22856 ____________________________________________________________________________
22857 [  8747] By: jhi                                   on 2001/02/09  18:12:04
22858         Log: Subject: versiononly and installperl
22859              From: abigail@foad.org
22860              Date: Wed, 7 Feb 2001 22:43:12 +0100
22861              Message-ID: <20010207214312.7045.qmail@foad.org>    
22862              
22863              Add +v flag to force a normal install of the perl binary
22864              and the utilities.
22865              
22866              Subject: [PATCH] installperl
22867              From: Nicholas Clark <nick@ccl4.org>
22868              Date: Fri, 9 Feb 2001 16:28:57 +0000
22869              Message-ID: <20010209162857.B10931@plum.flirble.org>
22870              
22871              Add -A flag which also hardlinks the binary with
22872              the full architecture name.
22873      Branch: perl
22874            ! installperl
22875 ____________________________________________________________________________
22876 [  8746] By: jhi                                   on 2001/02/09  18:03:43
22877         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
22878              
22879              Subject: perlfaq2, re: perlmongers
22880              
22881              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
22882              
22883              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
22884              
22885              Subject: [ID 20010205.001] typo in perlfaq9
22886              
22887              Subject: [ID 20010208.002] unordered explanation in perlcall
22888      Branch: maint-5.6/perl
22889           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
22890           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
22891           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
22892 ____________________________________________________________________________
22893 [  8745] By: jhi                                   on 2001/02/09  17:59:09
22894         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
22895              From: abela@geneanet.org
22896              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
22897              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
22898      Branch: perl
22899            ! pod/perlcall.pod
22900 ____________________________________________________________________________
22901 [  8744] By: jhi                                   on 2001/02/09  17:48:16
22902         Log: Subject: [ID 20010205.001] typo in perlfaq9
22903              From: eserte@vran.herceg.de
22904              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
22905              Message-Id: <200102042244.XAA21926@vran.herceg.de>
22906      Branch: perl
22907            ! pod/perlfaq9.pod
22908 ____________________________________________________________________________
22909 [  8743] By: jhi                                   on 2001/02/09  17:25:12
22910         Log: Integrate change #8695 from maintperl.
22911              
22912              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
22913      Branch: perl
22914           !> thread.h
22915 ____________________________________________________________________________
22916 [  8742] By: jhi                                   on 2001/02/09  17:21:22
22917         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22918              From: Andy Dougherty <doughera@lafayette.edu>
22919              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
22920              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
22921      Branch: perl
22922            ! embed.pl
22923 ____________________________________________________________________________
22924 [  8741] By: jhi                                   on 2001/02/09  17:05:19
22925         Log: Integrate changes #8738,8739,8740 from maintperl.
22926              
22927              Html files will be installed in a more logical and easier to
22928              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
22929              
22930              Html files will be generated with a header to make them look
22931              a little less bare.
22932              
22933              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22934      Branch: perl
22935           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
22936 ____________________________________________________________________________
22937 [  8740] By: jhi                                   on 2001/02/09  17:03:46
22938         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
22939              From: "Brendan O'Dea" <bod@compusol.com.au>
22940              Date: Sun, 4 Feb 2001 11:17:56 +1100
22941              Message-ID: <20010204111756.A16301@compusol.com.au>
22942      Branch: maint-5.6/perl
22943            ! pod/perlfaq3.pod
22944 ____________________________________________________________________________
22945 [  8739] By: jhi                                   on 2001/02/09  17:01:59
22946         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
22947              From: "Indy Singh" <indy@nusphere.com>
22948              Date: Fri, 2 Feb 2001 15:09:59 -0500
22949              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
22950              
22951              Html files will be generated with a header to make them look
22952              a little less bare.
22953      Branch: maint-5.6/perl
22954            ! installhtml
22955 ____________________________________________________________________________
22956 [  8738] By: jhi                                   on 2001/02/09  16:58:48
22957         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
22958              From: "Indy Singh" <indy@nusphere.com>
22959              Date: Fri, 2 Feb 2001 15:08:23 -0500
22960              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
22961              
22962              Html files will be installed in a more logical and easier to
22963              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
22964      Branch: maint-5.6/perl
22965            ! win32/Makefile win32/makefile.mk
22966 ____________________________________________________________________________
22967 [  8737] By: jhi                                   on 2001/02/09  16:46:54
22968         Log: Integrate changes #8687,8736 from maintperl.
22969              
22970              HP-UX thread patches from Merijn H. Brand.
22971              
22972              Latin nit from Philip Newton.
22973      Branch: perl
22974           !> README.hpux hints/hpux.sh
22975 ____________________________________________________________________________
22976 [  8736] By: jhi                                   on 2001/02/09  16:42:31
22977         Log: Latin nit from Philip Newton.
22978      Branch: maint-5.6/perl
22979            ! README.hpux
22980 ____________________________________________________________________________
22981 [  8735] By: jhi                                   on 2001/02/09  16:24:03
22982         Log: Integrate changes #8704,8710 from pureperl.
22983              
22984              Fixed UMRs and leak in Perl_pmtrans()
22985              
22986              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
22987              associated UTFied tr/// code.  Also fixed scoping leak of
22988              PL_reg_start_tmp.
22989      Branch: perl
22990           !> op.c regcomp.c
22991 ____________________________________________________________________________
22992 [  8734] By: jhi                                   on 2001/02/09  15:40:21
22993         Log: Integrate change #8733 from maintperl.
22994              
22995              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
22996      Branch: perl
22997           !> pod/perlre.pod
22998 ____________________________________________________________________________
22999 [  8733] By: jhi                                   on 2001/02/09  15:35:47
23000         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23001              From: Prymmer/Kahn <pvhp@best.com>
23002              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
23003              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
23004      Branch: maint-5.6/perl
23005            ! pod/perlre.pod
23006 ____________________________________________________________________________
23007 [  8732] By: jhi                                   on 2001/02/09  15:26:17
23008         Log: Rename README.posix-bc to README.bs2000 (to avoid the
23009              confusion of a "perlposix-bc.pod"), add a few missing
23010              arch pods, regen toc.
23011      Branch: maint-5.6/perl
23012           +> README.bs2000
23013            - README.posix-bc
23014            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23015            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23016 ____________________________________________________________________________
23017 [  8731] By: jhi                                   on 2001/02/09  15:23:39
23018         Log: De-cut-and-pasto.
23019      Branch: perl
23020            ! pod/perl.pod
23021 ____________________________________________________________________________
23022 [  8730] By: jhi                                   on 2001/02/09  15:11:13
23023         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
23024              when people think that perlposix-bc.pod tells anything about
23025              Perl and POSIX.  Regen toc.
23026      Branch: perl
23027           +> README.bs2000
23028            - README.posix-bc
23029            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23030            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23031 ____________________________________________________________________________
23032 [  8729] By: jhi                                   on 2001/02/09  14:52:28
23033         Log: The README.vmesa part of #8712 from maintperl.
23034      Branch: perl
23035            ! README.vmesa
23036 ____________________________________________________________________________
23037 [  8728] By: jhi                                   on 2001/02/09  14:46:06
23038         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
23039              From: Peter Prymmer <pvhp@forte.com>
23040              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
23041              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
23042      Branch: maint-5.6/perl
23043            ! README.vmesa win32/Makefile win32/makefile.mk
23044 ____________________________________________________________________________
23045 [  8727] By: jhi                                   on 2001/02/09  14:33:25
23046         Log: Integrate change #8712 from mainline.
23047              
23048              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
23049      Branch: maint-5.6/perl
23050           !> lib/Pod/Find.pm
23051 ____________________________________________________________________________
23052 [  8726] By: jhi                                   on 2001/02/09  14:30:28
23053         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
23054              From: Peter Prymmer <pvhp@forte.com>
23055              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
23056              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
23057      Branch: perl
23058            + t/lib/cgi-esc.t
23059            ! MANIFEST lib/CGI/Util.pm
23060 ____________________________________________________________________________
23061 [  8725] By: jhi                                   on 2001/02/09  04:56:47
23062         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
23063      Branch: maint-5.6/perl
23064            ! pod/perlport.pod
23065 ____________________________________________________________________________
23066 [  8724] By: jhi                                   on 2001/02/09  04:40:59
23067         Log: Integrate changes 7819,7820 from vmsperl into mainline.
23068              
23069              Add header for LIB$ prototypes (C. Berry)
23070              
23071              Convert fwrite()s to sockets to write()s, since some socket stacks
23072              don't take kindly to stdio.
23073              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23074              (for often optional LNMs)
23075              Correct a few typos
23076              (C. Bailey)
23077      Branch: perl
23078           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
23079 ____________________________________________________________________________
23080 [  8723] By: jhi                                   on 2001/02/09  03:29:29
23081         Log: Integrate change #8722 from mainline.
23082              
23083              The Im() function wasn't returning zero for non-Math::Complex
23084              arguments.  The bug reported by John Gamble.
23085      Branch: maint-5.6/perl
23086           !> lib/Math/Complex.pm
23087 ____________________________________________________________________________
23088 [  8722] By: jhi                                   on 2001/02/09  03:28:33
23089         Log: The Im() function wasn't returning zero for non-Math::Complex
23090              arguments.  The bug reported by John Gamble.
23091      Branch: perl
23092            ! lib/Math/Complex.pm
23093 ____________________________________________________________________________
23094 [  8721] By: nick                                  on 2001/02/08  22:11:35
23095         Log: Correct the correction :-(
23096      Branch: perl
23097            ! perl.c
23098 ____________________________________________________________________________
23099 [  8720] By: bailey                                on 2001/02/08  20:59:22
23100         Log: Convert frwite()s to sockets to write()s, since some socket stacks
23101              don't take kindly to stdio.
23102              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23103              (for often optional LNMs)
23104              Correct a few typos
23105              (C. Bailey)
23106      Branch: vmsperl
23107            ! vms/vms.c vms/vmsish.h
23108 ____________________________________________________________________________
23109 [  8719] By: bailey                                on 2001/02/08  20:51:02
23110         Log: Add header for LIB$ prototypes (C. Berry)
23111      Branch: vmsperl
23112            ! ext/Devel/DProf/DProf.xs
23113 ____________________________________________________________________________
23114 [  8718] By: bailey                                on 2001/02/08  20:49:00
23115         Log: SYN SYN
23116      Branch: vmsperl
23117           +> pod/perliol.pod t/lib/sample-tests/bailout
23118           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
23119           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
23120           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
23121           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
23122           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
23123           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
23124            - lib/unicode/Is/DCinital.pl
23125           !> (integrate 101 files)
23126 ____________________________________________________________________________
23127 [  8717] By: nick                                  on 2001/02/08  19:38:48
23128         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
23129              From: Robin Barker <rmb1@cise.npl.co.uk>
23130              Date: Thu, 8 Feb 2001 14:38:07 GMT
23131              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
23132      Branch: perl
23133            ! lib/CPAN.pm
23134 ____________________________________________________________________________
23135 [  8716] By: nick                                  on 2001/02/08  19:29:07
23136         Log: Generated files form 8713 etc.
23137      Branch: perl
23138            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23139 ____________________________________________________________________________
23140 [  8715] By: nick                                  on 2001/02/08  19:26:08
23141         Log: Fixup non-ithread build after 8713
23142      Branch: perl
23143            ! perl.c
23144 ____________________________________________________________________________
23145 [  8714] By: nick                                  on 2001/02/08  19:17:45
23146         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
23147              From: nick@ccl4.org
23148              Date: Wed, 7 Feb 2001 00:27:47 +0000
23149              Message-Id: <20010207002747.B63724@plum.flirble.org>
23150      Branch: perl
23151            ! sv.c toke.c
23152 ____________________________________________________________________________
23153 [  8713] By: nick                                  on 2001/02/08  19:15:58
23154         Log: Subject: Re: [patch] Re: PL_ptr_table
23155              From: Doug Maceachern <dougm@covalent.net>
23156              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
23157              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
23158      Branch: perl
23159            ! embed.pl perl.c sv.c sv.h
23160 ____________________________________________________________________________
23161 [  8712] By: nick                                  on 2001/02/08  19:12:47
23162         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
23163              From: Peter Prymmer <pvhp@forte.com>
23164              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
23165              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
23166      Branch: perl
23167            ! lib/Pod/Find.pm
23168 ____________________________________________________________________________
23169 [  8711] By: nick                                  on 2001/02/07  21:06:11
23170         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
23171              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
23172              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23173              Date: Tue, 06 Feb 2001 23:37:01 +0000
23174              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
23175      Branch: perl
23176            ! regcomp.c
23177 ____________________________________________________________________________
23178 [  8710] By: alanbur                               on 2001/02/07  00:22:04
23179         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23180              associated UTFied tr/// code.  Also fixed scoping leak of
23181              PL_reg_start_tmp.
23182      Branch: maint-5.6/pureperl
23183            ! op.c regcomp.c
23184 ____________________________________________________________________________
23185 [  8709] By: nick                                  on 2001/02/06  21:16:49
23186         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23187              From: Michael G Schwern <schwern@pobox.com>
23188              Date: Sun, 4 Feb 2001 19:47:14 -0500
23189              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
23190      Branch: perl
23191            ! pod/perlapi.pod pod/perlmodlib.PL
23192 ____________________________________________________________________________
23193 [  8708] By: nick                                  on 2001/02/06  20:41:20
23194         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23195              From: Michael G Schwern <schwern@pobox.com>
23196              Date: Sun, 4 Feb 2001 21:17:49 -0500
23197              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
23198      Branch: perl
23199            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
23200            ! pod/perltootc.pod
23201 ____________________________________________________________________________
23202 [  8707] By: nick                                  on 2001/02/06  20:29:11
23203         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
23204              From: Michael G Schwern <schwern@pobox.com>
23205              Date: Tue, 6 Feb 2001 05:54:30 -0500
23206              Message-Id: <20010206055430.A951@blackrider.aocn.com>
23207      Branch: perl
23208            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
23209 ____________________________________________________________________________
23210 [  8706] By: nick                                  on 2001/02/06  20:21:40
23211         Log: Subject: RE: some win32 fixes
23212              Date: Tue, 6 Feb 2001 09:23:20 +0300
23213              From: Vadim Konovalov <vkonovalov@lucent.com>
23214              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
23215      Branch: perl
23216            ! toke.c win32/Makefile win32/config.bc win32/config.gc
23217            ! win32/config.vc win32/config_H.bc win32/makefile.mk
23218 ____________________________________________________________________________
23219 [  8705] By: alanbur                               on 2001/02/06  15:00:03
23220         Log: Synchronised with parent
23221      Branch: maint-5.6/pureperl
23222            ! regexec.c
23223           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23224           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
23225 ____________________________________________________________________________
23226 [  8704] By: alanbur                               on 2001/02/06  14:55:24
23227         Log: Fixed UMRs and leak in Perl_pmtrans()
23228      Branch: maint-5.6/pureperl
23229            ! op.c
23230 ____________________________________________________________________________
23231 [  8703] By: gsar                                  on 2001/02/06  02:29:37
23232         Log: $(MAKE) distclean doesn't clean up properly on windows
23233      Branch: maint-5.6/perl
23234            ! win32/Makefile win32/makefile.mk
23235 ____________________________________________________________________________
23236 [  8702] By: gsar                                  on 2001/02/06  01:00:46
23237         Log: tweak change#8659 to keep it simple
23238      Branch: maint-5.6/perl
23239            ! utils/perldoc.PL
23240 ____________________________________________________________________________
23241 [  8701] By: gsar                                  on 2001/02/05  22:45:41
23242         Log: change#8693 was missing testsuite changes
23243      Branch: maint-5.6/perl
23244           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23245 ____________________________________________________________________________
23246 [  8700] By: nick                                  on 2001/02/05  20:32:52
23247         Log: Integrate mainline
23248      Branch: perlio
23249           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
23250           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23251           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23252           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23253           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23254           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23255           +> t/lib/test-harness.t
23256           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
23257           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
23258           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
23259           !> pod/perlutil.pod t/TEST utils/h2xs.PL
23260 ____________________________________________________________________________
23261 [  8699] By: nick                                  on 2001/02/05  19:41:07
23262         Log: Subject: perlfaq2, re: perlmongers
23263              From: David H. Adler <dha@panix.com>
23264              Date: Sun, 4 Feb 2001 23:48:23 -0500
23265              Message-Id: <20010204234823.A13429@panix.com>
23266      Branch: perl
23267            ! pod/perlfaq2.pod
23268 ____________________________________________________________________________
23269 [  8698] By: nick                                  on 2001/02/05  19:39:31
23270         Log: Missed file f#rom the testharness mess.
23271      Branch: perl
23272            + t/lib/test-harness.t
23273 ____________________________________________________________________________
23274 [  8697] By: nick                                  on 2001/02/05  19:37:21
23275         Log: Subject: [DOC PATCH] overload.pm nits
23276              From: John Tobey <jtobey@john-edwin-tobey.org>
23277              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
23278              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
23279      Branch: perl
23280            ! lib/overload.pm
23281 ____________________________________________________________________________
23282 [  8696] By: alanbur                               on 2001/02/05  11:56:00
23283         Log: Sync with parent
23284      Branch: maint-5.6/pureperl
23285           !> thread.h
23286 ____________________________________________________________________________
23287 [  8695] By: gsar                                  on 2001/02/05  03:27:34
23288         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23289      Branch: maint-5.6/perl
23290            ! thread.h
23291 ____________________________________________________________________________
23292 [  8694] By: alanbur                               on 2001/02/05  00:07:47
23293         Log: Initial branch creation from //depot/maint-5.6/perl
23294      Branch: maint-5.6/pureperl
23295           +> (branch 1719 files)
23296 ____________________________________________________________________________
23297 [  8693] By: gsar                                  on 2001/02/04  22:38:49
23298         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
23299              changes)
23300      Branch: maint-5.6/perl
23301           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23302           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
23303           !> ext/DB_File/version.c
23304 ____________________________________________________________________________
23305 [  8692] By: nick                                  on 2001/02/04  18:15:57
23306         Log: The missed t/TEST part of the grand testharness upgrade.
23307      Branch: perl
23308            ! t/TEST
23309 ____________________________________________________________________________
23310 [  8691] By: nick                                  on 2001/02/04  18:05:17
23311         Log: New improved test harness
23312              Subject: Re: [PATCH Test::Harness] Third time's a charm?
23313              From: Michael G Schwern <schwern@pobox.com>
23314              Date: Sun, 4 Feb 2001 08:01:20 -0500
23315              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
23316      Branch: perl
23317            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
23318            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23319            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23320            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23321            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23322            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23323            ! MANIFEST lib/Test/Harness.pm
23324 ____________________________________________________________________________
23325 [  8690] By: nick                                  on 2001/02/04  17:57:51
23326         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
23327              From: Jonathan Stowe <gellyfish@gellyfish.com>
23328              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
23329              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
23330      Branch: perl
23331            ! utils/h2xs.PL
23332 ____________________________________________________________________________
23333 [  8689] By: nick                                  on 2001/02/04  17:55:24
23334         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
23335              From: Michael G Schwern <schwern@pobox.com>
23336              Date: Sat, 3 Feb 2001 22:46:38 -0500
23337              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
23338      Branch: perl
23339            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
23340            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
23341 ____________________________________________________________________________
23342 [  8688] By: nick                                  on 2001/02/04  17:43:55
23343         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
23344              length byfailing to spot lack of closing )
23345              From: nick@talking.bollo.cx
23346              Date: Sat, 03 Feb 2001 23:53:16 +0000
23347              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
23348      Branch: perl
23349            ! perlio.c pod/perldiag.pod
23350 ____________________________________________________________________________
23351 [  8687] By: jhi                                   on 2001/02/03  17:11:42
23352         Log: HP-UX thread patches from Merijn H. Brand.
23353      Branch: maint-5.6/perl
23354            ! README.hpux hints/hpux.sh
23355 ____________________________________________________________________________
23356 [  8686] By: jhi                                   on 2001/02/03  16:40:12
23357         Log: Metaconfig changes for #8685.
23358      Branch: metaconfig
23359            ! U/installdirs/instubperl.U
23360      Branch: metaconfig/U/perl
23361            ! Devel.U versiononly.U
23362 ____________________________________________________________________________
23363 [  8685] By: jhi                                   on 2001/02/03  16:39:49
23364         Log: For -Dusedevel builds turn off installusrbinperl and turn on
23365              versiononly, a combined idea of Richard Soderberg and Merijn
23366              H. Brand.  You can still override both of these from the command
23367              line if you need to, -Dinstallusrbinperl and -Uversiononly.
23368      Branch: perl
23369            ! Configure
23370 ____________________________________________________________________________
23371 [  8684] By: jhi                                   on 2001/02/03  16:16:34
23372         Log: Metaconfig unit fix for #8683.
23373      Branch: metaconfig
23374            ! U/compline/nblock_io.U
23375 ____________________________________________________________________________
23376 [  8683] By: jhi                                   on 2001/02/03  16:16:12
23377         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
23378              reported by Peter Prymmer for 5.6-TRIAL1.
23379      Branch: perl
23380            ! Configure
23381 ____________________________________________________________________________
23382 [  8682] By: jhi                                   on 2001/02/03  05:52:11
23383         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23384              to work correctly.
23385      Branch: maint-5.6/perl
23386            ! hints/irix_6.sh
23387 ____________________________________________________________________________
23388 [  8681] By: jhi                                   on 2001/02/03  05:47:33
23389         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
23390      Branch: maint-5.6/perl
23391            ! pod/perlport.pod
23392 ____________________________________________________________________________
23393 [  8680] By: jhi                                   on 2001/02/02  21:39:49
23394         Log: perlport update from Peter Prymmer.
23395      Branch: maint-5.6/perl
23396            ! pod/perlport.pod
23397 ____________________________________________________________________________
23398 [  8679] By: nick                                  on 2001/02/02  20:50:48
23399         Log: Integrate mainline
23400      Branch: perlio
23401           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23402           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
23403           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23404 ____________________________________________________________________________
23405 [  8678] By: gsar                                  on 2001/02/02  16:02:12
23406         Log: note about bincompat, slightly modified (from Lupe Christoph)
23407      Branch: maint-5.6/perl
23408            ! README.solaris
23409 ____________________________________________________________________________
23410 [  8677] By: jhi                                   on 2001/02/02  15:46:20
23411         Log: Supported platforms updates.
23412      Branch: maint-5.6/perl
23413            ! pod/perlport.pod
23414 ____________________________________________________________________________
23415 [  8676] By: jhi                                   on 2001/02/02  03:41:26
23416         Log: A couple more perlfaq2 tweaks.
23417      Branch: maint-5.6/perl
23418            ! pod/perlfaq2.pod
23419 ____________________________________________________________________________
23420 [  8675] By: jhi                                   on 2001/02/02  03:17:44
23421         Log: Misedit in #8661.
23422      Branch: maint-5.6/perl
23423            ! Configure
23424 ____________________________________________________________________________
23425 [  8674] By: jhi                                   on 2001/02/02  03:14:38
23426         Log: Damien again.
23427      Branch: maint-5.6/perl
23428            ! pod/perlfaq2.pod
23429 ____________________________________________________________________________
23430 [  8673] By: jhi                                   on 2001/02/02  03:12:40
23431         Log: perlfaq update from Elaine Ashton.
23432      Branch: maint-5.6/perl
23433            ! pod/perlfaq2.pod
23434 ____________________________________________________________________________
23435 [  8672] By: jhi                                   on 2001/02/02  03:07:08
23436         Log: UTF-8 s/// patch from Inaba Hiroto.
23437      Branch: maint-5.6/perl
23438            ! pp_ctl.c pp_hot.c
23439 ____________________________________________________________________________
23440 [  8671] By: jhi                                   on 2001/02/01  22:34:31
23441         Log: Update Changes.
23442      Branch: perl
23443            ! Changes patchlevel.h
23444 ____________________________________________________________________________
23445 [  8670] By: jhi                                   on 2001/02/01  22:15:29
23446         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
23447              from maintperl.
23448              
23449              Upgrade to Getopt::Long 2.25, from Johan Vromans.
23450              
23451              more files need to be writable in the source distribution
23452              
23453              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23454              
23455              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23456              
23457              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23458              
23459              Allow the float to be fuzzier.
23460              
23461              need to use INT2PTR instead of a straight cast or ia64 fails
23462              
23463              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
23464              
23465              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23466      Branch: perl
23467           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23468           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
23469           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23470 ____________________________________________________________________________
23471 [  8669] By: jhi                                   on 2001/02/01  21:57:02
23472         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23473              From: Robin Barker <rmb1@cise.npl.co.uk>
23474              Date: Thu, 1 Feb 2001 16:59:05 GMT
23475              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
23476      Branch: maint-5.6/perl
23477            ! pod/perlmodlib.PL
23478 ____________________________________________________________________________
23479 [  8668] By: nick                                  on 2001/02/01  19:41:40
23480         Log: Integrate mainline
23481      Branch: perlio
23482           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
23483           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
23484           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
23485 ____________________________________________________________________________
23486 [  8667] By: gsar                                  on 2001/02/01  16:59:11
23487         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23488      Branch: maint-5.6/perl
23489            ! embed.pl embedvar.h
23490 ____________________________________________________________________________
23491 [  8666] By: gsar                                  on 2001/02/01  16:34:51
23492         Log: add missing entries to win32/config.?c
23493      Branch: maint-5.6/perl
23494            ! win32/config.bc win32/config.gc win32/config.vc
23495            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23496 ____________________________________________________________________________
23497 [  8665] By: jhi                                   on 2001/02/01  14:58:51
23498         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
23499              From: "Stephen P. Potter" <spp@spotter.yi.org>
23500              Date: Thu, 01 Feb 2001 10:45:46 -0500
23501              Message-Id: <200102011545.KAA31479@spotter.yi.org>
23502      Branch: maint-5.6/perl
23503            ! pod/perlfunc.pod
23504 ____________________________________________________________________________
23505 [  8664] By: gsar                                  on 2001/02/01  14:52:37
23506         Log: need to use INT2PTR instead of a straight cast or ia64 fails
23507              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
23508      Branch: maint-5.6/perl
23509            ! ext/POSIX/POSIX.xs
23510 ____________________________________________________________________________
23511 [  8663] By: jhi                                   on 2001/02/01  14:09:13
23512         Log: Allow the float to be fuzzier.
23513      Branch: maint-5.6/perl
23514            ! t/lib/peek.t
23515 ____________________________________________________________________________
23516 [  8662] By: jhi                                   on 2001/02/01  13:59:00
23517         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23518              From: Robin Barker <rmb1@cise.npl.co.uk>
23519              Date: Thu, 1 Feb 2001 13:05:39 GMT
23520              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
23521      Branch: maint-5.6/perl
23522            ! pod/perlmodlib.pod
23523 ____________________________________________________________________________
23524 [  8661] By: jhi                                   on 2001/02/01  13:57:38
23525         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
23526              Date: Thu, 01 Feb 2001 14:15:41 +0100
23527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23528              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
23529              
23530              Have the $ccflags in the gcc version test (strange, this change
23531              is claimed to be have been integrated already)
23532      Branch: maint-5.6/perl
23533            ! Configure
23534 ____________________________________________________________________________
23535 [  8660] By: jhi                                   on 2001/02/01  13:44:10
23536         Log: Integrate changes #7950,7964,7962 from mainline.
23537              
23538              Find the stdchar signedness using cpp, should fix some of
23539              the Solaris compiler warnings reported by Alan Burlison.
23540      Branch: maint-5.6/perl
23541           !> Configure config_h.SH
23542 ____________________________________________________________________________
23543 [  8659] By: jhi                                   on 2001/02/01  05:35:32
23544         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23545              From: Jan Dubois <JanD@ActiveState.com>
23546              Date: Wed, 31 Jan 2001 21:17:03 -0800
23547              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23548      Branch: maint-5.6/perl
23549            ! utils/perldoc.PL
23550 ____________________________________________________________________________
23551 [  8658] By: jhi                                   on 2001/02/01  04:33:17
23552         Log: Integrate the README.os390 and README.posix-bc parts of mainline
23553              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
23554              installperl parts were taken care of by #8657.)
23555      Branch: maint-5.6/perl
23556           !> README.os390 README.posix-bc
23557 ____________________________________________________________________________
23558 [  8657] By: jhi                                   on 2001/02/01  04:29:21
23559         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23560              From: Peter Prymmer <pvhp@forte.com>
23561              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
23562              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
23563      Branch: maint-5.6/perl
23564            + ext/DynaLoader/dl_dllload.xs
23565            ! MANIFEST Makefile.SH hints/os390.sh installperl
23566 ____________________________________________________________________________
23567 [  8656] By: jhi                                   on 2001/02/01  04:25:45
23568         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
23569              From: Peter Prymmer <pvhp@forte.com>
23570              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
23571              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
23572      Branch: maint-5.6/perl
23573            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
23574 ____________________________________________________________________________
23575 [  8655] By: jhi                                   on 2001/02/01  04:14:47
23576         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
23577              From: troc@netrus.net
23578              Date: Wed, 31 Jan 2001 22:31:26 -0500
23579              Message-Id: <200102010331.WAA117.85@rocco.homenet>
23580      Branch: maint-5.6/perl
23581            ! os2/os2.c
23582 ____________________________________________________________________________
23583 [  8654] By: jhi                                   on 2001/02/01  04:12:52
23584         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23585              as reported by Alan Burlison.
23586      Branch: maint-5.6/perl
23587            ! pp.h
23588 ____________________________________________________________________________
23589 [  8653] By: jhi                                   on 2001/02/01  04:05:12
23590         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
23591              From: dsugalski@northernlight.com
23592              Date: Wed, 31 Jan 2001 18:54:11 -0500
23593              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
23594      Branch: maint-5.6/perl
23595            ! configure.com
23596 ____________________________________________________________________________
23597 [  8652] By: jhi                                   on 2001/02/01  04:03:11
23598         Log: Misplaced #endif.
23599              
23600              Subject: [perl-5-6-1-trial2] patches for EPOC
23601              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23602              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23603              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23604      Branch: maint-5.6/perl
23605            ! epoc/epocish.c
23606 ____________________________________________________________________________
23607 [  8651] By: jhi                                   on 2001/02/01  04:00:25
23608         Log: Integrate changes #8647,8648,8650 from mainline.
23609              
23610              Macrofy a magic UTF-8 test.
23611              
23612              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
23613              
23614              Watch out for cross compiling for EPOC (usually done on linux).
23615      Branch: maint-5.6/perl
23616           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
23617 ____________________________________________________________________________
23618 [  8650] By: jhi                                   on 2001/02/01  03:56:20
23619         Log: Watch out for cross compiling for EPOC (usually done on linux)
23620              
23621              Subject: [perl-5-6-1-trial2] patches for EPOC
23622              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23623              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23624              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23625      Branch: perl
23626            ! ext/Errno/Errno_pm.PL
23627 ____________________________________________________________________________
23628 [  8649] By: gsar                                  on 2001/02/01  00:46:00
23629         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23630      Branch: maint-5.6/perl
23631            ! sv.c
23632 ____________________________________________________________________________
23633 [  8648] By: jhi                                   on 2001/01/31  23:35:36
23634         Log: All the uses of PL_numeric_radix must be protected by
23635              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
23636              
23637              Subject: [perl-5-6-1-trial2] patches for EPOC
23638              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23639              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23640              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23641      Branch: perl
23642            ! sv.c
23643 ____________________________________________________________________________
23644 [  8647] By: jhi                                   on 2001/01/31  22:56:16
23645         Log: Macrofy a magic UTF-8 test.
23646      Branch: perl
23647            ! utf8.c utf8.h
23648 ____________________________________________________________________________
23649 [  8646] By: gsar                                  on 2001/01/31  15:55:12
23650         Log: update Changes
23651      Branch: maint-5.6/perl
23652            ! Changes
23653 ____________________________________________________________________________
23654 [  8645] By: gsar                                  on 2001/01/31  15:10:14
23655         Log: Configure tweak suggested by Peter Prymmer
23656      Branch: maint-5.6/perl
23657            ! Configure
23658 ____________________________________________________________________________
23659 [  8644] By: gsar                                  on 2001/01/31  15:06:32
23660         Log: more files need to be writable in the source distribution
23661      Branch: maint-5.6/perl
23662            ! Porting/makerel
23663 ____________________________________________________________________________
23664 [  8643] By: jhi                                   on 2001/01/31  14:59:46
23665         Log: Integrate changes #8258,8278,8279 from mainline.
23666              
23667              Make the large file tests more robust/talkative.
23668      Branch: maint-5.6/perl
23669           !> t/lib/syslfs.t t/op/lfs.t
23670 ____________________________________________________________________________
23671 [  8642] By: gsar                                  on 2001/01/31  14:53:48
23672         Log: integrate changes#8311,8334 from mainline
23673              
23674              Add a new MakeMaker variable PM_FILTER that defines a Unix
23675              filter to be run on each .pm during the pm_to_blib() phase,
23676              a fixed version of
23677              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
23678              
23679              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
23680              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
23681              accurate reading of the "atime".  
23682      Branch: maint-5.6/perl
23683           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
23684           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23685           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
23686 ____________________________________________________________________________
23687 [  8641] By: jhi                                   on 2001/01/31  14:46:37
23688         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
23689      Branch: maint-5.6/perl
23690            ! lib/Getopt/Long.pm
23691 ____________________________________________________________________________
23692 [  8640] By: gsar                                  on 2001/01/31  14:40:24
23693         Log: make regen_all
23694      Branch: maint-5.6/perl
23695            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
23696 ____________________________________________________________________________
23697 [  8639] By: gsar                                  on 2001/01/31  14:37:25
23698         Log: refresh windows config files
23699      Branch: maint-5.6/perl
23700            ! win32/Makefile win32/config_H.bc win32/config_H.gc
23701            ! win32/config_H.vc win32/makefile.mk
23702 ____________________________________________________________________________
23703 [  8638] By: gsar                                  on 2001/01/31  14:28:10
23704         Log: makefile tweaks for windows: introduce a bulk-switch to enable
23705              same options as ActivePerl; sync changes with makefile.mk
23706      Branch: maint-5.6/perl
23707            ! win32/Makefile win32/makefile.mk
23708 ____________________________________________________________________________
23709 [  8637] By: jhi                                   on 2001/01/31  04:41:30
23710         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
23711              From: Nicholas Clark <nick@ccl4.org>
23712              Date: Tue, 30 Jan 2001 19:51:05 +0000
23713              Message-ID: <20010130195105.R76607@plum.flirble.org> 
23714              
23715              op/inc cure.
23716      Branch: perl
23717            ! pp.c pp.h pp_hot.c t/op/arith.t
23718 ____________________________________________________________________________
23719 [  8636] By: jhi                                   on 2001/01/31  02:38:32
23720         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
23721              no perlio],8257,8380,8479,8515 from mainline.
23722              
23723              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
23724              
23725              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
23726              Subject: [PATCH perl@8133] fix-up for VMS extensions
23727              
23728              In VMS embedded perls couldn't access the statically built Socket.
23729              
23730              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
23731              
23732              Further VMS piping fixes from Charles Lane.
23733              
23734              Subject:  [PATCH] make t/op/misc.t work on VMS
23735              
23736              Add tracing for debugging extensions builds in VMS.
23737              
23738              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
23739      Branch: maint-5.6/perl
23740           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
23741           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
23742           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
23743 ____________________________________________________________________________
23744 [  8635] By: jhi                                   on 2001/01/31  01:46:41
23745         Log: Integrate change #7732 from mainline.
23746              
23747              Sparc 64-bit pack() fix from Jens Hamisch.
23748      Branch: maint-5.6/perl
23749           !> pp.c
23750 ____________________________________________________________________________
23751 [  8634] By: jhi                                   on 2001/01/31  01:41:16
23752         Log: One spot missing from #8626.
23753      Branch: maint-5.6/perl
23754            ! sv.c
23755 ____________________________________________________________________________
23756 [  8633] By: jhi                                   on 2001/01/31  00:49:17
23757         Log: Integrate change #7495 from mainline.
23758              
23759              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
23760      Branch: maint-5.6/perl
23761           !> MANIFEST ext/re/Makefile.PL
23762 ____________________________________________________________________________
23763 [  8632] By: jhi                                   on 2001/01/30  23:38:49
23764         Log: Integrate change #8396 from mainline.
23765              
23766              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
23767              better multicast support (resend)
23768      Branch: maint-5.6/perl
23769           !> ext/Socket/Socket.pm
23770 ____________________________________________________________________________
23771 [  8631] By: jhi                                   on 2001/01/30  23:28:03
23772         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
23773              
23774              More AIX lore. (7514, ext/re/hints/aix.pl)
23775              
23776              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
23777              
23778              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)
23779              
23780              Subject: [ID 20001214.002] Net::Ping patch
23781              
23782              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
23783              
23784              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
23785              
23786              Add ReuseAddr as a (preferred) alias for Reuse as we now
23787              also have ReusePort.
23788              
23789              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
23790      Branch: maint-5.6/perl
23791           +> ext/re/hints/aix.pl
23792           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
23793           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
23794 ____________________________________________________________________________
23795 [  8630] By: jhi                                   on 2001/01/30  23:03:59
23796         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
23797              
23798              read() documentation tweak for 20001121.004.
23799              
23800              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
23801      Branch: maint-5.6/perl
23802           !> pod/perlfunc.pod pod/perlre.pod
23803 ____________________________________________________________________________
23804 [  8629] By: jhi                                   on 2001/01/30  22:41:57
23805         Log: Integrate change #8098 from mainline.
23806              
23807              fastgetcwd is defined using a glob alias on a $^O dependent basis
23808              and there was no default assignment or perl subroutine.
23809      Branch: maint-5.6/perl
23810           !> lib/Cwd.pm
23811 ____________________________________________________________________________
23812 [  8628] By: jhi                                   on 2001/01/30  21:58:52
23813         Log: Integrate change #7866 from mainline.
23814              
23815              File::Temp 0.11.
23816      Branch: maint-5.6/perl
23817           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
23818 ____________________________________________________________________________
23819 [  8627] By: jhi                                   on 2001/01/30  21:39:44
23820         Log: Integrate changes #8075,8086,8228 from mainline.  
23821              
23822              Darwin is not Windows. (8075,8086)
23823              
23824              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
23825      Branch: maint-5.6/perl
23826           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
23827           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
23828           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
23829           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
23830 ____________________________________________________________________________
23831 [  8626] By: jhi                                   on 2001/01/30  21:22:11
23832         Log: Integrate with tweakery the change #8625 from mainline,
23833              the multibyte decimal separator fix ("fa_IR locale failure").
23834      Branch: maint-5.6/perl
23835            ! embedvar.h perlapi.h
23836           !> intrpvar.h perl.c perl.h sv.c util.c
23837 ____________________________________________________________________________
23838 [  8625] By: jhi                                   on 2001/01/30  20:26:33
23839         Log: Fix for the fa_IR locale failure.  The reason for the failure
23840              was that Perl was assuming the decimal separator aka the radix
23841              separator is one character.  The Farsi-Iranian locale crushed
23842              that bad assumption since there the separator is 'Momayyez',
23843              glyphwise looking somewhat like a slash, and in Unicode UTF-8
23844              encoded in two bytes, 0xd9 0xab.
23845      Branch: perl
23846            ! intrpvar.h perl.c perl.h sv.c util.c
23847 ____________________________________________________________________________
23848 [  8624] By: gsar                                  on 2001/01/30  20:17:03
23849         Log: regen_headers
23850      Branch: maint-5.6/perl
23851            ! Makefile.SH pod/perlintern.pod
23852 ____________________________________________________________________________
23853 [  8623] By: gsar                                  on 2001/01/30  19:42:34
23854         Log: backout change#7431 and its dependents (causes spurious rebuilds
23855              of autogenerated files)
23856              
23857              fix benign b.t failure
23858      Branch: maint-5.6/perl
23859            ! Makefile.SH t/lib/b.t
23860 ____________________________________________________________________________
23861 [  8622] By: jhi                                   on 2001/01/30  19:41:41
23862         Log: Microperl sync.
23863      Branch: perl
23864            ! mg.c perl.h
23865 ____________________________________________________________________________
23866 [  8621] By: gsar                                  on 2001/01/30  19:24:47
23867         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
23868              from mainline
23869              
23870              Subject: podlators 1.06 released
23871              
23872              Subject: [PATCH @8436] Eliminate op_children
23873              
23874              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
23875              
23876              (Replaced by #8448)  More op_children traces (cleanup of #8442).
23877              
23878              Subject: [PATCH #3 @8436] Re: Eliminate op_children
23879              Replace #8444 and #8445.
23880              
23881              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
23882              at the setting of the ofs_sv in new_struct_thread() as the
23883              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
23884              uninitialized fields are, uh, initialized with),
23885              SvREFCNT_inc()ing that invited a core dump.
23886              
23887              podlators 1.07, from Russ Allbery.
23888              
23889              Subject: [PATCH] regcomp.c old feature removal
23890              From: mjd@plover.com
23891              Date: 16 Jan 2001 14:43:18 -0000 
23892              Message-ID: <20010116144318.7140.qmail@plover.com> 
23893      Branch: maint-5.6/perl
23894           +> lib/Pod/Text/Overstrike.pm
23895           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
23896           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
23897           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
23898           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
23899           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
23900           !> util.c
23901 ____________________________________________________________________________
23902 [  8620] By: gsar                                  on 2001/01/30  18:48:32
23903         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
23904              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
23905              now fails one test)
23906              
23907              Subject: [PATCH] lvalue AUTOLOAD. No, really.
23908              
23909              Subject: [PATCH] Interesting syntax idea
23910              Make opens + bareword assigns do typeglob assigns.
23911              
23912              Tests for #8254.
23913              
23914              Subject: [PATCH @8269] Continue blocks and B::Deparse
23915              Make the peephole optimizer to bypass more null ops and
23916              and rewrite the deparse handling of continue blocks.
23917              
23918              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
23919              Doc tweak on #8313.
23920              
23921              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
23922              
23923              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
23924              
23925              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
23926              
23927              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
23928              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
23929              according to the platform.
23930              
23931              Subject: [PATCH @8404] Consolidated lvalue sub changes
23932              
23933              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
23934              
23935              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
23936              
23937              Subject: B::Concise -- an improved replacement for B::Terse 
23938              
23939              The B::Terse drop-in replacement wasn't quite drop-in.
23940              
23941              The LVRET macro needed an aTHX.
23942              
23943              Use the /^Perl_/-less form of is_lvalue_sub().
23944              
23945              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
23946      Branch: maint-5.6/perl
23947           +> ext/B/B/Concise.pm
23948           !> (integrate 27 files)
23949 ____________________________________________________________________________
23950 [  8619] By: nick                                  on 2001/01/30  18:40:28
23951         Log: Integrate mainline
23952      Branch: perlio
23953           !> (integrate 40 files)
23954 ____________________________________________________________________________
23955 [  8618] By: jhi                                   on 2001/01/30  18:37:18
23956         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
23957              Date: Mon, 29 Jan 2001 22:51:29 -0600
23958              From: "Craig A. Berry" <craigberry@mac.com>
23959              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
23960      Branch: perl
23961            ! vms/test.com
23962 ____________________________________________________________________________
23963 [  8617] By: jhi                                   on 2001/01/30  18:34:53
23964         Log: Subject: [PATCH] Add missing CV flags to dump.c
23965              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23966              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
23967              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
23968      Branch: perl
23969            ! dump.c
23970 ____________________________________________________________________________
23971 [  8616] By: jhi                                   on 2001/01/30  18:20:58
23972         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
23973              part isn't applicable to maintperl.
23974              
23975              UTF-8 nit from Inaba Hiroto.
23976      Branch: maint-5.6/perl
23977           !> pod/perlapi.pod utf8.c
23978 ____________________________________________________________________________
23979 [  8615] By: jhi                                   on 2001/01/30  18:18:51
23980         Log: UTF-8 nit from Inaba Hiroto.
23981      Branch: perl
23982            ! pod/perlapi.pod t/op/each.t utf8.c
23983 ____________________________________________________________________________
23984 [  8614] By: jhi                                   on 2001/01/30  18:13:38
23985         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
23986              
23987              perl's internal variables are not for public consumption,
23988              move their docs from perlapi.pod to perlintern.pod
23989              
23990              support for -Dusethreads build under HP-UX 10.20 and DCE threads
23991              library (11.0 and later have pthreads but 10.x don't)
23992              
23993              avoid uninitialized value warnings
23994              
23995              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
23996              gets weird results)
23997              
23998              perldoc nit on windows
23999              
24000              make it possible to run the tests outside the source tree
24001              (there's still a dependency on ../lib being the library
24002              location)
24003      Branch: perl
24004           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
24005           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
24006           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
24007           !> win32/bin/search.pl win32/vdir.h
24008 ____________________________________________________________________________
24009 [  8613] By: gsar                                  on 2001/01/30  16:39:59
24010         Log: make it possible to run the tests outside the source tree
24011              (there's still a dependency on ../lib being the library
24012              location)
24013      Branch: maint-5.6/perl
24014            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
24015 ____________________________________________________________________________
24016 [  8612] By: gsar                                  on 2001/01/30  16:31:12
24017         Log: perldoc nit on windows
24018      Branch: maint-5.6/perl
24019            ! utils/perldoc.PL
24020 ____________________________________________________________________________
24021 [  8611] By: gsar                                  on 2001/01/30  16:22:54
24022         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24023              gets weird results)
24024      Branch: maint-5.6/perl
24025            ! win32/vdir.h
24026 ____________________________________________________________________________
24027 [  8610] By: gsar                                  on 2001/01/30  16:12:45
24028         Log: avoid uninitialized value warnings
24029      Branch: maint-5.6/perl
24030            ! win32/bin/search.pl
24031 ____________________________________________________________________________
24032 [  8609] By: gsar                                  on 2001/01/30  16:08:01
24033         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
24034              library (11.0 and later have pthreads but 10.x don't)
24035      Branch: maint-5.6/perl
24036            ! hints/hpux.sh thread.h
24037 ____________________________________________________________________________
24038 [  8608] By: gsar                                  on 2001/01/30  15:48:55
24039         Log: perl's internal variables are not for public consumption,
24040              move their docs from perlapi.pod to perlintern.pod
24041      Branch: maint-5.6/perl
24042            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
24043            ! thrdvar.h
24044 ____________________________________________________________________________
24045 [  8607] By: gsar                                  on 2001/01/30  15:44:27
24046         Log: mistakenly branched perl56delta.pod, revert
24047      Branch: maint-5.6/perl
24048            - pod/perl56delta.pod
24049           !> pod/perldelta.pod
24050 ____________________________________________________________________________
24051 [  8606] By: gsar                                  on 2001/01/30  14:20:24
24052         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
24053              dTHR which has been a noop for a while now, except for the
24054              compatibility definition in thread.h)
24055      Branch: maint-5.6/perl
24056           !> (integrate 45 files)
24057 ____________________________________________________________________________
24058 [  8605] By: jhi                                   on 2001/01/30  05:43:58
24059         Log: Mark the UTF-8 APIs as experimental.
24060      Branch: maint-5.6/perl
24061            ! embed.pl pod/perlapi.pod
24062 ____________________________________________________________________________
24063 [  8604] By: jhi                                   on 2001/01/30  05:38:40
24064         Log: Nits from earlier integrates.
24065      Branch: maint-5.6/perl
24066            ! lib/Carp/Heavy.pm
24067           !> sv.c
24068 ____________________________________________________________________________
24069 [  8603] By: jhi                                   on 2001/01/30  05:27:26
24070         Log: Regenerate Porting files.
24071      Branch: maint-5.6/perl
24072            ! Porting/Glossary Porting/config.sh Porting/config_H
24073 ____________________________________________________________________________
24074 [  8602] By: jhi                                   on 2001/01/30  05:14:59
24075         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
24076              8310,8339,8447,8492,8493,8505,8525: documentation changes.
24077              
24078              Subject: Re: perlfaq style changes
24079              
24080              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24081              
24082              Subject: [PATCH] docs on NaN
24083              
24084              Subject: [patch] perlfaq7
24085              
24086              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24087              
24088              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24089              
24090              Subject: [PATCH] open() example in perlfunc.pod
24091              
24092              Podify README.mpeix (a new version from the web)
24093              
24094              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24095              
24096              Subject: [PATCH] format and rewording in perlfaq.pod
24097              
24098              Subject: [PATCH] API Variable documentation   
24099              
24100              Memory management calls documentation.
24101              
24102              Subject: [PATCH: perl@8482] README.vms URL updates
24103              
24104              Subject: Minor typos in perlfaq2.pod
24105              
24106              Subject: [PATCH] pod/perlvar.pod
24107      Branch: maint-5.6/perl
24108           +> pod/perl56delta.pod
24109            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24110           !> README.amiga README.epoc README.mpeix README.vms
24111           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
24112           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
24113           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
24114           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
24115           !> pod/perlvar.pod thrdvar.h
24116 ____________________________________________________________________________
24117 [  8601] By: jhi                                   on 2001/01/30  04:38:35
24118         Log: Integrate changes #8036,8096,8253 from mainline:
24119              hints changes.
24120              
24121              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24122              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
24123              
24124              Output the (apparent) version of gcc in Tru64.
24125      Branch: maint-5.6/perl
24126           +> ext/POSIX/hints/svr4.pl
24127           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
24128           !> hints/svr4.sh t/lib/bigfltpm.t
24129 ____________________________________________________________________________
24130 [  8600] By: jhi                                   on 2001/01/30  04:04:01
24131         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
24132              locale fixes.
24133              
24134              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
24135              
24136              Debian allows /usr/bin/locale to exist without any locales. (7868)
24137              
24138              Allow the locale test needing POSIX and the taint test
24139              needing IPC::SysV to run under 'minitest' (basically,
24140              bail out if loading the extension fails). (8384)
24141              
24142              Cleanup the locale.t output  (8480)
24143      Branch: maint-5.6/perl
24144           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
24145           !> t/pragma/locale.t
24146 ____________________________________________________________________________
24147 [  8599] By: jhi                                   on 2001/01/30  03:51:04
24148         Log: Missing generated files from #8598.
24149      Branch: maint-5.6/perl
24150            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24151 ____________________________________________________________________________
24152 [  8598] By: jhi                                   on 2001/01/30  03:41:54
24153         Log: Integrate change #8555 from mainline, manually integrate parts
24154              of changes 8452 and 8583.
24155              
24156              Subject: [PATCH] utf8.c documentation (8452)
24157              
24158              No point in checking the length if the pointer is bogus. (8555)
24159              
24160              Introduce bytes_from_utf8() and implement sv_eq() using it,
24161              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
24162              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
24163              was malformed. (8583)
24164      Branch: maint-5.6/perl
24165            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
24166           !> pod/perlapi.pod sv.c utf8.c
24167 ____________________________________________________________________________
24168 [  8597] By: gsar                                  on 2001/01/30  02:37:26
24169         Log: get PERL_OBJECT build going again on windows
24170      Branch: maint-5.6/perl
24171            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24172            ! pod/perlapi.pod proto.h sv.c
24173 ____________________________________________________________________________
24174 [  8596] By: jhi                                   on 2001/01/30  02:16:17
24175         Log: Signedness nit.
24176      Branch: perl
24177            ! sv.c
24178 ____________________________________________________________________________
24179 [  8595] By: jhi                                   on 2001/01/30  02:11:07
24180         Log: EBCDIC patch for Storable, from Peter Prymmer.
24181      Branch: perl
24182            ! t/lib/st-06compat.t
24183 ____________________________________________________________________________
24184 [  8594] By: jhi                                   on 2001/01/30  01:04:48
24185         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
24186              From: Peter Prymmer <pvhp@forte.com>
24187              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
24188              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
24189      Branch: perl
24190            ! t/lib/b.t
24191 ____________________________________________________________________________
24192 [  8593] By: jhi                                   on 2001/01/30  00:56:47
24193         Log: Subject: [PATCH: perl@8585] pod problems in io
24194              From: Peter Prymmer <pvhp@forte.com>
24195              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
24196              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
24197      Branch: perl
24198            ! pod/perlapio.pod pod/perliol.pod
24199 ____________________________________________________________________________
24200 [  8592] By: jhi                                   on 2001/01/30  00:48:20
24201         Log: Integrate perlio.
24202      Branch: perl
24203           !> pod/perlapio.pod pod/perliol.pod
24204 ____________________________________________________________________________
24205 [  8591] By: nick                                  on 2001/01/29  22:02:28
24206         Log: GNU 'merge' Simon's copy of perliol.pod with version
24207              patched by Craig's patch.
24208      Branch: perlio
24209            ! pod/perliol.pod
24210 ____________________________________________________________________________
24211 [  8590] By: nick                                  on 2001/01/29  21:55:10
24212         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
24213      Branch: perlio
24214            ! pod/perlapio.pod pod/perliol.pod
24215 ____________________________________________________________________________
24216 [  8589] By: jhi                                   on 2001/01/29  15:35:33
24217         Log: Integrate change #8586 from maint-5.6/perl.
24218              
24219              make the BOM detection code not call tell() until it has to
24220              (meant to fix esoteric compatibility issues where PL_rsfp
24221              is overridden)
24222      Branch: perl
24223           !> toke.c
24224 ____________________________________________________________________________
24225 [  8588] By: jhi                                   on 2001/01/29  15:29:11
24226         Log: Subject: MAking Solaris malloc() the default
24227              From: Lupe Christoph <lupe@lupe-christoph.de>
24228              Date: Mon, 29 Jan 2001 12:59:36 +0100
24229              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
24230              
24231              The README.solaris part slightly tweaked.
24232      Branch: perl
24233            ! README.solaris hints/solaris_2.sh
24234 ____________________________________________________________________________
24235 [  8587] By: jhi                                   on 2001/01/29  15:17:34
24236         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
24237              From: root@ak-75.mind.de
24238              Date: Sun, 28 Jan 2001 20:32:29 +0100
24239              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
24240      Branch: perl
24241            ! pod/perlre.pod
24242 ____________________________________________________________________________
24243 [  8586] By: gsar                                  on 2001/01/29  13:43:44
24244         Log: make the BOM detection code not call tell() until it has to
24245              (meant to fix esoteric compatibility issues where PL_rsfp
24246              is overridden)
24247      Branch: maint-5.6/perl
24248            ! toke.c
24249 ____________________________________________________________________________
24250 [  8585] By: jhi                                   on 2001/01/28  20:05:45
24251         Log: Update Changes.
24252      Branch: perl
24253            ! Changes patchlevel.h
24254 ____________________________________________________________________________
24255 [  8584] By: jhi                                   on 2001/01/28  19:30:02
24256         Log: Integrate perlio.
24257      Branch: perl
24258           +> pod/perliol.pod
24259           !> MANIFEST pod/perlapio.pod
24260 ____________________________________________________________________________
24261 [  8583] By: jhi                                   on 2001/01/28  19:28:40
24262         Log: Patch from Inaba Hiroto:
24263              - canonical UTF-8 hash keys: if a key string for a hash is
24264              UTF8-on, try downgrade the string and use it if
24265              unicode::distinct is not in effect.
24266              For the task, I added a function bytes_from_utf8() to utf8.c.
24267              It might resemble utf8_to_bytes() but it is not convenient
24268              to the task.
24269              Made a test for it and added to t/op/each.t
24270              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
24271              the mortal copy of the argument SV.
24272              And changed t/io/utf8.t test 18 which expects print() to
24273              upgrade its argument.
24274              - re-implement sv_eq with bytes_from_utf8()
24275              - some bug fixes
24276              - tr/// does not handle UTF8 range (\x{}-\x{})
24277              - \ before raw UTF8 character produced
24278              "Malformed UTF-8 character" warning.
24279              - "\x{100}\N{CENT SIGN}" is Malformed.
24280              Added tests for these 3.
24281              - and one silly bug (by me) with qu operator.
24282      Branch: perl
24283            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
24284            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
24285            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
24286 ____________________________________________________________________________
24287 [  8582] By: nick                                  on 2001/01/28  19:25:04
24288         Log: Add pod/perliol.pod to MANIFEST :-(
24289      Branch: perlio
24290            ! MANIFEST
24291 ____________________________________________________________________________
24292 [  8581] By: nick                                  on 2001/01/28  19:22:40
24293         Log: PerlIO documentation. Proofing and sub-editing requested.
24294      Branch: perlio
24295            + pod/perliol.pod
24296            ! pod/perlapio.pod
24297 ____________________________________________________________________________
24298 [  8580] By: jhi                                   on 2001/01/28  05:16:25
24299         Log: Revert the change to sv_2pv() done by #8054: Someone who
24300              did SvNV_set() on a scalar that also happened to be POK,
24301              followed by sv_2pv() won't get the right coercion anymore.
24302              [Sarathy]
24303      Branch: maint-5.6/perl
24304            ! sv.c
24305 ____________________________________________________________________________
24306 [  8579] By: jhi                                   on 2001/01/28  05:15:04
24307         Log: Remove the #8084 effect: do not allow -Q to be interpreted
24308              as -&Q(), this is too much wiggle room.
24309      Branch: maint-5.6/perl
24310            ! toke.c
24311 ____________________________________________________________________________
24312 [  8578] By: jhi                                   on 2001/01/28  05:12:45
24313         Log: Needed bits of #8439 (should have been in #8576),
24314              mainly for lval substr().
24315      Branch: maint-5.6/perl
24316            ! mg.c pp.c pp_hot.c
24317 ____________________________________________________________________________
24318 [  8577] By: jhi                                   on 2001/01/28  05:02:46
24319         Log: A missing check-in.
24320      Branch: maint-5.6/perl
24321            ! utf8.c
24322 ____________________________________________________________________________
24323 [  8576] By: jhi                                   on 2001/01/28  04:26:18
24324         Log: Integrate changes #8425,8436,8439,8517 from mainline.
24325              The 8439 was not truly integrated because it had too many
24326              dependencies on the development branch and because it introduced
24327              concepts too bold for a maintenance branch (such as the qu operator).
24328              
24329              Subject: [PATCH perl@8342] -Wformat
24330              
24331              Tighten some of the UTF-8 tests a bit.
24332              
24333              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
24334              - The substr lval was still not okay.
24335              - Now pp_stringify and sv_setsv copies source's UTF8 flag
24336              even if IN_BYTE.  pp_stringify is called from fold_constants
24337              at optimization phase and "\x{100}" was made SvUTF8_off under
24338              use bytes (the bytes pragma is for "byte semantics" and not
24339              for "do not produce UTF8 data")
24340      Branch: maint-5.6/perl
24341            ! t/lib/charnames.t t/op/substr.t toke.c
24342           !> sv.c t/pragma/utf8.t
24343 ____________________________________________________________________________
24344 [  8575] By: jhi                                   on 2001/01/28  04:01:51
24345         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
24346              
24347              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
24348              
24349              Subject: [ID 20001230.003] UTF-8 tr still hurts
24350              
24351              Test cases for #8385 (from Simon's "torture.pl")
24352              
24353              Start fixing UTF-8 lval substr() (8405)
24354      Branch: maint-5.6/perl
24355           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
24356           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
24357 ____________________________________________________________________________
24358 [  8574] By: jhi                                   on 2001/01/28  03:09:06
24359         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
24360              from mainline.
24361              
24362              UTF-8 cleanup.
24363              
24364              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
24365              
24366              "\x{FF}\xFF" was broken.
24367              
24368              Tests for #8329 and #8330.
24369              
24370              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
24371              
24372              IRIX compiler noticed that the bof initialization might be
24373              bypassed by control flow.
24374              
24375              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24376      Branch: maint-5.6/perl
24377           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
24378           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
24379 ____________________________________________________________________________
24380 [  8573] By: jhi                                   on 2001/01/28  02:06:12
24381         Log: Retract #8552.
24382      Branch: perl
24383            ! lib/Text/Wrap.pm t/lib/textwrap.t
24384 ____________________________________________________________________________
24385 [  8572] By: jhi                                   on 2001/01/28  02:04:49
24386         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
24387              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
24388              not really integrated but instead salvaged by hand
24389              (they had too many dependencies on the development release
24390              to be cleanly integratable).
24391              
24392              Subject: more UTF8 test suites and an UTF8 patch
24393              
24394              Tweak for MULTIPLICITY/USE_PERLIO
24395              
24396              Signedness nit.
24397              
24398              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
24399              
24400              Use the UTF8_XXX macros in is_utf8_char().
24401              
24402              Rewrite pp_concat() in terms of sv_catsv().  The . operator
24403              should now be UTF-8-proof.
24404              
24405              Subject: [PATCH perl@8269] scanning two hex-constants
24406              fails on EBCDIC environment (script length.t)
24407              
24408              Add some Unicode chop() tests.
24409      Branch: maint-5.6/perl
24410            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
24411           !> sv.c t/op/chop.t utf8.h
24412 ____________________________________________________________________________
24413 [  8571] By: jhi                                   on 2001/01/28  00:35:59
24414         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
24415              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
24416              
24417              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
24418              
24419              The maxiters upper limit sanity check (guarding against
24420              non-progress) assumed bytes instead of characters in s///
24421              and split().
24422              
24423              Signedness nit.
24424              
24425              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
24426              join() should now be UTF-8-proof.
24427              
24428              More split // UTF-8 tests. (8250)
24429      Branch: maint-5.6/perl
24430           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
24431           !> util.c
24432 ____________________________________________________________________________
24433 [  8570] By: jhi                                   on 2001/01/27  22:15:46
24434         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
24435              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
24436              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
24437              8084,8204,8244,8333 from mainline.
24438              
24439              For -Q where Q might be a one-letter sub name one does no more
24440              get a warning about an unknown filetest (7941,7943,7944,8084).
24441              
24442              Subject: Re: [ID 20001130.011] expression parsing bug ?
24443              
24444              Make uv_to_utf8() to zero-terminate its output buffer.
24445              
24446              Split off t/op/length.t (7995)
24447              
24448              Split off t/op/utf8decode.t (7996)
24449              
24450              Remove an unnecessary 'use utf8' from the utf8.t (7998)
24451              
24452              Split off t/op/concat.t (8004)
24453              
24454              Split off t/op/ver.t (8005)
24455              
24456              Document utf8_length(), utf8_distance(), and utf8_hop().
24457              
24458              Document utf8_to_uv() better.
24459              
24460              Introduce macros for UTF8 decoding (8028,8033).
24461              
24462              Add test for reverse() (8030,8031).
24463              
24464              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
24465              
24466              Do not return the Unicode replacement character    on UTF-8
24467              decoding failure.
24468              
24469              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
24470              not this_utf8 i.e. the output string has one, but don't mess
24471              with source assumption. (8052,8053)
24472              
24473              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
24474              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
24475              was not expecting to be called with something that was already
24476              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
24477              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
24478              (8054)
24479              
24480              Recode the naughty binary bytes in utf8decode.t using the \xHH.
24481              
24482              Make some panic messages a bit more logical.
24483      Branch: maint-5.6/perl
24484           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
24485           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
24486           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
24487           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
24488           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
24489           !> utf8.c utf8.h
24490 ____________________________________________________________________________
24491 [  8569] By: jhi                                   on 2001/01/27  19:16:43
24492         Log: Integrate changes #7750 from perlio and #8566 from mainline.
24493      Branch: maint-5.6/perl
24494           !> regexec.c sv.c
24495 ____________________________________________________________________________
24496 [  8568] By: jhi                                   on 2001/01/27  18:06:51
24497         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
24498              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
24499              7935[-perlio.c],7936,7959,7965 from mainline.
24500              
24501              Change the "big byte" error message to "Wide character".
24502              (7355, the croak-if-wide-chars-in-print part ignored)
24503              
24504              Use UINT64_C().
24505              
24506              Introduce Perl_utf8_length().
24507              
24508              diff -se shows these as different (7753, forgotten check-ins)
24509              
24510              Subject: [PATCH] doop.c - UTF8 tr///
24511              
24512              If we use (aTHX_ ...) then put Perl_ on the front.
24513              
24514              Make utf8_length() and utf8_distance() to be less forgiving
24515              about bad UTF-8.
24516              
24517              Test line numbers are different with utf8.
24518              
24519              No need to scan till infinity, 13 is enough. (7872,7911)
24520              
24521              Subject: [PATCH] Tokeniser debugging
24522              
24523              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
24524              
24525              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
24526              
24527              Be more careful in Perl_sv_utf8_downgrade().
24528              
24529              Use DO_UTF8().
24530              
24531              Raw zero bytes in text files confuse at least GNU patch 2.1.
24532      Branch: maint-5.6/perl
24533           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24534           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
24535           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
24536           !> t/pragma/utf8.t toke.c utf8.c utf8.h
24537 ____________________________________________________________________________
24538 [  8567] By: nick                                  on 2001/01/27  11:10:38
24539         Log: Integrate mainline
24540      Branch: perlio
24541           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
24542           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
24543           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
24544           !> toke.c
24545 ____________________________________________________________________________
24546 [  8566] By: jhi                                   on 2001/01/27  06:22:48
24547         Log: More documentation for the regexp context stack.
24548      Branch: perl
24549            ! regexec.c
24550 ____________________________________________________________________________
24551 [  8565] By: jhi                                   on 2001/01/27  05:21:57
24552         Log: Update Changes.
24553      Branch: perl
24554            ! Changes patchlevel.h
24555 ____________________________________________________________________________
24556 [  8564] By: jhi                                   on 2001/01/27  04:44:04
24557         Log: Threadedness patch for #8562 from Doug MacEachern.
24558      Branch: perl
24559            ! toke.c
24560 ____________________________________________________________________________
24561 [  8563] By: jhi                                   on 2001/01/27  04:26:24
24562         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24563              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24564              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
24565              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
24566      Branch: perl
24567            ! op.c
24568 ____________________________________________________________________________
24569 [  8562] By: jhi                                   on 2001/01/27  04:20:30
24570         Log: Subject: Re: Announce : Tokener reporting patch
24571              From: Simon Cozens <simon@cozens.net>
24572              Date: Mon, 22 Jan 2001 02:17:22 +0000
24573              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
24574      Branch: perl
24575            ! embed.h embed.pl proto.h toke.c
24576 ____________________________________________________________________________
24577 [  8561] By: jhi                                   on 2001/01/27  04:17:24
24578         Log: Forgot from #8545.  Oops.
24579      Branch: perl
24580            ! pp.c t/pragma/overload.t
24581 ____________________________________________________________________________
24582 [  8560] By: jhi                                   on 2001/01/27  03:01:47
24583         Log: A better module compilation test, use MANIFEST as suggested
24584              by Spider.
24585      Branch: perl
24586            ! t/lib/1_compile.t
24587 ____________________________________________________________________________
24588 [  8559] By: jhi                                   on 2001/01/27  02:50:48
24589         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
24590              From: Peter Prymmer <pvhp@forte.com>
24591              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
24592              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
24593      Branch: perl
24594            ! t/lib/b.t
24595 ____________________________________________________________________________
24596 [  8558] By: jhi                                   on 2001/01/27  02:27:05
24597         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
24598              From: Peter Prymmer <pvhp@forte.com>
24599              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
24600              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
24601      Branch: perl
24602            ! t/pragma/sub_lval.t
24603 ____________________________________________________________________________
24604 [  8557] By: jhi                                   on 2001/01/27  02:26:03
24605         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
24606              From: Peter Prymmer <pvhp@forte.com>
24607              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
24608              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
24609      Branch: perl
24610            ! t/lib/st-06compat.t
24611 ____________________________________________________________________________
24612 [  8556] By: jhi                                   on 2001/01/27  02:24:33
24613         Log: Subject: [PATCH: perl@8531] minor update to README.os390
24614              From: Peter Prymmer <pvhp@forte.com>
24615              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
24616              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
24617      Branch: perl
24618            ! README.os390
24619 ____________________________________________________________________________
24620 [  8555] By: jhi                                   on 2001/01/27  00:35:47
24621         Log: No point in checking the length before we know whether the pointer
24622              is bogus or not, fixes Abigail's odbm failures in Linux.
24623      Branch: perl
24624            ! sv.c
24625 ____________________________________________________________________________
24626 [  8554] By: nick                                  on 2001/01/26  19:01:31
24627         Log: Integrate mainline
24628      Branch: perlio
24629           !> lib/Text/Wrap.pm t/lib/textwrap.t
24630 ____________________________________________________________________________
24631 [  8553] By: jhi                                   on 2001/01/26  15:19:39
24632         Log: Integrate change #7792 from perlio (multiplicity fix),
24633              fix the AV leak in regex DEBUGGING (tiny part of the
24634              polymorphic regexp patch #8143).
24635      Branch: maint-5.6/perl
24636            ! regcomp.c
24637           !> scope.h
24638 ____________________________________________________________________________
24639 [  8552] By: jhi                                   on 2001/01/26  15:03:23
24640         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
24641              From: Michael G Schwern <schwern@pobox.com>
24642              Date: Fri, 26 Jan 2001 09:28:31 -0500
24643              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
24644      Branch: perl
24645            ! lib/Text/Wrap.pm t/lib/textwrap.t
24646 ____________________________________________________________________________
24647 [  8551] By: jhi                                   on 2001/01/26  02:33:19
24648         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
24649              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
24650              
24651              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
24652              
24653              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
24654              
24655              Message nit.
24656              
24657              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
24658              
24659              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
24660              
24661              (the cleanup of unused submatches in regtry() and regcppop())
24662              
24663              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
24664              stored and restored, and thusly was trounced by the utf8 swash
24665              routines.
24666              
24667              use utf8 not required to use \x{}.
24668              
24669              Removed two more tests that make no sense in UTF-8 since the test
24670              data is not in UTF-8.
24671              
24672              Get the three different space character classes right under utf8.
24673              
24674              Implement ANYOFUTF8 regprop() dumping.
24675              
24676              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
24677              
24678              Document the regex context pushing/popping a bit better.
24679      Branch: maint-5.6/perl
24680           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
24681           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
24682           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
24683           !> t/op/regmesg.t utf8.c
24684 ____________________________________________________________________________
24685 [  8550] By: nick                                  on 2001/01/25  19:42:30
24686         Log: Integrate mainline
24687      Branch: perlio
24688           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
24689           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
24690           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
24691           !> t/lib/bigint.t t/lib/bigintpm.t
24692 ____________________________________________________________________________
24693 [  8549] By: jhi                                   on 2001/01/25  15:22:28
24694         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
24695      Branch: maint-5.6/perl
24696            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
24697 ____________________________________________________________________________
24698 [  8548] By: jhi                                   on 2001/01/25  15:02:55
24699         Log: Integrate changes #7997,8063,8492,8547 from mainline.
24700              
24701              Subject: Re: STRLEN - what?
24702              
24703              Subject: [PATCH] perlguts.pod
24704              
24705              Memory management calls documentation.
24706              
24707              Layout using tabulator is not a good idea in a pod.
24708      Branch: maint-5.6/perl
24709           !> pod/perlguts.pod
24710 ____________________________________________________________________________
24711 [  8547] By: jhi                                   on 2001/01/25  14:49:05
24712         Log: Layout using tabulator is not a good idea in a pod.
24713      Branch: perl
24714            ! pod/perlguts.pod
24715 ____________________________________________________________________________
24716 [  8546] By: jhi                                   on 2001/01/25  14:31:12
24717         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
24718              from mainline.
24719              
24720              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
24721              
24722              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
24723              
24724              More Win32 editor/IDE/shell hints.
24725              
24726              More Win32 Perling.
24727              
24728              Yet another editor edit.
24729              
24730              Edit edit edit.
24731              
24732              IDE/editor section tweaking.
24733              
24734              Few more IDE/editor nits from p5p.
24735      Branch: maint-5.6/perl
24736           !> pod/perlfaq3.pod
24737 ____________________________________________________________________________
24738 [  8545] By: jhi                                   on 2001/01/25  04:16:32
24739         Log: Subject: [PATCH 5.7.0] overload int()
24740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24741              Date: Wed, 24 Jan 2001 19:06:57 -0500
24742              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
24743      Branch: perl
24744            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
24745            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
24746            ! t/lib/bigintpm.t
24747 ____________________________________________________________________________
24748 [  8544] By: jhi                                   on 2001/01/25  04:15:11
24749         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
24750              From: Peter Prymmer <pvhp@forte.com>
24751              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
24752              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
24753      Branch: perl
24754            ! Makefile.SH README.os390 hints/os390.sh installperl
24755 ____________________________________________________________________________
24756 [  8543] By: jhi                                   on 2001/01/25  03:52:08
24757         Log: Integrate change #8462,8469 from mainline.
24758              
24759              In VMS Perl subversion (perl -V) is undef.
24760      Branch: maint-5.6/perl
24761           !> configure.com
24762 ____________________________________________________________________________
24763 [  8542] By: jhi                                   on 2001/01/25  03:44:55
24764         Log: Integrate changes #7835,7850,8315,8316 from mainline.
24765              
24766              Solaris hints.
24767      Branch: maint-5.6/perl
24768           !> hints/solaris_2.sh
24769 ____________________________________________________________________________
24770 [  8541] By: jhi                                   on 2001/01/25  03:39:28
24771         Log: Integrate #8336 from mainline.
24772      Branch: maint-5.6/perl
24773           !> hv.c
24774 ____________________________________________________________________________
24775 [  8540] By: jhi                                   on 2001/01/25  03:23:50
24776         Log: Retract #8539.
24777      Branch: maint-5.6/perl
24778            ! pod/perlfaq3.pod
24779 ____________________________________________________________________________
24780 [  8539] By: jhi                                   on 2001/01/25  03:21:55
24781         Log: (Retracted by #5940.)
24782      Branch: maint-5.6/perl
24783            ! pod/perlfaq3.pod
24784 ____________________________________________________________________________
24785 [  8538] By: jhi                                   on 2001/01/25  03:14:07
24786         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
24787              From: Peter Prymmer <pvhp@forte.com>
24788              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
24789              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
24790              
24791              The VMS bits.
24792      Branch: maint-5.6/perl
24793            ! configure.com vms/descrip_mms.template
24794 ____________________________________________________________________________
24795 [  8537] By: jhi                                   on 2001/01/25  03:06:09
24796         Log: Integrate #7710,7824,7973 from mainline.
24797      Branch: maint-5.6/perl
24798           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24799           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
24800           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
24801           !> vos/config.ga.def vos/config.ga.h win32/config.bc
24802           !> win32/config.gc win32/config.vc
24803 ____________________________________________________________________________
24804 [  8536] By: jhi                                   on 2001/01/24  13:50:20
24805         Log: Revert the edits made by me so far to the 5.6 branch since
24806              the TRIAL1 since I did edits when I should have been using
24807              integrates.  Bad programmer.   (Will integrate them properly later.)
24808              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
24809              The #8353 will not be reapplied at least for now since
24810              the UTF-8 hash keys need more thinking.
24811              (The patches #8347, #8354, #8454, #8473 were okay since they
24812              were original edits made specifically for the 5.6.1-TRIAL1.)
24813      Branch: maint-5.6/perl
24814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24815            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
24816            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
24817            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
24818            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
24819            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24820            ! win32/config.bc win32/config.gc win32/config.vc
24821 ____________________________________________________________________________
24822 [  8535] By: bailey                                on 2001/01/24  06:37:02
24823         Log: SYN SYN
24824      Branch: vmsperl
24825           +> (branch 26 files)
24826           !> (integrate 130 files)
24827 ____________________________________________________________________________
24828 [  8534] By: nick                                  on 2001/01/23  19:30:57
24829         Log: Integrate mainline.
24830      Branch: perlio
24831           !> Changes Configure Porting/Glossary Porting/config.sh
24832           !> Porting/config_H embed.h embed.pl ext/Encode/compile
24833           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
24834           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
24835           !> pod/perlvar.pod proto.h t/lib/1_compile.t
24836 ____________________________________________________________________________
24837 [  8533] By: jhi                                   on 2001/01/23  16:15:46
24838         Log: Forgotten from #8501.
24839      Branch: perl
24840            ! Porting/Glossary Porting/config.sh Porting/config_H
24841 ____________________________________________________________________________
24842 [  8532] By: jhi                                   on 2001/01/23  16:13:27
24843         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
24844              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24845              Date: Mon, 22 Jan 2001 17:51:58 +0100
24846              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
24847      Branch: perl
24848            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
24849 ____________________________________________________________________________
24850 [  8531] By: jhi                                   on 2001/01/23  15:46:01
24851         Log: Update Changes.
24852      Branch: perl
24853            ! Changes patchlevel.h
24854 ____________________________________________________________________________
24855 [  8530] By: jhi                                   on 2001/01/23  15:38:39
24856         Log: De-cut-and-pasto.
24857      Branch: perl
24858            ! t/lib/1_compile.t
24859 ____________________________________________________________________________
24860 [  8529] By: jhi                                   on 2001/01/23  15:11:04
24861         Log: Document the mkdir trailing slashes case.
24862      Branch: perl
24863            ! pod/perlfunc.pod
24864 ____________________________________________________________________________
24865 [  8528] By: jhi                                   on 2001/01/23  15:08:28
24866         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
24867              get installed:
24868              
24869              Subject: lib/lib.pm
24870              From: <abigail@foad.org>
24871              Date: Mon, 28 Aug 2000 20:35:08 -0400
24872              Message-ID: <20000829003508.21281.qmail@foad.org>
24873      Branch: perl
24874            ! installperl
24875 ____________________________________________________________________________
24876 [  8527] By: jhi                                   on 2001/01/23  14:44:04
24877         Log: Metaconfig unit change for #8526.
24878      Branch: metaconfig
24879            ! U/threads/archname.U
24880 ____________________________________________________________________________
24881 [  8526] By: jhi                                   on 2001/01/23  14:43:19
24882         Log: Attach -perlio to the archname if so selected.
24883      Branch: perl
24884            ! Configure
24885 ____________________________________________________________________________
24886 [  8525] By: jhi                                   on 2001/01/23  14:24:01
24887         Log: Subject: [PATCH] pod/perlvar.pod
24888              From: abigail@foad.org
24889              Date: Tue, 23 Jan 2001 01:41:10 +0100
24890              Message-ID: <20010123004110.22259.qmail@foad.org>
24891      Branch: perl
24892            ! pod/perlvar.pod
24893 ____________________________________________________________________________
24894 [  8524] By: jhi                                   on 2001/01/23  14:22:32
24895         Log: A bug introduced in #8217 (the undefined variable in the
24896              lib/safe1_t #3) fixed, by Charles Lane:
24897              
24898              The earlier patch made it so that stuff running in Safe
24899              compartments could do a "caller" and see "main".  That
24900              little change in name is done right before the code in
24901              the compartment is run, and apparantly the parser
24902              was picking up the stash name before it got changed.
24903              
24904              (why it was threaded vs. unthreaded Perl that was sensitive to this
24905              I still don't know...and it probably doesn't matter).
24906              
24907              I tryed removing the stash name-change and saw that threaded Perl
24908              did indeed pass the lib/safe1.t tests.
24909              
24910              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
24911              do the name change (and to connect _ in the compartment to the global
24912              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
24913              to call _safe_pkg_prep when creating a new compartment.
24914              
24915              Passes all tests with threaded perl on linux; passes all tests
24916              with unthreaded perl on VMS.
24917              
24918              At some point I'll probably want to revisit Safe and Opcode to
24919              provide more sensible handling of global variables...and to get
24920              formats working in Safe compartments, which they don't do currently.
24921      Branch: perl
24922            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
24923 ____________________________________________________________________________
24924 [  8523] By: jhi                                   on 2001/01/23  14:11:58
24925         Log: Also the lib/Thread.pm itself needs to be ignored if
24926              the Thread extension hasn't been built.
24927      Branch: perl
24928            ! t/lib/1_compile.t
24929 ____________________________________________________________________________
24930 [  8522] By: jhi                                   on 2001/01/23  13:51:28
24931         Log: print() instead of warn() so that stderr doesn't get
24932              unncessarily polluted.
24933      Branch: perl
24934            ! ext/Encode/compile
24935 ____________________________________________________________________________
24936 [  8521] By: jhi                                   on 2001/01/23  13:49:48
24937         Log: Integrate perlio.
24938      Branch: perl
24939           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
24940           !> ext/Encode/encode.h
24941 ____________________________________________________________________________
24942 [  8520] By: nick                                  on 2001/01/22  21:44:00
24943         Log: More messing with Encode:
24944              Extra fields in header to allow multiple names and to record
24945              other things "compile" knows.
24946              Re-organise compile to factor out common output routines.
24947      Branch: perlio
24948            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
24949 ____________________________________________________________________________
24950 [  8519] By: nick                                  on 2001/01/22  20:33:50
24951         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
24952      Branch: perlio
24953            ! ext/Encode/Makefile.PL ext/Encode/compile
24954 ____________________________________________________________________________
24955 [  8518] By: nick                                  on 2001/01/22  20:28:13
24956         Log: Integrate mainline
24957      Branch: perlio
24958           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
24959           !> vos/config.alpha.def vos/config.alpha.h
24960 ____________________________________________________________________________
24961 [  8517] By: jhi                                   on 2001/01/22  15:37:17
24962         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
24963              by Inaba Hiroto.
24964      Branch: perl
24965            ! sv.c
24966 ____________________________________________________________________________
24967 [  8516] By: jhi                                   on 2001/01/22  14:55:15
24968         Log: More SIG_SIZE fixes.
24969      Branch: perl
24970            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
24971 ____________________________________________________________________________
24972 [  8515] By: jhi                                   on 2001/01/22  14:50:27
24973         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24974              From: "Craig A. Berry" <craigberry@mac.com>
24975              Date: Mon, 22 Jan 2001 00:42:24 -0600
24976              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
24977      Branch: perl
24978            ! configure.com
24979 ____________________________________________________________________________
24980 [  8514] By: jhi                                   on 2001/01/22  14:31:17
24981         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
24982              From: "Craig A. Berry" <craigberry@mac.com>
24983              Date: Sun, 21 Jan 2001 23:03:25 -0600
24984              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
24985      Branch: perl
24986            ! configure.com
24987 ____________________________________________________________________________
24988 [  8513] By: jhi                                   on 2001/01/22  14:14:00
24989         Log: Add the .ucm encoding tables to the MANIFEST.
24990      Branch: perl
24991            ! MANIFEST
24992 ____________________________________________________________________________
24993 [  8512] By: jhi                                   on 2001/01/22  13:43:33
24994         Log: Integrate perlio.
24995      Branch: perl
24996           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24997           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24998           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24999           +> ext/Encode/Encode/iso8859-10.ucm
25000           +> ext/Encode/Encode/iso8859-13.ucm
25001           +> ext/Encode/Encode/iso8859-14.ucm
25002           +> ext/Encode/Encode/iso8859-15.ucm
25003           +> ext/Encode/Encode/iso8859-16.ucm
25004           +> ext/Encode/Encode/iso8859-2.ucm
25005           +> ext/Encode/Encode/iso8859-3.ucm
25006           +> ext/Encode/Encode/iso8859-4.ucm
25007           +> ext/Encode/Encode/iso8859-5.ucm
25008           +> ext/Encode/Encode/iso8859-6.ucm
25009           +> ext/Encode/Encode/iso8859-7.ucm
25010           +> ext/Encode/Encode/iso8859-8.ucm
25011           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25012           +> ext/Encode/Encode/symbol.ucm
25013           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
25014           !> perliol.h
25015 ____________________________________________________________________________
25016 [  8511] By: nick                                  on 2001/01/21  23:44:47
25017         Log: Make "real" layers of ":utf8" and ":raw".
25018              So now PERLIO=utf8 perl ...
25019              does what Andreas wanted.
25020              Fix arg passing in open.pm (still have a Carp issue).
25021      Branch: perlio
25022            ! lib/open.pm perlio.c perliol.h
25023 ____________________________________________________________________________
25024 [  8510] By: jhi                                   on 2001/01/21  22:56:53
25025         Log: Document the regex context pushing/popping a bit better.
25026      Branch: perl
25027            ! regexec.c
25028 ____________________________________________________________________________
25029 [  8509] By: jhi                                   on 2001/01/21  22:55:44
25030         Log: Tweak the mkdir trailing slash code some more.
25031              
25032              TO DO: the same handling should probably be done for
25033              all the other filesystem functions that can have directories
25034              as their arguments.
25035      Branch: perl
25036            ! pp_sys.c
25037 ____________________________________________________________________________
25038 [  8508] By: nick                                  on 2001/01/21  21:37:43
25039         Log: Switch "compiled in" encodings to .ucm format.
25040              (Leave others as .enc till we can run-time load .ucm,
25041              or find some other way to load them.)
25042      Branch: perlio
25043            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25044            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25045            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25046            + ext/Encode/Encode/iso8859-10.ucm
25047            + ext/Encode/Encode/iso8859-13.ucm
25048            + ext/Encode/Encode/iso8859-14.ucm
25049            + ext/Encode/Encode/iso8859-15.ucm
25050            + ext/Encode/Encode/iso8859-16.ucm
25051            + ext/Encode/Encode/iso8859-2.ucm
25052            + ext/Encode/Encode/iso8859-3.ucm
25053            + ext/Encode/Encode/iso8859-4.ucm
25054            + ext/Encode/Encode/iso8859-5.ucm
25055            + ext/Encode/Encode/iso8859-6.ucm
25056            + ext/Encode/Encode/iso8859-7.ucm
25057            + ext/Encode/Encode/iso8859-8.ucm
25058            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25059            + ext/Encode/Encode/symbol.ucm
25060            ! ext/Encode/Makefile.PL ext/Encode/compile
25061 ____________________________________________________________________________
25062 [  8507] By: nick                                  on 2001/01/21  21:02:03
25063         Log: Integrate (partial) mainline.
25064      Branch: perlio
25065           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
25066           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
25067           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25068 ____________________________________________________________________________
25069 [  8506] By: jhi                                   on 2001/01/21  20:09:30
25070         Log: Update Changes.
25071      Branch: perl
25072            ! Changes patchlevel.h
25073 ____________________________________________________________________________
25074 [  8505] By: jhi                                   on 2001/01/21  19:39:59
25075         Log: Subject: Minor typos in perlfaq2.pod
25076              From: "Stephen P. Potter" <spp@spotter.yi.org>
25077              Message-Id: <200101192101.QAA11911@spotter.yi.org>
25078              Date: Fri, 19 Jan 2001 16:01:13 -0500
25079              
25080              with a nit from Philip Netwon.
25081      Branch: perl
25082            ! pod/perlfaq2.pod
25083 ____________________________________________________________________________
25084 [  8504] By: jhi                                   on 2001/01/21  19:33:05
25085         Log: Metaconfig change for #8503.
25086      Branch: metaconfig
25087            ! U/threads/usethreads.U
25088 ____________________________________________________________________________
25089 [  8503] By: jhi                                   on 2001/01/21  19:32:21
25090         Log: Sanity check for conflicting thread flavours.
25091      Branch: perl
25092            ! Configure config_h.SH
25093 ____________________________________________________________________________
25094 [  8502] By: jhi                                   on 2001/01/21  19:23:00
25095         Log: Metaconfig change for #8501.
25096      Branch: metaconfig
25097            ! U/modified/sig_name.U
25098 ____________________________________________________________________________
25099 [  8501] By: jhi                                   on 2001/01/21  19:22:26
25100         Log: The SIG_SIZE is the number of the elements *excluding*
25101              the terminating NULL.
25102      Branch: perl
25103            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
25104            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
25105            ! win32/config_H.vc
25106 ____________________________________________________________________________
25107 [  8500] By: jhi                                   on 2001/01/21  18:31:31
25108         Log: Integrate perlio.
25109      Branch: perl
25110           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
25111           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
25112           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
25113           !> pp_sys.c proto.h sv.c
25114 ____________________________________________________________________________
25115 [  8499] By: jhi                                   on 2001/01/21  17:43:57
25116         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
25117              From: Hugo <hv@crypt.compulink.co.uk>
25118              Date: Sun, 21 Jan 2001 13:34:05 +0000
25119              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
25120              
25121              In sprintf UTF8ize only if necessary.
25122      Branch: perl
25123            ! sv.c
25124 ____________________________________________________________________________
25125 [  8498] By: nick                                  on 2001/01/21  16:25:32
25126         Log: Encode cleanup.
25127              Add command line control over "compile" so that Makefile.PL
25128              needs can be combined with other uses.
25129              Use command line options in Makefile.PL.
25130              Fix multi-byte parsing in .ucm files.
25131      Branch: perlio
25132            ! ext/Encode/Makefile.PL ext/Encode/compile
25133 ____________________________________________________________________________
25134 [  8497] By: nick                                  on 2001/01/21  12:56:27
25135         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
25136      Branch: perlio
25137            ! ext/Encode/Encode.xs
25138 ____________________________________________________________________________
25139 [  8496] By: nick                                  on 2001/01/21  12:18:45
25140         Log: Fixup after integrate:
25141              missed the .sym files that are changed by regen_headers
25142              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
25143      Branch: perlio
25144            ! global.sym pp.sym sv.c
25145 ____________________________________________________________________________
25146 [  8495] By: nick                                  on 2001/01/21  11:51:07
25147         Log: Integrate mainline.
25148      Branch: perlio
25149           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
25150           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
25151           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
25152           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
25153           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
25154           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
25155           !> win32/Makefile win32/makefile.mk
25156 ____________________________________________________________________________
25157 [  8494] By: jhi                                   on 2001/01/20  23:12:11
25158         Log: Forgot the expect_number() prototype.
25159      Branch: perl
25160            ! embed.h embed.pl proto.h
25161 ____________________________________________________________________________
25162 [  8493] By: jhi                                   on 2001/01/20  22:56:39
25163         Log: Subject: [PATCH: perl@8482] README.vms URL updates
25164              From: Peter Prymmer <pvhp@forte.com>
25165              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
25166              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
25167              
25168              Plus Craig A. Berry's suggestion to use compaq.com instead
25169              of digital.com.
25170      Branch: perl
25171            ! README.vms
25172 ____________________________________________________________________________
25173 [  8492] By: jhi                                   on 2001/01/20  22:50:05
25174         Log: Memory management calls documentation.
25175      Branch: perl
25176            ! pod/perlguts.pod
25177 ____________________________________________________________________________
25178 [  8491] By: jhi                                   on 2001/01/20  22:38:33
25179         Log: Signedness nit plus few memcpy/Copy nits.
25180      Branch: perl
25181            ! sv.c
25182 ____________________________________________________________________________
25183 [  8490] By: jhi                                   on 2001/01/20  22:25:53
25184         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25185              From: Peter Prymmer <pvhp@forte.com>
25186              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
25187              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
25188      Branch: perl
25189            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25190 ____________________________________________________________________________
25191 [  8489] By: jhi                                   on 2001/01/20  22:24:41
25192         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
25193              From: Peter Prymmer <pvhp@forte.com>
25194              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
25195              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
25196      Branch: perl
25197            ! win32/Makefile win32/makefile.mk
25198 ____________________________________________________________________________
25199 [  8488] By: jhi                                   on 2001/01/20  22:22:27
25200         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
25201              From: Peter Prymmer <pvhp@forte.com>
25202              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
25203              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
25204      Branch: perl
25205            ! Makefile.SH
25206 ____________________________________________________________________________
25207 [  8487] By: jhi                                   on 2001/01/20  22:21:18
25208         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
25209              From: Peter Prymmer <pvhp@forte.com>
25210              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
25211              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
25212      Branch: perl
25213            + ext/DynaLoader/dl_dllload.xs
25214            ! MANIFEST Makefile.SH hints/os390.sh
25215 ____________________________________________________________________________
25216 [  8486] By: jhi                                   on 2001/01/20  22:17:53
25217         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
25218              From: Peter Prymmer <pvhp@forte.com>
25219              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
25220              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
25221      Branch: perl
25222            ! README.os390 README.posix-bc
25223 ____________________________________________________________________________
25224 [  8485] By: jhi                                   on 2001/01/20  20:15:30
25225         Log: Document and test the new qu operator.
25226      Branch: perl
25227            + t/op/qu.t
25228            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25229            ! pod/perlretut.pod pod/perlunicode.pod
25230 ____________________________________________________________________________
25231 [  8484] By: nick                                  on 2001/01/20  19:42:30
25232         Log: Infrastructure to allow:
25233              open($fh,"|-",@array);
25234              to be implemented
25235              i.e. mark pp_open as needing a stack mark, and make pp_open
25236              process its args in that style (and pass them _all_ to tied handles OPEN).
25237              Invent do_openn() which takes SV ** at allow it to see multiple args.
25238              Note this does not _do_ anything yet.
25239      Branch: perlio
25240            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
25241            ! perlapi.c pp_proto.h pp_sys.c proto.h
25242 ____________________________________________________________________________
25243 [  8483] By: nick                                  on 2001/01/20  17:23:14
25244         Log: Integrate mainline.
25245      Branch: perlio
25246           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
25247           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
25248 ____________________________________________________________________________
25249 [  8482] By: jhi                                   on 2001/01/19  15:37:49
25250         Log: Update Changes.
25251      Branch: perl
25252            ! Changes patchlevel.h
25253 ____________________________________________________________________________
25254 [  8481] By: jhi                                   on 2001/01/19  14:41:24
25255         Log: Subject: Re: new feature: s?printf parameter reordering 
25256              From: Hugo <hv@crypt.compulink.co.uk>
25257              Date: Thu, 11 Jan 2001 17:09:03 +0000
25258              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
25259              
25260              - support reordering for all parameters: %, *v, *, .*
25261              - lay down that the reordering specification must immediately
25262              follow that parameter: %3$, *v3$, *3$, .*3$
25263              - fix vectorisation of a zero-length string
25264              - factor out the code choosing the argument to format
25265              
25266              Possibly unwanted side-effects:
25267              - the special format specifiers ' +-0' must now precede any
25268              vectorisation specifier. Tests in op/sprintf and op/ver
25269              have been changed to reflect this.
25270              - sprintf.t test #214 changed its expectations because in many
25271              cases, the next parameter has already been consumed when an
25272              invalid type letter is detected.
25273              
25274              Probably wanted side-effects:
25275              - attempts to format a non-existent parameter will warn as if C<undef>
25276              - attempt to write to non-existent parameter with '%n' will complain
25277              of "attempt to modify read-only value" instead of being silent
25278      Branch: perl
25279            ! sv.c t/op/sprintf.t t/op/ver.t
25280 ____________________________________________________________________________
25281 [  8480] By: jhi                                   on 2001/01/19  14:08:37
25282         Log: Subject: PATCH pragma/locale.t
25283              From: andreas.koenig@anima.de (Andreas J. Koenig)
25284              Date: 18 Jan 2001 09:45:37 +0100
25285              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
25286      Branch: perl
25287            ! t/pragma/locale.t
25288 ____________________________________________________________________________
25289 [  8479] By: jhi                                   on 2001/01/19  13:19:58
25290         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
25291      Branch: perl
25292            ! configure.com
25293 ____________________________________________________________________________
25294 [  8478] By: jhi                                   on 2001/01/19  02:12:35
25295         Log: Automate 1_compile.t.
25296      Branch: perl
25297            ! t/lib/1_compile.t
25298 ____________________________________________________________________________
25299 [  8477] By: jhi                                   on 2001/01/19  01:49:56
25300         Log: Integrate perlio.
25301      Branch: perl
25302           !> sv.c win32/config.bc win32/config.gc win32/config.vc
25303           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25304 ____________________________________________________________________________
25305 [  8476] By: nick                                  on 2001/01/18  21:51:52
25306         Log: Integrate mainline
25307      Branch: perlio
25308           +> t/lib/1_compile.t t/lib/compmod.pl
25309           !> MANIFEST configure.com lib/unicode/distinct.pm
25310 ____________________________________________________________________________
25311 [  8475] By: nick                                  on 2001/01/18  21:48:02
25312         Log: Win32 "safe signals" co-existance fix.
25313              Fix SIG_SIZE value.
25314              Clear PL_sig_pending when cloning (fork).
25315      Branch: perlio
25316            ! sv.c win32/config.bc win32/config.gc win32/config.vc
25317            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25318 ____________________________________________________________________________
25319 [  8474] By: jhi                                   on 2001/01/18  14:40:57
25320         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
25321      Branch: perl
25322            ! t/lib/1_compile.t
25323 ____________________________________________________________________________
25324 [  8473] By: gsar                                  on 2001/01/18  11:42:31
25325         Log: unsubmitted trial1 change
25326      Branch: maint-5.6/perl
25327            ! Changes
25328 ____________________________________________________________________________
25329 [  8472] By: jhi                                   on 2001/01/18  04:30:24
25330         Log: The first bug found by 1_compile.t.
25331      Branch: perl
25332            ! lib/unicode/distinct.pm
25333 ____________________________________________________________________________
25334 [  8471] By: jhi                                   on 2001/01/18  04:29:42
25335         Log: Add Schwern's 1_compile test.  The compile_module script renamed
25336              to be a bit shorter for the 8.3 people.
25337      Branch: perl
25338            + t/lib/1_compile.t t/lib/compmod.pl
25339            ! MANIFEST
25340 ____________________________________________________________________________
25341 [  8470] By: jhi                                   on 2001/01/18  04:16:00
25342         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)
25343              From: Peter Prymmer <pvhp@forte.com>
25344              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25345              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25346              Replace #8463.
25347      Branch: maint-5.6/perl
25348            ! configure.com
25349 ____________________________________________________________________________
25350 [  8469] By: jhi                                   on 2001/01/18  04:13:02
25351         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)
25352              From: Peter Prymmer <pvhp@forte.com>
25353              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25354              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25355              Replace #8462.
25356      Branch: perl
25357            ! configure.com
25358 ____________________________________________________________________________
25359 [  8468] By: jhi                                   on 2001/01/18  03:42:08
25360         Log: Integrate perlio.
25361      Branch: perl
25362           !> gv.c mg.c perlio.c util.c
25363 ____________________________________________________________________________
25364 [  8467] By: nick                                  on 2001/01/17  22:41:10
25365         Log: "Safe" signals - trial implementation.
25366              gv.c tweaked to zero PL_sig_pend array
25367              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
25368              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
25369              Odd thing is that it "works" with PERLIO=stdio as well (linux).
25370      Branch: perlio
25371            ! gv.c mg.c perlio.c util.c
25372 ____________________________________________________________________________
25373 [  8466] By: nick                                  on 2001/01/17  20:40:20
25374         Log: Integrate mainline.
25375      Branch: perlio
25376           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25377           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25378           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
25379           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25380           !> vos/config.ga.h win32/config.bc win32/config.gc
25381           !> win32/config.vc
25382 ____________________________________________________________________________
25383 [  8465] By: jhi                                   on 2001/01/17  18:37:13
25384         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
25385              From: Nicholas Clark <nick@ccl4.org>
25386              Date: Wed, 17 Jan 2001 17:31:33 +0000
25387              Message-ID: <20010117173133.I2633@plum.flirble.org>
25388      Branch: perl
25389            ! t/op/int.t
25390 ____________________________________________________________________________
25391 [  8464] By: jhi                                   on 2001/01/17  14:43:17
25392         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
25393              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25394              Date: Wed, 17 Jan 2001 15:16:43 +0100
25395              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
25396              
25397              pp_int() was dropping an NV to the floor,
25398              int(279964589018079/59) either returned not an integer
25399              4745162525730.15, or one got "Attempt to free unreferenced scalar."
25400      Branch: perl
25401            ! pp.c
25402 ____________________________________________________________________________
25403 [  8463] By: jhi                                   on 2001/01/17  06:12:42
25404         Log: (Replaced by #8470)
25405              
25406              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)
25407              From: "Craig A. Berry" <craigberry@mac.com>
25408              Date: Tue, 16 Jan 2001 23:38:46 -0600
25409              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25410      Branch: maint-5.6/perl
25411            ! configure.com
25412 ____________________________________________________________________________
25413 [  8462] By: jhi                                   on 2001/01/17  06:11:31
25414         Log: (Replaced by #8469)
25415              
25416              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)
25417              From: "Craig A. Berry" <craigberry@mac.com>
25418              Date: Tue, 16 Jan 2001 23:38:46 -0600
25419              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25420      Branch: perl
25421            ! configure.com
25422 ____________________________________________________________________________
25423 [  8461] By: jhi                                   on 2001/01/17  05:56:12
25424         Log: Allow for one trailing slash in the directory of mkdir().
25425      Branch: perl
25426            ! pp_sys.c
25427 ____________________________________________________________________________
25428 [  8460] By: jhi                                   on 2001/01/17  03:26:01
25429         Log: Metaconfig unit changes for #8459.
25430      Branch: metaconfig
25431            ! U/modified/Loc.U U/modified/sig_name.U
25432 ____________________________________________________________________________
25433 [  8459] By: jhi                                   on 2001/01/17  03:24:48
25434         Log: Define SIG_SIZE, the number of elements in the sig_name and
25435              sig_num arrays, including the final NULL entry.
25436      Branch: perl
25437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25438            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25439            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
25440            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25441            ! win32/config.bc win32/config.gc win32/config.vc
25442 ____________________________________________________________________________
25443 [  8458] By: jhi                                   on 2001/01/17  01:41:33
25444         Log: Integrate perlio.
25445      Branch: perl
25446           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25447           !> perlapi.h proto.h sv.c
25448 ____________________________________________________________________________
25449 [  8457] By: nick                                  on 2001/01/16  22:07:26
25450         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
25451              Provides all the "cost" but no benefit yet - it is to allow cost
25452              to be measured, and implementation experiments (just in mg.c?).
25453      Branch: perlio
25454            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25455            ! perlapi.h proto.h sv.c
25456 ____________________________________________________________________________
25457 [  8456] By: nick                                  on 2001/01/16  21:07:07
25458         Log: Integrate mainline.
25459      Branch: perlio
25460           !> (integrate 51 files)
25461 ____________________________________________________________________________
25462 [  8455] By: jhi                                   on 2001/01/16  18:13:43
25463         Log: Subject: [PATCH] regcomp.c old feature removal
25464              From: mjd@plover.com
25465              Date: 16 Jan 2001 14:43:18 -0000 
25466              Message-ID: <20010116144318.7140.qmail@plover.com> 
25467      Branch: perl
25468            ! regcomp.c
25469 ____________________________________________________________________________
25470 [  8454] By: jhi                                   on 2001/01/16  16:12:39
25471         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
25472              From: "Indy Singh" <indy@nusphere.com>
25473              Date: Wed, 10 Jan 2001 20:17:49 -0500
25474              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
25475      Branch: maint-5.6/perl
25476            ! win32/Makefile
25477 ____________________________________________________________________________
25478 [  8453] By: jhi                                   on 2001/01/16  16:09:33
25479         Log: Update Changes.
25480      Branch: perl
25481            ! Changes patchlevel.h
25482 ____________________________________________________________________________
25483 [  8452] By: jhi                                   on 2001/01/16  15:42:04
25484         Log: Subject: Re: API Cleanup
25485              To: perl5-porters@perl.org
25486              Date: Tue, 16 Jan 2001 13:42:30 +0000
25487              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
25488              
25489              Subject: [PATCH] utf8.c documentation
25490              From: Simon Cozens <simon@cozens.net>
25491              Date: Tue, 16 Jan 2001 13:52:48 +0000
25492              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
25493              
25494              Subject: Re: API Cleanup
25495              From: Simon Cozens <simon@cozens.net>
25496              Date: Tue, 16 Jan 2001 14:58:55 +0000
25497              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
25498              
25499              UTF-8 doc patches.
25500      Branch: perl
25501            ! embed.pl pod/perlapi.pod utf8.c
25502 ____________________________________________________________________________
25503 [  8451] By: jhi                                   on 2001/01/16  14:41:39
25504         Log: podlators 1.07, from Russ Allbery.
25505      Branch: perl
25506            ! lib/Pod/Man.pm
25507 ____________________________________________________________________________
25508 [  8450] By: jhi                                   on 2001/01/16  14:24:19
25509         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
25510              From: "Indy Singh" <indy@nusphere.com>
25511              Date: Mon, 15 Jan 2001 20:59:40 -0500
25512              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
25513      Branch: perl
25514            ! win32/Makefile
25515 ____________________________________________________________________________
25516 [  8449] By: jhi                                   on 2001/01/16  03:42:55
25517         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25518              at the setting of the ofs_sv in new_struct_thread() as the
25519              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
25520              that invited a core dump.
25521      Branch: perl
25522            ! util.c
25523 ____________________________________________________________________________
25524 [  8448] By: jhi                                   on 2001/01/16  01:49:07
25525         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
25526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25527              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
25528              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
25529              
25530              Replace #8444 and #8445.
25531      Branch: perl
25532            ! ext/B/B.xs ext/B/B/Debug.pm
25533 ____________________________________________________________________________
25534 [  8447] By: jhi                                   on 2001/01/15  21:05:35
25535         Log: Subject: [PATCH] API Variable documentation   
25536              From: Simon Cozens <simon@cozens.net>
25537              Date: Mon, 15 Jan 2001 19:35:54 +0000
25538              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
25539      Branch: perl
25540            ! pod/perlapi.pod thrdvar.h
25541 ____________________________________________________________________________
25542 [  8446] By: jhi                                   on 2001/01/15  20:49:20
25543         Log: Signedness nit.
25544      Branch: perl
25545            ! pp_ctl.c
25546 ____________________________________________________________________________
25547 [  8445] By: jhi                                   on 2001/01/15  20:28:48
25548         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
25549      Branch: perl
25550            ! ext/B/B/Debug.pm
25551 ____________________________________________________________________________
25552 [  8444] By: jhi                                   on 2001/01/15  13:09:10
25553         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25554      Branch: perl
25555            ! ext/B/B.xs
25556 ____________________________________________________________________________
25557 [  8443] By: jhi                                   on 2001/01/15  13:06:26
25558         Log: Missing from #8439.
25559      Branch: perl
25560            ! keywords.h mg.c
25561 ____________________________________________________________________________
25562 [  8442] By: jhi                                   on 2001/01/15  13:02:38
25563         Log: Subject: [PATCH @8436] Eliminate op_children
25564              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25565              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
25566              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
25567              
25568              Subject: [PATCH @8436] Re: Eliminate op_children
25569              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25570              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
25571              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
25572      Branch: perl
25573            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
25574            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
25575            ! op.c op.h
25576 ____________________________________________________________________________
25577 [  8441] By: jhi                                   on 2001/01/15  12:57:08
25578         Log: Use the /^Perl_/-less form of is_lvalue_sub().
25579      Branch: perl
25580            ! pp.h
25581 ____________________________________________________________________________
25582 [  8440] By: jhi                                   on 2001/01/15  05:13:09
25583         Log: Revert #8437 and #8438, the Linux large files story is more complex.
25584      Branch: metaconfig/U/perl
25585            ! d_fpos64_t.U d_off64_t.U
25586      Branch: perl
25587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25588            ! config_h.SH configure.com epoc/config.sh perl.h
25589            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25590            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25591            ! win32/config.bc win32/config.gc win32/config.vc
25592 ____________________________________________________________________________
25593 [  8439] By: jhi                                   on 2001/01/15  05:02:24
25594         Log: More UTF-8 patches from Inaba Hiroto.
25595              - The substr lval was still not okay.
25596              - Now pp_stringify and sv_setsv copies source's UTF8 flag
25597              even if IN_BYTE.  pp_stringify is called from fold_constants
25598              at optimization phase and "\x{100}" was made SvUTF8_off under
25599              use bytes (the bytes pragma is for "byte semantics" and not
25600              for "do not produce UTF8 data")
25601              - New `qu' operator to generate UTF8 string explicitly.
25602              Though I agree with the policy "0x00-0xff always produce bytes",
25603              sometimes want to such a string to be coded in UTF8.
25604              I can use pack"U0a*" but it requires more typing and has
25605              runtime overhead.
25606              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
25607              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
25608              string is not UTF8_on and has char 0x80-0xff.
25609              
25610              TODO: document and test qu.
25611      Branch: perl
25612            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
25613            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
25614            ! toke.c
25615 ____________________________________________________________________________
25616 [  8438] By: jhi                                   on 2001/01/14  05:10:23
25617         Log: Metaconfig unit changes for #8437.
25618      Branch: metaconfig/U/perl
25619            ! d_fpos64_t.U d_off64_t.U
25620 ____________________________________________________________________________
25621 [  8437] By: jhi                                   on 2001/01/14  04:55:34
25622         Log: Add <features.h> probing, seems to be needed for (some?)
25623              Linux largefileness.
25624      Branch: perl
25625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25626            ! config_h.SH configure.com epoc/config.sh perl.h
25627            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25628            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25629            ! win32/config.bc win32/config.gc win32/config.vc
25630 ____________________________________________________________________________
25631 [  8436] By: jhi                                   on 2001/01/13  17:47:21
25632         Log: Tighten some of the tests a bit.
25633      Branch: perl
25634            ! t/pragma/utf8.t
25635 ____________________________________________________________________________
25636 [  8435] By: jhi                                   on 2001/01/13  17:31:54
25637         Log: Integrate perlio.
25638      Branch: perl
25639           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
25640           !> win32/config_H.gc win32/config_H.vc
25641 ____________________________________________________________________________
25642 [  8434] By: nick                                  on 2001/01/13  11:36:53
25643         Log: Run dmake regen_config_h for Win32
25644      Branch: perlio
25645            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25646 ____________________________________________________________________________
25647 [  8433] By: nick                                  on 2001/01/13  11:31:55
25648         Log: VMS friendly patch to Encode compile process
25649      Branch: perlio
25650            ! ext/Encode/Makefile.PL ext/Encode/compile
25651 ____________________________________________________________________________
25652 [  8432] By: nick                                  on 2001/01/13  11:06:44
25653         Log: Integrate mainline
25654      Branch: perlio
25655           +> ext/B/B/Concise.pm
25656           !> (integrate 52 files)
25657 ____________________________________________________________________________
25658 [  8431] By: jhi                                   on 2001/01/13  05:55:55
25659         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
25660              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25661              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
25662              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
25663      Branch: perl
25664            ! ext/B/B/Concise.pm
25665 ____________________________________________________________________________
25666 [  8430] By: jhi                                   on 2001/01/13  04:24:18
25667         Log: The LVRET macro needed an aTHX.
25668      Branch: perl
25669            ! pp.h
25670 ____________________________________________________________________________
25671 [  8429] By: jhi                                   on 2001/01/13  02:12:42
25672         Log: Update Changes.
25673      Branch: perl
25674            ! Changes patchlevel.h
25675 ____________________________________________________________________________
25676 [  8428] By: jhi                                   on 2001/01/13  02:08:50
25677         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
25678              From: Peter Prymmer <pvhp@forte.com>
25679              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
25680              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
25681              
25682              Add a BEGIN guard for sloppy floating point division.
25683      Branch: perl
25684            ! lib/Math/BigInt.pm lib/bigint.pl
25685 ____________________________________________________________________________
25686 [  8427] By: jhi                                   on 2001/01/13  01:47:16
25687         Log: The B::Terse drop-in replacement wasn't quite drop-in.
25688      Branch: perl
25689            ! ext/B/B/Terse.pm
25690 ____________________________________________________________________________
25691 [  8426] By: jhi                                   on 2001/01/12  21:20:43
25692         Log: Use UVXf.
25693      Branch: perl
25694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25695            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
25696            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25697            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25698            ! win32/config.gc win32/config.vc
25699 ____________________________________________________________________________
25700 [  8425] By: jhi                                   on 2001/01/12  20:20:14
25701         Log: Subject: [PATCH perl@8342] -Wformat
25702              From: Robin Barker <rmb1@cise.npl.co.uk>
25703              Date: Fri, 12 Jan 2001 20:03:14 GMT
25704              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
25705      Branch: perl
25706            ! ext/Encode/Encode.xs mg.c sv.c toke.c
25707 ____________________________________________________________________________
25708 [  8424] By: jhi                                   on 2001/01/12  20:01:48
25709         Log: Subject: B::Concise -- an improved replacement for B::Terse 
25710              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25711              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
25712              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
25713      Branch: perl
25714            + ext/B/B/Concise.pm
25715            ! MANIFEST ext/B/B/Terse.pm
25716 ____________________________________________________________________________
25717 [  8423] By: jhi                                   on 2001/01/12  19:24:02
25718         Log: The new metaconfig unit from the #8421.
25719      Branch: metaconfig/U/perl
25720            + d_sigprocmask.U
25721 ____________________________________________________________________________
25722 [  8422] By: jhi                                   on 2001/01/12  19:23:43
25723         Log: Forgot the microperl config from the #8421.
25724      Branch: perl
25725            ! uconfig.h uconfig.sh
25726 ____________________________________________________________________________
25727 [  8421] By: jhi                                   on 2001/01/12  19:05:27
25728         Log: Add sigprocmask() probe, regen Configure, regen toc.
25729      Branch: perl
25730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25731            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
25732            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25733            ! vos/config.ga.h win32/config.bc win32/config.gc
25734            ! win32/config.vc
25735 ____________________________________________________________________________
25736 [  8420] By: jhi                                   on 2001/01/12  18:34:31
25737         Log: Add sockatmark() to the todo list.
25738      Branch: perl
25739            ! Todo-5.6
25740 ____________________________________________________________________________
25741 [  8419] By: jhi                                   on 2001/01/12  18:09:46
25742         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25743      Branch: perl
25744            ! op.c
25745 ____________________________________________________________________________
25746 [  8418] By: jhi                                   on 2001/01/12  18:05:30
25747         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25748              From: Radu Greab <radu@netsoft.ro>
25749              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
25750              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
25751      Branch: perl
25752            ! op.c t/pragma/sub_lval.t
25753 ____________________________________________________________________________
25754 [  8417] By: jhi                                   on 2001/01/12  16:09:09
25755         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
25756              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25757              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
25758              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
25759      Branch: perl
25760            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
25761            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
25762            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
25763            ! t/pragma/sub_lval.t toke.c
25764 ____________________________________________________________________________
25765 [  8416] By: jhi                                   on 2001/01/12  15:42:06
25766         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25767              From: "Richard Soderberg" <rs@crystalflame.net>
25768              Date: Fri, 12 Jan 2001 04:49:35 -0800
25769              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
25770              
25771              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25772              according to the platform.
25773      Branch: perl
25774            ! op.c
25775 ____________________________________________________________________________
25776 [  8415] By: jhi                                   on 2001/01/12  15:33:41
25777         Log: One more UTF-8 fix from Inaba Hiroto.
25778      Branch: perl
25779            ! pp.c regexec.c t/pragma/utf8.t
25780 ____________________________________________________________________________
25781 [  8414] By: jhi                                   on 2001/01/12  15:30:18
25782         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
25783      Branch: perl
25784            ! regexec.c
25785 ____________________________________________________________________________
25786 [  8413] By: jhi                                   on 2001/01/12  15:22:10
25787         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
25788              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25789              Date: Thu, 11 Jan 2001 12:53:36 +0100
25790              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
25791      Branch: perl
25792            ! toke.c
25793 ____________________________________________________________________________
25794 [  8412] By: jhi                                   on 2001/01/12  15:20:25
25795         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
25796              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25797              Date: Fri, 12 Jan 2001 14:37:55 +0100
25798              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
25799      Branch: perl
25800            ! hints/posix-bc.sh
25801 ____________________________________________________________________________
25802 [  8411] By: jhi                                   on 2001/01/12  15:14:14
25803         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
25804              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25805              Date: Fri, 12 Jan 2001 10:42:21 +0100
25806              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
25807      Branch: perl
25808            ! t/op/regmesg.t
25809 ____________________________________________________________________________
25810 [  8410] By: jhi                                   on 2001/01/12  05:48:55
25811         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
25812              From: Nicholas Clark <nick@ccl4.org> 
25813              Date: Sun, 7 Jan 2001 19:47:14 +0000
25814              Message-ID: <20010107194714.B1048@plum.flirble.org>
25815      Branch: perl
25816            ! t/op/numconvert.t
25817 ____________________________________________________________________________
25818 [  8409] By: jhi                                   on 2001/01/12  05:41:28
25819         Log: Integrate perlio.
25820      Branch: perl
25821           !> mg.c scope.h
25822 ____________________________________________________________________________
25823 [  8408] By: nick                                  on 2001/01/11  22:43:28
25824         Log: Remove variables that were used in experiments.
25825      Branch: perlio
25826            ! mg.c
25827 ____________________________________________________________________________
25828 [  8407] By: nick                                  on 2001/01/11  20:57:44
25829         Log: Catch die in %SIG handler and unblock the signal before re-dying.
25830              This make Linux work _without_ sigsetjmp().
25831              Turn off sigsetjmp() to see what else it does.
25832              May need Configure probe for sigprocmask() if anything has sigaction()
25833              but not sigprocmask().
25834      Branch: perlio
25835            ! mg.c scope.h
25836 ____________________________________________________________________________
25837 [  8406] By: nick                                  on 2001/01/11  19:32:07
25838         Log: Integrate mainline
25839      Branch: perlio
25840           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
25841           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
25842           !> t/op/substr.t
25843 ____________________________________________________________________________
25844 [  8405] By: jhi                                   on 2001/01/11  17:11:01
25845         Log: Fix UTF-8 lval substr().
25846      Branch: perl
25847            ! mg.c t/op/substr.t
25848 ____________________________________________________________________________
25849 [  8404] By: jhi                                   on 2001/01/11  05:13:58
25850         Log: Update Changes.
25851      Branch: perl
25852            ! Changes patchlevel.h
25853 ____________________________________________________________________________
25854 [  8403] By: jhi                                   on 2001/01/11  04:38:24
25855         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25856              From: Hugo <hv@crypt.compulink.co.uk>
25857              Date: Mon, 30 Oct 2000 01:33:26 +0000
25858              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
25859      Branch: perl
25860            ! regexec.c t/op/re_tests
25861 ____________________________________________________________________________
25862 [  8402] By: jhi                                   on 2001/01/11  04:26:12
25863         Log: Integrate perlio.
25864      Branch: perl
25865           !> scope.h util.c
25866 ____________________________________________________________________________
25867 [  8401] By: nick                                  on 2001/01/10  22:52:55
25868         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
25869              (So Alan and Ilya can try setting via hints.)
25870              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
25871              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
25872              doing the save everywhere seems to restart read() correctly, but just
25873              doing it once "round" the handler does not.
25874      Branch: perlio
25875            ! scope.h
25876 ____________________________________________________________________________
25877 [  8400] By: jhi                                   on 2001/01/10  21:57:54
25878         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
25879              of IRIX, HP-UX is unaffected.
25880      Branch: perl
25881            ! perl.h
25882 ____________________________________________________________________________
25883 [  8399] By: nick                                  on 2001/01/10  21:29:19
25884         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
25885      Branch: perlio
25886            ! util.c
25887 ____________________________________________________________________________
25888 [  8398] By: jhi                                   on 2001/01/10  20:55:31
25889         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
25890              also have ReusePort.
25891      Branch: perl
25892            ! ext/IO/lib/IO/Socket/INET.pm
25893 ____________________________________________________________________________
25894 [  8397] By: jhi                                   on 2001/01/10  20:50:57
25895         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25896              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
25897              Date: Wed, 10 Jan 2001 01:38:13 -0800
25898              Message-ID: <20010110013813.B41744@yahoo-inc.com>
25899      Branch: perl
25900            ! ext/IO/lib/IO/Socket/INET.pm
25901 ____________________________________________________________________________
25902 [  8396] By: jhi                                   on 2001/01/10  20:49:30
25903         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
25904              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
25905              Date: Wed, 10 Jan 2001 01:37:32 -0800
25906              Message-ID: <20010110013732.A41744@yahoo-inc.com>
25907      Branch: perl
25908            ! ext/Socket/Socket.pm
25909 ____________________________________________________________________________
25910 [  8395] By: jhi                                   on 2001/01/10  20:41:37
25911         Log: Test for bug id 20010105.016 (fixed by #8378).
25912      Branch: perl
25913            ! t/op/split.t
25914 ____________________________________________________________________________
25915 [  8394] By: jhi                                   on 2001/01/10  20:26:32
25916         Log: Integrate perlio.
25917      Branch: perl
25918            ! util.c
25919 ____________________________________________________________________________
25920 [  8393] By: nick                                  on 2001/01/10  19:34:30
25921         Log: Back out Simon's pid hackery for now.
25922      Branch: perlio
25923            ! util.c
25924 ____________________________________________________________________________
25925 [  8392] By: nick                                  on 2001/01/10  19:23:13
25926         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
25927      Branch: perlio
25928           !> (integrate 29 files)
25929 ____________________________________________________________________________
25930 [  8391] By: jhi                                   on 2001/01/10  18:43:15
25931         Log: Subject: [PATCH] Fix my_pclose segfault
25932              From: Simon Cozens <simon@cozens.net>
25933              Date: Wed, 10 Jan 2001 18:39:35 +0000
25934              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
25935      Branch: perl
25936            ! util.c
25937 ____________________________________________________________________________
25938 [  8390] By: jhi                                   on 2001/01/10  18:42:08
25939         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
25940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25941              Date:     Wed, 10 Jan 2001 13:23:02 EST
25942              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
25943      Branch: perl
25944            ! ext/Opcode/Opcode.xs
25945 ____________________________________________________________________________
25946 [  8389] By: jhi                                   on 2001/01/10  15:16:07
25947         Log: Turn off the integer preservation for now.
25948      Branch: perl
25949            ! perl.h
25950 ____________________________________________________________________________
25951 [  8388] By: jhi                                   on 2001/01/10  15:01:25
25952         Log: Few more IDE/editor nits from p5p.
25953      Branch: perl
25954            ! pod/perlfaq3.pod
25955 ____________________________________________________________________________
25956 [  8387] By: jhi                                   on 2001/01/10  06:53:16
25957         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
25958              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
25959              Date: Tue, 9 Jan 2001 23:16:02 +0000
25960              Message-ID: <20010109231602.A81101@plum.flirble.org>
25961      Branch: perl
25962            ! sv.c
25963 ____________________________________________________________________________
25964 [  8386] By: jhi                                   on 2001/01/10  03:17:54
25965         Log: Test cases for #8385 (from Simon's "torture.pl")
25966      Branch: perl
25967            ! t/op/tr.t
25968 ____________________________________________________________________________
25969 [  8385] By: jhi                                   on 2001/01/10  03:17:11
25970         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
25971              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
25972              Date: Wed, 10 Jan 2001 11:39:39 +0900
25973              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
25974              
25975              Some more UTF-8 tr cases fixed.
25976      Branch: perl
25977            ! doop.c
25978 ____________________________________________________________________________
25979 [  8384] By: jhi                                   on 2001/01/09  22:45:40
25980         Log: Allow the locale test needing POSIX and the taint test
25981              needing IPC::SysV to run under 'minitest' (basically,
25982              bail out if loading the extension fails)
25983      Branch: perl
25984            ! t/op/misc.t t/op/taint.t
25985 ____________________________________________________________________________
25986 [  8383] By: jhi                                   on 2001/01/09  21:36:04
25987         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25988              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25989              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
25990              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
25991      Branch: perl
25992            ! t/io/openpid.t
25993 ____________________________________________________________________________
25994 [  8382] By: jhi                                   on 2001/01/09  21:06:08
25995         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
25996              Should finish up the bug id 20001205.022.
25997      Branch: perl
25998            ! pp.c pp_hot.c scope.c
25999 ____________________________________________________________________________
26000 [  8381] By: jhi                                   on 2001/01/09  18:27:43
26001         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
26002              From: Andy Dougherty <doughera@lafayette.edu>
26003              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
26004              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
26005              
26006              More robust yacc/bison error detection.
26007      Branch: perl
26008            ! t/comp/proto.t
26009 ____________________________________________________________________________
26010 [  8380] By: jhi                                   on 2001/01/09  15:21:38
26011         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
26012              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26013              Date:     Tue, 9 Jan 2001 07:53:55 EST
26014              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
26015      Branch: perl
26016            ! t/op/misc.t vms/test.com
26017 ____________________________________________________________________________
26018 [  8379] By: jhi                                   on 2001/01/09  15:20:38
26019         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
26020              From: jhi@cc.hut.fi
26021              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
26022              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
26023              
26024              The #8378 fixed this.
26025      Branch: perl
26026            ! t/op/tr.t
26027 ____________________________________________________________________________
26028 [  8378] By: jhi                                   on 2001/01/09  15:05:32
26029         Log: Subject: One more patch for UTF8 
26030              From: Inaba Hiroto <inaba@st.rim.or.jp>
26031              Date: Tue, 09 Jan 2001 01:04:32 +0900
26032              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
26033              
26034              UTF-8 fixes for 'x' and tr///.
26035      Branch: perl
26036            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
26037            ! regcomp.c regexec.c toke.c utf8.c
26038 ____________________________________________________________________________
26039 [  8377] By: jhi                                   on 2001/01/09  14:32:17
26040         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26041      Branch: perl
26042            ! t/op/length.t
26043 ____________________________________________________________________________
26044 [  8376] By: jhi                                   on 2001/01/09  04:32:32
26045         Log: integrate changes #7775, #8316, #8316 from mainline
26046      Branch: maint-5.6/perl
26047            ! hints/solaris_2.sh
26048 ____________________________________________________________________________
26049 [  8375] By: jhi                                   on 2001/01/09  04:26:43
26050         Log: Update Changes.
26051      Branch: perl
26052            ! Changes patchlevel.h
26053 ____________________________________________________________________________
26054 [  8374] By: jhi                                   on 2001/01/09  04:14:32
26055         Log: IDE/editor section tweaking.
26056      Branch: perl
26057            ! pod/perlfaq3.pod
26058 ____________________________________________________________________________
26059 [  8373] By: jhi                                   on 2001/01/09  02:38:26
26060         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
26061              From: Peter Prymmer <pvhp@forte.com>
26062              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
26063              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
26064              
26065              In preparation os OS/390 dynamic loading.
26066      Branch: perl
26067            ! README.os390 hints/os390.sh
26068 ____________________________________________________________________________
26069 [  8372] By: jhi                                   on 2001/01/09  00:24:30
26070         Log: Integrate with perlio.
26071      Branch: perl
26072           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26073 ____________________________________________________________________________
26074 [  8371] By: nick                                  on 2001/01/08  23:54:33
26075         Log: Fix "scalars leaked" bugs caused by overload magic
26076              (Highlighted by Ilya's DESTROY optimization.)
26077      Branch: perlio
26078            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26079 ____________________________________________________________________________
26080 [  8370] By: nick                                  on 2001/01/08  20:19:41
26081         Log: Integrate mainline
26082      Branch: perlio
26083           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
26084           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
26085           !> t/op/64bitint.t
26086 ____________________________________________________________________________
26087 [  8369] By: jhi                                   on 2001/01/08  17:30:52
26088         Log: save_delete() Safefree() doesn't (anymore?) work with shared
26089              strings, one test failure in op/misc and almost all of lib/b.
26090              (Outcomments #8369.)
26091      Branch: perl
26092            ! scope.c
26093 ____________________________________________________________________________
26094 [  8368] By: jhi                                   on 2001/01/08  14:47:10
26095         Log: (Outcommented by #8369.)
26096              
26097              Subject: Re: Perl BugID 20001205.022 ---- save_delete
26098              From: Simon Cozens <simon@cozens.net>
26099              Date: Sat, 6 Jan 2001 11:48:40 +0000
26100              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
26101              
26102              The save_delete() does need the Safefree.
26103      Branch: perl
26104            ! scope.c
26105 ____________________________________________________________________________
26106 [  8367] By: bailey                                on 2001/01/08  08:53:52
26107         Log: Once again syncing after too long an absence
26108      Branch: vmsperl
26109           +> (branch 55 files)
26110            - MAINTAIN fix_pl vos/config.def vos/config.h
26111            - vos/config_h.SH_orig
26112           !> (integrate 498 files)
26113 ____________________________________________________________________________
26114 [  8366] By: jhi                                   on 2001/01/08  02:42:59
26115         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
26116              From: nick@ccl4.org
26117              Date: Sun, 7 Jan 2001 21:07:18 +0000
26118              Message-Id: <20010107210717.D1048@plum.flirble.org>
26119      Branch: perl
26120            ! sv.c t/op/64bitint.t
26121 ____________________________________________________________________________
26122 [  8365] By: jhi                                   on 2001/01/08  02:35:16
26123         Log: Subject: [PATCH] environ nit
26124              From: Simon Cozens <simon@cozens.net>
26125              Date: Sun, 7 Jan 2001 17:57:07 +0000
26126              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
26127              
26128              Use environ only if we have it.
26129      Branch: perl
26130            ! mg.c
26131 ____________________________________________________________________________
26132 [  8364] By: jhi                                   on 2001/01/08  02:24:51
26133         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
26134      Branch: perl
26135            ! ext/GDBM_File/GDBM_File.xs
26136 ____________________________________________________________________________
26137 [  8363] By: jhi                                   on 2001/01/08  02:19:24
26138         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26139              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26140              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
26141              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
26142      Branch: perl
26143            ! dump.c op.c
26144 ____________________________________________________________________________
26145 [  8362] By: jhi                                   on 2001/01/08  02:17:43
26146         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
26147              From: Doug MacEachern <dougm@covalent.net>
26148              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
26149              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
26150              
26151              Allow AUTOLOAD to be an xsub and allow such xsubs
26152              to avoid use of $AUTOLOAD.
26153      Branch: perl
26154            ! gv.c
26155 ____________________________________________________________________________
26156 [  8361] By: jhi                                   on 2001/01/08  02:16:07
26157         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26158              From: Radu Greab <radu@netsoft.ro>
26159              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
26160              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
26161              
26162              No need for the potentially unportable $SIG{CHLD}.
26163      Branch: perl
26164            ! t/io/pipe.t
26165 ____________________________________________________________________________
26166 [  8360] By: jhi                                   on 2001/01/08  01:58:23
26167         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
26168      Branch: perl
26169            ! lib/Getopt/Long.pm
26170 ____________________________________________________________________________
26171 [  8359] By: jhi                                   on 2001/01/08  01:55:44
26172         Log: Integrate perlio.
26173      Branch: perl
26174           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
26175           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
26176           !> utf8.c win32/Makefile
26177 ____________________________________________________________________________
26178 [  8358] By: jhi                                   on 2001/01/07  21:16:50
26179         Log: Update the EPOC cross SDK URL.
26180      Branch: perl
26181            ! README.epoc
26182 ____________________________________________________________________________
26183 [  8357] By: jhi                                   on 2001/01/07  21:16:09
26184         Log: Update the EPOC cross SDK URL.
26185      Branch: maint-5.6/perl
26186            ! README.epoc
26187 ____________________________________________________________________________
26188 [  8356] By: nick                                  on 2001/01/06  21:47:52
26189         Log: FILE * in XS code for PerlIO world:
26190              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
26191              - Add FILE * T_STDIO typemap.
26192              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
26193      Branch: perlio
26194            ! lib/ExtUtils/typemap perlio.c perlio.h
26195 ____________________________________________________________________________
26196 [  8355] By: jhi                                   on 2001/01/06  20:27:15
26197         Log: integrate change #8336 from mainline
26198              
26199              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
26200      Branch: maint-5.6/perl
26201            ! hv.c
26202 ____________________________________________________________________________
26203 [  8354] By: jhi                                   on 2001/01/06  20:24:29
26204         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26205              From: Robin Barker <rmb1@cise.npl.co.uk>
26206              Date: Fri, 22 Dec 2000 12:17:38 GMT
26207              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26208              
26209              The patch reformats some long =item lines so they give
26210              correct output via pod2man | nroff -man
26211              
26212              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26213              From: Robin Barker <rmb1@cise.npl.co.uk>
26214              Date: Tue, 2 Jan 2001 15:35:03 GMT
26215              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26216              
26217              Here is a _further_ patch which corrects a few more errors:
26218              * an empty C<=item> in CPAN.pm
26219              * patching the wrong file (pod/perlamiga.pod not README.amiga)
26220              * leaving empty C<=item>s which formatted incorrectly
26221              * over long C<=item>s revealed by latest patch to Pod::Man
26222      Branch: maint-5.6/perl
26223            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26224            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26225            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
26226            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
26227            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
26228            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
26229 ____________________________________________________________________________
26230 [  8353] By: jhi                                   on 2001/01/06  20:21:10
26231         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
26232              
26233              UTF-8 hash keys.
26234      Branch: maint-5.6/perl
26235            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
26236 ____________________________________________________________________________
26237 [  8352] By: jhi                                   on 2001/01/06  20:18:44
26238         Log: Forgotten from #8438.
26239      Branch: maint-5.6/perl
26240            ! epoc/epocish.h
26241 ____________________________________________________________________________
26242 [  8351] By: jhi                                   on 2001/01/06  20:18:12
26243         Log: Forgotten from #8347.
26244      Branch: maint-5.6/perl
26245            ! config_h.SH
26246 ____________________________________________________________________________
26247 [  8350] By: jhi                                   on 2001/01/06  20:00:19
26248         Log: Thinko in #8347.
26249      Branch: maint-5.6/perl
26250            ! regcomp.c
26251 ____________________________________________________________________________
26252 [  8349] By: jhi                                   on 2001/01/06  18:05:30
26253         Log: Copy the FAQ3 IDE section from the development branch,
26254              changes originally by Peter Prymmer.
26255      Branch: maint-5.6/perl
26256            ! pod/perlfaq3.pod
26257 ____________________________________________________________________________
26258 [  8348] By: jhi                                   on 2001/01/06  18:03:02
26259         Log: EPOC updates for TRIAL1.
26260              
26261              Subject: [5.6.1 trial1] EPOC update
26262              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26263              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
26264              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
26265              
26266              Subject: epoc patch2 for perl-5.6.1-trial1
26267              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26268              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
26269              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
26270      Branch: maint-5.6/perl
26271            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
26272            ! epoc/epocish.c
26273 ____________________________________________________________________________
26274 [  8347] By: jhi                                   on 2001/01/06  17:29:10
26275         Log: integrate changes #7710,7824,7973 from mainline,
26276              plus VMS nits from Peter Prymmer and Dan Sugalski.
26277              
26278              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
26279              library (getprotobyname and getprotobynumber are outversioned by
26280              the same calls in libc, at least for xlc version 3.
26281              
26282              Add HAS_SBRK_PROTO.
26283              
26284              Fixes for signedness warnings noticed by VMSperlers.
26285      Branch: maint-5.6/perl
26286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26287            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
26288            ! sv.c vms/descrip_mms.template vos/config.alpha.def
26289            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26290            ! win32/config.bc win32/config.gc win32/config.vc
26291 ____________________________________________________________________________
26292 [  8346] By: nick                                  on 2001/01/06  14:36:01
26293         Log: Fixup accumulated integrate muddles (perlio == devperl again)
26294      Branch: perlio
26295            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
26296 ____________________________________________________________________________
26297 [  8345] By: nick                                  on 2001/01/06  14:24:58
26298         Log: Integrate mainline
26299      Branch: perlio
26300           !> (integrate 55 files)
26301 ____________________________________________________________________________
26302 [  8344] By: jhi                                   on 2001/01/06  02:24:02
26303         Log: Subject: [patch] PerlIO_cleanup() prototype
26304              From: Doug MacEachern <dougm@covalent.net>
26305              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
26306              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
26307      Branch: perl
26308            ! perlio.h
26309 ____________________________________________________________________________
26310 [  8343] By: jhi                                   on 2001/01/06  01:04:09
26311         Log: IRIX compiler noticed that the bof initialization might be
26312              bypassed by control flow.
26313      Branch: perl
26314            ! toke.c
26315 ____________________________________________________________________________
26316 [  8342] By: jhi                                   on 2001/01/06  00:10:48
26317         Log: Update Changes.
26318      Branch: perl
26319            ! Changes patchlevel.h
26320 ____________________________________________________________________________
26321 [  8341] By: jhi                                   on 2001/01/05  23:52:33
26322         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26323      Branch: perl
26324            ! toke.c
26325 ____________________________________________________________________________
26326 [  8340] By: jhi                                   on 2001/01/05  22:44:08
26327         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26328              From: Radu Greab <radu@netsoft.ro>
26329              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
26330              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
26331      Branch: perl
26332            ! t/io/pipe.t util.c
26333 ____________________________________________________________________________
26334 [  8339] By: jhi                                   on 2001/01/05  22:35:17
26335         Log: Subject: [PATCH] format and rewording in perlfaq.pod
26336              From: Robin Barker <rmb1@cise.npl.co.uk>
26337              Date: Fri, 5 Jan 2001 18:51:20 GMT
26338              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
26339      Branch: perl
26340            ! pod/perlfaq.pod
26341 ____________________________________________________________________________
26342 [  8338] By: jhi                                   on 2001/01/05  22:31:17
26343         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
26344              From: Peter Prymmer <pvhp@forte.com>
26345              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
26346              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
26347      Branch: perl
26348            ! utils/perlbug.PL
26349 ____________________________________________________________________________
26350 [  8337] By: jhi                                   on 2001/01/05  18:15:11
26351         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26352              From: Robin Barker <rmb1@cise.npl.co.uk>
26353              Date: Tue, 2 Jan 2001 15:24:07 GMT
26354              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
26355              
26356              If you call configure as C<./Configure> or C<sh ./Configure>,
26357              $src is set to the absolute path name, not '.'.
26358              
26359              This, in turn, means -Dmksymlink tries to do its stuff because
26360              it does not think it is in the src directory.
26361              
26362              (plus a metaconfig nitfix)
26363      Branch: metaconfig
26364            ! U/compline/ccflags.U U/modified/src.U
26365      Branch: perl
26366            ! Configure config_h.SH
26367 ____________________________________________________________________________
26368 [  8336] By: jhi                                   on 2001/01/05  17:48:32
26369         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
26370              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26371              Message-ID: <3A5606C4.473D2226@uk.sun.com>
26372              Date: Fri, 05 Jan 2001 17:39:16 +0000
26373      Branch: perl
26374            ! hv.c
26375 ____________________________________________________________________________
26376 [  8335] By: jhi                                   on 2001/01/05  16:05:44
26377         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
26378      Branch: perl
26379            ! lib/Getopt/Long.pm
26380 ____________________________________________________________________________
26381 [  8334] By: jhi                                   on 2001/01/05  16:00:51
26382         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
26383              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26384              Date: Fri, 05 Jan 2001 13:46:51 +0100
26385              Message-ID: <13693.978698811@nice.ram.loc>
26386              
26387              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
26388              accurate reading of the "atime".  
26389      Branch: perl
26390            ! t/io/fs.t
26391 ____________________________________________________________________________
26392 [  8333] By: jhi                                   on 2001/01/05  15:57:37
26393         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
26394              From: Simon Cozens <simon@cozens.net>
26395              Date: Fri, 8 Dec 2000 13:33:31 +0000
26396              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
26397              
26398              A lost patch fragment.
26399      Branch: perl
26400            ! doop.c
26401 ____________________________________________________________________________
26402 [  8332] By: jhi                                   on 2001/01/05  15:40:42
26403         Log: Do away with strncpy() and a fixed length buffer.
26404      Branch: perl
26405            ! utf8.c
26406 ____________________________________________________________________________
26407 [  8331] By: jhi                                   on 2001/01/05  15:03:07
26408         Log: Tests for #8329 and #8330.
26409      Branch: perl
26410            ! t/op/bop.t
26411 ____________________________________________________________________________
26412 [  8330] By: jhi                                   on 2001/01/05  15:02:38
26413         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
26414              raw 8-bit form to the UTF-8 string.
26415      Branch: perl
26416            ! toke.c
26417 ____________________________________________________________________________
26418 [  8329] By: jhi                                   on 2001/01/05  14:55:13
26419         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
26420              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26421              Date: Fri, 5 Jan 2001 12:28:52 +0100
26422              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
26423              
26424              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
26425              no effect.  (changed the strncpy() to Copy())
26426      Branch: perl
26427            ! toke.c
26428 ____________________________________________________________________________
26429 [  8328] By: jhi                                   on 2001/01/05  06:44:27
26430         Log: UTF-8 cleanup.
26431      Branch: perl
26432            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26433            ! regexec.c sv.c toke.c
26434 ____________________________________________________________________________
26435 [  8327] By: jhi                                   on 2001/01/05  01:11:29
26436         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')
26437              From: Radu Greab <radu@netsoft.ro>
26438              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
26439              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
26440              
26441              Cleans up Harness to not use FileHandle, which uses IO.
26442      Branch: perl
26443            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26444 ____________________________________________________________________________
26445 [  8326] By: jhi                                   on 2001/01/05  00:56:37
26446         Log: Update Changes.
26447      Branch: perl
26448            ! Changes patchlevel.h
26449 ____________________________________________________________________________
26450 [  8325] By: jhi                                   on 2001/01/05  00:53:18
26451         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
26452              From: Peter Prymmer <pvhp@forte.com>
26453              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
26454              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
26455              
26456              plus a couple more tailing whitespace removals.
26457      Branch: perl
26458            ! win32/Makefile
26459 ____________________________________________________________________________
26460 [  8324] By: jhi                                   on 2001/01/05  00:47:39
26461         Log: Add some Unicode chop() tests.
26462      Branch: perl
26463            ! t/op/chop.t
26464 ____________________________________________________________________________
26465 [  8323] By: jhi                                   on 2001/01/05  00:47:23
26466         Log: Unify UTF-8 malformedness handling.
26467      Branch: perl
26468            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
26469 ____________________________________________________________________________
26470 [  8322] By: jhi                                   on 2001/01/04  22:21:54
26471         Log: The new $issymlink was unknown to Mksymlinks.
26472      Branch: metaconfig/U/perl
26473            ! Mksymlinks.U issymlink.U
26474      Branch: perl
26475            ! Configure config_h.SH
26476 ____________________________________________________________________________
26477 [  8321] By: jhi                                   on 2001/01/04  21:51:05
26478         Log: The test didn't work under the core test framework.
26479      Branch: perl
26480            ! t/lib/st-lock.t
26481 ____________________________________________________________________________
26482 [  8320] By: jhi                                   on 2001/01/04  21:14:22
26483         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26484      Branch: perl
26485            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
26486 ____________________________________________________________________________
26487 [  8319] By: jhi                                   on 2001/01/04  20:46:17
26488         Log: Typo in #8312 when manually appying a problematic patch fragment.
26489      Branch: perl
26490            ! ext/Storable/Storable.xs
26491 ____________________________________________________________________________
26492 [  8318] By: jhi                                   on 2001/01/04  20:43:01
26493         Log: The $sh_c didn't fly.
26494      Branch: metaconfig
26495            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26496            ! U/modified/Loc.U U/modified/myhostname.U
26497            ! U/modified/spitshell.U
26498      Branch: metaconfig/U/perl
26499            ! issymlink.U
26500      Branch: perl
26501            ! Configure config_h.SH
26502 ____________________________________________________________________________
26503 [  8317] By: jhi                                   on 2001/01/04  19:58:01
26504         Log: AIX builtin test -h is broken, changes based on
26505              
26506              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
26507              Date: Tue, 02 Jan 2001 11:24:39 +0100
26508              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26509              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
26510      Branch: metaconfig
26511            + U/modified/spitshell.U
26512            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26513            ! U/modified/Loc.U U/modified/myhostname.U
26514      Branch: metaconfig/U/perl
26515            ! Mksymlinks.U issymlink.U
26516      Branch: perl
26517            ! Configure
26518 ____________________________________________________________________________
26519 [  8316] By: jhi                                   on 2001/01/04  19:02:22
26520         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
26521              From: Andy Dougherty <doughera@lafayette.edu>
26522              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
26523              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
26524              
26525              Beware of GNU ld.
26526      Branch: perl
26527            ! hints/solaris_2.sh
26528 ____________________________________________________________________________
26529 [  8315] By: jhi                                   on 2001/01/04  18:56:48
26530         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
26531              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
26532              Date: Wed, 3 Jan 2001 07:58:51 +0100
26533              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
26534      Branch: perl
26535            ! hints/solaris_2.sh
26536 ____________________________________________________________________________
26537 [  8314] By: jhi                                   on 2001/01/04  18:54:07
26538         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26539              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26540              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
26541              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
26542              
26543              Doc tweak on #8313.
26544      Branch: perl
26545            ! ext/B/B/Deparse.pm
26546 ____________________________________________________________________________
26547 [  8313] By: jhi                                   on 2001/01/04  18:52:27
26548         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
26549              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
26550              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26551              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
26552              
26553              Make the peephole optimizer to bypass more null ops and
26554              and rewrite the deparse handling of continue blocks.
26555      Branch: perl
26556            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
26557 ____________________________________________________________________________
26558 [  8312] By: jhi                                   on 2001/01/04  18:47:39
26559         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
26560      Branch: perl
26561            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26562            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26563            ! t/lib/st-lock.t
26564 ____________________________________________________________________________
26565 [  8311] By: jhi                                   on 2001/01/04  18:36:08
26566         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
26567              filter to be run on each .pm during the pm_to_blib() phase,
26568              a fixed version of
26569              
26570              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26571              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26572              Date: Wed, 03 Jan 2001 22:01:30 +0100
26573              Message-ID: <5296.978555690@nice.ram.loc>
26574      Branch: perl
26575            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26576            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26577            ! lib/ExtUtils/MakeMaker.pm
26578 ____________________________________________________________________________
26579 [  8310] By: jhi                                   on 2001/01/04  18:32:54
26580         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26581              From: Robin Barker <rmb1@cise.npl.co.uk>
26582              Date: Tue, 2 Jan 2001 15:35:03 GMT
26583              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26584      Branch: perl
26585            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
26586            ! pod/perlrequick.pod
26587 ____________________________________________________________________________
26588 [  8309] By: jhi                                   on 2001/01/04  18:29:07
26589         Log: Subject: Re: [patch] static-ize XS()
26590              From: Doug MacEachern <dougm@covalent.net>
26591              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
26592              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
26593              
26594              Provide prototypes for the XS functions.
26595      Branch: perl
26596            ! lib/ExtUtils/xsubpp
26597 ____________________________________________________________________________
26598 [  8308] By: jhi                                   on 2001/01/04  18:27:44
26599         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
26600              From: Doug MacEachern <dougm@covalent.net>
26601              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
26602              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
26603      Branch: perl
26604            ! lib/ExtUtils/typemap
26605 ____________________________________________________________________________
26606 [  8307] By: jhi                                   on 2001/01/04  18:25:25
26607         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
26608              From: Doug MacEachern <dougm@covalent.net>
26609              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
26610              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
26611              
26612              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
26613      Branch: perl
26614            ! lib/ExtUtils/MM_Unix.pm
26615 ____________________________________________________________________________
26616 [  8306] By: jhi                                   on 2001/01/04  18:23:00
26617         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
26618              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26619              Date: Thu, 4 Jan 2001 12:47:10 +0100 
26620              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
26621              
26622              The toke.c part only, patching embed.h and proto.h is futile.
26623      Branch: perl
26624            ! toke.c
26625 ____________________________________________________________________________
26626 [  8305] By: jhi                                   on 2001/01/04  18:05:51
26627         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
26628              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26629              Date: Thu, 4 Jan 2001 17:50:12 +0100 
26630              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
26631      Branch: perl
26632            ! toke.c
26633 ____________________________________________________________________________
26634 [  8304] By: jhi                                   on 2001/01/04  18:03:26
26635         Log: Subject: [PATCH perl@8269]
26636              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26637              Date: Thu, 4 Jan 2001 12:53:39 +0100 
26638              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
26639              
26640              If running byacc write-enable also perly.h.
26641      Branch: perl
26642            ! Makefile.SH
26643 ____________________________________________________________________________
26644 [  8303] By: jhi                                   on 2001/01/04  15:40:49
26645         Log: Rewrite pp_concat() in terms of sv_catsv().
26646      Branch: perl
26647            ! pp_hot.c
26648 ____________________________________________________________________________
26649 [  8302] By: nick                                  on 2001/01/03  22:43:22
26650         Log: Integrate mainline.
26651      Branch: perlio
26652           !> ext/Encode/Encode.xs sv.c utf8.c
26653 ____________________________________________________________________________
26654 [  8301] By: jhi                                   on 2001/01/02  23:40:26
26655         Log: Variable naming tweak.
26656      Branch: perl
26657            ! sv.c
26658 ____________________________________________________________________________
26659 [  8300] By: jhi                                   on 2001/01/02  23:40:02
26660         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
26661              in is_utf8_string().
26662      Branch: perl
26663            ! utf8.c
26664 ____________________________________________________________________________
26665 [  8299] By: jhi                                   on 2001/01/02  22:14:40
26666         Log: Integrate perlio.
26667      Branch: perl
26668           !> pp.c pp_hot.c win32/Makefile
26669 ____________________________________________________________________________
26670 [  8298] By: nick                                  on 2001/01/02  22:03:06
26671         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26672      Branch: perlio
26673            ! pp.c pp_hot.c
26674 ____________________________________________________________________________
26675 [  8297] By: jhi                                   on 2001/01/02  04:26:28
26676         Log: Signedness nit.
26677      Branch: perl
26678            ! ext/Encode/Encode.xs
26679 ____________________________________________________________________________
26680 [  8296] By: nick                                  on 2001/01/01  23:49:36
26681         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
26682      Branch: perlio
26683            ! win32/Makefile
26684 ____________________________________________________________________________
26685 [  8295] By: jhi                                   on 2001/01/01  23:05:48
26686         Log: Integrate perlio.
26687      Branch: perl
26688           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26689           !> t/lib/encode.t
26690 ____________________________________________________________________________
26691 [  8294] By: nick                                  on 2001/01/01  22:48:34
26692         Log: Integrate mainline
26693      Branch: perlio
26694            ! pp_hot.c t/lib/encode.t
26695           !> (integrate 65 files)
26696 ____________________________________________________________________________
26697 [  8293] By: nick                                  on 2001/01/01  21:58:50
26698         Log: More rigor in UTF-8-ness of Encode's toUnicode
26699              XS export some of the utf8 internal functions.
26700              Test some of the functions.
26701              Fix pp_concat() bug shown by said tests.
26702      Branch: perlio
26703            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
26704            ! t/lib/encode.t
26705 ____________________________________________________________________________
26706 [  8292] By: jhi                                   on 2001/01/01  18:11:44
26707         Log: Integrate perlio.
26708      Branch: perl
26709           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26710           !> ext/Encode/encengine.c ext/Encode/encode.h
26711 ____________________________________________________________________________
26712 [  8291] By: jhi                                   on 2001/01/01  18:10:58
26713         Log: Podify README.mpeix (a new version from the web),
26714              add a dummy NAME to Carp::Heavy, regen toc.
26715      Branch: perl
26716            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
26717            ! pod/perltoc.pod
26718 ____________________________________________________________________________
26719 [  8290] By: nick                                  on 2001/01/01  17:43:47
26720         Log: Loose the "Loading..." warning.
26721              Another bug in fallback support
26722      Branch: perlio
26723            ! ext/Encode/Encode.pm ext/Encode/encengine.c
26724 ____________________________________________________________________________
26725 [  8289] By: jhi                                   on 2001/01/01  00:01:57
26726         Log: Bump up Larry's copyright.
26727      Branch: perl
26728            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
26729            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
26730            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
26731            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
26732            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
26733            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
26734            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
26735            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26736 ____________________________________________________________________________
26737 [  8288] By: nick                                  on 2000/12/31  21:27:53
26738         Log: Fix .ucm reading - forgot a chr()
26739              Start of .ucm write (for .enc to .ucm)
26740      Branch: perlio
26741            ! ext/Encode/compile
26742 ____________________________________________________________________________
26743 [  8287] By: jhi                                   on 2000/12/31  18:15:56
26744         Log: Comment away a diagnostic message as noted by Craig A. Berry
26745              (the unexpected message was confusing testing)
26746      Branch: perl
26747            ! ext/Encode/Encode.pm
26748 ____________________________________________________________________________
26749 [  8286] By: jhi                                   on 2000/12/31  18:14:51
26750         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
26751              Date: Sun, 31 Dec 2000 11:17:37 -0600
26752              From: "Craig A. Berry" <craigberry@mac.com>
26753              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
26754      Branch: perl
26755            ! ext/Encode/Makefile.PL
26756 ____________________________________________________________________________
26757 [  8285] By: nick                                  on 2000/12/31  18:11:54
26758         Log: Start of support of ICU-style .ucm files:
26759              - teach compile how to read a .ucm file
26760              - first guess at how to represent fallbacks in "tries".
26761              - use fallbacks if check == 0
26762              - new return code to indicate we used one.
26763      Branch: perlio
26764            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
26765            ! ext/Encode/encengine.c ext/Encode/encode.h
26766 ____________________________________________________________________________
26767 [  8284] By: jhi                                   on 2000/12/31  18:04:41
26768         Log: Pacify picky VMS compiler.
26769              
26770              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
26771              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26772              Date: Sat, 30 Dec 2000 18:10:02 -0600
26773              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
26774      Branch: perl
26775            ! sv.c
26776 ____________________________________________________________________________
26777 [  8283] By: jhi                                   on 2000/12/31  16:11:47
26778         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
26779      Branch: perl
26780            ! t/lib/glob-basic.t
26781 ____________________________________________________________________________
26782 [  8282] By: jhi                                   on 2000/12/31  15:26:11
26783         Log: Integrate perlio.
26784      Branch: perl
26785           !> makedef.pl opcode.pl os2/os2.c perlio.c
26786 ____________________________________________________________________________
26787 [  8281] By: nick                                  on 2000/12/31  10:06:15
26788         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
26789              is available to be exported
26790      Branch: perlio
26791            ! makedef.pl perlio.c
26792 ____________________________________________________________________________
26793 [  8280] By: nick                                  on 2000/12/31  09:41:26
26794         Log: Ilya's OS2 patch (testing for damage on Win32)
26795      Branch: perlio
26796            ! makedef.pl opcode.pl os2/os2.c
26797 ____________________________________________________________________________
26798 [  8279] By: jhi                                   on 2000/12/30  21:52:07
26799         Log: Test nits.
26800      Branch: perl
26801            ! t/lib/syslfs.t t/op/lfs.t
26802 ____________________________________________________________________________
26803 [  8278] By: jhi                                   on 2000/12/30  21:47:49
26804         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
26805              From: andreas.koenig@anima.de (Andreas J. Koenig)
26806              Date: 30 Dec 2000 22:35:37 +0100
26807              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
26808              
26809              The 32-bit wraparound test wasn't quite right.
26810      Branch: perl
26811            ! t/lib/syslfs.t t/op/lfs.t
26812 ____________________________________________________________________________
26813 [  8277] By: jhi                                   on 2000/12/30  21:33:44
26814         Log: Subject: [PATCH] open() example in perlfunc.pod 
26815              From: Karsten Sperling <s_sperli@ira.uka.de>
26816              Date: Sat, 30 Dec 2000 22:27:09 +0100
26817              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
26818      Branch: perl
26819            ! pod/perlfunc.pod
26820 ____________________________________________________________________________
26821 [  8276] By: jhi                                   on 2000/12/30  20:32:40
26822         Log: Not quite that many tests yet.
26823      Branch: perl
26824            ! t/op/pat.t
26825 ____________________________________________________________________________
26826 [  8275] By: jhi                                   on 2000/12/30  20:26:58
26827         Log: Integrate perlio.
26828      Branch: perl
26829           !> toke.c
26830 ____________________________________________________________________________
26831 [  8274] By: jhi                                   on 2000/12/30  20:24:56
26832         Log: Signedness nit.
26833      Branch: perl
26834            ! utf8.c
26835 ____________________________________________________________________________
26836 [  8273] By: jhi                                   on 2000/12/30  20:15:46
26837         Log: Add a test case for 20000731.001 which was fixed by the #8267.
26838      Branch: perl
26839            ! t/op/pat.t
26840 ____________________________________________________________________________
26841 [  8272] By: nick                                  on 2000/12/30  19:47:51
26842         Log: Tweak for MULTIPLICITY/USE_PERLIO
26843      Branch: perlio
26844            ! toke.c
26845 ____________________________________________________________________________
26846 [  8271] By: nick                                  on 2000/12/30  19:46:45
26847         Log: Integrate mainline
26848      Branch: perlio
26849           +> lib/unicode/distinct.pm
26850           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
26851           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
26852           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
26853 ____________________________________________________________________________
26854 [  8270] By: jhi                                   on 2000/12/30  19:39:50
26855         Log: Subject: RE: perl@8269
26856              From: "Richard Soderberg" <rs@crystalflame.net>
26857              Date: Sat, 30 Dec 2000 11:36:27 -0800
26858              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
26859              
26860              A missing aTHX_.
26861      Branch: perl
26862            ! toke.c
26863 ____________________________________________________________________________
26864 [  8269] By: jhi                                   on 2000/12/30  18:55:48
26865         Log: Update Changes.
26866      Branch: perl
26867            ! Changes patchlevel.h
26868 ____________________________________________________________________________
26869 [  8268] By: jhi                                   on 2000/12/30  17:18:40
26870         Log: Add a test for Unicode split //.  The #8267 was the cure.
26871      Branch: perl
26872            ! t/op/split.t
26873 ____________________________________________________________________________
26874 [  8267] By: jhi                                   on 2000/12/30  17:14:19
26875         Log: Subject: more UTF8 test suites and an UTF8 patch
26876              From: Inaba Hiroto <inaba@st.rim.or.jp>
26877              Date: Sat, 30 Dec 2000 14:27:10 +0900
26878              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
26879              
26880              Just the patch part for now, and the pragma renamed
26881              as unicode::distinct.
26882      Branch: perl
26883            + lib/unicode/distinct.pm
26884            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
26885            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
26886            ! regcomp.h regexec.c sv.c toke.c utf8.c
26887 ____________________________________________________________________________
26888 [  8266] By: nick                                  on 2000/12/30  16:40:49
26889         Log: Integrate mainline
26890      Branch: perlio
26891           +> lib/Pod/Text/Overstrike.pm
26892           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
26893           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
26894           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
26895           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
26896           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
26897 ____________________________________________________________________________
26898 [  8265] By: jhi                                   on 2000/12/30  07:28:55
26899         Log: The sv_catsv() fix, take two.
26900      Branch: perl
26901            ! sv.c t/op/join.t
26902 ____________________________________________________________________________
26903 [  8264] By: jhi                                   on 2000/12/30  06:19:18
26904         Log: Undo all the join-related changes since #8248: relevant
26905              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
26906              The new sv_catsv() doesn't fly so it must go back to
26907              the drawing board.
26908      Branch: perl
26909            ! sv.c t/op/join.t t/pragma/utf8.t
26910 ____________________________________________________________________________
26911 [  8263] By: jhi                                   on 2000/12/30  01:08:32
26912         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
26913      Branch: perl
26914            ! sv.c
26915 ____________________________________________________________________________
26916 [  8262] By: jhi                                   on 2000/12/30  00:45:14
26917         Log: Retract #8261.
26918      Branch: perl
26919            ! hv.c util.c
26920 ____________________________________________________________________________
26921 [  8261] By: jhi                                   on 2000/12/30  00:38:32
26922         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
26923      Branch: perl
26924            ! hv.c util.c
26925 ____________________________________________________________________________
26926 [  8260] By: jhi                                   on 2000/12/29  22:51:33
26927         Log: (Retracted by #8264)  More fixing for #8251.
26928      Branch: perl
26929            ! sv.c
26930 ____________________________________________________________________________
26931 [  8259] By: jhi                                   on 2000/12/29  18:27:30
26932         Log: Subject: podlators 1.06 released
26933              From: Russ Allbery <rra@stanford.edu>
26934              Date: 25 Dec 2000 05:09:30 -0800
26935              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
26936      Branch: perl
26937            + lib/Pod/Text/Overstrike.pm
26938            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
26939            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
26940 ____________________________________________________________________________
26941 [  8258] By: jhi                                   on 2000/12/29  18:20:45
26942         Log: Make the large file tests more robust/talkative as suggested by
26943              
26944              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
26945              From: andreas.koenig@anima.de (Andreas J. Koenig)
26946              Date: 29 Dec 2000 14:23:01 +0100
26947              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
26948      Branch: perl
26949            ! t/lib/syslfs.t t/op/lfs.t
26950 ____________________________________________________________________________
26951 [  8257] By: jhi                                   on 2000/12/29  17:48:04
26952         Log: Further VMS piping fixes from Charles Lane:
26953              
26954              In summary, error messages produced when a subprocess terminated
26955              abnormally were being sent not just to the parent process, but to
26956              grandparents, because of default values for error output that were
26957              not completely overridden when the subprocess was started.
26958              
26959              This patch fixes this behavior by defining user-mode (i.e., temporary
26960              for the duration of the program) logical names for SYS$OUTPUT and
26961              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
26962              changes to make it so that the user-mode logicals are the ones that
26963              control where Perl's error messages go if it terminates abnormally.
26964              
26965              I also added some gratuitous fixes to the indentation of braces in
26966              the piping code.  It just looked ugly, before.
26967      Branch: perl
26968            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
26969 ____________________________________________________________________________
26970 [  8256] By: jhi                                   on 2000/12/29  17:45:12
26971         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
26972              From: "Casey R. Tweten" <crt@kiski.net>
26973              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
26974              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
26975              
26976              Tests for for #8240.
26977      Branch: perl
26978            ! t/pragma/constant.t
26979 ____________________________________________________________________________
26980 [  8255] By: jhi                                   on 2000/12/29  17:43:07
26981         Log: Subject: Re: [PATCH] Interesting syntax idea
26982              From: Simon Cozens <simon@cozens.net>
26983              Date: Fri, 29 Dec 2000 14:34:04 +0000
26984              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
26985              
26986              Tests for #8254.
26987      Branch: perl
26988            ! t/pragma/sub_lval.t
26989 ____________________________________________________________________________
26990 [  8254] By: jhi                                   on 2000/12/29  17:42:11
26991         Log: Subject: [PATCH] Interesting syntax idea
26992              From: Simon Cozens <simon@cozens.net>
26993              Date: Wed, 27 Dec 2000 05:08:57 +0000
26994              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
26995              
26996              Make opens + bareword assigns do typeglob assigns.
26997      Branch: perl
26998            ! op.c
26999 ____________________________________________________________________________
27000 [  8253] By: jhi                                   on 2000/12/29  17:36:45
27001         Log: Output the (apparent) version of gcc, as suggested by
27002              
27003              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
27004              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
27005              Date: 26 Dec 2000 04:29:17 -0500
27006              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
27007              
27008              (The patch as such didn't any more apply as the misparsing had
27009              already been addressed in #6474.)  Also change the wording about
27010              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
27011      Branch: perl
27012            ! hints/dec_osf.sh
27013 ____________________________________________________________________________
27014 [  8252] By: nick                                  on 2000/12/29  12:14:31
27015         Log: Integrate mainline
27016      Branch: perlio
27017           !> (integrate 27 files)
27018 ____________________________________________________________________________
27019 [  8251] By: jhi                                   on 2000/12/29  08:45:46
27020         Log: (Retracted by #8264)
27021              
27022              (Fixed by #8260.)
27023              
27024              sv_catsv() needs one more byte space than seems reasonable.
27025              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
27026              Curiouser and curiouser.
27027      Branch: perl
27028            ! sv.c
27029 ____________________________________________________________________________
27030 [  8250] By: jhi                                   on 2000/12/29  07:57:52
27031         Log: More split // UTF-8 tests.
27032      Branch: perl
27033            ! t/pragma/utf8.t
27034 ____________________________________________________________________________
27035 [  8249] By: jhi                                   on 2000/12/29  07:54:51
27036         Log: (Retracted by #8264)  More join() testing which was good because
27037              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
27038      Branch: perl
27039            ! pp.c t/op/join.t utf8.c utf8.h
27040 ____________________________________________________________________________
27041 [  8248] By: jhi                                   on 2000/12/29  07:08:32
27042         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
27043              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
27044              that the only cases to care about are byte+byte and byte+character.
27045              
27046              TODO: See how well pp_concat() could be implemented in terms
27047              of sv_catsv().
27048      Branch: perl
27049            ! doop.c sv.c t/op/join.t utf8.h
27050 ____________________________________________________________________________
27051 [  8247] By: jhi                                   on 2000/12/29  06:35:23
27052         Log: Signedness nit.
27053      Branch: perl
27054            ! pp_hot.c
27055 ____________________________________________________________________________
27056 [  8246] By: jhi                                   on 2000/12/29  01:23:31
27057         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
27058              From: Lupe Christoph <lupe@lupe-christoph.de>
27059              Date: Thu, 28 Dec 2000 23:00:00 +0100
27060              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
27061              
27062              Suggest rsync --delete --dry-run.
27063      Branch: perl
27064            ! pod/perlhack.pod
27065 ____________________________________________________________________________
27066 [  8245] By: jhi                                   on 2000/12/28  23:57:05
27067         Log: The maxiters upper limit sanity check (guarding against
27068              non-progress) assumed bytes instead of characters in s///
27069              and split().
27070      Branch: perl
27071            ! pp.c pp_hot.c
27072 ____________________________________________________________________________
27073 [  8244] By: jhi                                   on 2000/12/28  23:34:08
27074         Log: Make some panic messages a bit more logical.
27075      Branch: perl
27076            ! doop.c pod/perldiag.pod pp.c pp_hot.c
27077 ____________________________________________________________________________
27078 [  8243] By: jhi                                   on 2000/12/28  22:59:16
27079         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
27080              From: Simon Cozens <simon@cozens.net>
27081              Date: Wed, 27 Dec 2000 02:30:03 +0000
27082              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
27083      Branch: perl
27084            ! pp.c t/pragma/sub_lval.t
27085 ____________________________________________________________________________
27086 [  8242] By: jhi                                   on 2000/12/28  22:56:53
27087         Log: Subject: [PATCH blead] Fix B::Terse indentation
27088              From: Daniel Chetlin <daniel@chetlin.com>
27089              Date: Wed, 27 Dec 2000 06:43:30 -0800
27090              Message-ID: <20001227064329.B9573@darkstar>
27091      Branch: perl
27092            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
27093 ____________________________________________________________________________
27094 [  8241] By: jhi                                   on 2000/12/28  22:48:59
27095         Log: The latter patch from the
27096              
27097              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
27098              From: Peter Prymmer <pvhp@forte.com> 
27099              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
27100              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
27101              
27102              (the former patch from the above should have been
27103              taken care of by Nick I-S)
27104      Branch: perl
27105            ! win32/Makefile
27106 ____________________________________________________________________________
27107 [  8240] By: jhi                                   on 2000/12/28  22:45:22
27108         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
27109              From: "Casey R. Tweten" <crt@kiski.net>
27110              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
27111              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
27112      Branch: perl
27113            ! lib/constant.pm
27114 ____________________________________________________________________________
27115 [  8239] By: jhi                                   on 2000/12/28  22:37:45
27116         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
27117              From: Simon Cozens <simon@cozens.net>
27118              Date: Wed, 27 Dec 2000 14:12:44 +0000
27119              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
27120      Branch: perl
27121            ! t/op/method.t t/op/sort.t toke.c
27122 ____________________________________________________________________________
27123 [  8238] By: jhi                                   on 2000/12/28  22:30:32
27124         Log: Subject: [PATCH perl@8229] Call.pm
27125              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27126              Date: Mon, 25 Dec 2000 10:47:15 -0000
27127              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
27128      Branch: perl
27129            ! ext/Filter/Util/Call/Call.pm
27130 ____________________________________________________________________________
27131 [  8237] By: jhi                                   on 2000/12/28  22:19:21
27132         Log: Subject: [PATCH blead] Fix problem with `&' prototype
27133              From: Daniel Chetlin <daniel@chetlin.com>
27134              Date: Wed, 27 Dec 2000 15:55:32 -0800
27135              Message-ID: <20001227155532.D9573@darkstar>
27136      Branch: perl
27137            ! op.c t/comp/proto.t
27138 ____________________________________________________________________________
27139 [  8236] By: jhi                                   on 2000/12/28  22:09:25
27140         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
27141              From: Daniel Chetlin <daniel@chetlin.com>
27142              Date: Sun, 24 Dec 2000 04:09:49 -0800
27143              Message-ID: <20001224040949.B3090@darkstar>
27144      Branch: perl
27145            ! gv.c mg.c t/op/attrs.t
27146 ____________________________________________________________________________
27147 [  8235] By: jhi                                   on 2000/12/28  22:07:11
27148         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
27149              From: Jan Dubois <jand@ActiveState.com>
27150              Date: Tue, 26 Dec 2000 20:57:31 -0800
27151              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
27152      Branch: perl
27153            ! win32/win32.c
27154 ____________________________________________________________________________
27155 [  8234] By: jhi                                   on 2000/12/28  21:52:42
27156         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
27157              From: Simon Cozens <simon@cozens.net>
27158              Date: Thu, 28 Dec 2000 20:33:13 +0000
27159              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
27160      Branch: perl
27161            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
27162 ____________________________________________________________________________
27163 [  8233] By: jhi                                   on 2000/12/28  19:40:49
27164         Log: Integrate perlio.
27165      Branch: perl
27166           !> ext/Encode/Makefile.PL ext/Encode/compile
27167 ____________________________________________________________________________
27168 [  8232] By: nick                                  on 2000/12/23  16:06:00
27169         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
27170              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
27171      Branch: perlio
27172            ! ext/Encode/Makefile.PL
27173 ____________________________________________________________________________
27174 [  8231] By: nick                                  on 2000/12/23  14:30:34
27175         Log: "Compiled" encode build cleanup
27176              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
27177              - .c files do not export sub-tables
27178      Branch: perlio
27179            ! ext/Encode/Makefile.PL ext/Encode/compile
27180 ____________________________________________________________________________
27181 [  8230] By: nick                                  on 2000/12/23  12:50:37
27182         Log: Integrate mainline
27183      Branch: perlio
27184           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27185           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27186           !> pod/perl5004delta.pod pod/perl5005delta.pod
27187           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27188           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27189           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27190           !> pod/perlsub.pod
27191 ____________________________________________________________________________
27192 [  8229] By: jhi                                   on 2000/12/22  15:32:12
27193         Log: Integrate perlio.
27194      Branch: perl
27195           +> win32/distclean.bat
27196           !> MANIFEST t/io/utf8.t
27197 ____________________________________________________________________________
27198 [  8228] By: jhi                                   on 2000/12/22  15:29:40
27199         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27200              From: Robin Barker <rmb1@cise.npl.co.uk>
27201              Date: Fri, 22 Dec 2000 12:17:38 GMT
27202              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27203      Branch: perl
27204            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27205            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27206            ! pod/perl5004delta.pod pod/perl5005delta.pod
27207            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27208            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27209            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27210            ! pod/perlsub.pod
27211 ____________________________________________________________________________
27212 [  8227] By: jhi                                   on 2000/12/22  15:24:28
27213         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27214              From: "John L. Allen" <allen@grumman.com>
27215              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
27216              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
27217              
27218              Document APPLLIB_EXP.
27219      Branch: perl
27220            ! INSTALL
27221 ____________________________________________________________________________
27222 [  8226] By: nick                                  on 2000/12/21  22:11:50
27223         Log: Handy script for when one forgets to "dmake clean" 
27224      Branch: perlio
27225            + win32/distclean.bat
27226            ! MANIFEST
27227 ____________________________________________________________________________
27228 [  8225] By: nick                                  on 2000/12/21  21:54:04
27229         Log: CRLF platform issue with io/utf8 fix.
27230      Branch: perlio
27231            ! t/io/utf8.t
27232 ____________________________________________________________________________
27233 [  8224] By: nick                                  on 2000/12/21  21:02:20
27234         Log: Integrate mainline
27235      Branch: perlio
27236           !> Changes Configure Makefile.SH Porting/Glossary
27237           !> Porting/config.sh Porting/config_H configure.com
27238           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
27239           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
27240           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
27241           !> win32/config.bc win32/config.gc win32/config.vc
27242 ____________________________________________________________________________
27243 [  8223] By: jhi                                   on 2000/12/21  17:09:16
27244         Log: Update Changes.
27245      Branch: perl
27246            ! Changes patchlevel.h
27247 ____________________________________________________________________________
27248 [  8222] By: jhi                                   on 2000/12/21  16:24:01
27249         Log: Metaconfig unit changes for #8221.
27250      Branch: metaconfig/U/perl
27251           +> issymlink.U
27252            - testsyml.U
27253            ! Mksymlinks.U
27254 ____________________________________________________________________________
27255 [  8221] By: jhi                                   on 2000/12/21  16:23:48
27256         Log: Rename testsyml to issymlink.
27257      Branch: perl
27258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27259            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
27260            ! win32/config.vc
27261 ____________________________________________________________________________
27262 [  8220] By: jhi                                   on 2000/12/21  15:47:26
27263         Log: Robustness support for #8218 (symlink forest) since the GNU
27264              tools seem to be overly picky about symlinkage depths.
27265      Branch: perl
27266            ! Makefile.SH t/io/fs.t
27267 ____________________________________________________________________________
27268 [  8219] By: jhi                                   on 2000/12/21  15:38:27
27269         Log: Metaconfig changes for #8218.
27270      Branch: metaconfig
27271            ! U/modified/Oldconfig.U
27272      Branch: metaconfig/U/perl
27273            + Mksymlinks.U
27274            ! testsyml.U
27275 ____________________________________________________________________________
27276 [  8218] By: jhi                                   on 2000/12/21  15:37:57
27277         Log: Add Configure option -Dmksymlinks which will create a symlink
27278              forest if the current/build differs from the source directory.
27279              TODO: mkdir -p is not portable.
27280      Branch: perl
27281            ! Configure
27282 ____________________________________________________________________________
27283 [  8217] By: jhi                                   on 2000/12/21  14:39:12
27284         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
27285              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
27286              Date: Thu, 21 Dec 2000 09:38:18 GMT
27287              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
27288              
27289              The ofs became an SV.
27290      Branch: perl
27291            ! ext/Thread/Thread.xs
27292 ____________________________________________________________________________
27293 [  8216] By: jhi                                   on 2000/12/21  05:40:21
27294         Log: The polymorphism seems to have fixed 20000517.001.
27295      Branch: perl
27296            ! t/pragma/utf8.t
27297 ____________________________________________________________________________
27298 [  8215] By: jhi                                   on 2000/12/21  04:44:52
27299         Log: read() documentation tweak for 20001121.004.
27300      Branch: perl
27301            ! pod/perlfunc.pod
27302 ____________________________________________________________________________
27303 [  8214] By: jhi                                   on 2000/12/21  03:54:11
27304         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
27305      Branch: perl
27306            ! pp_sys.c t/op/misc.t
27307 ____________________________________________________________________________
27308 [  8213] By: jhi                                   on 2000/12/21  00:28:10
27309         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
27310              From: Peter Prymmer <pvhp@forte.com>
27311              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
27312              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
27313      Branch: perl
27314            ! configure.com
27315 ____________________________________________________________________________
27316 [  8212] By: jhi                                   on 2000/12/21  00:26:21
27317         Log: Edit edit edit.
27318      Branch: perl
27319            ! pod/perlfaq3.pod
27320 ____________________________________________________________________________
27321 [  8211] By: jhi                                   on 2000/12/20  18:52:46
27322         Log: Update Changes.
27323      Branch: perl
27324            ! Changes patchlevel.h
27325 ____________________________________________________________________________
27326 [  8210] By: jhi                                   on 2000/12/20  18:34:47
27327         Log: Yet another editor edit.
27328      Branch: perl
27329            ! pod/perlfaq3.pod
27330 ____________________________________________________________________________
27331 [  8209] By: jhi                                   on 2000/12/20  15:33:28
27332         Log: More Win32 Perling.
27333      Branch: perl
27334            ! pod/perlfaq3.pod
27335 ____________________________________________________________________________
27336 [  8208] By: jhi                                   on 2000/12/20  15:07:46
27337         Log: More Win32 editor/IDE/shell hints.
27338      Branch: perl
27339            ! pod/perlfaq3.pod
27340 ____________________________________________________________________________
27341 [  8207] By: jhi                                   on 2000/12/20  03:54:08
27342         Log: Subject: [PATCH] obscure timing knowledge
27343              From: Nicholas Clark <nick@ccl4.org>
27344              Date: Tue, 19 Dec 2000 19:22:31 +0000
27345              Message-ID: <20001219192231.F2827@plum.flirble.org>
27346      Branch: perl
27347            ! sv.c
27348 ____________________________________________________________________________
27349 [  8206] By: jhi                                   on 2000/12/20  03:45:57
27350         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
27351              From: Spider Boardman <spider@leggy.zk3.dec.com>
27352              Date: Tue, 19 Dec 2000 21:30:16 -0500
27353              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
27354      Branch: perl
27355            ! sv.c
27356 ____________________________________________________________________________
27357 [  8205] By: jhi                                   on 2000/12/19  23:02:01
27358         Log: Update Changes.
27359      Branch: perl
27360            ! Changes patchlevel.h
27361 ____________________________________________________________________________
27362 [  8204] By: jhi                                   on 2000/12/19  22:58:18
27363         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
27364              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
27365              on editors and diffing/patching.
27366      Branch: perl
27367            ! t/op/utf8decode.t
27368 ____________________________________________________________________________
27369 [  8203] By: nick                                  on 2000/12/19  21:36:16
27370         Log: Integrate mainline (forgot my own change...)
27371      Branch: perlio
27372           !> ext/Encode/compile
27373 ____________________________________________________________________________
27374 [  8202] By: nick                                  on 2000/12/19  21:34:42
27375         Log: Integrate mainline.
27376      Branch: perlio
27377           !> (integrate 61 files)
27378 ____________________________________________________________________________
27379 [  8201] By: nick                                  on 2000/12/19  21:34:06
27380         Log: Avoid looking for File::Glob when we don't need it.
27381      Branch: perl
27382            ! ext/Encode/compile
27383 ____________________________________________________________________________
27384 [  8200] By: jhi                                   on 2000/12/19  18:35:49
27385         Log: Update Changes.
27386      Branch: perl
27387            ! Changes patchlevel.h
27388 ____________________________________________________________________________
27389 [  8199] By: jhi                                   on 2000/12/19  18:35:07
27390         Log: Microperl tweaks.
27391      Branch: perl
27392            ! sv.c uconfig.h uconfig.sh
27393 ____________________________________________________________________________
27394 [  8198] By: jhi                                   on 2000/12/19  18:29:59
27395         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
27396      Branch: perl
27397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27398            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
27399 ____________________________________________________________________________
27400 [  8197] By: jhi                                   on 2000/12/19  17:55:29
27401         Log: In VMS embedded perls couldn't access the statically built Socket,
27402              from Charles Lane.
27403      Branch: perl
27404            ! configure.com
27405 ____________________________________________________________________________
27406 [  8196] By: jhi                                   on 2000/12/19  17:49:50
27407         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
27408              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
27409              Date: Sun, 17 Dec 2000 19:11:44 -0000
27410              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
27411      Branch: perl
27412            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27413            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
27414 ____________________________________________________________________________
27415 [  8195] By: jhi                                   on 2000/12/19  17:47:53
27416         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
27417              From: Jonathan Stowe <gellyfish@gellyfish.com>
27418              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
27419              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
27420      Branch: perl
27421            ! utils/h2xs.PL
27422 ____________________________________________________________________________
27423 [  8194] By: jhi                                   on 2000/12/19  17:46:28
27424         Log: Subject: Re: useless use of void context work-around
27425              From: andreas.koenig@anima.de (Andreas J. Koenig)
27426              Date: 16 Dec 2000 15:13:36 +0100
27427              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
27428              
27429              Document (comment) the q(di ds ig) trick in the code.
27430      Branch: perl
27431            ! op.c
27432 ____________________________________________________________________________
27433 [  8193] By: jhi                                   on 2000/12/19  17:10:57
27434         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
27435              From: "Mark J. Reed" <mreed@strange.turner.com>
27436              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
27437              Message-Id: <200012160222.VAA13986@strange.turner.com>
27438      Branch: perl
27439            ! ext/Sys/Syslog/Syslog.pm
27440 ____________________________________________________________________________
27441 [  8192] By: jhi                                   on 2000/12/19  17:07:45
27442         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
27443              From: Nicholas Clark <nick@ccl4.org>
27444              Date: Sat, 16 Dec 2000 19:03:13 +0000
27445              Message-ID: <20001216190313.D68304@plum.flirble.org>
27446      Branch: perl
27447            ! t/op/64bitint.t
27448 ____________________________________________________________________________
27449 [  8191] By: jhi                                   on 2000/12/19  17:06:13
27450         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
27451              From: Dominic Dunlop <domo@computer.org>
27452              Date: Mon, 18 Dec 2000 12:00:15 +0100
27453              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
27454              
27455              This patchlet is needed in order that perl can be statically linked.  
27456      Branch: perl
27457            ! regexec.c
27458 ____________________________________________________________________________
27459 [  8190] By: jhi                                   on 2000/12/19  17:03:08
27460         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
27461              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27462              Date: Sun, 17 Dec 2000 00:18:35 -0600
27463              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
27464      Branch: perl
27465            ! perlio.h vms/gen_shrfls.pl
27466 ____________________________________________________________________________
27467 [  8189] By: jhi                                   on 2000/12/19  16:20:28
27468         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
27469              From: Prymmer/Kahn <pvhp@best.com>
27470              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
27471              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
27472              
27473              A better version of #8188.
27474      Branch: perl
27475            ! pod/perlfaq3.pod
27476 ____________________________________________________________________________
27477 [  8188] By: jhi                                   on 2000/12/19  15:57:06
27478         Log: (Replaced by #8189)
27479              
27480              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27481              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
27482              From: Prymmer/Kahn <pvhp@best.com>
27483              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
27484              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27485              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
27486              Date: Mon, 18 Dec 2000 11:10:45 -0500
27487              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
27488      Branch: perl
27489            ! pod/perlfaq3.pod
27490 ____________________________________________________________________________
27491 [  8187] By: jhi                                   on 2000/12/19  15:54:19
27492         Log: Email address fix for Anton Berezin.
27493      Branch: perl
27494            ! AUTHORS
27495 ____________________________________________________________________________
27496 [  8186] By: jhi                                   on 2000/12/19  15:38:54
27497         Log: Subject: [PATCH perl@8102] cygwin port
27498              From: "Eric Fifer" <efifer@dircon.co.uk> 
27499              Date: Thu, 14 Dec 2000 13:41:29 -0000
27500              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
27501              
27502              When compiling modules the data item that is being imported
27503              from libperl.dll needs to be tagged as imported/shared data:
27504              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
27505      Branch: perl
27506            ! perliol.h
27507 ____________________________________________________________________________
27508 [  8185] By: jhi                                   on 2000/12/19  14:53:24
27509         Log: Regen uconfig.h and uconfig.sh.
27510      Branch: perl
27511            ! uconfig.h uconfig.sh
27512 ____________________________________________________________________________
27513 [  8184] By: jhi                                   on 2000/12/18  20:43:49
27514         Log: Comments work so much better when they are closed.
27515      Branch: perl
27516            ! regcomp.c
27517 ____________________________________________________________________________
27518 [  8183] By: jhi                                   on 2000/12/18  18:04:02
27519         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
27520              Fixes the bug 20001218.016.
27521      Branch: perl
27522            ! regcomp.c
27523 ____________________________________________________________________________
27524 [  8182] By: gsar                                  on 2000/12/18  09:53:47
27525         Log: delete spurious files
27526      Branch: maint-5.6/perl
27527            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
27528            - vos/config.h vos/config_h.SH_orig
27529 ____________________________________________________________________________
27530 [  8181] By: gsar                                  on 2000/12/18  09:46:08
27531         Log: regen perltoc
27532      Branch: maint-5.6/perl
27533            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
27534 ____________________________________________________________________________
27535 [  8180] By: gsar                                  on 2000/12/18  09:20:27
27536         Log: integrate changes#7924..7926,7946,7952 from mainline
27537      Branch: maint-5.6/perl
27538           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
27539           !> lib/File/stat.pm t/lib/class-struct.t
27540 ____________________________________________________________________________
27541 [  8179] By: gsar                                  on 2000/12/18  08:55:54
27542         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
27543              7918,7919,7988,8907 from mainline (various)
27544      Branch: maint-5.6/perl
27545           +> t/lib/class-struct.t
27546           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
27547           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
27548           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
27549 ____________________________________________________________________________
27550 [  8178] By: gsar                                  on 2000/12/18  08:16:30
27551         Log: avoid redefinition warnings on windows due to sys/socket.h getting
27552              #included before win32.h
27553      Branch: maint-5.6/perl
27554            ! win32/include/sys/socket.h
27555 ____________________________________________________________________________
27556 [  8177] By: gsar                                  on 2000/12/18  05:24:04
27557         Log: make regen_headers; fix POSIX.xs problems; remove outdated
27558              code from sys/socket.h that makes build fail now
27559      Branch: maint-5.6/perl
27560            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27561            ! pod/perlapi.pod
27562           !> win32/include/sys/socket.h
27563 ____________________________________________________________________________
27564 [  8176] By: gsar                                  on 2000/12/18  05:20:17
27565         Log: update Changes
27566      Branch: maint-5.6/perl
27567            ! Changes patchlevel.h
27568 ____________________________________________________________________________
27569 [  8175] By: gsar                                  on 2000/12/18  04:57:48
27570         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
27571              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
27572              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
27573              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
27574              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
27575              7823,7825,7838
27576      Branch: maint-5.6/perl
27577           +> lib/File/Spec/Epoc.pm
27578           !> (integrate 88 files)
27579 ____________________________________________________________________________
27580 [  8174] By: gsar                                  on 2000/12/18  03:53:09
27581         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
27582              7625..7629,7631..7634,7637,7639,7642 from mainline
27583      Branch: maint-5.6/perl
27584           +> README.solaris
27585           !> (integrate 26 files)
27586 ____________________________________________________________________________
27587 [  8173] By: gsar                                  on 2000/12/18  03:37:02
27588         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
27589              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
27590              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
27591              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
27592      Branch: maint-5.6/perl
27593           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
27594            - MAINTAIN
27595           !> (integrate 111 files)
27596 ____________________________________________________________________________
27597 [  8172] By: jhi                                   on 2000/12/18  02:49:27
27598         Log: Regen pods.
27599      Branch: perl
27600            ! pod/perlmodlib.pod pod/perltoc.pod
27601 ____________________________________________________________________________
27602 [  8171] By: gsar                                  on 2000/12/18  02:49:24
27603         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
27604              7465..7471 from mainline
27605              
27606              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
27607              in platforms that strictly require all the symbols being present
27608              at link time.
27609              
27610              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
27611              
27612              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
27613              
27614              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
27615              
27616              Subject: [PATCH] todo
27617              
27618              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
27619              
27620              Use $sort, $uniq (and $tr) consistently as wondered
27621              by Nicholas Clark.
27622              
27623              Too enthusiastic editing in #7460.
27624              
27625              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
27626              
27627              Upgrade to CPAN 1.58_55.
27628              Subject: CPAN.pm status
27629              
27630              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
27631              
27632              Make target reordering to avoid pointless re-makes.
27633              Subject: Re: Total re-make of 'make okfile' after 7451 ?
27634              
27635              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
27636              
27637              Subject: DOC PATCH 5.6.0
27638              
27639              Add the repository doc by Malcolm, Sarathy, and by Simon,
27640              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
27641      Branch: maint-5.6/perl
27642           +> Porting/repository.pod
27643           !> Configure MANIFEST Makefile.SH README.dos README.os2
27644           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
27645           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
27646           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
27647 ____________________________________________________________________________
27648 [  8169] By: gsar                                  on 2000/12/18  02:33:34
27649         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
27650              7435..7441,7445 from mainline
27651              
27652              Make the UTF-8 decoding stricter and more verbose when
27653              malformation happens.  This involved adding an argument
27654              to utf8_to_uv_chk(), which involved changing its prototype,
27655              and prefer STRLEN over I32 for the UTF-8 length, which as
27656              a domino effect necessitated changing the prototypes of
27657              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
27658              The stricter UTF-8 decoding checking uses Markus Kuhn's
27659              UTF-8 Decode Stress Tester from
27660              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
27661              
27662              Run vms/vms_yfix.pl, should have done that after changing
27663              perly.c in #7382.
27664              
27665              Subject: [PATCH 5.7.0] static linking with uninstalled perl
27666              
27667              (Replaced by #7440.)
27668              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27669              
27670              Fix the bug ID 20001024.005, the bug introduced by #7416.
27671              
27672              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
27673              
27674              Fix the bug reported in
27675              From: andreas.koenig@anima.de (Andreas J. Koenig)
27676              Also make is_utf8_char() stricter.
27677              
27678              Missed the header file changes from #7425.
27679              
27680              Check if stdio supports tweaking lval and cnt simultaneously.
27681              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
27682              
27683              Stratus VOS updates from Paul Green.
27684              
27685              Podify README.epoc and README.vos.
27686              
27687              Add targets to Makefile.SH, most importantly
27688              'regen_all' which also remembers to update vms/perly*.
27689              
27690              Subject: Minor update to find2perl, for portability
27691              
27692              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
27693              
27694              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
27695              
27696              Rename UTF8LEN() to be UNISKIP(), too confusing to have
27697              UTF8LEN() and UTF8SKIP(). 
27698              
27699              Allow poking holes at the UTF-8 decoding strictness.
27700              
27701              Continue the internal UTF-8 API tweaking.
27702              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
27703              used much more than the simpler API, now called utf8_to_uv_simple().
27704              Still not quite happy with API, too much partial duplication
27705              of functionality.
27706              
27707              A new version of making the syslog test more robust.
27708              (Replaces #7421.)
27709              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
27710              
27711              buildtoc target tweaks.
27712              
27713              Integrate with vmsperl #7430 by Charles Bailey:
27714              
27715              Cleanup from prior patch (Charles Lane?):
27716              - improve handling of MFDs in Basename and Path
27717              - default to no xsubpp line # munging when building debug images
27718      Branch: maint-5.6/perl
27719           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27720           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
27721           !> (integrate 67 files)
27722 ____________________________________________________________________________
27723 [  8168] By: gsar                                  on 2000/12/18  02:05:49
27724         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
27725              
27726              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
27727              From: Martin Husemann <martin@duskware.de>
27728              
27729              Subject: [PATCH 5.7.0] restore match data on backtracing
27730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27731      Branch: maint-5.6/perl
27732           !> regcomp.c regexec.c t/op/re_tests
27733 ____________________________________________________________________________
27734 [  8167] By: gsar                                  on 2000/12/18  01:55:22
27735         Log: integrate changes#7858,7986 from mainline
27736              
27737              C<foreach my $x ...> in pseudo-fork()ed process may diddle
27738              parent's memory; fix it by keeping track of the actual pad
27739              offset rather than a raw pointer (this change is probably also
27740              relevant to non-ithreads case to avoid fallout from reallocs of
27741              the pad array, but is currently only enabled for the ithreads
27742              case in the interests of minimal disruption to existing "well
27743              tested" code)
27744              
27745              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
27746              due to the notorious GetFileType() bug in Windows 9x, which fstat()
27747              tickles)
27748      Branch: maint-5.6/perl
27749           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
27750           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
27751           !> win32/win32.c win32/win32.h win32/win32sck.c
27752 ____________________________________________________________________________
27753 [  8166] By: gsar                                  on 2000/12/18  01:52:59
27754         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
27755              from mainline (xsubpp and ExtUtils::LibList fixups, various
27756              other small items)
27757      Branch: maint-5.6/perl
27758           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
27759           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
27760           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
27761           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
27762           !> win32/bin/search.pl
27763 ____________________________________________________________________________
27764 [  8165] By: gsar                                  on 2000/12/18  01:28:45
27765         Log: integrate changes#7533,7563,7611,7623 from mainline (various
27766              malloc.c embellishments)
27767      Branch: maint-5.6/perl
27768           !> malloc.c pod/perldiag.pod
27769 ____________________________________________________________________________
27770 [  8164] By: gsar                                  on 2000/12/18  01:23:33
27771         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
27772              fixups)
27773      Branch: maint-5.6/perl
27774           !> utils/h2xs.PL
27775 ____________________________________________________________________________
27776 [  8163] By: gsar                                  on 2000/12/18  01:17:50
27777         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
27778              fixups)
27779      Branch: maint-5.6/perl
27780           !> Makefile.SH utils/perlbug.PL
27781 ____________________________________________________________________________
27782 [  8162] By: gsar                                  on 2000/12/18  00:25:43
27783         Log: always export Perl_deb() (it is required by re.xs whether
27784              Perl is built with or without -DDEBUGGING)
27785      Branch: maint-5.6/perl
27786            ! makedef.pl
27787 ____________________________________________________________________________
27788 [  8161] By: gsar                                  on 2000/12/18  00:23:38
27789         Log: integrate change#7414 from mainline
27790              
27791              Undo the basename() part of #7412 since the lib/basename
27792              tests would need upgrading too.
27793              
27794              squelch two tests in tr.t that rely on tr/// paranoia change
27795              that's not in 5.6.x
27796      Branch: maint-5.6/perl
27797            ! t/op/tr.t
27798           !> lib/File/Basename.pm
27799 ____________________________________________________________________________
27800 [  8160] By: gsar                                  on 2000/12/18  00:05:30
27801         Log: missing change in previous integrate
27802      Branch: maint-5.6/perl
27803           !> README.aix
27804 ____________________________________________________________________________
27805 [  8159] By: gsar                                  on 2000/12/18  00:03:38
27806         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
27807              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
27808              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
27809              7410..7413 from mainline
27810      Branch: maint-5.6/perl
27811           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
27812           +> t/lib/tie-splice.t
27813            - lib/unicode/Is/DCinital.pl
27814           !> (integrate 112 files)
27815 ____________________________________________________________________________
27816 [  8158] By: jhi                                   on 2000/12/17  23:04:24
27817         Log: Subject: [PATCHES] RE: perl@8150 
27818              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
27819              Date: Sun, 17 Dec 2000 21:46:39 +0100
27820              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
27821              
27822              Neither cygwin has a getpwuid() one can trust on.
27823      Branch: perl
27824            ! t/lib/glob-basic.t
27825 ____________________________________________________________________________
27826 [  8157] By: jhi                                   on 2000/12/17  23:01:54
27827         Log: More MAN.PODS => {} fixes.
27828      Branch: perl
27829            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
27830            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
27831            ! os2/OS2/REXX/Makefile.PL
27832 ____________________________________________________________________________
27833 [  8156] By: gsar                                  on 2000/12/17  22:49:13
27834         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
27835              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
27836              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
27837              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
27838              7201,7204 from mainline
27839      Branch: maint-5.6/perl
27840           !> (integrate 121 files)
27841 ____________________________________________________________________________
27842 [  8155] By: jhi                                   on 2000/12/17  22:30:58
27843         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
27844              From: "Craig A. Berry" <craigberry@mac.com>
27845              Date: Sun, 17 Dec 2000 13:09:28 -0600
27846              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
27847              
27848              MAN.PODS => ' ' is naughty.
27849      Branch: perl
27850            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27851 ____________________________________________________________________________
27852 [  8154] By: nick                                  on 2000/12/17  22:07:13
27853         Log: MULTIPLICITY nit.
27854      Branch: perl
27855            ! mg.c
27856 ____________________________________________________________________________
27857 [  8153] By: gsar                                  on 2000/12/17  21:23:05
27858         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
27859              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
27860              from mainline
27861              
27862              Document the SvIOK_.*UV().
27863              
27864              Update Unicode todo list.
27865              
27866              Guard against bad string->int conversion for quads.
27867              
27868              Subject: small apidoc fix
27869              
27870              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
27871              
27872              Subject: [PATCH] Tied filehandle documentation
27873              
27874              Subject: [PATCH] Modernize Opcode.pm documentation
27875              
27876              Make Data::Dumper (non-XS) to work with changed semantics of ref().
27877              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
27878              [applied even though said semantics didn't change in 5.6.x]
27879              
27880              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
27881              
27882              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
27883              
27884              Fix the URL, but the server is still missing in action.
27885              Subject: [ID 20000905.002] perlfaq1.pod URL error
27886              
27887              Subject: [ID 20000903.001] \w in utf8-strings
27888              
27889              Fix the ccversion detection for 5.1 and beyond.
27890              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27891              
27892              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
27893              
27894              Subject: [ID 20000904.008] Tiny fix for perldiag
27895              
27896              Subject: Re: [ID 20000906.004] segfault with bad perl statement
27897              
27898              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27899              
27900              Subject: [ID 20000908.002] perlipc documentation bug.
27901              
27902              Subject: [PATCH lib/Benchmark.pm]
27903              
27904              Re-allow vec() for characters > 255.
27905              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
27906              
27907              Do away with memory models cruft.  Sorry, PDP users.
27908              
27909              Continue #7041.
27910              
27911              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
27912              
27913              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
27914              
27915              Upgrade to CPAN 1.57_65, from Andreas König.
27916              
27917              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
27918              by Russ Allbery.
27919              
27920              Silence t/pod/*.t about alternate quote-mappings now implemented
27921              by Pod::Text, from Brad Appleton.
27922              
27923              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
27924              Subject: borland C++ win32.c tweak
27925              
27926              C<@a = @b = split(...)> optimization coredumps under ithreads
27927              (missed a spot when fixing up op_pmreplroot hack for ithreads)
27928              
27929              Document the SvUTF8*().
27930              
27931              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
27932              
27933              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
27934              
27935              Do in VMS as the #7054 does.
27936              
27937              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
27938              
27939              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
27940              
27941              Subject: [patch: perl@7045] vms updates
27942              
27943              Test for the #7049.
27944              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
27945              
27946              Break up the myconfig lines a bit.
27947              Subject: perlbug/perl -V output format
27948              
27949              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
27950              
27951              The #7054 truncated Configure badly.
27952              
27953              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
27954              initialization in all the threads on Windows
27955              
27956              Allow for whitespace between "#" and "line" in cpp output.
27957              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
27958              
27959              Remove vestiges of tr//CU.
27960              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27961              
27962              The return value of setlocale must be copied away.
27963              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
27964              
27965              Allow chop() and chomp() to be overridden.
27966              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
27967              
27968              Hints optimization.
27969              Subject: Minor nit
27970              
27971              Subject: [PATCH] de-wall t/README
27972              
27973              Subject: Re: Two advertising clauses need to be removed
27974      Branch: maint-5.6/perl
27975           !> (integrate 75 files)
27976 ____________________________________________________________________________
27977 [  8152] By: gsar                                  on 2000/12/17  20:30:11
27978         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
27979              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
27980              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
27981              
27982              Don't attach -ld to the archname if pointless.
27983              
27984              Document UNTIE in a very minimalistic way.
27985              
27986              POSIX doesn't report long double values under -Duselongdouble
27987              when the long doubles are "real" (bigger than doubles).
27988              
27989              More author updates.
27990              
27991              Try to deduce NV_MAX.  Really should be Configure fodder.
27992              
27993              :: not allowed in pathnames, change to .
27994              Subject: [PATCH perl@6938] cygwin port
27995              
27996              Forget about NV_MAX (#6951).  Various floating point tweaks,
27997              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27998              
27999              Move the Solaris 7 scan to use64bitall, make the
28000              failure to find 64-bot sparc libc to mention the
28001              possibility of being in an intel, from Lupe and Alan.
28002              
28003              Regen perltoc.
28004              
28005              AUTHORS tweaks, from Peter Prymmer.
28006              
28007              More address tweaking.
28008              
28009              Small tweaks all over.
28010              
28011              File::Temp patches from Andreas König,
28012              
28013              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28014              
28015              Subject: CPAN.pm beta 1.57_57 for the core
28016              
28017              Part of the solution.
28018              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28019              
28020              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28021              
28022              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28023              
28024              Add the overload warnings to perldiag.
28025              
28026              Drop unused argument.
28027              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
28028              
28029              Subject: Nit in Configure (bleadperl@6961)
28030              
28031              Update to PodParser 1.18, from Brad Appleton.
28032              
28033              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
28034              
28035              Subject: [PATCH: 6948] add SCNfldbl to configure.com
28036              
28037              Document UNTIE. Also tweak implementation to suppress the 'inner references'
28038              warning when UNTIE exists and instead pass the cound of extra references to
28039              the UNTIE method.
28040              
28041              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28042              so that case-ignoring systems like DCL can tell them from
28043              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
28044              
28045              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28046              
28047              Feature ordering tweak.
28048              
28049              Regen perltoc.
28050              
28051              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
28052              
28053              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28054              
28055              Subject: http:// in L<>
28056              
28057              Detypo.
28058              
28059              change#6791 accidentally clobbered change#6710, put it back
28060              
28061              Only the first line, thank you very much.
28062              
28063              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28064              plus rework the http: spots as suggested by Tom Christiansen,
28065              plus regen perltoc.
28066              
28067              Undo part of change 6489 which looks like a bulk edit which
28068              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28069              The supressing of main:: on return from select() is undesirable.
28070              
28071              Apparently avoiding the swapping is too costly.
28072              
28073              Various Configure nits by Philip Newton,
28074              plus the ebcdic one by me.
28075              
28076              Make certain cc is set before trying to run it.
28077              
28078              If overloaded %{} etc. return the object do not loop.
28079              Thus  sub deref { $_[0] } functions if object is wanted type.
28080              
28081              Update perlhist.
28082              
28083              More %{} and other deref special casing - do not pass to 'nomethod'.
28084      Branch: maint-5.6/perl
28085           !> (integrate 59 files)
28086 ____________________________________________________________________________
28087 [  8151] By: gsar                                  on 2000/12/17  19:14:38
28088         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
28089              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
28090              
28091              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28092              
28093              Make the epsilon to be relative, not absolute.
28094              
28095              Put back the flags dump as reasoned in
28096              Subject: Re: [PATCH] Glob dumping
28097              
28098              Introduce ccname to keep track of what compiler kind of we have.
28099              
28100              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
28101              
28102              Put back the slice accidentally removed by #6907.
28103              
28104              Reset archname and archname64 always, forcing them be
28105              recomputed at each Configure run, make Configure and
28106              the hints files agree on the naming of largefiles variables.
28107              
28108              Don't say "Perl 5.0 source kit".
28109              
28110              Subject: [PATCH] fix misc cast warnings
28111              
28112              Subject: typos in pods
28113              
28114              NVs not necessarily doubles, as pointed out by Yitzchak.
28115              
28116              Subject: [PATCH 6889] add a few ldbl formats to configure.com
28117              
28118              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28119              
28120              Better options for rsync.
28121              
28122              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28123              
28124              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28125              
28126              Subject: [PATCH] Re: UNTIE method 
28127              
28128              A better fix for the Socket building problem from Craig Berry.
28129              
28130              Retract the dummy test, skip the security tests (instead of failing),
28131              explain what the warnings mean.
28132              
28133              Heap decorruption.
28134              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28135              
28136              Update to Unicode 3.0.1.
28137              
28138              Missed one Unicode file.
28139              
28140              Subject: Re: typos in pods
28141              
28142              The #6929 was too skimpy.
28143              
28144              sscanf() may be the only way to read long doubles from strings.
28145              
28146              Reveal Borland's isnan.
28147              Subject: build with BC++ tweak
28148              
28149              Issue useful diagnostic on unknown pod commands.
28150              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28151              
28152              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28153              
28154              Clarify the third case of ftmp-security warnings.
28155              
28156              Make -Dusemorebits find long doubles in Solaris.
28157              
28158              Wrap the test in eval.
28159      Branch: maint-5.6/perl
28160           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28161           +> lib/unicode/PropList.txt lib/unicode/README.perl
28162           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28163           +> lib/unicode/Unicode.301 vms/vmspipe.com
28164            - lib/unicode/Props.txt lib/unicode/UCD300.html
28165            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28166           !> (integrate 305 files)
28167 ____________________________________________________________________________
28168 [  8150] By: jhi                                   on 2000/12/17  18:47:57
28169         Log: Uncheckedin generated files.
28170      Branch: perl
28171            ! global.sym perlapi.c pod/perlapi.pod
28172 ____________________________________________________________________________
28173 [  8149] By: jhi                                   on 2000/12/17  18:41:22
28174         Log: Update Changes.
28175      Branch: perl
28176            ! Changes patchlevel.h
28177 ____________________________________________________________________________
28178 [  8148] By: jhi                                   on 2000/12/17  18:39:16
28179         Log: Subject: [PATCH] Fcntl constants speedup
28180              From: Nicholas Clark <nick@ccl4.org>
28181              Date: Sun, 17 Dec 2000 16:29:24 +0000
28182              Message-ID: <20001217162924.E97668@plum.flirble.org>
28183              
28184              Use IVs for the Fcntl constants instead of NVs.
28185      Branch: perl
28186            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
28187 ____________________________________________________________________________
28188 [  8147] By: jhi                                   on 2000/12/17  18:33:41
28189         Log: Add test for #8145 (binmode() warning), add warning for
28190              ioctl() and sockpair(), document them. (fileno() cannot
28191              be tripwired with the same kind of warning because
28192              'defined fileno($foo)' seems to be an idiom.)
28193      Branch: perl
28194            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
28195 ____________________________________________________________________________
28196 [  8146] By: gsar                                  on 2000/12/17  18:09:08
28197         Log: update Changes
28198      Branch: maint-5.6/perl
28199            ! Changes
28200 ____________________________________________________________________________
28201 [  8145] By: jhi                                   on 2000/12/17  17:39:35
28202         Log: Subject: [PATCH] Re: The long awaited feature ...
28203              From: Simon Cozens <simon@cozens.net>
28204              Date: Sun, 17 Dec 2000 12:31:56 +0000
28205              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
28206              
28207              Add a warning to binmode() about using bad filehandles
28208              (can happen e.g. if someone forgets the filehandle argument)
28209      Branch: perl
28210            ! pp_sys.c
28211 ____________________________________________________________________________
28212 [  8144] By: jhi                                   on 2000/12/17  17:33:48
28213         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28214              From: Jonathan Stowe <gellyfish@gellyfish.com>
28215              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
28216              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
28217      Branch: perl
28218            ! lib/Net/Ping.pm
28219 ____________________________________________________________________________
28220 [  8143] By: jhi                                   on 2000/12/17  05:31:37
28221         Log: Polymorphic regexps.
28222              
28223              Fixes at least the bugs 20001028.003 (both of them...) and
28224              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
28225              also to be fixed by now, probably already before this patch.
28226      Branch: perl
28227            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
28228            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
28229            ! t/op/utf8decode.t t/pragma/utf8.t
28230 ____________________________________________________________________________
28231 [  8142] By: jhi                                   on 2000/12/16  17:16:05
28232         Log: Subject: [patch perl@8102] dos/djgpp update
28233              From: Laszlo Molnar <ml1050@freemail.hu>
28234              Date: Sat, 16 Dec 2000 01:40:52 +0100
28235              Message-ID: <20001216014052.A335@freemail.hu>
28236      Branch: perl
28237            ! djgpp/config.over t/base/commonsense.t
28238 ____________________________________________________________________________
28239 [  8141] By: jhi                                   on 2000/12/16  17:09:27
28240         Log: Few uncheckedin files.
28241      Branch: perl
28242            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
28243 ____________________________________________________________________________
28244 [  8140] By: nick                                  on 2000/12/15  22:14:31
28245         Log: Integrate mainline
28246      Branch: perlio
28247           !> (integrate 53 files)
28248 ____________________________________________________________________________
28249 [  8139] By: jhi                                   on 2000/12/15  19:49:49
28250         Log: One more IVUV tweak from Nicholas Clark.
28251      Branch: perl
28252            ! sv.c
28253 ____________________________________________________________________________
28254 [  8138] By: jhi                                   on 2000/12/15  19:17:06
28255         Log: Return of the IVUV-preservation, now seems to be happy even
28256              in Digital UNIX (the broken strtoul brokenness detection
28257              seems to have been the fly in the ointment).
28258      Branch: perl
28259            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28260            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
28261            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
28262            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
28263            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28264            ! vos/config.ga.h win32/config.bc win32/config.gc
28265            ! win32/config.vc
28266 ____________________________________________________________________________
28267 [  8137] By: jhi                                   on 2000/12/15  18:12:14
28268         Log: Metaconfig unit change for #8136.
28269      Branch: metaconfig
28270            ! U/modified/d_strtoul.U
28271      Branch: metaconfig/U/perl
28272            ! d_strtoull.U d_strtouq.U
28273 ____________________________________________________________________________
28274 [  8136] By: jhi                                   on 2000/12/15  18:11:35
28275         Log: I don't think it's sensible or portable to test the strtou*
28276              on /^-/ strings.
28277      Branch: perl
28278            ! Configure
28279 ____________________________________________________________________________
28280 [  8135] By: jhi                                   on 2000/12/15  17:18:49
28281         Log: Metaconfig unit change for #8134.
28282      Branch: metaconfig
28283            ! U/modified/d_strtoul.U
28284 ____________________________________________________________________________
28285 [  8134] By: jhi                                   on 2000/12/15  17:14:13
28286         Log: If longsize is 8 we don't need a LL suffix for integer constants.
28287      Branch: perl
28288            ! Configure config_h.SH
28289 ____________________________________________________________________________
28290 [  8133] By: jhi                                   on 2000/12/15  16:00:23
28291         Log: Update Changes.
28292      Branch: perl
28293            ! Changes patchlevel.h
28294 ____________________________________________________________________________
28295 [  8132] By: jhi                                   on 2000/12/15  15:44:16
28296         Log: Some compilers get huffy if you do not cast a const pointer
28297              to a non-const when assigning.
28298      Branch: perl
28299            ! gv.c
28300 ____________________________________________________________________________
28301 [  8131] By: jhi                                   on 2000/12/15  15:38:30
28302         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
28303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28304              Date: Fri, 15 Dec 2000 05:26:57 -0500
28305              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
28306      Branch: perl
28307            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
28308            ! t/pragma/overload.t
28309 ____________________________________________________________________________
28310 [  8130] By: jhi                                   on 2000/12/15  15:36:08
28311         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
28312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28313              Date: Thu, 14 Dec 2000 22:02:43 -0500
28314              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
28315      Branch: perl
28316            ! gv.c perl.h
28317 ____________________________________________________________________________
28318 [  8129] By: jhi                                   on 2000/12/15  15:34:16
28319         Log: Subject: PATCH: h2xs nit
28320              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28321              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
28322              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
28323              
28324              Add a template README.
28325      Branch: perl
28326            ! utils/h2xs.PL
28327 ____________________________________________________________________________
28328 [  8128] By: jhi                                   on 2000/12/15  15:32:22
28329         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
28330      Branch: perl
28331            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28332 ____________________________________________________________________________
28333 [  8127] By: jhi                                   on 2000/12/15  15:19:34
28334         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
28335              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28336              Date:     Thu, 14 Dec 2000 20:04:42 EST
28337              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
28338      Branch: perl
28339            ! ext/Opcode/Opcode.xs
28340 ____________________________________________________________________________
28341 [  8126] By: jhi                                   on 2000/12/15  15:17:49
28342         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
28343              From: Peter Prymmer <pvhp@forte.com>
28344              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
28345              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
28346      Branch: perl
28347            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
28348            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
28349            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
28350 ____________________________________________________________________________
28351 [  8125] By: jhi                                   on 2000/12/15  15:11:05
28352         Log: This seems to be a stage sane and stable enough to checkin.
28353              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
28354      Branch: perl
28355            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
28356            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
28357            ! t/op/cmp.t t/op/numconvert.t
28358 ____________________________________________________________________________
28359 [  8124] By: jhi                                   on 2000/12/15  04:20:26
28360         Log: Something is really wonky.
28361      Branch: perl
28362            ! sv.c
28363 ____________________________________________________________________________
28364 [  8123] By: jhi                                   on 2000/12/15  04:00:50
28365         Log: Fixes for the IV UV patches to compile in Digital UNIX.
28366      Branch: perl
28367            ! sv.c
28368 ____________________________________________________________________________
28369 [  8122] By: jhi                                   on 2000/12/15  02:53:40
28370         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
28371              From: "Craig A. Berry" <craigberry@mac.com>
28372              Date: Thu, 14 Dec 2000 19:10:49 -0600
28373              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
28374      Branch: perl
28375            ! vms/vms.c
28376 ____________________________________________________________________________
28377 [  8121] By: jhi                                   on 2000/12/15  02:50:00
28378         Log: Metaconfig changes for #8120.
28379      Branch: metaconfig
28380            + U/modified/d_strtoul.U
28381      Branch: metaconfig/U/perl
28382            ! d_strtoull.U d_strtouq.U
28383 ____________________________________________________________________________
28384 [  8120] By: jhi                                   on 2000/12/15  02:49:42
28385         Log: From: Nicholas Clark <nick@ccl4.org> 
28386              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
28387              Date: Thu, 14 Dec 2000 18:38:57 +0000
28388              Message-ID: <20001214183857.B97909@plum.flirble.org>
28389      Branch: perl
28390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28391            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
28392            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28393            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28394            ! win32/config.gc win32/config.vc
28395 ____________________________________________________________________________
28396 [  8119] By: jhi                                   on 2000/12/14  23:40:58
28397         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
28398              From: Nicholas Clark <nick@ccl4.org>
28399              Date: Wed, 13 Dec 2000 20:08:50 +0000
28400              Message-ID: <20001213200849.B71166@plum.flirble.org>
28401      Branch: perl
28402            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
28403            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
28404 ____________________________________________________________________________
28405 [  8118] By: jhi                                   on 2000/12/14  22:46:26
28406         Log: Integrate perlio.
28407      Branch: perl
28408           !> MANIFEST ext/Encode/compile makedef.pl
28409 ____________________________________________________________________________
28410 [  8117] By: nick                                  on 2000/12/14  22:38:53
28411         Log: Win32 tweaks to get Encode to build
28412              - temp hack to makedef.pl till PerlIO is properly "exported".
28413              - MSVC dislikes  
28414              static encpage_t foo[];
28415              so make 'em extern for now.
28416      Branch: perlio
28417            ! ext/Encode/compile makedef.pl
28418 ____________________________________________________________________________
28419 [  8116] By: nick                                  on 2000/12/14  22:00:53
28420         Log: Document the new files
28421      Branch: perlio
28422            ! MANIFEST
28423 ____________________________________________________________________________
28424 [  8115] By: jhi                                   on 2000/12/14  21:58:01
28425         Log: MANIFEST new files of #8114.
28426      Branch: perl
28427            ! MANIFEST
28428 ____________________________________________________________________________
28429 [  8114] By: jhi                                   on 2000/12/14  21:50:49
28430         Log: Integrate perlio.
28431      Branch: perl
28432           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28433           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28434           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28435           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28436           !> ext/Encode/Makefile.PL
28437 ____________________________________________________________________________
28438 [  8113] By: jhi                                   on 2000/12/14  21:48:49
28439         Log: The documentation part of the
28440              
28441              Subject: [ID 20001214.002] Net::Ping patch
28442              From: Jonathan Stowe <gellyfish@gellyfish.com>
28443              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
28444              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
28445              since the #7529 had already addressed the same problem.
28446      Branch: perl
28447            ! lib/Net/Ping.pm
28448 ____________________________________________________________________________
28449 [  8112] By: jhi                                   on 2000/12/14  21:42:57
28450         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28451              From: Dominic Dunlop <domo@computer.org>
28452              Date: Tue, 12 Dec 2000 10:47:10 +0100
28453              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
28454              
28455              Document how elusive subroutines can be.
28456      Branch: perl
28457            ! pod/perlfunc.pod
28458 ____________________________________________________________________________
28459 [  8111] By: jhi                                   on 2000/12/14  21:38:05
28460         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28461              From: Dominic Dunlop <domo@computer.org>
28462              Date: Thu, 14 Dec 2000 10:13:51 +0100
28463              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
28464      Branch: perl
28465            ! ext/POSIX/POSIX.pod
28466 ____________________________________________________________________________
28467 [  8110] By: jhi                                   on 2000/12/14  21:36:32
28468         Log: Subject: [patch] perlfaq7
28469              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28470              Date: Thu, 14 Dec 2000 15:31:07 +0100
28471              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
28472      Branch: perl
28473            ! pod/perlfaq7.pod
28474 ____________________________________________________________________________
28475 [  8109] By: jhi                                   on 2000/12/14  21:29:20
28476         Log: Subject: [8104] Encode
28477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28478              Date: Thu, 14 Dec 2000 14:49:34 +0100
28479              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
28480              
28481              Type casting for nervous compilers.
28482      Branch: perl
28483            ! ext/Encode/Encode.xs
28484 ____________________________________________________________________________
28485 [  8108] By: jhi                                   on 2000/12/14  21:26:17
28486         Log: Subject: [8104] DB_File
28487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28488              Date: Thu, 14 Dec 2000 14:49:35 +0100
28489              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
28490              
28491              Type definition incorrect for DB 2.7.7.  Not known when it
28492              changed, so only changed it for a known revision.
28493      Branch: perl
28494            ! ext/DB_File/DB_File.xs
28495 ____________________________________________________________________________
28496 [  8107] By: jhi                                   on 2000/12/14  21:23:41
28497         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
28498              From: Peter Prymmer <pvhp@forte.com>
28499              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
28500              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
28501              
28502              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
28503      Branch: perl
28504            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28505            ! ext/Encode/Encode/posix-bc.enc
28506 ____________________________________________________________________________
28507 [  8106] By: nick                                  on 2000/12/14  20:36:13
28508         Log: "Cold" build correction to Encode's Makefile.PL
28509      Branch: perlio
28510            ! ext/Encode/Makefile.PL
28511 ____________________________________________________________________________
28512 [  8105] By: nick                                  on 2000/12/14  20:09:37
28513         Log: "Compiled" encodings.
28514              Correct replacement character in EBCDIC .enc files
28515              Add 0x7F to ASCII repertoire.
28516      Branch: perlio
28517            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28518            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28519            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28520            ! ext/Encode/Makefile.PL ext/Encode/compile
28521            ! ext/Encode/encengine.c ext/Encode/encode.h
28522 ____________________________________________________________________________
28523 [  8104] By: nick                                  on 2000/12/14  00:38:20
28524         Log: Integrate mainline
28525      Branch: perlio
28526           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
28527           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
28528           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
28529           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
28530           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
28531           !> t/lib/db-hash.t t/lib/db-recno.t
28532 ____________________________________________________________________________
28533 [  8103] By: nick                                  on 2000/12/13  23:16:13
28534         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
28535              so far and so it does not get lost.
28536      Branch: perlio
28537            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28538 ____________________________________________________________________________
28539 [  8102] By: jhi                                   on 2000/12/13  17:14:22
28540         Log: Update Changes.
28541      Branch: perl
28542            ! Changes patchlevel.h
28543 ____________________________________________________________________________
28544 [  8101] By: jhi                                   on 2000/12/13  16:53:41
28545         Log: Move the proto of start_glob() to a better place; regen api files.
28546      Branch: perl
28547            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
28548 ____________________________________________________________________________
28549 [  8100] By: jhi                                   on 2000/12/13  16:47:11
28550         Log: Metaconfig change for #8099.
28551      Branch: metaconfig
28552            ! U/modified/Head.U
28553 ____________________________________________________________________________
28554 [  8099] By: jhi                                   on 2000/12/13  16:46:48
28555         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28556              From: Andy Dougherty <doughera@lafayette.edu>
28557              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
28558              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
28559      Branch: perl
28560            ! Configure
28561 ____________________________________________________________________________
28562 [  8098] By: jhi                                   on 2000/12/13  16:39:02
28563         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
28564              From: rspier@pobox.com (Robert Spier)
28565              Date: Tue, 12 Dec 2000 21:12:39 -0500
28566              Message-ID: <14902.56087.678086.725773@rls.cx>
28567              
28568              fastgetcwd is defined using a glob alias on a $^O dependent basis -
28569              and there was no default assignment or perl subroutine.
28570      Branch: perl
28571            ! lib/Cwd.pm
28572 ____________________________________________________________________________
28573 [  8097] By: jhi                                   on 2000/12/13  16:16:01
28574         Log: Subject: [PATCH] move startglob out of pp_hot.c
28575              From: Nicholas Clark <nick@ccl4.org>
28576              Date: Mon, 11 Dec 2000 23:16:39 +0000
28577              Message-ID: <20001211231638.A55550@plum.flirble.org>
28578      Branch: perl
28579            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
28580 ____________________________________________________________________________
28581 [  8096] By: jhi                                   on 2000/12/13  15:26:23
28582         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28584              Date: Wed, 13 Dec 2000 14:01:37 +0100
28585              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
28586              
28587              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
28588              in turn requires libpthread in libswanted.
28589      Branch: perl
28590            ! hints/hpux.sh
28591 ____________________________________________________________________________
28592 [  8095] By: jhi                                   on 2000/12/12  19:51:05
28593         Log: The integration wars continue.
28594      Branch: perl
28595           !> sv.c
28596 ____________________________________________________________________________
28597 [  8094] By: jhi                                   on 2000/12/12  19:48:26
28598         Log: Subject: [PATCH perl@8070] DB_File-1.74  
28599              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
28600              Date: Mon, 11 Dec 2000 23:07:17 -0000
28601              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
28602      Branch: perl
28603            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28604            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28605            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
28606            ! t/lib/db-recno.t
28607 ____________________________________________________________________________
28608 [  8093] By: nick                                  on 2000/12/12  19:42:13
28609         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
28610      Branch: perlio
28611            ! sv.c
28612           !> lib/File/DosGlob.pm
28613 ____________________________________________________________________________
28614 [  8092] By: jhi                                   on 2000/12/12  19:28:11
28615         Log: Integrate perlio.
28616      Branch: perl
28617           !> sv.c
28618 ____________________________________________________________________________
28619 [  8091] By: nick                                  on 2000/12/12  18:49:45
28620         Log: Fix for Tk, and upgrading shared SVs.
28621      Branch: perlio
28622            ! sv.c
28623 ____________________________________________________________________________
28624 [  8090] By: jhi                                   on 2000/12/12  16:48:59
28625         Log: Subject: [PATCH] Re: Breadperl & Tk
28626              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28627              Date: Tue, 12 Dec 2000 14:48:27 GMT
28628              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
28629      Branch: perl
28630            ! sv.c
28631 ____________________________________________________________________________
28632 [  8089] By: jhi                                   on 2000/12/12  03:37:19
28633         Log: Subject: DosGlob.pm diff for bash style brace expansion.
28634              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
28635              Date: Fri, 8 Dec 2000 10:45:30 -0600
28636              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
28637      Branch: perl
28638            ! lib/File/DosGlob.pm
28639 ____________________________________________________________________________
28640 [  8088] By: nick                                  on 2000/12/11  23:59:59
28641         Log: Integrate mainline
28642      Branch: perlio
28643           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
28644           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28645           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
28646           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
28647           !> t/op/local.t t/pragma/warn/toke toke.c
28648 ____________________________________________________________________________
28649 [  8087] By: jhi                                   on 2000/12/11  23:20:23
28650         Log: Integrate perlio.
28651      Branch: perl
28652           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28653 ____________________________________________________________________________
28654 [  8086] By: jhi                                   on 2000/12/11  22:50:59
28655         Log: Tune further the OS detection of CGI.
28656      Branch: perl
28657            ! lib/CGI.pm
28658 ____________________________________________________________________________
28659 [  8085] By: nick                                  on 2000/12/11  22:50:46
28660         Log: Finish 1st pass of "encoding" layer e.g. :
28661              open($fh,"<encoding(iso8859-7)",$greek) || die;
28662      Branch: perlio
28663            ! ext/Encode/Encode.xs perlio.c perliol.h
28664 ____________________________________________________________________________
28665 [  8084] By: jhi                                   on 2000/12/11  22:32:06
28666         Log: Revert the -f ambiguousity patch, seems to cause
28667              too much hassle (the interpret -Q as a function
28668              where Q is not a known filetest part is left in).
28669      Branch: perl
28670            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
28671            ! toke.c
28672 ____________________________________________________________________________
28673 [  8083] By: jhi                                   on 2000/12/11  22:27:23
28674         Log: (accidentally empty check-in)
28675      Branch: perl
28676            ! lib/File/DosGlob.pm
28677 ____________________________________________________________________________
28678 [  8082] By: nick                                  on 2000/12/11  19:09:51
28679         Log: Restore mmap function (broken by tweaks to shared buffer
28680              layer for encode(xxxx)).
28681      Branch: perlio
28682            ! perlio.c
28683 ____________________________________________________________________________
28684 [  8081] By: jhi                                   on 2000/12/11  18:29:13
28685         Log: Subject: Re: The long awaited feature ...
28686              From: Simon Cozens <simon@cozens.net>
28687              Date: Mon, 11 Dec 2000 15:54:24 +0000
28688              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
28689              
28690              More io/utf8 tests.
28691      Branch: perl
28692            ! t/io/utf8.t
28693 ____________________________________________________________________________
28694 [  8080] By: jhi                                   on 2000/12/11  18:19:36
28695         Log: Subject: PATCH MakeMaker manpage clarification
28696              From: andreas.koenig@anima.de (Andreas J. Koenig)
28697              Date: 10 Dec 2000 20:46:13 +0100
28698              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
28699      Branch: perl
28700            ! lib/ExtUtils/MakeMaker.pm
28701 ____________________________________________________________________________
28702 [  8079] By: jhi                                   on 2000/12/11  15:35:07
28703         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
28704              From: Simon Cozens <simon@cozens.net>
28705              Date: Sun, 10 Dec 2000 19:06:19 +0000
28706              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
28707      Branch: perl
28708            ! ext/B/B/Deparse.pm t/lib/b.t
28709 ____________________________________________________________________________
28710 [  8078] By: jhi                                   on 2000/12/11  15:09:11
28711         Log: Subject: [PATCH] docs on NaN
28712              From: Nicholas Clark <nick@ccl4.org>
28713              Date: Mon, 11 Dec 2000 01:48:38 +0000
28714              Message-ID: <20001211014838.B99205@plum.flirble.org>
28715      Branch: perl
28716            ! pod/perlop.pod
28717 ____________________________________________________________________________
28718 [  8077] By: jhi                                   on 2000/12/11  15:02:21
28719         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
28720              From: Simon Cozens <simon@cozens.net>
28721              Date: Mon, 11 Dec 2000 01:21:45 +0000
28722              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
28723      Branch: perl
28724            ! pp.c pp_hot.c scope.c t/op/local.t
28725 ____________________________________________________________________________
28726 [  8076] By: nick                                  on 2000/12/10  20:43:32
28727         Log: Not merge worthy...
28728              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
28729              syntax is modelled on attributes.
28730              Untested fix for io/utf8 on Win32 etc.
28731              Very clumsy start to the encode layer.
28732      Branch: perlio
28733            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28734 ____________________________________________________________________________
28735 [  8075] By: jhi                                   on 2000/12/10  18:39:33
28736         Log: Darwin is not Windows.
28737      Branch: perl
28738            ! lib/CGI.pm
28739 ____________________________________________________________________________
28740 [  8074] By: jhi                                   on 2000/12/10  18:31:27
28741         Log: Subject: Ambiguous -%c() resolved as a file test
28742              From: "Paul Marquess" <Paul.Marquess@openwave.com>
28743              Date: Sun, 10 Dec 2000 15:35:07 -0000
28744              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
28745      Branch: perl
28746            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
28747 ____________________________________________________________________________
28748 [  8073] By: jhi                                   on 2000/12/10  18:16:29
28749         Log: Subject: PATCH installperl misinformed 
28750              From: andreas.koenig@anima.de (Andreas J. Koenig)
28751              Date: 10 Dec 2000 13:01:32 +0100 
28752              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
28753      Branch: perl
28754            ! installperl
28755 ____________________________________________________________________________
28756 [  8072] By: jhi                                   on 2000/12/10  18:07:55
28757         Log: The walkoptree confusion rages; walkoptree() seems to be coming
28758              from B.xs, while walkoptree_slow() comes from B.pm.
28759      Branch: perl
28760            ! ext/B/B.pm
28761 ____________________________________________________________________________
28762 [  8071] By: nick                                  on 2000/12/10  11:45:47
28763         Log: Integrate mainline
28764      Branch: perlio
28765           +> t/base/commonsense.t
28766           !> (integrate 37 files)
28767 ____________________________________________________________________________
28768 [  8070] By: jhi                                   on 2000/12/10  04:46:21
28769         Log: Update Changes.
28770      Branch: perl
28771            ! Changes patchlevel.h
28772 ____________________________________________________________________________
28773 [  8069] By: jhi                                   on 2000/12/10  04:39:19
28774         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
28775              From: andreas.koenig@anima.de (Andreas J. Koenig)
28776              Date: 09 Dec 2000 17:14:25 +0100
28777              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
28778      Branch: perl
28779            + t/base/commonsense.t
28780            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
28781 ____________________________________________________________________________
28782 [  8068] By: jhi                                   on 2000/12/10  04:17:36
28783         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
28784              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28785              Date: Sat, 9 Dec 2000 16:47:22 -0000
28786              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
28787      Branch: perl
28788            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
28789            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
28790            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
28791            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
28792            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
28793            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
28794            ! t/lib/sdbm.t
28795 ____________________________________________________________________________
28796 [  8067] By: jhi                                   on 2000/12/10  03:52:02
28797         Log: Test case for #8066.
28798      Branch: perl
28799            ! t/op/misc.t
28800 ____________________________________________________________________________
28801 [  8066] By: jhi                                   on 2000/12/10  03:50:30
28802         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
28803              From: Simon Cozens <simon@cozens.net>
28804              Date: Sun, 10 Dec 2000 00:55:37 +0000
28805              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
28806      Branch: perl
28807            ! pp_sys.c
28808 ____________________________________________________________________________
28809 [  8065] By: jhi                                   on 2000/12/10  03:44:52
28810         Log: Test case for #8064.
28811      Branch: perl
28812            ! t/comp/proto.t
28813 ____________________________________________________________________________
28814 [  8064] By: jhi                                   on 2000/12/10  03:42:32
28815         Log: Subject: Re: prototype of substr
28816              From: Simon Cozens <simon@cozens.net>
28817              Date: Sun, 10 Dec 2000 00:13:33 +0000
28818              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
28819              
28820              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
28821      Branch: perl
28822            ! pp.c
28823 ____________________________________________________________________________
28824 [  8063] By: jhi                                   on 2000/12/10  03:39:42
28825         Log: Subject: [PATCH] perlguts.pod
28826              From: Simon Cozens <simon@cozens.net>
28827              Date: Sun, 10 Dec 2000 00:06:47 +0000
28828              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
28829              
28830              Documentation of the different types of ops,
28831              plus the functions in dump.c
28832      Branch: perl
28833            ! pod/perlguts.pod
28834 ____________________________________________________________________________
28835 [  8062] By: jhi                                   on 2000/12/10  03:30:04
28836         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
28837              From: Nicholas Clark <nick@talking.bollo.cx>
28838              Date: Sat, 09 Dec 2000 18:57:25 +0000
28839              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
28840              
28841              Be more robust in weird hostname setups.
28842      Branch: perl
28843            ! t/lib/net-hostent.t
28844 ____________________________________________________________________________
28845 [  8061] By: jhi                                   on 2000/12/10  03:28:21
28846         Log: Pacify fussy compiler. 
28847      Branch: perl
28848            ! pp_sys.c
28849 ____________________________________________________________________________
28850 [  8060] By: jhi                                   on 2000/12/10  02:52:46
28851         Log: Integrate perlio.
28852      Branch: perl
28853           !> pp_sys.c t/io/utf8.t
28854 ____________________________________________________________________________
28855 [  8059] By: nick                                  on 2000/12/09  23:40:14
28856         Log: read/sysread/recv should now be utf8 aware.
28857              Basic test for utf8 read.
28858      Branch: perlio
28859            ! pp_sys.c t/io/utf8.t
28860 ____________________________________________________________________________
28861 [  8058] By: jhi                                   on 2000/12/09  21:56:02
28862         Log: Integrate perlio.
28863      Branch: perl
28864           +> t/io/utf8.t
28865           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
28866 ____________________________________________________________________________
28867 [  8057] By: jhi                                   on 2000/12/09  21:53:35
28868         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
28869              From: Inaba Hiroto <inaba@st.rim.or.jp>
28870              Date: Sun, 10 Dec 2000 05:53:21 +0900
28871              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
28872              
28873              Tests for #8056.
28874      Branch: perl
28875            ! t/op/each.t
28876 ____________________________________________________________________________
28877 [  8056] By: jhi                                   on 2000/12/09  21:51:16
28878         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
28879              From: Inaba Hiroto <inaba@st.rim.or.jp>
28880              Date: Sat, 09 Dec 2000 18:02:00 +0900
28881              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
28882              
28883              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
28884      Branch: perl
28885            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
28886 ____________________________________________________________________________
28887 [  8055] By: nick                                  on 2000/12/09  20:11:48
28888         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
28889              than raw PerlIO_write() - does not seem to break any tests.
28890      Branch: perlio
28891            ! pp_sys.c
28892 ____________________________________________________________________________
28893 [  8054] By: nick                                  on 2000/12/09  19:47:30
28894         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
28895              (sysread, recv and write i.e. formats still to do...)
28896              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
28897              open($fh,">:utf8","name")
28898              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
28899              so no extra overhead is involved.
28900              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
28901              to a non-utf8 stream.
28902              Add initial io/utf8.t
28903              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
28904              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
28905              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
28906      Branch: perlio
28907            + t/io/utf8.t
28908            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
28909 ____________________________________________________________________________
28910 [  8053] By: nick                                  on 2000/12/09  19:26:37
28911         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
28912              was only testing this_utf8.
28913      Branch: perlio
28914            ! toke.c
28915 ____________________________________________________________________________
28916 [  8052] By: nick                                  on 2000/12/09  19:09:41
28917         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
28918              i.e. the output string has one, but don't mess with source assumption.
28919      Branch: perlio
28920            ! toke.c
28921 ____________________________________________________________________________
28922 [  8051] By: jhi                                   on 2000/12/09  16:55:17
28923         Log: Integrate perlio.
28924      Branch: perl
28925           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
28926           !> sv.c thrdvar.h util.c
28927 ____________________________________________________________________________
28928 [  8050] By: jhi                                   on 2000/12/09  16:48:07
28929         Log: Nits noticed by Peter Prymmer.
28930      Branch: perl
28931            ! lib/ExtUtils/MM_VMS.pm
28932 ____________________________________________________________________________
28933 [  8049] By: nick                                  on 2000/12/09  13:49:40
28934         Log: UTF8 output prework.
28935              - Store $\ and $, as SVs so they can have SvUTF8 flag
28936              - use do_print() rather than raw PerlIO_write() to print them.
28937      Branch: perlio
28938            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
28939            ! thrdvar.h util.c
28940 ____________________________________________________________________________
28941 [  8048] By: nick                                  on 2000/12/09  12:30:43
28942         Log: Integrate mainline.
28943      Branch: perlio
28944           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
28945           +> t/op/reverse.t
28946           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
28947           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
28948           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
28949           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
28950           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
28951           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
28952 ____________________________________________________________________________
28953 [  8047] By: jhi                                   on 2000/12/09  00:23:27
28954         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
28955              From: Michael G Schwern <schwern@pobox.com>
28956              Date: Fri, 8 Dec 2000 14:43:04 -0600
28957      Branch: perl
28958            ! lib/ExtUtils/MM_VMS.pm
28959 ____________________________________________________________________________
28960 [  8046] By: jhi                                   on 2000/12/08  23:10:27
28961         Log: A missed check-in.
28962      Branch: perl
28963            ! lib/ExtUtils/Manifest.pm
28964 ____________________________________________________________________________
28965 [  8045] By: jhi                                   on 2000/12/08  21:57:12
28966         Log: (null check-in)
28967      Branch: perl
28968            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
28969 ____________________________________________________________________________
28970 [  8044] By: jhi                                   on 2000/12/08  21:11:06
28971         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
28972              at the final draft stage.
28973      Branch: perl
28974            + ext/Encode/Encode/iso8859-16.enc
28975            ! MANIFEST
28976 ____________________________________________________________________________
28977 [  8043] By: jhi                                   on 2000/12/08  16:39:04
28978         Log: Update Changes.
28979      Branch: perl
28980            ! Changes patchlevel.h
28981 ____________________________________________________________________________
28982 [  8042] By: jhi                                   on 2000/12/08  16:33:39
28983         Log: Do not return the Unicode replacement character if UTF-8
28984              decoding goes awry, it should be up to the caller to decide.
28985      Branch: perl
28986            ! pod/perlapi.pod utf8.c
28987 ____________________________________________________________________________
28988 [  8041] By: jhi                                   on 2000/12/08  16:22:28
28989         Log: metaconfig maintenance.
28990      Branch: metaconfig
28991            ! U/modified/stdchar.U
28992      Branch: metaconfig/U/perl
28993            + testsyml.U
28994 ____________________________________________________________________________
28995 [  8040] By: jhi                                   on 2000/12/08  16:03:08
28996         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
28997              From: sthoenna@efn.org
28998              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
28999              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
29000      Branch: perl
29001            ! Changes lib/ExtUtils/MM_OS2.pm
29002 ____________________________________________________________________________
29003 [  8039] By: jhi                                   on 2000/12/08  15:57:11
29004         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
29005              From: Simon Cozens <simon@cozens.net>
29006              Date: Fri, 8 Dec 2000 13:33:31 +0000
29007              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
29008              
29009              (The pp_hot part needed a rewrite.)
29010      Branch: perl
29011            ! doop.c pp_hot.c utf8.c
29012 ____________________________________________________________________________
29013 [  8038] By: jhi                                   on 2000/12/08  15:25:08
29014         Log: Subject: djSP
29015              From: Michael Stevens <michael@etla.org>
29016              Date: Wed, 6 Dec 2000 23:24:01 +0000
29017              Message-ID: <20001206232400.A21381@firedrake.org>
29018              
29019              Plus a note from Nick Ing-Simmons.
29020      Branch: perl
29021            ! pp.h
29022 ____________________________________________________________________________
29023 [  8037] By: jhi                                   on 2000/12/08  15:18:35
29024         Log: Filetype is text.
29025      Branch: perl
29026            ! t/op/utf8decode.t
29027 ____________________________________________________________________________
29028 [  8036] By: jhi                                   on 2000/12/08  03:31:27
29029         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29030              From: Andy Dougherty <doughera@lafayette.edu>
29031              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
29032              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
29033              
29034              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29035              From: Andy Dougherty <doughera@lafayette.edu>
29036              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
29037              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
29038      Branch: perl
29039            + ext/POSIX/hints/svr4.pl
29040            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
29041 ____________________________________________________________________________
29042 [  8035] By: jhi                                   on 2000/12/08  03:26:01
29043         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
29044              From: Andy Dougherty <doughera@lafayette.edu>
29045              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
29046              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
29047      Branch: perl
29048            ! t/README t/base/term.t
29049 ____________________________________________________________________________
29050 [  8034] By: jhi                                   on 2000/12/08  03:21:59
29051         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29052              From: mjd@plover.com  
29053              Date: 7 Dec 2000 21:04:20 -0000
29054              Message-ID: <20001207210420.22282.qmail@plover.com>
29055              
29056              Plus -z doc.
29057      Branch: perl
29058            ! pod/perlfunc.pod
29059 ____________________________________________________________________________
29060 [  8033] By: jhi                                   on 2000/12/08  03:19:03
29061         Log: Use the UTF8 macros a bit.  They can't be used with abandon
29062              everywhere because we do generate illegal UTF-8 in some situations.
29063              This is of course naughty.
29064      Branch: perl
29065            ! pod/perlapi.pod utf8.c utf8.h
29066 ____________________________________________________________________________
29067 [  8032] By: jhi                                   on 2000/12/08  03:00:09
29068         Log: Out of sync?
29069      Branch: perl
29070            ! t/pragma/warn/utf8
29071 ____________________________________________________________________________
29072 [  8031] By: jhi                                   on 2000/12/08  02:22:39
29073         Log: Cnt spl.
29074      Branch: perl
29075            ! MANIFEST
29076 ____________________________________________________________________________
29077 [  8030] By: jhi                                   on 2000/12/08  01:23:54
29078         Log: Add test for reverse().
29079      Branch: perl
29080            + t/op/reverse.t
29081            ! MANIFEST
29082 ____________________________________________________________________________
29083 [  8029] By: jhi                                   on 2000/12/08  01:21:47
29084         Log: Integrate perlio.
29085      Branch: perl
29086           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
29087           !> perlio.c perlio.h perlsdio.h warnings.pl
29088 ____________________________________________________________________________
29089 [  8028] By: jhi                                   on 2000/12/08  01:19:08
29090         Log: Introduce macros for UTF8 decoding.
29091      Branch: perl
29092            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29093 ____________________________________________________________________________
29094 [  8027] By: nick                                  on 2000/12/07  22:18:19
29095         Log: Integrate mainline
29096      Branch: perlio
29097           !> embed.pl pod/perlapi.pod utf8.c
29098 ____________________________________________________________________________
29099 [  8026] By: nick                                  on 2000/12/07  21:45:08
29100         Log: Various oddities p4 diff -se showed up
29101              Remove 'our' from warnings.pl
29102      Branch: perlio
29103            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
29104 ____________________________________________________________________________
29105 [  8025] By: nick                                  on 2000/12/07  21:43:32
29106         Log: Change PerlIO_(get|set)pos to take SV *
29107              Should fix, OS/2, VMS, (sfio??)
29108      Branch: perlio
29109            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
29110 ____________________________________________________________________________
29111 [  8024] By: jhi                                   on 2000/12/07  19:05:32
29112         Log: Document utf8_to_uv() better.
29113      Branch: perl
29114            ! pod/perlapi.pod utf8.c
29115 ____________________________________________________________________________
29116 [  8023] By: jhi                                   on 2000/12/07  18:23:47
29117         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
29118      Branch: perl
29119            ! embed.pl pod/perlapi.pod utf8.c
29120 ____________________________________________________________________________
29121 [  8022] By: jhi                                   on 2000/12/07  04:13:51
29122         Log: Integrate perlio.
29123      Branch: perl
29124           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
29125           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
29126           !> win32/makefile.mk
29127 ____________________________________________________________________________
29128 [  8021] By: nick                                  on 2000/12/07  00:28:14
29129         Log: Various attempts at MSVC debug - not sure what has
29130              changed but works now. 
29131              Seems atexit() _may_ work for DLLs built with MSVC so don't
29132              call cleanup that way.
29133      Branch: perlio
29134            ! perlio.c win32/makefile.mk
29135 ____________________________________________________________________________
29136 [  8020] By: nick                                  on 2000/12/06  19:57:20
29137         Log: Integrate mainline
29138      Branch: perlio
29139           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
29140           !> (integrate 75 files)
29141 ____________________________________________________________________________
29142 [  8019] By: nick                                  on 2000/12/06  19:28:21
29143         Log: Add useperlio to config.vc
29144              Turn off binmode in config_H.PL
29145              Regen all the config_H.xx
29146              Attempt to get debugging build with MSVC.
29147      Branch: perlio
29148            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29149            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
29150 ____________________________________________________________________________
29151 [  8018] By: nick                                  on 2000/12/06  19:21:57
29152         Log: Test various dup/external program options on all platforms.
29153      Branch: perlio
29154            ! t/io/dup.t
29155 ____________________________________________________________________________
29156 [  8017] By: nick                                  on 2000/12/06  19:20:47
29157         Log: Fix harness to be less picky
29158      Branch: perlio
29159            ! lib/Test/Harness.pm
29160 ____________________________________________________________________________
29161 [  8016] By: jhi                                   on 2000/12/06  16:45:12
29162         Log: Update Changes.
29163      Branch: perl
29164            ! Changes patchlevel.h
29165 ____________________________________________________________________________
29166 [  8015] By: jhi                                   on 2000/12/06  16:41:03
29167         Log: Test \x{...} with ord().
29168      Branch: perl
29169            ! t/op/ord.t
29170 ____________________________________________________________________________
29171 [  8014] By: jhi                                   on 2000/12/06  16:20:33
29172         Log: Test tweak because of #8013.
29173      Branch: perl
29174            ! t/lib/b.t
29175 ____________________________________________________________________________
29176 [  8013] By: jhi                                   on 2000/12/06  16:09:09
29177         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
29178              From: Michael G Schwern <schwern@pobox.com>
29179              Date: Tue, 5 Dec 2000 21:23:28 -0500
29180              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
29181              
29182              Carp::Heavy parts not very applicable because of recent changes.
29183      Branch: perl
29184            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
29185            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
29186            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
29187            ! lib/Exporter.pm lib/Exporter/Heavy.pm
29188            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
29189            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29190            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
29191            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
29192            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
29193            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
29194            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
29195            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
29196            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
29197            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
29198            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
29199            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
29200            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
29201            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
29202            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
29203            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
29204            ! warnings.pl
29205 ____________________________________________________________________________
29206 [  8012] By: jhi                                   on 2000/12/06  15:22:38
29207         Log: Subject: [PATCH] Re: New harness is failing things
29208              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29209              Date: Wed, 6 Dec 2000 13:00:30 GMT
29210              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
29211      Branch: perl
29212            ! lib/Test/Harness.pm
29213 ____________________________________________________________________________
29214 [  8011] By: jhi                                   on 2000/12/06  15:12:08
29215         Log: Subject: installhtml changes
29216              From: Michael Stevens <michael@etla.org>
29217              Date: Wed, 6 Dec 2000 13:15:53 +0000
29218              Message-ID: <20001206131553.A27317@firedrake.org>
29219      Branch: perl
29220            ! installhtml
29221 ____________________________________________________________________________
29222 [  8010] By: jhi                                   on 2000/12/06  15:06:05
29223         Log: Subject: the dTHR hits
29224              From: Michael Stevens <michael@etla.org>
29225              Date: Wed, 6 Dec 2000 12:06:03 +0000
29226              Message-ID: <20001206120603.A24581@firedrake.org>
29227              
29228              More, errrm, less dTHRs.
29229      Branch: perl
29230            ! bytecode.pl ext/B/B/C.pm
29231 ____________________________________________________________________________
29232 [  8009] By: jhi                                   on 2000/12/06  15:04:25
29233         Log: Subject: MakeMaker mailing list gone?
29234              From: Michael G Schwern <schwern@pobox.com>
29235              Date: Tue, 5 Dec 2000 19:29:59 -0500
29236              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
29237              
29238              The MakeMaker mailing list is dead, perlbug is the right
29239              address to report bugs.
29240      Branch: perl
29241            ! lib/ExtUtils/MakeMaker.pm
29242 ____________________________________________________________________________
29243 [  8008] By: jhi                                   on 2000/12/06  15:00:32
29244         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
29245              From: Michael G Schwern <schwern@pobox.com>
29246              Date: Tue, 5 Dec 2000 19:21:21 -0500
29247              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
29248              
29249              Add a default MANIFEST skip that ignores things like
29250              version control files, editor temporary files, and the Makefile.
29251      Branch: perl
29252            + lib/ExtUtils/MANIFEST.SKIP
29253            ! MANIFEST lib/ExtUtils/Manifest.pm
29254 ____________________________________________________________________________
29255 [  8007] By: jhi                                   on 2000/12/06  14:57:20
29256         Log: In Amiga more manual hackery of the scripts seems to be needed,
29257              from Jan-Erik Karlsson.  Why Configure does not get this right
29258              is unknown, may be shell-induced.
29259      Branch: perl
29260            ! README.amiga
29261 ____________________________________________________________________________
29262 [  8006] By: jhi                                   on 2000/12/05  23:53:12
29263         Log: Add TOPm1s to peek at the second topmost stack item.
29264      Branch: perl
29265            ! pp.h
29266 ____________________________________________________________________________
29267 [  8005] By: jhi                                   on 2000/12/05  23:13:55
29268         Log: Avaunt, you foul UTF-8 tests.
29269      Branch: perl
29270            ! t/op/ver.t t/pragma/utf8.t
29271 ____________________________________________________________________________
29272 [  8004] By: jhi                                   on 2000/12/05  23:09:54
29273         Log: Continue utf8 dispersal. 
29274      Branch: perl
29275            + t/op/concat.t
29276            ! MANIFEST t/pragma/utf8.t
29277 ____________________________________________________________________________
29278 [  8003] By: nick                                  on 2000/12/05  23:02:39
29279         Log: Integrate mainline.
29280      Branch: perlio
29281           +> t/op/length.t t/op/utf8decode.t
29282           !> (integrate 69 files)
29283 ____________________________________________________________________________
29284 [  8002] By: jhi                                   on 2000/12/05  22:59:28
29285         Log: Integrate perlio.
29286      Branch: perl
29287           !> iperlsys.h perl.c perlio.c win32/perllib.c
29288 ____________________________________________________________________________
29289 [  8001] By: nick                                  on 2000/12/05  22:07:52
29290         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
29291              - calloc/free suffer from damage on TerminateThread()
29292              - use PerlMemShared (as originally planned) now fixed
29293              - avoid doing anything important on DLL "detach".
29294      Branch: perlio
29295            ! perl.c perlio.c win32/perllib.c
29296 ____________________________________________________________________________
29297 [  8000] By: nick                                  on 2000/12/05  21:05:09
29298         Log: Fix gross PerlMemShared issue.
29299      Branch: perlio
29300            ! iperlsys.h
29301 ____________________________________________________________________________
29302 [  7999] By: jhi                                   on 2000/12/05  20:46:58
29303         Log: Test for Unicode (UTF-8) hash keys.
29304      Branch: perl
29305            ! t/op/each.t
29306 ____________________________________________________________________________
29307 [  7998] By: jhi                                   on 2000/12/05  20:30:35
29308         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
29309              is now always UTF-8), empty line cosmetics.
29310      Branch: perl
29311            ! t/pragma/utf8.t
29312 ____________________________________________________________________________
29313 [  7997] By: jhi                                   on 2000/12/05  20:15:40
29314         Log: Subject: Re: STRLEN - what?
29315              From: Andy Dougherty <doughera@lafayette.edu>
29316              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
29317              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
29318              
29319              Explain STRLEN.
29320      Branch: perl
29321            ! pod/perlguts.pod
29322 ____________________________________________________________________________
29323 [  7996] By: jhi                                   on 2000/12/05  20:13:34
29324         Log: Split off the UTF-8 decoder tests, make them to check also
29325              the error message.
29326      Branch: perl
29327            + t/op/utf8decode.t
29328            ! MANIFEST t/pragma/utf8.t utf8.c
29329 ____________________________________________________________________________
29330 [  7995] By: jhi                                   on 2000/12/05  16:39:47
29331         Log: Start migrating bits of pragma/utf8 to elsewhere
29332              (since the long term plan is to obsolete 'use utf8').
29333      Branch: perl
29334            + t/op/length.t
29335            ! MANIFEST t/pragma/utf8.t
29336 ____________________________________________________________________________
29337 [  7994] By: jhi                                   on 2000/12/05  16:30:21
29338         Log: Fix a manual edit typo from #7993, fix the message formatting
29339              for Unicode, add few our declarations.
29340      Branch: perl
29341            ! lib/Carp/Heavy.pm
29342 ____________________________________________________________________________
29343 [  7993] By: jhi                                   on 2000/12/05  16:09:15
29344         Log: Subject: Need help with warnings :-(
29345              From: "Ben Tilly" <ben_tilly@hotmail.com>
29346              Date: Tue, 05 Dec 2000 01:35:54 -0500
29347              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
29348              
29349              Subject: UPDATE: Carp/Heavy now passes all tests
29350              From: "Ben Tilly" <ben_tilly@hotmail.com>
29351              Date: Tue, 05 Dec 2000 07:59:41 -0500
29352              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
29353              
29354              The Brave New Carp.
29355      Branch: perl
29356            ! lib/Carp.pm lib/Carp/Heavy.pm
29357 ____________________________________________________________________________
29358 [  7992] By: jhi                                   on 2000/12/05  15:55:08
29359         Log: Subject: [PATCH perl@7979] cygwin port
29360              From: "Eric Fifer" <efifer@dircon.co.uk>
29361              Date: Tue, 5 Dec 2000 14:04:09 -0000
29362              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
29363      Branch: perl
29364            ! t/lib/net-hostent.t
29365 ____________________________________________________________________________
29366 [  7991] By: jhi                                   on 2000/12/05  15:52:34
29367         Log: Subject: Re: [PATCH] The largest hoax of all times?
29368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29369              Date: Tue, 5 Dec 2000 00:40:25 -0500
29370              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
29371              
29372              Subject: Re: [PATCH] The largest hoax of all times?
29373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29374              Date: Mon, 4 Dec 2000 23:55:53 -0500
29375              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
29376              
29377              Subject: Re: [PATCH] The largest hoax of all times?
29378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29379              Date: Tue, 5 Dec 2000 01:28:45 -0500
29380              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
29381              
29382              Fix the unpredictable order of DESTROYs.
29383      Branch: perl
29384            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
29385            ! sv.c sv.h t/op/ref.t
29386 ____________________________________________________________________________
29387 [  7990] By: jhi                                   on 2000/12/05  14:38:53
29388         Log: Subject: [PATCH] shrink pp_hot fractionally
29389              From: Nicholas Clark <nick@ccl4.org>
29390              Date: Tue, 5 Dec 2000 12:44:31 +0000
29391              Message-ID: <20001205124431.E74518@plum.flirble.org>
29392              
29393              Use report_evil_fh().
29394      Branch: perl
29395            ! opcode.pl opnames.h pp_hot.c util.c
29396 ____________________________________________________________________________
29397 [  7989] By: jhi                                   on 2000/12/05  14:21:27
29398         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29399              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29400              Date: Mon, 04 Dec 2000 22:21:59 -0800
29401              Message-ID: <HmIL6gzkgepS092yn@efn.org>
29402              
29403              Harness shouldn't ignore responses like "ok 3\r\r\n".
29404      Branch: perl
29405            ! lib/Test/Harness.pm
29406 ____________________________________________________________________________
29407 [  7988] By: jhi                                   on 2000/12/05  13:51:28
29408         Log: Integrate the "skip" messages to explain().
29409      Branch: perl
29410            ! t/lib/syslfs.t t/op/lfs.t
29411 ____________________________________________________________________________
29412 [  7987] By: jhi                                   on 2000/12/05  12:34:54
29413         Log: The one that got away in #7984.
29414              
29415              Subject: Re: dTHR - what and why?
29416              From: Michael Stevens <michael@etla.org> 
29417              Date: Tue, 5 Dec 2000 11:15:52 +0000
29418              Message-ID: <20001205111552.A4647@firedrake.org>
29419      Branch: perl
29420            ! sv.h
29421 ____________________________________________________________________________
29422 [  7986] By: gsar                                  on 2000/12/05  09:14:44
29423         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29424              due to the notorious GetFileType() bug in Windows 9x, which fstat()
29425              tickles)
29426      Branch: perl
29427            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
29428 ____________________________________________________________________________
29429 [  7985] By: jhi                                   on 2000/12/05  05:49:03
29430         Log: Integrate perlio.
29431      Branch: perl
29432           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29433           !> win32/perlhost.h win32/perllib.c
29434 ____________________________________________________________________________
29435 [  7984] By: jhi                                   on 2000/12/05  05:48:16
29436         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
29437      Branch: perl
29438            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
29439            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
29440            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
29441            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
29442            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
29443            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29444            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
29445            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
29446            ! win32/win32.c
29447 ____________________________________________________________________________
29448 [  7983] By: nick                                  on 2000/12/04  23:27:43
29449         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
29450      Branch: perlio
29451            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29452            ! win32/perlhost.h win32/perllib.c
29453 ____________________________________________________________________________
29454 [  7982] By: jhi                                   on 2000/12/04  19:44:09
29455         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
29456              uncovered by #7980.
29457      Branch: perl
29458            ! op.c
29459 ____________________________________________________________________________
29460 [  7981] By: jhi                                   on 2000/12/04  19:42:07
29461         Log: Subject: [PATCH] Trivial dump.c feature
29462              From: Simon Cozens <simon@cozens.net>
29463              Date: Mon, 4 Dec 2000 18:08:38 +0000
29464              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
29465              
29466              Show whether a constant is UTF-8.
29467      Branch: perl
29468            ! dump.c
29469 ____________________________________________________________________________
29470 [  7980] By: jhi                                   on 2000/12/04  19:36:51
29471         Log: UTF-8 hash keys, patch from Inaba Hiroto.
29472      Branch: perl
29473            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
29474 ____________________________________________________________________________
29475 [  7979] By: jhi                                   on 2000/12/04  17:36:28
29476         Log: Update Changes.
29477      Branch: perl
29478            ! Changes patchlevel.h
29479 ____________________________________________________________________________
29480 [  7978] By: jhi                                   on 2000/12/04  16:42:17
29481         Log: Retract #7977, still too volatile (the euphemism of the day
29482              for unfinished and buggy :-)
29483      Branch: perl
29484            ! doop.c hv.c pp.c sv.h
29485 ____________________________________________________________________________
29486 [  7977] By: jhi                                   on 2000/12/04  16:25:15
29487         Log: (Retracted by #7978, too shaky yet.)
29488              
29489              Subject: Re: utf8 in hash keys, implementor missing
29490              From: Simon Cozens <simon@cozens.net>
29491              Date: Sat, 2 Dec 2000 19:49:35 +0000
29492              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
29493              
29494              The first step at UTF-8 hash keys.
29495      Branch: perl
29496            ! doop.c hv.c pp.c sv.h
29497 ____________________________________________________________________________
29498 [  7976] By: jhi                                   on 2000/12/04  16:13:53
29499         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29500              From: sthoenna@efn.org
29501              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
29502              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
29503      Branch: perl
29504            ! os2/os2.c perlio.c
29505 ____________________________________________________________________________
29506 [  7975] By: jhi                                   on 2000/12/04  16:05:25
29507         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
29508              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29509              Date: Thu, 30 Nov 2000 20:50:37 -0800
29510              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
29511      Branch: perl
29512            ! os2/os2.c
29513 ____________________________________________________________________________
29514 [  7974] By: jhi                                   on 2000/12/04  16:03:57
29515         Log: Subject: [PATCH] ++ 20% faster
29516              From: Nicholas Clark <nick@ccl4.org>
29517              Date: Mon, 4 Dec 2000 12:17:27 +0000
29518              Message-ID: <20001204121726.B52976@plum.flirble.org>
29519              
29520              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
29521      Branch: perl
29522            ! sv.c
29523 ____________________________________________________________________________
29524 [  7973] By: jhi                                   on 2000/12/04  16:00:48
29525         Log: 
29526              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
29527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29528              Date: Mon, 04 Dec 2000 12:30:45 +0100
29529              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
29530              
29531              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29532              library (getprotobyname and getprotobynumber are outversioned by
29533              the same calls in libc, at least for xlc version 3.
29534      Branch: perl
29535            ! hints/aix.sh
29536 ____________________________________________________________________________
29537 [  7972] By: jhi                                   on 2000/12/04  02:58:31
29538         Log: Integrate perlio.
29539      Branch: perl
29540           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
29541           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
29542           !> win32/win32.h win32/win32iop.h win32/win32thread.h
29543 ____________________________________________________________________________
29544 [  7971] By: nick                                  on 2000/12/04  00:24:33
29545         Log: Quieten some noise in Win32 builds:
29546              - win32.h is included after <sys/socket.h>, so need to 
29547              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
29548              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
29549      Branch: perlio
29550            ! doio.c perl.h toke.c win32/win32.h
29551 ____________________________________________________________________________
29552 [  7970] By: nick                                  on 2000/12/03  22:57:46
29553         Log: PERL_IMPLICIT_SYS compiles but does not work.
29554      Branch: perlio
29555            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
29556            ! win32/perlhost.h win32/perllib.c win32/win32.h
29557            ! win32/win32iop.h win32/win32thread.h
29558 ____________________________________________________________________________
29559 [  7969] By: jhi                                   on 2000/12/03  22:12:58
29560         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
29561              used to swash_init(), makes regprop() dumps more informative
29562              (+utf8::IsAlpha, -utf8::IsDigit, for example).
29563      Branch: perl
29564            ! regcomp.c regexec.c
29565 ____________________________________________________________________________
29566 [  7968] By: jhi                                   on 2000/12/03  21:39:56
29567         Log: Implement ANYOFUTF8 regprop() dumping.
29568      Branch: perl
29569            ! regcomp.c
29570 ____________________________________________________________________________
29571 [  7967] By: jhi                                   on 2000/12/03  20:57:19
29572         Log: Make uv_to_utf8() to zero-terminate its output buffer,
29573              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
29574      Branch: perl
29575            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
29576 ____________________________________________________________________________
29577 [  7966] By: nick                                  on 2000/12/03  18:41:21
29578         Log: Integrate mainline (STDCHAR)
29579      Branch: perlio
29580           !> Configure t/pragma/utf8.t
29581 ____________________________________________________________________________
29582 [  7965] By: jhi                                   on 2000/12/03  17:58:20
29583         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
29584      Branch: perl
29585            ! t/pragma/utf8.t
29586 ____________________________________________________________________________
29587 [  7964] By: jhi                                   on 2000/12/03  17:35:56
29588         Log: Integrate perlio.
29589      Branch: perl
29590           !> iperlsys.h perlio.c
29591 ____________________________________________________________________________
29592 [  7963] By: jhi                                   on 2000/12/03  17:33:55
29593         Log: Metaconfig unit change for #7962.
29594      Branch: metaconfig
29595            ! U/modified/stdchar.U
29596 ____________________________________________________________________________
29597 [  7962] By: jhi                                   on 2000/12/03  17:33:27
29598         Log: Untangle the <stdio.h> #include nest for the stdchar test,
29599              from Andy Dougherty.
29600      Branch: perl
29601            ! Configure
29602 ____________________________________________________________________________
29603 [  7961] By: nick                                  on 2000/12/03  16:53:00
29604         Log: Make iperlsys.h vector stdio not PerlIO.
29605      Branch: perlio
29606            ! iperlsys.h perlio.c
29607 ____________________________________________________________________________
29608 [  7960] By: nick                                  on 2000/12/03  14:43:01
29609         Log: Integrate mainline
29610      Branch: perlio
29611           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
29612           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
29613 ____________________________________________________________________________
29614 [  7959] By: jhi                                   on 2000/12/03  08:16:36
29615         Log: Use DO_UTF8().
29616      Branch: perl
29617            ! op.c
29618 ____________________________________________________________________________
29619 [  7958] By: jhi                                   on 2000/12/02  18:33:05
29620         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29621              From: Mike Guy <mjtg@cam.ac.uk>         
29622              Date: Sat, 02 Dec 2000 17:27:13 +0000
29623              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
29624              
29625              An extraneous argument.
29626      Branch: perl
29627            ! toke.c
29628 ____________________________________________________________________________
29629 [  7957] By: jhi                                   on 2000/12/02  18:22:32
29630         Log: A missing hunk.
29631      Branch: perl
29632            ! t/lib/net-hostent.t
29633 ____________________________________________________________________________
29634 [  7956] By: jhi                                   on 2000/12/02  18:06:20
29635         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
29636              From: Nicholas Clark <nick@ccl4.org>
29637              Date: Sat, 2 Dec 2000 14:28:27 +0000
29638              Message-ID: <20001202142827.A12308@plum.flirble.org>
29639              
29640              Test robustness.
29641      Branch: perl
29642            ! t/lib/net-hostent.t
29643 ____________________________________________________________________________
29644 [  7955] By: jhi                                   on 2000/12/02  17:58:06
29645         Log: Metaconfig unit change for #7954.
29646      Branch: metaconfig
29647            ! U/modified/stdchar.U
29648 ____________________________________________________________________________
29649 [  7954] By: jhi                                   on 2000/12/02  17:54:32
29650         Log: An inconvenient hang would happen if the stdio _ptr wasn't
29651              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
29652              would be grepping stdin for all eternity for the _ptr.)
29653      Branch: perl
29654            ! Configure
29655 ____________________________________________________________________________
29656 [  7953] By: jhi                                   on 2000/12/02  00:07:15
29657         Log: Update Changes.
29658      Branch: perl
29659            ! Changes patchlevel.h
29660 ____________________________________________________________________________
29661 [  7952] By: jhi                                   on 2000/12/01  23:54:47
29662         Log: Subject: Re: long shell lines
29663              From: Andy Dougherty <doughera@lafayette.edu>
29664              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
29665              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
29666              
29667              Split overly long shell command lines.
29668      Branch: perl
29669            ! lib/ExtUtils/MM_Unix.pm
29670 ____________________________________________________________________________
29671 [  7951] By: jhi                                   on 2000/12/01  23:48:02
29672         Log: The metaconfig unit change for #7950.
29673      Branch: metaconfig
29674            + U/modified/stdchar.U
29675 ____________________________________________________________________________
29676 [  7950] By: jhi                                   on 2000/12/01  23:47:39
29677         Log: Try to find stdchar also from <stdio_impl.h>.
29678      Branch: perl
29679            ! Configure config_h.SH
29680 ____________________________________________________________________________
29681 [  7949] By: jhi                                   on 2000/12/01  23:46:45
29682         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
29683              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29684              Date: Fri, 1 Dec 2000 16:26:08 -0500
29685              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
29686              
29687              Reword the diagnostic message.
29688      Branch: perl
29689            ! pod/perldiag.pod
29690 ____________________________________________________________________________
29691 [  7948] By: nick                                  on 2000/12/01  22:49:43
29692         Log: Integrate mainline (for s/y/m as sub names stuff).
29693      Branch: perlio
29694           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
29695           !> t/pragma/warn/toke toke.c
29696 ____________________________________________________________________________
29697 [  7947] By: jhi                                   on 2000/12/01  20:55:41
29698         Log: Integrate perlio.
29699      Branch: perl
29700           !> perlio.c perliol.h t/io/pipe.t
29701 ____________________________________________________________________________
29702 [  7946] By: jhi                                   on 2000/12/01  20:36:51
29703         Log: Upgrade to CPAN 1.59_51, from Andreas König.
29704      Branch: perl
29705            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29706 ____________________________________________________________________________
29707 [  7945] By: nick                                  on 2000/12/01  20:31:32
29708         Log: Integrate mainline
29709      Branch: perlio
29710           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
29711           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
29712           +> t/lib/net-hostent.t
29713           !> (integrate 35 files)
29714 ____________________________________________________________________________
29715 [  7944] By: jhi                                   on 2000/12/01  20:23:29
29716         Log: Some help for 20001130.011.  Now one gets warnings like
29717              "Ambiguous -f() resolved as a file test ..."
29718      Branch: perl
29719            ! pod/perldiag.pod t/pragma/warn/toke toke.c
29720 ____________________________________________________________________________
29721 [  7943] By: jhi                                   on 2000/12/01  19:44:44
29722         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
29723              that also breaks using them as methods. 
29724      Branch: perl
29725            ! pod/perldiag.pod t/op/misc.t toke.c
29726 ____________________________________________________________________________
29727 [  7942] By: nick                                  on 2000/12/01  17:56:46
29728         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
29729              Make 'unix' pass most tests
29730              - do unread by temporary push of layer ("pending") holding unread chars
29731              - fast_gets is now based on per-handle flag
29732              - relax one of io/pipe.t tests to allow print to fail and close to
29733              succeed so that it passes on unbuffered "unix" layer.
29734              Remaining fail is sporadic and a genuine race condition between
29735              parent/child in fork test.
29736      Branch: perlio
29737            ! perlio.c perliol.h t/io/pipe.t
29738 ____________________________________________________________________________
29739 [  7941] By: jhi                                   on 2000/12/01  15:28:58
29740         Log: (Retracted by #7943.)
29741              
29742              Reserve the short named string operator names.
29743      Branch: perl
29744            ! pod/perldiag.pod t/op/misc.t toke.c
29745 ____________________________________________________________________________
29746 [  7940] By: jhi                                   on 2000/12/01  06:45:53
29747         Log: Get the three different space character classes right under utf8.
29748      Branch: perl
29749            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
29750            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
29751            ! regexec.c t/op/pat.t utf8.c
29752 ____________________________________________________________________________
29753 [  7939] By: jhi                                   on 2000/12/01  03:26:26
29754         Log: Two more tests that make no sense in UTF-8 since the test
29755              data is not in UTF-8.
29756      Branch: perl
29757            ! t/op/regexp.t
29758 ____________________________________________________________________________
29759 [  7938] By: jhi                                   on 2000/12/01  03:20:39
29760         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
29761              should it be required inside regexen?
29762      Branch: perl
29763            ! regcomp.c t/op/regmesg.t
29764 ____________________________________________________________________________
29765 [  7937] By: jhi                                   on 2000/12/01  02:58:53
29766         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
29767              stored and restored, and thusly was trounced by the utf8 swash
29768              routines.
29769      Branch: perl
29770            ! regcomp.c
29771 ____________________________________________________________________________
29772 [  7936] By: jhi                                   on 2000/11/30  20:41:39
29773         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
29774              Why the different platforms behave so differently (core dump vs
29775              no core dump) on this bug is a but of a mystery, but if I had to
29776              guess I would mumble something like 'alignment'.
29777      Branch: perl
29778            ! sv.c
29779 ____________________________________________________________________________
29780 [  7935] By: jhi                                   on 2000/11/30  16:17:02
29781         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
29782              From: Robin Barker <rmb1@cise.npl.co.uk>
29783              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
29784              Date: Thu, 30 Nov 2000 14:27:12 GMT
29785      Branch: perl
29786            ! perlio.c toke.c
29787 ____________________________________________________________________________
29788 [  7934] By: jhi                                   on 2000/11/30  16:04:49
29789         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
29790      Branch: perl
29791            ! t/lib/net-hostent.t
29792 ____________________________________________________________________________
29793 [  7933] By: jhi                                   on 2000/11/30  06:07:26
29794         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
29795              From: Peter Prymmer <pvhp@forte.com>
29796              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
29797              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
29798              
29799              In VMS the localhost may be LOCALHOST.
29800      Branch: perl
29801            ! t/lib/net-hostent.t
29802 ____________________________________________________________________________
29803 [  7932] By: jhi                                   on 2000/11/30  01:11:11
29804         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
29805              From: Peter Prymmer <pvhp@forte.com>
29806              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
29807              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
29808              
29809              plus regen perlapi.pod.
29810      Branch: perl
29811            ! pod/perlapi.pod utf8.c
29812 ____________________________________________________________________________
29813 [  7931] By: jhi                                   on 2000/11/30  01:06:19
29814         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
29815              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29816              Date:     Wed, 29 Nov 2000 17:15:11 EST
29817              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
29818      Branch: perl
29819            ! t/lib/filter-util.pl t/lib/filter-util.t
29820 ____________________________________________________________________________
29821 [  7930] By: jhi                                   on 2000/11/29  18:51:55
29822         Log: Update Changes.
29823      Branch: perl
29824            ! Changes patchlevel.h
29825 ____________________________________________________________________________
29826 [  7929] By: jhi                                   on 2000/11/29  18:50:55
29827         Log: Update the va_copy() metaconfig unit.
29828      Branch: metaconfig/U/perl
29829            ! need_va_copy.U
29830 ____________________________________________________________________________
29831 [  7928] By: jhi                                   on 2000/11/29  17:50:43
29832         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
29833              From: Dominic Dunlop <domo@computer.org>
29834              Date: Tue, 28 Nov 2000 16:41:57 +0100
29835              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
29836              
29837              Patch to catch a core dump in the Configure va_copy test.
29838      Branch: perl
29839            ! Configure config_h.SH
29840 ____________________________________________________________________________
29841 [  7927] By: jhi                                   on 2000/11/29  17:31:59
29842         Log: Retract #7921, the patch shouldn't be needed.
29843      Branch: perl
29844            ! sv.c
29845 ____________________________________________________________________________
29846 [  7926] By: jhi                                   on 2000/11/29  17:01:41
29847         Log: Make the Class::Struct import() wiser.
29848      Branch: perl
29849            ! lib/Class/Struct.pm t/lib/class-struct.t
29850 ____________________________________________________________________________
29851 [  7925] By: jhi                                   on 2000/11/29  16:36:33
29852         Log: All the core library users of Class::Struct seem to be
29853              using "use Class::Struct 'struct';" instead of the bare
29854              "use Class::Struct;", which isn't documented in Class::Struct.
29855              This can't be right.
29856      Branch: perl
29857            ! lib/File/stat.pm
29858 ____________________________________________________________________________
29859 [  7924] By: jhi                                   on 2000/11/29  16:32:15
29860         Log: A test works better if it has the right 1..$n output.
29861      Branch: perl
29862            ! t/lib/class-struct.t
29863 ____________________________________________________________________________
29864 [  7923] By: jhi                                   on 2000/11/29  16:29:11
29865         Log: Forgot to MANIFEST the new Net::hostent test.
29866      Branch: perl
29867            ! MANIFEST
29868 ____________________________________________________________________________
29869 [  7922] By: jhi                                   on 2000/11/29  16:27:49
29870         Log: Integrate perlio.
29871      Branch: perl
29872           !> iperlsys.h perlio.c
29873 ____________________________________________________________________________
29874 [  7921] By: jhi                                   on 2000/11/29  16:27:10
29875         Log: (Retracted by #7927.)
29876              
29877              Subject: [PATCH] Is infinity a number?
29878              From: Simon Cozens <simon@cozens.net>
29879              Date: Wed, 29 Nov 2000 14:48:20 +0000
29880              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
29881      Branch: perl
29882            ! sv.c
29883 ____________________________________________________________________________
29884 [  7920] By: jhi                                   on 2000/11/29  16:23:02
29885         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
29886              From: rspier@pobox.com (Robert Spier)
29887              Date: Wed, 29 Nov 2000 02:17:49 -0500
29888              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
29889              
29890              Add a test for Net::hostent.
29891      Branch: perl
29892            + t/lib/net-hostent.t
29893 ____________________________________________________________________________
29894 [  7919] By: jhi                                   on 2000/11/29  16:21:31
29895         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
29896              add a test for Class::Struct.
29897      Branch: perl
29898            + t/lib/class-struct.t
29899            ! MANIFEST lib/Class/Struct.pm
29900 ____________________________________________________________________________
29901 [  7918] By: jhi                                   on 2000/11/29  15:48:40
29902         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
29903              From: rspier@pobox.com (Robert Spier)
29904              Date: Wed, 29 Nov 2000 02:25:39 -0500
29905              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
29906              
29907              More checking in case someone has broken their services or
29908              protocol databases.
29909      Branch: perl
29910            ! ext/Sys/Syslog/Syslog.pm
29911 ____________________________________________________________________________
29912 [  7917] By: jhi                                   on 2000/11/29  15:46:25
29913         Log: Subject: [PATCH] $^O  win32 -> MSWin32
29914              From: rspier@pobox.com (Robert Spier)
29915              Date: Wed, 29 Nov 2000 02:17:38 -0500
29916              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
29917              
29918              plus similar nits for vms, err, VMS, and UNICOS.
29919      Branch: perl
29920            ! t/lib/syslfs.t t/op/lfs.t
29921 ____________________________________________________________________________
29922 [  7916] By: jhi                                   on 2000/11/29  15:42:51
29923         Log: Subject: [PATCH] Tokeniser debugging
29924              From: Simon Cozens <simon@cozens.net>
29925              Date: Wed, 29 Nov 2000 14:15:45 +0000
29926              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
29927      Branch: perl
29928            ! perl.c perl.h pod/perlrun.pod toke.c
29929 ____________________________________________________________________________
29930 [  7915] By: jhi                                   on 2000/11/29  15:41:36
29931         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
29932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29933              Date: Wed, 29 Nov 2000 02:13:14 -0500
29934              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
29935              
29936              OUT keyword nits.
29937              
29938              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
29939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29940              Date: Wed, 29 Nov 2000 03:09:04 -0500
29941              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
29942              
29943              OUT and IN_OUT documentation.
29944      Branch: perl
29945            ! lib/ExtUtils/xsubpp pod/perlxs.pod
29946 ____________________________________________________________________________
29947 [  7914] By: jhi                                   on 2000/11/29  03:35:01
29948         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
29949              From: John Tobey <jtobey@john-edwin-tobey.org>
29950              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
29951              Message-Id: <m140e1N-000FOoC@feynman.localnet>
29952              
29953              plus a performance speedup noticed by Sarathy.
29954      Branch: perl
29955            ! op.c
29956 ____________________________________________________________________________
29957 [  7913] By: jhi                                   on 2000/11/29  03:16:59
29958         Log: Use "1 while unlink" so that VMS gets clean, too.
29959      Branch: perl
29960            ! t/lib/filter-util.t
29961 ____________________________________________________________________________
29962 [  7912] By: jhi                                   on 2000/11/29  03:09:08
29963         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
29964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29965              Date: Tue, 28 Nov 2000 03:27:09 -0500
29966              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
29967      Branch: perl
29968            ! lib/ExtUtils/xsubpp
29969 ____________________________________________________________________________
29970 [  7911] By: jhi                                   on 2000/11/29  03:06:30
29971         Log: This should have been part of #7872: no need to scan UTF-8
29972              until eternity.
29973      Branch: perl
29974            ! utf8.c
29975 ____________________________________________________________________________
29976 [  7910] By: jhi                                   on 2000/11/29  02:50:04
29977         Log: One more perltie.pod nit from Casey R. Tweten.
29978      Branch: perl
29979            ! pod/perltie.pod
29980 ____________________________________________________________________________
29981 [  7909] By: jhi                                   on 2000/11/29  02:44:23
29982         Log: Document the known sprintf test failures, exact standard
29983              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
29984      Branch: perl
29985            ! pod/perldelta.pod t/op/sprintf.t
29986 ____________________________________________________________________________
29987 [  7908] By: jhi                                   on 2000/11/29  02:36:23
29988         Log: Add the Encoding table format documentation.
29989      Branch: perl
29990            + ext/Encode/Encode/EncodeFormat.pod
29991            ! MANIFEST
29992 ____________________________________________________________________________
29993 [  7907] By: jhi                                   on 2000/11/29  02:07:24
29994         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
29995              From: "Casey R. Tweten" <crt@kiski.net>
29996              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
29997              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
29998              
29999              Subject: Re: [PATCH] Updating perltie.pod for arrays
30000              From: "Casey R. Tweten" <crt@kiski.net>
30001              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
30002              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
30003      Branch: perl
30004            ! pod/perltie.pod
30005 ____________________________________________________________________________
30006 [  7906] By: nick                                  on 2000/11/28  22:40:59
30007         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
30008      Branch: perlio
30009            ! iperlsys.h perlio.c
30010 ____________________________________________________________________________
30011 [  7905] By: nick                                  on 2000/11/28  22:04:34
30012         Log: Integrate mainline
30013      Branch: perlio
30014           !> (integrate 39 files)
30015 ____________________________________________________________________________
30016 [  7904] By: jhi                                   on 2000/11/28  16:44:43
30017         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
30018              From: Nicholas Clark <nick@babyhippo.co.uk>
30019              Date: Tue, 28 Nov 2000 11:16:57 +0000
30020              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
30021      Branch: perl
30022            ! pod/perlipc.pod
30023 ____________________________________________________________________________
30024 [  7903] By: jhi                                   on 2000/11/28  16:40:31
30025         Log: Subject: [PATCH] Updating perltie.pod for arrays
30026              From: "Casey R. Tweten" <crt@kiski.net>
30027              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
30028              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
30029      Branch: perl
30030            ! pod/perltie.pod
30031 ____________________________________________________________________________
30032 [  7902] By: jhi                                   on 2000/11/28  16:39:37
30033         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
30034              From: Robin Barker <rmb1@cise.npl.co.uk>
30035              Date: Mon, 27 Nov 2000 17:56:44 GMT
30036              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
30037      Branch: perl
30038            ! pod/perlfunc.pod t/op/split.t
30039 ____________________________________________________________________________
30040 [  7901] By: jhi                                   on 2000/11/28  16:28:04
30041         Log: setmode() is a DOSish-only thing.
30042      Branch: perl
30043            ! perlio.c
30044 ____________________________________________________________________________
30045 [  7900] By: jhi                                   on 2000/11/28  16:21:46
30046         Log: Subject: [PATCH] perlcc.PL cleanups
30047              From: Simon Cozens <simon@cozens.net>
30048              Date: Tue, 28 Nov 2000 12:44:35 +0000
30049              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
30050      Branch: perl
30051            ! utils/perlcc.PL
30052 ____________________________________________________________________________
30053 [  7899] By: gsar                                  on 2000/11/28  06:32:55
30054         Log: reintegrate files missed by change#7895
30055      Branch: maint-5.6/perl
30056           +> ext/ByteLoader/bytecode.h utils/Makefile
30057            - utils/perlbc.PL
30058 ____________________________________________________________________________
30059 [  7897] By: gsar                                  on 2000/11/27  18:22:47
30060         Log: can't integrate these two files, for some reason
30061      Branch: maint-5.6/perl
30062            - ext/ByteLoader/bytecode.h utils/Makefile
30063 ____________________________________________________________________________
30064 [  7895] By: gsar                                  on 2000/11/27  18:11:21
30065         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
30066              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
30067              6757..6890,6892..6901 from mainline
30068              
30069              Bytecompiler patches from Benjamin Stuhl.
30070              
30071              More bytecompiler.
30072              
30073              Subject: [PATCH blead] B:: missing dependency
30074              
30075              Subject: [PATCH: 6757] configure.com updates and syslog build
30076              
30077              Long double Gconvert fixes from Yitzchak Scott-Thoennes
30078              and Spider Boardman.
30079              
30080              Subject: [PATCH blead] nextchar() abuse misses an optimisation
30081              
30082              Long double fixes from Spider Boardman.
30083              
30084              Make the selection of NVff et al stricter.
30085              
30086              cSVOPo_*v things index into the current PL_curpad
30087              under ithreads, which is different from the curpad
30088              used by the XSUB.  (In other words, the code as-is
30089              before this patch wouldn't work under ithreads.)
30090              
30091              Be portable.
30092              
30093              VMS MMS (make) wants null action.
30094              
30095              Mac and other portability updates from Chris Nandor.
30096              
30097              Storable support, v-version fixes.
30098              Subject: CPAN.pm beta for testing available
30099              
30100              Portability fix from Hugo van der Sanden.
30101              
30102              Bad makefile.
30103              
30104              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30105              
30106              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30107              
30108              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30109              
30110              Replace #6705 with a minimal doc patch.
30111              Subject: [PATCH 5.6.0] replace change #6705
30112              
30113              Drop the separate perlbc, perlcc -b should be enough.
30114              
30115              installperl couldn't tell whether it had run tests or not.
30116              Subject: [PATCH] Re: installperl and t/TEST
30117              
30118              Add silencer flags to installperl.
30119              Subject: [PATCH] Making installperl silent.
30120              
30121              Make "make install" by default silent.  A new "install-verbose"
30122              target is verbose.
30123              
30124              More liberal parsing of version numbers.
30125              Subject: Re: CPAN.pm beta for testing available
30126              
30127              Create directories in silence.
30128              Subject: [PATCH] Another silencer for MakeMaker
30129              
30130              DOS patches and portability/porting notes, from Tim Jenness.
30131              
30132              Make installman to recognize the silence flag -S.
30133              
30134              Actually do something with the silencer option.
30135              
30136              Continue silencing.
30137              
30138              Show the doc file, not the temp file.
30139              
30140              Regen perltoc.
30141              
30142              Subject: [PATCH] More silencing of installman.
30143              
30144              Better wording for the vec lvalue diagnostic.
30145              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30146              
30147              Subject: [PATCH: 6805] several more tweaks to configure.com
30148              
30149              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30150              
30151              Missing parts of 
30152              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30153              
30154              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30155              (applied slightly modified)
30156              
30157              installperl --verbose and --silent.
30158              Subject: Re: [PATCH] More silencing of installman.
30159              
30160              Add install-silent target.
30161              
30162              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30163              the problem reported in
30164              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30165              
30166              Tweak the sfio/useperlio logic, hopefully as wished in
30167              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30168              
30169              One forgotten file from #6816.
30170              
30171              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30172              
30173              Remove duplicately applied patch shards.
30174              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30175              
30176              Support preserving extremely big/small angles.
30177              
30178              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30179              
30180              Subject: [PATCH] installation not quite silent yet.
30181              
30182              Update the test count.
30183              
30184              Use UVxf, PTR2UV, NVff.
30185              
30186              Document PTR2XX and INT2PTR.
30187              
30188              no-install target a la make -n.
30189              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30190              
30191              grep -e isn't portable.
30192              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30193              
30194              Can't get the test to reliably work thanks to the
30195              inaccurateness of floating point.  "Resolves" bug ids
30196              20000826.003, 20000826.009, 20000826.010,
30197              
30198              Subject: installman buglet
30199              
30200              DJGPP update from Laszlo Molnar.
30201              
30202              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30203              
30204              Passing -R in ldflags makes now it to appear in the default
30205              for lddlflags, just like with -L.
30206              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30207              
30208              Test nit.
30209              
30210              Use the actual thread type, not the pointer-to-struct.
30211              
30212              Provice virtual $Config{ccflags_nolargefiles} etc. 
30213              
30214              display_format used as a class method without arguments was broken,
30215              reported in
30216              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30217              
30218              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30219              
30220              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30221              
30222              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30223              
30224              opmini.o may be left around if a build is interrupted.
30225              
30226              Typo in #6858.
30227              
30228              Fix for ID 20000828.001, long doubles were not formatted
30229              correctly (showed up in $], which stopped installing perl).
30230              
30231              An attempt to fix the problem reported in
30232              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30233              I can't test this properly since the gcc installation I have
30234              access to seems to be botched (gcc is calling the AIX cpp,
30235              a losing proposition...)
30236              
30237              Add -ld to archname on long tr...double platforms.
30238              
30239              Subject: hv.h Doc Patch
30240              
30241              Potential cruft.
30242              
30243              Subject: [PATCH bleedperl@6856] warnings fixes
30244              
30245              -S is the silent flag, -s is the strip flag.
30246              Subject: [PATCH] Re: [PATCH] make no-install          
30247              
30248              Take out the SUIDMAIL thing, that will not be
30249              a problem in 5.7.*.
30250              
30251              Subject: [PATCH bleedperl@6866] spellings
30252              
30253              Subject: [PATCH] Re: files not cleaned even by veryclean
30254              
30255              Use minimal @INC in tests, most of the time just '../lib',
30256              so that we simply can't pick up stuff from other Perls than
30257              the one we are testing.  Pointed out by
30258              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30259              
30260              Update to Getopt::Long 2.24, from Johan Vromans.
30261              
30262              Fix for thinko in #6848.
30263              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30264              
30265              Patches all over for people and the files they (hopefully) care about.
30266              
30267              Subject: Net::protoent does not export 'getproto'
30268              
30269              Missed a change in #6869.
30270              
30271              Subject: [PATCH] Warnings in B::Deparse
30272              
30273              Subject: [PATCH] Glob dumping
30274              
30275              Disable one of the tests for now.
30276              
30277              Disabling the one test is a bit tricky.
30278              
30279              Don't forget to tidy up.
30280              
30281              The #6881 removed one dump line.
30282              
30283              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30284              
30285              Under usethreads the dumped variable is IN_PAD.
30286              Subject: Re: [PATCH] Glob dumping
30287              
30288              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30289              
30290              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30291              
30292              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30293              
30294              Regen Configure for #6894.
30295              
30296              Subject: [PATCH: 6889] updates to perlebcdic.pod
30297              
30298              Undo namespace pollution of #6878.
30299              Subject: Re: Net::protoent does not export 'getproto'
30300              
30301              Admit that we are leaking scalars.
30302              
30303              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30304      Branch: maint-5.6/perl
30305           !> (integrate 271 files)
30306 ____________________________________________________________________________
30307 [  7894] By: gsar                                  on 2000/11/27  16:00:34
30308         Log: a couple of nits
30309      Branch: maint-5.6/perl
30310            ! MANIFEST pp_sys.c
30311 ____________________________________________________________________________
30312 [  7893] By: gsar                                  on 2000/11/27  15:10:56
30313         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
30314              6740..6745,6747..6757,6760
30315              
30316              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30317              
30318              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30319              
30320              Doc nits spotted by Richard Soderberg.
30321              
30322              move WNOHANG definition to where other such things are
30323              
30324              Make $Config{byteorder} more magical so that it is
30325              dynamically computed: nice for 'fat binaries'.
30326              Subject: [PATCH]: default byteorder
30327              
30328              Subject: [PATCH] Cwd.pm now uses strict
30329              
30330              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30331              
30332              Get -DLEAKTEST to compile (not necessarily to work, mind)
30333              Subject: [ID 20000724.006] -DLEAKTEST problem
30334              
30335              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
30336              
30337              Add perlebcdic from Peter Prymmer, regen toc.
30338              
30339              Don't propose using modules built for 5.005 if no binary
30340              compatibility with 5.005 is attempted.
30341              
30342              Do not use prototyping here.
30343              Subject: [ID 20000817.016] [PATCH] Peek.xs
30344              
30345              Document what the backtick returns if the command fails.
30346              
30347              Add byteorder to the myconfig output.
30348              
30349              Introduce NVef, NVff, and NVgf, use the middle one.
30350              (helps for lib/peek + Linux + long doubles)  Reported in
30351              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30352              Use NVs in POSIX math, not doubles.
30353              Subject: [ID 20000817.014] POSIX & modfl
30354              
30355              Subject: [PATCH 5.6.0+] newSVrv() memory leak
30356              
30357              The byteorder code in #6671 was wrong.
30358              
30359              Fix the lib/complex failure of
30360              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30361              Linux long double accuracy issue: something that
30362              when printed with %g looks like "2" but int() of it is 1.
30363              
30364              Propagate new Configure vars.
30365              
30366              Unbuffer the output.
30367              
30368              Subject: [PATCH] perltrap.pod spring cleaning
30369              
30370              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
30371              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
30372              
30373              Tiny Getopt::Long patch from Johan Vromans.
30374              
30375              Document code point which makes if (defined %stash::) to work
30376              (noted by Spider Boardman).
30377              
30378              Subject: [PATCH perl@6698] cygwin port
30379              
30380              Document the NDBM_File and ODBM_File as SDBM_File
30381              was documented in #6417.
30382              
30383              The new tests were missing from #6415.
30384              
30385              Add [[:blank:]] as suggested in
30386              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30387              (the [=cc=] has already been taken care of by #6439
30388              so the whole bug report can be closed)
30389              and make [[:space:]] to be equivalent to isspace(3)
30390              (as opposed to \s, which is isSPACE()).  The difference
30391              is that now [[:space:]] matches the mythical vertical tab,
30392              while \s doesn't.
30393              
30394              Don't eat leading os from index entries.
30395              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
30396              
30397              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
30398              
30399              Typo in pp_complement().
30400              Subject: [PATCH perl-current] Deparse
30401              
30402              Add warnif(), check warnings further up the stack,
30403              all the warnings functions now can take an optional object reference.
30404              Subject: [PATCH bleedperl@6691] warnings pragma update
30405              
30406              Fix a core dump in lib/selfloader under -DDEBUGGING.
30407              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
30408              
30409              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
30410              
30411              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
30412              
30413              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
30414              Put back the long double avoidance code to POSIX.xs
30415              because VMS seems to need it still.
30416              
30417              Introduce a 'veryclean' target that is like 'distclean'
30418              but also removes *~ and *.orig.
30419              
30420              Subject: [ID 20000817.023] endianness description in perlfunc.pod
30421              
30422              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30423              
30424              Let's try #6717 again.
30425              
30426              UTF8 concat fixes.
30427              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30428              
30429              pp_open() could pass an uninitialized filename down to do_open9().
30430              
30431              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30432              
30433              Update to CGI 2.72, from Lincoln Stein.
30434              
30435              Subject: [PATCH] Silence MakeMaker (Was: installman)
30436              
30437              Use temporary directory instead of current directory.
30438              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30439              
30440              Document odd vs even subreleases and -Dusedevel.
30441              
30442              The veryclean target needs to clobber.
30443              
30444              Use File::Spec->tmpdir().
30445              
30446              Document the number of exponent digits.
30447              
30448              Mention perlebcdic and perlposix-bc.
30449              
30450              s/this one/the 5.6.0 release/
30451              
30452              The #6724 is here.
30453              
30454              The correct cleaning order is an art.
30455              
30456              small tweaks for change#6705: avoid C++ style comments in C code;
30457              use Perl's malloc API rather than the low level system one
30458              
30459              Array context keeps slithering in.
30460              
30461              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30462              
30463              Subject: [PATCH] os2.c fix for use64bitint
30464              
30465              Update to Pod::LaTeX 0.53.
30466              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30467              
30468              Document the endianness of Alpha more precisely.
30469              
30470              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30471              
30472              Rename the macro argument because some preprocessors
30473              can't tell the difference and expand arguments also inside
30474              double quoted strings.
30475              
30476              free TLS slot properly on Windows
30477              
30478              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30479              
30480              Unicos/mk requires elaborate paranoia.
30481              
30482              Tweak the floating point output routine preferences.
30483              
30484              Also under djgpp the timestamps are funky.
30485              
30486              Apply some PodParser 1.18 patches; the Pod/Find.pm
30487              patches cannot be applied since #6712 conflicts.
30488              
30489              Use PodParser 1.18 new test.
30490              
30491              A pod nit.
30492              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30493              
30494              Be verydeepclean.
30495      Branch: maint-5.6/perl
30496           +> pod/perlebcdic.pod
30497           !> (integrate 106 files)
30498 ____________________________________________________________________________
30499 [  7892] By: jhi                                   on 2000/11/27  15:02:32
30500         Log: Update Changes.
30501      Branch: perl
30502            ! Changes patchlevel.h
30503 ____________________________________________________________________________
30504 [  7891] By: jhi                                   on 2000/11/27  14:57:23
30505         Log: Subject: Re: perlfaq style changes
30506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30507              Date: Sat, 25 Nov 2000 23:32:26 -0800
30508              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
30509              
30510              plus a note from Ronald Kimball.
30511      Branch: perl
30512            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
30513 ____________________________________________________________________________
30514 [  7890] By: jhi                                   on 2000/11/27  14:53:14
30515         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
30516              From: Benjamin Holzman <bah@ecnvantage.com>
30517              Date: Sun, 26 Nov 2000 16:27:33 -0500
30518              Message-ID: <20001126162733.J25040@ecnvantage.com>
30519      Branch: perl
30520            ! gv.c
30521 ____________________________________________________________________________
30522 [  7889] By: jhi                                   on 2000/11/27  14:43:11
30523         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
30524              From: lvirden@cas.org
30525              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
30526              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
30527      Branch: perl
30528            ! README.amiga
30529 ____________________________________________________________________________
30530 [  7888] By: jhi                                   on 2000/11/27  14:32:34
30531         Log: Restore also the locale test to no-sprintf-taint state.
30532              Fixes the bug 20001127.003.
30533      Branch: perl
30534            ! sv.c t/pragma/locale.t
30535 ____________________________________________________________________________
30536 [  7887] By: gsar                                  on 2000/11/27  14:13:05
30537         Log: integrate changes#6613..6616,6620..6665 from mainline
30538              
30539              VMS configure.com update continues.
30540              
30541              Subject: Test fails / warnings with perl-current #6612
30542              
30543              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
30544              
30545              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30546              
30547              For now remove the mail code.
30548              
30549              Subject: Re: [PATCH] @+, @- readonly
30550              
30551              Subject: warning: storage class after type is obsolescent
30552              
30553              Subject: sfio2000
30554              
30555              Subject: Re: File::Temp problems on VMS in bleedperl
30556              
30557              README.os2 update.
30558              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30559              
30560              Make the user to give up his firstborn, err, to knowingly
30561              verify installing an unstable developer release.  Also bump
30562              the release to 5.7.0, but leave a patch tag in the local
30563              patches saying that this is not yet the real thing.
30564              
30565              Update (kinda) to Test 1.14, from Joshua Pritikin.
30566              
30567              make ok etc also for win32.
30568              
30569              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30570              
30571              Don't blow limited stacks, a lower number is enough to
30572              tickle the lookbehind limit.
30573              
30574              Use -Dusedevel; regen Configure and the respective Porting stuff.
30575              
30576              Subject: [PATCH] debugger exit code should reflect user exit code
30577              
30578              Subject: [PATCH perl@6620] cygwin port
30579              
30580              Missed a file from #6638.
30581              
30582              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)
30583              
30584              magic callbacks all need to have same type signature
30585              
30586              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30587              
30588              Fix a dependency problem.
30589              Subject: [PATCH: 6640] VMS Makefile.SH update
30590              
30591              The numeric locale was reset to "C" by s?printf and never restored.
30592              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30593              No test since adding the failing example to locale.t
30594              does not fail -- probably because the locale settings are so
30595              thoroughly tweaked by that time.  Running the example standalone
30596              does fail, though.  UPDATE: test case added at change #7540.
30597              
30598              Subject: [ID 20000324.040] minor fix to perlhpux.pod
30599              
30600              Update to CPAN 1.57.
30601              
30602              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30603              
30604              Change the perlbug address to perl.org since it's more forgiving.
30605              
30606              Change the regx compilation error markers to use = instead of <
30607              since pod makes using the latter quite messy.  Reported in
30608              ID 20000814.006 by Abigail and in
30609              Subject: Unknown escape E<> ?
30610              
30611              Update to perldebtut 1.9, from Richard Foley.
30612              
30613              check that the number pseudo children doesn't exceed
30614              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30615              the WaitForMultipleObjects() limit that would cause wait()
30616              to crash)
30617              wait() and waitpid() could potentially be rewritten to use
30618              more than one thread to do the waiting to eliminate this
30619              limitation
30620              
30621              change#6328 could make close(SOCKET) return false on windows
30622              when it shouldn't
30623              
30624              pod nit seen in passing
30625              
30626              on windows, the return values from wait() and waitpid() don't
30627              match those of pseudo-pids
30628              
30629              waitpid() now handles externally spawned pids correctly;
30630              fixes for backtick/wait/waitpid failures on Windows 9x
30631              these changes make the pid returned by process functions on
30632              Windows 9x always positive by clearing the high bit (which
30633              is always set on Win9x); pseudo-process PIDs are likewise
30634              always negative now on Win9x (just as on NT/2000)
30635              
30636              trailing new %ENV entries weren't being pushed into the real
30637              environment of subprocesses on Windows
30638              
30639              Tweak the regex compilation errors once more.
30640              
30641              avoid warnings from dense compiler
30642              
30643              add "ok" targets from change#6632 in makefile.mk
30644      Branch: maint-5.6/perl
30645            - lib/Pod/PlainText.pm vms/configure.com
30646           !> (integrate 66 files)
30647 ____________________________________________________________________________
30648 [  7886] By: jhi                                   on 2000/11/27  13:54:18
30649         Log: __FUNCTION__ isn't portable and trying to emulate it leads
30650              into practically spelling out the name of the function.
30651              Takes care of the bug 20001127.001.
30652      Branch: perl
30653            ! perlio.c
30654 ____________________________________________________________________________
30655 [  7885] By: gsar                                  on 2000/11/27  13:53:18
30656         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
30657              6610..6611 from mainline
30658              
30659              Make regular expression parse error messages easier to understand.
30660              Subject: Re: enhanced(?) regex error messages
30661              
30662              Tiny tidying on report_evil_fh().
30663              
30664              Subject: Re: enhanced(?) regex error messages 
30665              plus Capitalize the error messages, plus perldiag them.
30666              
30667              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30668              
30669              Document here-doc better.
30670              
30671              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30672              
30673              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30674              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30675              (either perlbug or p5p ate the original), plus regen
30676              perlapi and perltoc. 
30677              
30678              Regen global.sym.
30679              
30680              Double check that we have a dirhandle.
30681              
30682              Subject: Re: enhanced(?) regex error messages
30683              (plus two small patches sent privately)
30684              (this still seems to leave few test failures)
30685              
30686              warn is a macro, avoid using at a variable to avoid warnings
30687              in some configurations; readdir.t is too conservative in
30688              estimating number of *.t's
30689              
30690              Get back into sync with Jeffrey on the enhanced regex warnings.
30691              
30692              Subject: [PATCH 5.6.0] cygwin port
30693              
30694              Zero entries were skipped, fix from Adrian Goalby
30695              <argoalby@yahoo.co.uk>
30696              
30697              Subject: Remove dead entry in perldiag
30698              
30699              Amend the description of Perl6.
30700              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
30701              
30702              detypo
30703              
30704              It's the 2ndO'ROSSC.
30705              
30706              Revert the sv.c part of #6559, a better fix is needed.
30707              
30708              Iterating perl6 description.
30709              
30710              Update to Term::ANSIColor 1.03, from Russ Allbery.
30711              
30712              Update to Getopt::Long 2.23_05, from Johan Vromans.
30713              
30714              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
30715              
30716              Update to Pod::Parser 1.17, from Brad Appleton.
30717              
30718              Update to CPAN 1.56, from Andreas König.
30719              
30720              Update to CGI 2.70, from Lincoln Stein.
30721              
30722              Put back the std @INC thing.
30723              
30724              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
30725              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
30726              
30727              Document the IO::Select timeout.
30728              
30729              sleep(1) does not necessarily return 1.
30730              Subject: [PATCH bleadperl] op/lex_assign.t  
30731              
30732              Subject: debugger "d" command doesnt check line number
30733              
30734              B::Deparse didn't do sub attributes.
30735              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30736              
30737              Preprocessing and postprocessing for File::Find.
30738              Subject: Patch to Find::File.pm to allow alphabetical results
30739              
30740              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
30741              
30742              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
30743              
30744              Subject: Re: [ID 20000730.003] utf8::length() bad
30745              
30746              Subject: Getting perlio and threads to compile
30747              (the Solaris version changes in Configure skipped)
30748              
30749              Tests for #6589.
30750              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
30751              
30752              Add Perl debugging tutorial, regen toc. 
30753              Subject: perldebtut.pod
30754              
30755              Add a few missing files, update MANIFEST.
30756              
30757              Rewrite of vms/subconfigure.com as configure.com,
30758              from Peter Prymmer and the vmsperl crew.
30759              
30760              Should have deleted this in #6603.
30761              
30762              Fix the test for 5005threads.
30763              
30764              Fix-n-skip the tests under 5005threads.
30765              
30766              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
30767              
30768              Upgrade to CGI 2.71, from Lincoln Stein.
30769      Branch: maint-5.6/perl
30770           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
30771           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
30772           +> t/op/regmesg.t t/pod/find.t vms/configure.com
30773            - vms/subconfigure.com
30774            ! lib/lib.pm
30775           !> (integrate 115 files)
30776 ____________________________________________________________________________
30777 [  7884] By: jhi                                   on 2000/11/27  13:44:33
30778         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
30779              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30780              Date:     Mon, 27 Nov 2000 08:23:54 EST
30781              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
30782      Branch: perl
30783            ! vms/descrip_mms.template vms/test.com
30784 ____________________________________________________________________________
30785 [  7883] By: gsar                                  on 2000/11/27  11:50:46
30786         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
30787              6511..6513,6515..6523,6525..6536
30788              
30789              The swallow_bom() saga continues.  The #23 of require.t
30790              (UTF16-LE) still fails (silently, no output) but the #22
30791              (UTF16-BE) seems to be working now.  The root of the
30792              failure may be in sv_gets(): is it UTF-16LE-aware,
30793              especially when it comes to line endings? 
30794              
30795              Document the problem with -P in HP-UX and its workaround.
30796              
30797              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30798              (aka ID 20000730.002)
30799              
30800              Subject: fix and question re: waitpid() under win32
30801              
30802              Make the safety catch for buggy gccs work with triple version
30803              numbers like 2.95.2.  Reported in
30804              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30805              
30806              In Digital UNIX warn if gcc explicitly chosen because even
30807              2.95.2 is known to cause problems.
30808              
30809              Make chr() for values >127 to create utf8 when under utf8.
30810              
30811              various syntax errors and such (not fixed: comp/require.t#22 coredump
30812              on Windows)
30813              
30814              Stash away the largefiles flags and libswanted.
30815              
30816              BOM patching from Simon Cozens.
30817              
30818              If gccosandvers is equal to osname, clear gccosandvers.
30819              
30820              Make p4desc to skip non-mainperl branches by default.
30821              
30822              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30823              
30824              The test from this
30825              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30826              
30827              In new BSDs changes to argv[] do not show up in ps(1) output,
30828              instead one must use setproctitle().  This was already addressed
30829              by change #6457, but the below has a new variant for FreeBSD 4.0
30830              or later, and the matter is also documented more.
30831              
30832              FreeBSD 3.* updates from
30833              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30834              
30835              regen_headers, regen perltoc.
30836              
30837              Document in one place the memory abstractions used in Perl core.
30838              
30839              memcpy has n o in it, as pinted ut by Sarathy.
30840              
30841              Remove the extraneous "main::" prefix from all the
30842              "opened only for", "on closed", and "never opened" warnings.
30843              
30844              The name of a filehandle does not have <these>.
30845              
30846              The tr utf8 patching continues.
30847              
30848              The new setproctitle() feature is available only in 
30849              bleeding edge FreeBSD.  From Paul Saab.
30850              
30851              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30852              
30853              Dump UVs as UVs in Data::Dumper.
30854              
30855              detypo #6494
30856              
30857              Document the IVdf UVuf UVof UVxf.
30858              
30859              require.t needs binmode() to work on windows
30860              
30861              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
30862              that are hopefully soon put into use.
30863              
30864              Allow "no Module;" even if there is no 'unimport'.
30865              
30866              Better skip message for the test; one of the two problems in
30867              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
30868              
30869              The subtest 4 may fail also on VOBS, as pointed out
30870              by Nick Ing-Simmons in November 1999, bug id 19991124.003
30871              (but the failure in that bug report isn't the subtest 4).
30872              
30873              Be more informative on what is skipped and why,
30874              also repeat the list at the end.
30875              
30876              Add a URL for FSF.
30877              
30878              Subject: [PATCH] sv.h documentation - SvLEN
30879              
30880              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
30881              
30882              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
30883              
30884              Subject: [PATCH] bad cppsymbols on os2 + Configure question
30885              
30886              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
30887              
30888              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
30889              mention the idea of @( and @)
30890              
30891              This is 6512.  Really.
30892              
30893              Subject: [ID 19990721.004] Documentation bug in perlfunc
30894              
30895              Subject: Minor tweak to perlvar.pod
30896              
30897              In the warnings call filehandles consistently so;
30898              add "unopened" warning for stat().
30899              
30900              After the #6519 a warning about stat() is just that,
30901              not about a filetest, which now have their own warning.
30902              
30903              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
30904              
30905              Subject: Re: Array vs. List context
30906              
30907              Subject: New perlcc, take 2
30908              
30909              Weed buglets pointed out by
30910              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
30911              
30912              gcc versions might have (parentheses) in them.
30913              
30914              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
30915              
30916              Essential prototype changes were missing from #6527.
30917              Also make report_evil_fh() more bomb-proof.
30918              
30919              Zap lib/Sys directory when cleaning up.
30920              
30921              Change the Policy policy: now -Dprefix= with an existing
30922              Policy.sh and prefix == siteprefix == vendorprefix, then all
30923              of them follow along the new prefix.
30924              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
30925              
30926              Continue fixing the io warnings.  This also
30927              sort of fixes bug ID 20000802.003: the core dump
30928              is no more.  Whether the current behaviour is correct
30929              (giving a warning: "Not a format reference"), is another matter.
30930              
30931              Have symbols for the IoTYPEs.
30932              
30933              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30934              
30935              Document a bit that UDP is not what you might think.
30936              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30937              tr memory corruption fix from Simon Cozens.
30938              
30939              Plug the security hole described in the Aug 05 2000 bugtraq message
30940              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30941              The security hole exists only in suidperls, which isn't
30942              installed or even built by default.
30943      Branch: maint-5.6/perl
30944           !> (integrate 71 files)
30945 ____________________________________________________________________________
30946 [  7882] By: gsar                                  on 2000/11/27  10:25:36
30947         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
30948              from mainline
30949              
30950              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30951              to be fatal errors (instead of by default ignoring them, and
30952              ignoring with a bug: even though -w gave an error, the opening [
30953              was left in)  Reported in:
30954              
30955              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30956              
30957              Subject: [PATCH] split /^/
30958              
30959              MacOS nits from Matthias Neeracher.
30960              
30961              More split() doc and test patches from Mike Guy.
30962              
30963              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30964              from Graham Barr in the module list.
30965              
30966              docfix from Peter Scott <Peter@PSDT.com>.
30967              
30968              File::Temp patches for VMS and OS/2 from Tim Jenness.
30969              
30970              open() wariness in perlbug.
30971              
30972              Subject: [PATCH] minor doc change - perlguts
30973              
30974              Subject: Minor doc patch: handy.h
30975              
30976              Be wary of close()s, too.
30977              
30978              Further File::Temp patches from Yitzchak Scott-Thoennes
30979              and Craig A. Berry.
30980              
30981              Subject: [PATCH] fixes bug 20000508.004
30982              
30983              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30984              
30985              Allow "no AutoLoader;", based on change #6444,
30986              suggested by Graham Barr.
30987              
30988              Use setproctitle() if available to modify $0.
30989              
30990              Warn if the version of the operating system used to compile gcc
30991              differs from the current version of the operating system.
30992              Also display the gcc compilation os and version in myconfig.
30993              Inspiration from
30994              
30995              Tiny fixes for #6460.
30996              
30997              The problem described in this
30998              Subject: [ID 20000322.018] named chars aren't magical enough
30999              has been fixed in perl 5.6.0 but just in case added a test
31000              to keep it away.  (The report from Joseph Hall.)
31001              
31002              Tune the comments and hopefully stop a memory leak.
31003              
31004              Subject: UTF8 concat
31005              (with a memory leak fixed, plus a few casts added)
31006              This also seems to help for
31007              Subject: [ID 20000716.015] join UTF8 weirdness
31008              
31009              Do not upgrade SVs into utf8 just because they participate
31010              in eq or cmp.  Reported and fix suggested in
31011              Subject: [ID 20000720.009] sv_eq UTF8 bug
31012              
31013              Fix the HALF_UPGRADE() macro introduced in #6263.
31014              
31015              Find green threads before native threads.
31016              Subject: Re: Patch to jpl/JNI/Makefile.PL
31017      Branch: maint-5.6/perl
31018           !> (integrate 30 files)
31019 ____________________________________________________________________________
31020 [  7881] By: jhi                                   on 2000/11/27  05:48:41
31021         Log: It seems that *both* the unused submatch loop cleanup
31022              codes are needed.
31023      Branch: perl
31024            ! regexec.c
31025 ____________________________________________________________________________
31026 [  7880] By: jhi                                   on 2000/11/27  04:50:07
31027         Log: Clean .exists deeper.
31028      Branch: perl
31029            ! Makefile.SH
31030 ____________________________________________________________________________
31031 [  7879] By: jhi                                   on 2000/11/27  02:31:35
31032         Log: The code in regcppop() (see #7878) contains the correct lower
31033              limit for the unused submatch 'cleanup' loop so that under
31034              "use utf8" the following code wouldn't dump core:
31035              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
31036              the cleanup loop in regtry() stomped beyond allocated area
31037              in the startp[] array.  Therefore, copied the correct lower
31038              loop limit (*PL_reglastparen) to regtry().  Note: something
31039              may still not be quite right: why was the _higher_ loop limit
31040              (prog->nparens) different in the utf8 case?
31041              
31042              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
31043              without core dumps, there were about 17 of them before
31044              the patch (with us since Perl 5.7.0).  Two failures, still:
31045              496 and 505 (though these may not be severe).
31046              
31047              Patch #7881 is also needed since both the cleanup loops
31048              seem to be needed.
31049              
31050              Also, the t/op/pat#44 seems to core dump under utf8.
31051              Plus a couple of failures.  UGH-8.
31052      Branch: perl
31053            ! regexec.c
31054 ____________________________________________________________________________
31055 [  7878] By: jhi                                   on 2000/11/27  02:21:17
31056         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
31057              the code in regcppop() seems to be redundant for the test suite --
31058              but it contains a germ of truth, and it needed for the build
31059              process itself: see #7879 and #7881.
31060      Branch: perl
31061            ! regexec.c
31062 ____________________________________________________________________________
31063 [  7877] By: jhi                                   on 2000/11/27  01:53:09
31064         Log: Comment on comment.
31065      Branch: perl
31066            ! regexec.c
31067 ____________________________________________________________________________
31068 [  7876] By: jhi                                   on 2000/11/27  00:49:59
31069         Log: Adjust the docs to agree with #7875.
31070      Branch: perl
31071            ! pod/perllocale.pod
31072 ____________________________________________________________________________
31073 [  7875] By: jhi                                   on 2000/11/27  00:49:27
31074         Log: Retract #7863.  It makes more sense not to taint formatted output,
31075              not even by sprintf().
31076      Branch: perl
31077            ! sv.c
31078 ____________________________________________________________________________
31079 [  7874] By: jhi                                   on 2000/11/26  23:36:02
31080         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31081              Not really fixed (should really dump the UTF-8 charclass),
31082              but stopped displaying the garbage.
31083              
31084              Also add a note on the (missing) Unicode PSXSPC and BLANK.
31085      Branch: perl
31086            ! regcomp.c
31087 ____________________________________________________________________________
31088 [  7873] By: jhi                                   on 2000/11/26  21:31:13
31089         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31090      Branch: perl
31091            ! regexec.c
31092 ____________________________________________________________________________
31093 [  7872] By: jhi                                   on 2000/11/26  21:06:04
31094         Log: No need to scan till infinity, 13 is enough.
31095      Branch: perl
31096            ! handy.h utf8.c
31097 ____________________________________________________________________________
31098 [  7871] By: jhi                                   on 2000/11/26  20:20:32
31099         Log: Test line numbers are different with utf8.
31100      Branch: perl
31101            ! t/op/re_tests
31102 ____________________________________________________________________________
31103 [  7870] By: jhi                                   on 2000/11/26  20:10:12
31104         Log: Message nit.
31105      Branch: perl
31106            ! regcomp.c
31107 ____________________________________________________________________________
31108 [  7869] By: jhi                                   on 2000/11/26  19:01:05
31109         Log: Make utf8_length() and utf8_distance() (the latter of which
31110              is unused at the moment) to be less forgiving about bad UTF-8.
31111      Branch: perl
31112            ! embed.h embed.pl objXSUB.h proto.h utf8.c
31113 ____________________________________________________________________________
31114 [  7868] By: jhi                                   on 2000/11/26  18:45:56
31115         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
31116              From: Benjamin Holzman <bah@ecnvantage.com>
31117              Date: Sat, 25 Nov 2000 20:40:20 -0500       
31118              Message-ID: <20001125204020.A25040@ecnvantage.com>              
31119              
31120              Debian allows installing /usr/bin/locale without installing
31121              any locales, an error message will ensue.
31122      Branch: perl
31123            ! t/pragma/locale.t
31124 ____________________________________________________________________________
31125 [  7867] By: jhi                                   on 2000/11/26  18:31:12
31126         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
31127              From: Benjamin Holzman <bah@ecnvantage.com>
31128              Date: Sun, 26 Nov 2000 02:42:34 -0500
31129              Message-ID: <20001126024234.G25040@ecnvantage.com>
31130              
31131              Patch for the bug 20000212.002.
31132      Branch: perl
31133            ! sv.c t/op/array.t
31134 ____________________________________________________________________________
31135 [  7866] By: jhi                                   on 2000/11/26  18:28:09
31136         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
31137              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31138              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
31139              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
31140              
31141              File::Temp 0.11.
31142      Branch: perl
31143            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31144 ____________________________________________________________________________
31145 [  7865] By: jhi                                   on 2000/11/26  18:24:22
31146         Log: The metaconfig unit change for #7864.
31147      Branch: metaconfig/U/perl
31148            ! need_va_copy.U
31149 ____________________________________________________________________________
31150 [  7864] By: jhi                                   on 2000/11/26  18:23:41
31151         Log: Make the va_copy() test not to be so talkative.
31152      Branch: perl
31153            ! Configure config_h.SH
31154 ____________________________________________________________________________
31155 [  7863] By: jhi                                   on 2000/11/26  18:11:02
31156         Log: Fix locale inconsistencies unearthed by Hugo's work.
31157              Now the floating point sprintf really does taint the result
31158              string as perllocale promises (has promised for a long time)
31159              if "use locale" is in the lexical scope.
31160      Branch: perl
31161            ! sv.c t/pragma/locale.t
31162 ____________________________________________________________________________
31163 [  7862] By: jhi                                   on 2000/11/26  00:35:15
31164         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
31165              From: Nicholas Clark <nick@ccl4.org>
31166              Date: Sun, 26 Nov 2000 00:07:50 +0000
31167              Message-ID: <20001126000750.A22446@plum.flirble.org>
31168              
31169              Infinit.
31170      Branch: perl
31171            ! sv.c
31172 ____________________________________________________________________________
31173 [  7861] By: jhi                                   on 2000/11/26  00:01:26
31174         Log: Integrate perlio.
31175      Branch: perl
31176           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
31177 ____________________________________________________________________________
31178 [  7860] By: nick                                  on 2000/11/25  22:04:17
31179         Log: Correct relative path from new ext\Filter\Util\Call location
31180              back to miniperl.
31181      Branch: perlio
31182            ! win32/makefile.mk
31183 ____________________________________________________________________________
31184 [  7859] By: nick                                  on 2000/11/25  21:26:54
31185         Log: Integrate mainline.
31186      Branch: perlio
31187           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31188           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31189           +> t/lib/filter-util.t
31190            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31191            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31192            - t/lib/filt-util.t
31193           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
31194           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31195           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
31196           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
31197           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
31198           !> win32/makefile.mk
31199 ____________________________________________________________________________
31200 [  7858] By: gsar                                  on 2000/11/25  20:52:17
31201         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
31202              parent's memory; fix it by keeping track of the actual pad
31203              offset rather than a raw pointer (this change is probably also
31204              relevant to non-ithreads case to avoid fallout from reallocs of
31205              the pad array, but is currently only enabled for the ithreads
31206              case in the interests of minimal disruption to existing "well
31207              tested" code)
31208      Branch: perl
31209            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31210            ! proto.h scope.c scope.h sv.c t/op/fork.t
31211 ____________________________________________________________________________
31212 [  7857] By: nick                                  on 2000/11/25  20:01:28
31213         Log: All tests pass on Win32/gcc/USE_PERLIO.
31214              - when crlf layer is pushed make unix-level binary.
31215              - remove :crlf injection in pp_backtick in pp_sys.c
31216              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
31217      Branch: perlio
31218            ! doio.c perlio.c pp_sys.c win32/makefile.mk
31219 ____________________________________________________________________________
31220 [  7856] By: jhi                                   on 2000/11/25  18:38:30
31221         Log: Update the metaconfig units for #7855.
31222      Branch: metaconfig/U/perl
31223            ! useperlio.U usesocks.U
31224 ____________________________________________________________________________
31225 [  7855] By: jhi                                   on 2000/11/25  18:37:54
31226         Log: Undo the SOCKS workarounds, instead start using PerlIO
31227              if SOCKS is selected.
31228              
31229              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
31230              From: Jens Hamisch <jens@Strawberry.COM>
31231              Date: Fri, 24 Nov 2000 18:31:30 +0100
31232              Message-ID: <20001124183130.E28337@Strawberry.COM>
31233              
31234              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
31235              From: Jens Hamisch <jens@Strawberry.COM>
31236              Date: Fri, 24 Nov 2000 19:11:51 +0100
31237              Message-ID: <20001124191151.A28753@Strawberry.COM>
31238      Branch: perl
31239            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
31240            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
31241 ____________________________________________________________________________
31242 [  7854] By: jhi                                   on 2000/11/25  17:39:08
31243         Log: Undo #7848.  Some of the code seems to use walkoptree(),
31244              some walkoptree_slow().  An unfinished renaming?
31245              Now the sub is walkoptree() (which is @EXPORT_OK),
31246              the walkoptree_slow() is a typeglob alias to walkoptree.
31247              This makes the tests to pass, at least.
31248      Branch: perl
31249            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31250 ____________________________________________________________________________
31251 [  7853] By: nick                                  on 2000/11/24  22:24:33
31252         Log: Re-arrange crlf vs binary for platforms that care.
31253              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
31254              Lip-service to making stdio layer work on such platfroms (untested).
31255              Now fails 3 tests rather than one, checkin to see if I can debug 
31256              the issue under linux. (Do not merge.)
31257      Branch: perlio
31258            ! doio.c perlio.c perliol.h
31259 ____________________________________________________________________________
31260 [  7852] By: jhi                                   on 2000/11/24  18:57:39
31261         Log: AUTHORS edits.
31262      Branch: perl
31263            ! AUTHORS
31264 ____________________________________________________________________________
31265 [  7851] By: jhi                                   on 2000/11/24  17:34:56
31266         Log: Add Jan-Erik Karlsson.
31267      Branch: perl
31268            ! AUTHORS
31269 ____________________________________________________________________________
31270 [  7850] By: jhi                                   on 2000/11/24  17:27:56
31271         Log: Configure should find stdchar on its own.
31272      Branch: perl
31273            ! hints/solaris_2.sh
31274 ____________________________________________________________________________
31275 [  7849] By: jhi                                   on 2000/11/24  17:24:55
31276         Log: Subject: PATCH over 7848: Filter test flawed
31277              From: andreas.koenig@anima.de (Andreas J. Koenig)
31278              Date: 24 Nov 2000 10:28:29 +0100
31279              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
31280      Branch: perl
31281            ! t/lib/filter-util.t
31282 ____________________________________________________________________________
31283 [  7848] By: jhi                                   on 2000/11/24  17:22:15
31284         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
31285              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
31286              Date: Fri, 24 Nov 2000 16:12:58 +0000
31287              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
31288      Branch: perl
31289            ! ext/B/B.pm
31290 ____________________________________________________________________________
31291 [  7847] By: jhi                                   on 2000/11/24  03:07:01
31292         Log: Integrate perlio.
31293      Branch: perl
31294           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31295           !> win32/makefile.mk
31296 ____________________________________________________________________________
31297 [  7846] By: gsar                                  on 2000/11/24  00:55:57
31298         Log: integrate changes#6415..6418,6420..6438 from mainline
31299              
31300              Fix the bitvector ops for utf8 (tricky since past 7 bits
31301              the utf8 'characters' can be more than one octet).
31302              
31303              MPE/ix updates for perl 5.6.0 from Mark Bixby.
31304              
31305              Subject: SDBM_File documentation
31306              
31307              Detypo.
31308              
31309              Decutandpasto.
31310              
31311              Send all installperl messages to STDERR and be -w clean.
31312              
31313              Out-of-date note removed.
31314              
31315              Protect against "wild next"s, that is, callbacks doing "next"
31316              instead of "return".
31317              
31318              Use STDOUT consistently.
31319              
31320              The output might have been produced in the wrong order.
31321              
31322              A missing 'break' after the [[:space:]] switch case.
31323              
31324              Add tests for
31325              [ID 19991110.003] another matching finding by pcre author
31326              which has already been fixed by some patch, as verified in
31327              
31328              Documentation to explain the behaviour of map().
31329              
31330              Add an optimization for map-maps-a-list-element-to-more-list-elements
31331              case, but add also notes explaining the relationship of this
31332              patch and the earlier notes by Sarathy.
31333              
31334              Subject: [ID 20000716.023] syslog test fails without sockets
31335              
31336              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31337              Test cases for #6431.
31338              
31339              File::Spec::VMS fixup for tmpdir from Craig Berry.
31340              
31341              Make the "uninit variable" warning to say "concat or string"
31342              or "join or string" when in concat or join .
31343              
31344              Get UTF16 BOMs working.  Patch from
31345              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31346              
31347              Subject: [PATCH] Make large file tests deal with SIGXFSZ
31348              
31349              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31350              
31351              Subject: [PATCH] av.c apidoc
31352      Branch: maint-5.6/perl
31353           !> (integrate 43 files)
31354 ____________________________________________________________________________
31355 [  7845] By: gsar                                  on 2000/11/24  00:20:45
31356         Log: integrate changes#6406..6414 from mainline
31357              
31358              Merge perlhacktut into perlhack, update perlguts.
31359              
31360              Fix AutoSplit to use File::Spec the right way in VMS,
31361              from Peter Prymmer.
31362              
31363              The bug report
31364              [ID 19991110.002] minimal matching discrepancy found by pcre author
31365              seems to have been fixed (though differently from what was suggested
31366              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
31367              
31368              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31369              not in pod, from Peter Prymmer
31370              
31371              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31372              From: Hugo <hv@crypt.compulink.co.uk>
31373              Date: Fri, 14 Jul 2000 23:05:20 +0100
31374              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31375              
31376              Didn't anymore apply, but that point still could use another fix.
31377              
31378              lib/b test fixes from Peter Prymmer.
31379              
31380              More docs for sv functions.
31381              
31382              perlvms.pod whitespace cleanup to keep pod utils happy.
31383              
31384              another VMS build tweak from Peter Prymmer
31385      Branch: maint-5.6/perl
31386           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
31387           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
31388           !> vms/descrip_mms.template vms/perlvms.pod
31389 ____________________________________________________________________________
31390 [  7844] By: nick                                  on 2000/11/23  23:42:45
31391         Log: Win32/perlio Now just fails one io/argv.t test - lack 
31392              of default :crlf on standard streams.
31393      Branch: perlio
31394            ! doio.c perlio.c
31395 ____________________________________________________________________________
31396 [  7843] By: nick                                  on 2000/11/23  23:04:05
31397         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
31398              peek fail is showing a real problem (multiple crlf layers
31399              are getting pushed.)
31400      Branch: perlio
31401            ! doio.c perlio.c win32/makefile.mk
31402 ____________________________________________________________________________
31403 [  7842] By: nick                                  on 2000/11/23  19:46:23
31404         Log: Implement PerlIO_binmode()
31405              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
31406              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
31407              make binmode in t/lib/io_tell.t unconditional so that works.
31408              Checkin just so Win32 machine can see these changes.
31409      Branch: perlio
31410            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31411 ____________________________________________________________________________
31412 [  7841] By: jhi                                   on 2000/11/23  19:30:00
31413         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
31414      Branch: perl
31415            ! README.amiga
31416 ____________________________________________________________________________
31417 [  7840] By: jhi                                   on 2000/11/23  17:18:02
31418         Log: SOCKS wrestling continues, patches from Jens Hamisch.
31419      Branch: perl
31420            ! doio.c embed.h embed.pl perlsdio.h proto.h
31421 ____________________________________________________________________________
31422 [  7839] By: jhi                                   on 2000/11/23  16:54:14
31423         Log: Push Filter::Util::Call one level deeper.
31424      Branch: perl
31425            + t/lib/filter-util.t
31426           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31427           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31428            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31429            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31430            - t/lib/filt-util.t
31431            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
31432            ! win32/Makefile win32/makefile.mk
31433 ____________________________________________________________________________
31434 [  7838] By: jhi                                   on 2000/11/23  16:52:40
31435         Log: Reach back one higher up when searching for PERL_SRC.
31436      Branch: perl
31437            ! lib/ExtUtils/MM_Unix.pm
31438 ____________________________________________________________________________
31439 [  7837] By: jhi                                   on 2000/11/23  16:05:41
31440         Log: Subject: Re: perl@7826
31441              Date: Thu, 23 Nov 2000 02:20:25 -0600
31442              From: "Craig A. Berry" <craigberry@mac.com>
31443              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
31444              
31445              Make VMS to like Filter::Util::Call. 
31446      Branch: perl
31447            ! configure.com ext/Filter/Util/Makefile.PL
31448 ____________________________________________________________________________
31449 [  7836] By: nick                                  on 2000/11/23  16:04:08
31450         Log: Implement crlf layer - not ready for merge.
31451      Branch: perlio
31452            ! perlio.c win32/makefile.mk
31453 ____________________________________________________________________________
31454 [  7835] By: jhi                                   on 2000/11/23  15:56:52
31455         Log: STDCHAR is different in Sparc v9 vs x86.
31456      Branch: perl
31457            ! hints/solaris_2.sh
31458 ____________________________________________________________________________
31459 [  7834] By: jhi                                   on 2000/11/23  15:50:47
31460         Log: The type needs to be visible to protos.
31461      Branch: perl
31462            ! perl.h
31463 ____________________________________________________________________________
31464 [  7833] By: jhi                                   on 2000/11/23  15:40:46
31465         Log: Finish unfinished SOCKS workaround changes.
31466      Branch: perl
31467            ! doio.c
31468 ____________________________________________________________________________
31469 [  7832] By: jhi                                   on 2000/11/23  15:33:30
31470         Log: Integrate perlio.
31471      Branch: perl
31472           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31473           !> win32/makefile.mk
31474 ____________________________________________________________________________
31475 [  7831] By: nick                                  on 2000/11/23  10:31:07
31476         Log: Correct makefile.mk dependancies for ext/Filter/Util
31477              Build ext/Encode
31478              Run dmake regen_config_h
31479      Branch: perlio
31480            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31481            ! win32/makefile.mk
31482 ____________________________________________________________________________
31483 [  7830] By: nick                                  on 2000/11/23  08:05:07
31484         Log: Integrate mainline
31485      Branch: perlio
31486           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31487           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
31488           +> t/lib/filt-util.pl t/lib/filt-util.t
31489           !> (integrate 41 files)
31490 ____________________________________________________________________________
31491 [  7829] By: gsar                                  on 2000/11/23  03:07:11
31492         Log: build the Filter extension on windows
31493      Branch: perl
31494            ! win32/Makefile win32/makefile.mk
31495 ____________________________________________________________________________
31496 [  7828] By: gsar                                  on 2000/11/23  02:46:35
31497         Log: regenerate win32/config* and fix some inconsistencies in the
31498              makefiles; always export Perl_deb() because it is needed
31499              by ext/re/* (whether perl itself is built with -DDEBUGGING
31500              or not)
31501      Branch: perl
31502            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
31503            ! win32/config_H.vc win32/makefile.mk
31504 ____________________________________________________________________________
31505 [  7827] By: gsar                                  on 2000/11/23  02:18:38
31506         Log: get sources building on windows+MSVC again (untested with other
31507              compilers)
31508      Branch: perl
31509            ! win32/include/sys/socket.h win32/perllib.c
31510 ____________________________________________________________________________
31511 [  7826] By: jhi                                   on 2000/11/23  01:18:26
31512         Log: Update Changes.
31513      Branch: perl
31514            ! Changes patchlevel.h
31515 ____________________________________________________________________________
31516 [  7825] By: jhi                                   on 2000/11/23  00:20:41
31517         Log: Subject: Re: av.c patch (having slight problems)
31518              From: "Ben Tilly" <ben_tilly@hotmail.com>
31519              Date: Tue, 21 Nov 2000 23:29:31 -0500
31520              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
31521              
31522              unshift() speedup.
31523      Branch: perl
31524            ! av.c
31525 ____________________________________________________________________________
31526 [  7824] By: jhi                                   on 2000/11/22  23:59:15
31527         Log: Fixes for signedness warnings noticed by VMSperlers.
31528      Branch: perl
31529            ! ext/Storable/Storable.xs regcomp.c sv.c
31530 ____________________________________________________________________________
31531 [  7823] By: jhi                                   on 2000/11/22  23:19:31
31532         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
31533              From: Peter Prymmer <pvhp@forte.com>
31534              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
31535              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
31536      Branch: perl
31537            ! t/pragma/warn/pp_hot
31538 ____________________________________________________________________________
31539 [  7822] By: jhi                                   on 2000/11/22  22:52:20
31540         Log: Be clean.
31541      Branch: perl
31542            ! Makefile.SH
31543 ____________________________________________________________________________
31544 [  7821] By: jhi                                   on 2000/11/22  22:46:39
31545         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
31546              by Damian Conway, as suggested by Paul Marquess.
31547      Branch: perl
31548            + lib/Filter/Simple.pm
31549 ____________________________________________________________________________
31550 [  7820] By: jhi                                   on 2000/11/22  22:45:51
31551         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
31552      Branch: perl
31553            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31554            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31555            + t/lib/filt-util.t
31556            ! MANIFEST
31557 ____________________________________________________________________________
31558 [  7819] By: jhi                                   on 2000/11/22  22:03:27
31559         Log: Integrate perlio.
31560      Branch: perl
31561           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31562           !> win32/makefile.mk
31563 ____________________________________________________________________________
31564 [  7818] By: jhi                                   on 2000/11/22  21:56:02
31565         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
31566      Branch: perl
31567            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
31568            ! t/lib/io_sock.t
31569 ____________________________________________________________________________
31570 [  7817] By: jhi                                   on 2000/11/22  21:39:49
31571         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
31572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31573              Date: Wed, 22 Nov 2000 16:08:12 -0500
31574              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
31575      Branch: perl
31576            ! lib/ExtUtils/Liblist.pm
31577 ____________________________________________________________________________
31578 [  7816] By: jhi                                   on 2000/11/22  21:38:25
31579         Log: Go ahead and #include <unistd.h> in perl.h.
31580      Branch: perl
31581            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
31582            ! util.c
31583 ____________________________________________________________________________
31584 [  7815] By: jhi                                   on 2000/11/22  21:22:52
31585         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31587              Date: Mon, 20 Nov 2000 18:30:52 -0500
31588              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
31589      Branch: perl
31590            ! pod/perlre.pod regcomp.c t/op/re_tests
31591 ____________________________________________________________________________
31592 [  7814] By: jhi                                   on 2000/11/22  21:21:46
31593         Log: Subject: [PATCH 5.7.0] Liblist finally works
31594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31595              Date: Tue, 21 Nov 2000 22:02:17 -0500
31596              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
31597      Branch: perl
31598            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
31599            ! lib/ExtUtils/MakeMaker.pm
31600 ____________________________________________________________________________
31601 [  7813] By: jhi                                   on 2000/11/22  21:20:23
31602         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
31603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31604              Date: Wed, 22 Nov 2000 17:53:15 +0100
31605              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
31606              
31607              AIX dynaloader and perlio patch.
31608      Branch: perl
31609            ! ext/DynaLoader/dl_aix.xs
31610 ____________________________________________________________________________
31611 [  7812] By: jhi                                   on 2000/11/22  21:17:52
31612         Log: (Accidentally empty patch.)
31613      Branch: perl
31614            ! av.c
31615 ____________________________________________________________________________
31616 [  7811] By: jhi                                   on 2000/11/22  21:16:31
31617         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
31618              From: Peter Prymmer <pvhp@forte.com>
31619              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
31620              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
31621      Branch: perl
31622            ! vms/test.com
31623 ____________________________________________________________________________
31624 [  7810] By: jhi                                   on 2000/11/22  21:15:36
31625         Log: Subject: Re: perl@7777 
31626              From: "John P. Linderman" <jpl@research.att.com>
31627              Date: Wed, 22 Nov 2000 13:11:11 -0500
31628              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
31629              
31630              Detypoing.
31631      Branch: perl
31632            ! lib/CPAN.pm
31633 ____________________________________________________________________________
31634 [  7809] By: jhi                                   on 2000/11/22  21:14:19
31635         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
31636              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31637              Date:     Wed, 22 Nov 2000 13:51:37 EST
31638              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
31639      Branch: perl
31640            ! perlsdio.h
31641 ____________________________________________________________________________
31642 [  7808] By: jhi                                   on 2000/11/22  21:13:27
31643         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
31644              From: Casey Tweten <crt@kiski.net>
31645              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
31646              Message-Id: <200011201653.LAA10194@home.kiski.net>
31647      Branch: perl
31648            ! t/lib/io_udp.t
31649 ____________________________________________________________________________
31650 [  7807] By: jhi                                   on 2000/11/22  21:12:35
31651         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
31652              From: Casey Tweten <crt@kiski.net>
31653              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
31654              Message-Id: <200011201636.LAA07227@home.kiski.net>
31655      Branch: perl
31656            ! t/lib/io_sock.t
31657 ____________________________________________________________________________
31658 [  7806] By: jhi                                   on 2000/11/22  21:10:59
31659         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
31660              From: "Casey R. Tweten" <crt@kiski.net>
31661              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
31662              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
31663      Branch: perl
31664            ! utils/h2xs.PL
31665 ____________________________________________________________________________
31666 [  7805] By: nick                                  on 2000/11/22  21:05:06
31667         Log: Integrate mainline
31668      Branch: perlio
31669           !> Changes Porting/genlog ext/DB_File/DB_File.xs
31670           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
31671           !> utils/perlbug.PL
31672 ____________________________________________________________________________
31673 [  7804] By: jhi                                   on 2000/11/22  21:01:12
31674         Log: Subject: [PATCH] Test.pm POD peculiarity
31675              From: "Casey R. Tweten" <crt@kiski.net>
31676              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
31677              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
31678      Branch: perl
31679            ! lib/Test.pm
31680 ____________________________________________________________________________
31681 [  7803] By: jhi                                   on 2000/11/22  20:59:59
31682         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
31683              From: "Philip Newton" <pnewton@gmx.de>
31684              Date: Wed, 22 Nov 2000 14:25:53 +0100
31685              Message-Id: <3A1BD771.25462.1939FAD@localhost>
31686              
31687              Be case-understanding also on 's', and use the -oi of sendmail
31688              not to terminate the transmission on a lone '.'.
31689      Branch: perl
31690            ! utils/perlbug.PL
31691 ____________________________________________________________________________
31692 [  7802] By: nick                                  on 2000/11/22  20:51:42
31693         Log: Win32 PerlIO intermediate state now working as expected.
31694              - In current state we are still using C runtime in text/binary
31695              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
31696              - PERLIO=stdio and PERLIO=unix pass all expected tests.
31697              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
31698              and PerlIO_seek() and the dummy crlf layer is not making adjustments
31699              for CRLF translation happening in C runtime. All other tests pass.
31700              
31701              Added note to README.win32 to point out the snags of doing a perl build
31702              with Norton AntiVirus turned on.
31703              
31704              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
31705              which file a fail comes from.
31706              
31707              Updated "canned" config.h to match the one generated.
31708      Branch: perlio
31709            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31710            ! win32/makefile.mk
31711 ____________________________________________________________________________
31712 [  7801] By: jhi                                   on 2000/11/22  06:50:20
31713         Log: Nickety nits.
31714      Branch: perl
31715            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31716 ____________________________________________________________________________
31717 [  7800] By: jhi                                   on 2000/11/22  01:29:55
31718         Log: Changes had accidentally gone too silent on non-main branches.
31719      Branch: perl
31720            ! Changes Porting/genlog patchlevel.h
31721 ____________________________________________________________________________
31722 [  7799] By: gsar                                  on 2000/11/22  01:02:56
31723         Log: some lib_pm.PL changes snuck in via change#7772
31724      Branch: maint-5.6/perl
31725            ! Makefile.SH
31726 ____________________________________________________________________________
31727 [  7798] By: nick                                  on 2000/11/21  21:59:40
31728         Log: Integrate mainline
31729      Branch: perlio
31730           !> (integrate 28 files)
31731 ____________________________________________________________________________
31732 [  7797] By: jhi                                   on 2000/11/21  21:01:45
31733         Log: Integrate perlio.
31734      Branch: perl
31735           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
31736 ____________________________________________________________________________
31737 [  7796] By: nick                                  on 2000/11/21  20:36:22
31738         Log: Win32 builds and runs (mostly) with USE_PERLIO.
31739              PERLIO=perlio passes all tests. 
31740              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
31741      Branch: perlio
31742            ! perlio.c win32/perllib.c win32/win32.c
31743 ____________________________________________________________________________
31744 [  7795] By: jhi                                   on 2000/11/21  19:03:44
31745         Log: Update Changes.
31746      Branch: perl
31747            ! Changes patchlevel.h
31748 ____________________________________________________________________________
31749 [  7794] By: jhi                                   on 2000/11/21  18:56:34
31750         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
31751              From: "Craig A. Berry" <craigberry@mac.com>
31752              Date: Mon, 20 Nov 2000 20:27:06 -0600
31753              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
31754              
31755              A cut-and-pasto.
31756      Branch: perl
31757            ! perlio.h
31758 ____________________________________________________________________________
31759 [  7793] By: jhi                                   on 2000/11/21  18:54:41
31760         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
31761              From: Dominic Dunlop <domo@computer.org> 
31762              Date: Mon, 20 Nov 2000 18:55:29 +0100
31763              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
31764              
31765              va_copy() and the need of it.
31766              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
31767      Branch: metaconfig/U/perl
31768            + need_va_copy.U
31769      Branch: perl
31770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31771            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
31772            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31773            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31774            ! win32/config.bc win32/config.gc win32/config.vc
31775 ____________________________________________________________________________
31776 [  7792] By: jhi                                   on 2000/11/21  17:04:10
31777         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
31778      Branch: perl
31779           !> scope.h
31780 ____________________________________________________________________________
31781 [  7791] By: jhi                                   on 2000/11/21  17:01:16
31782         Log: Export the SOCKS workaround symbols only if necessary.
31783      Branch: perl
31784            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
31785 ____________________________________________________________________________
31786 [  7790] By: nick                                  on 2000/11/20  23:57:11
31787         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
31788      Branch: perlio
31789            ! scope.h
31790 ____________________________________________________________________________
31791 [  7789] By: nick                                  on 2000/11/20  23:38:33
31792         Log: Integrate mainline
31793      Branch: perlio
31794           +> lib/File/Spec/Epoc.pm
31795           !> (integrate 34 files)
31796 ____________________________________________________________________________
31797 [  7788] By: nick                                  on 2000/11/20  23:20:18
31798         Log: Make extra buffer layer work (dummy crlf layer)
31799      Branch: perlio
31800            ! doio.c perlio.c perlio.h
31801 ____________________________________________________________________________
31802 [  7787] By: jhi                                   on 2000/11/20  22:44:04
31803         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
31804              From: Peter Prymmer <pvhp@forte.com>
31805              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
31806              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
31807      Branch: perl
31808            ! t/pragma/locale.t
31809 ____________________________________________________________________________
31810 [  7786] By: jhi                                   on 2000/11/20  22:29:10
31811         Log: Subject: DOC PATCH 5.6.0 perlreftut
31812              From: mjd@plover.com
31813              Date: 20 Nov 2000 19:45:06 -0000
31814              Message-ID: <20001120194506.9505.qmail@plover.com>
31815      Branch: perl
31816            ! pod/perlreftut.pod
31817 ____________________________________________________________________________
31818 [  7785] By: jhi                                   on 2000/11/20  22:27:44
31819         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
31820              From: David Dyck <dcd@tc.fluke.com>
31821              Date: Mon, 20 Nov 2000 11:43:40 -0800
31822              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
31823      Branch: perl
31824            ! lib/Cwd.pm
31825 ____________________________________________________________________________
31826 [  7784] By: jhi                                   on 2000/11/20  22:23:21
31827         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
31828              Date: Mon, 20 Nov 2000 17:06:10 -0500
31829              To: Mailing list Perl5 <perl5-porters@perl.org>
31830              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
31831      Branch: perl
31832            ! pp_ctl.c t/op/pat.t
31833 ____________________________________________________________________________
31834 [  7783] By: jhi                                   on 2000/11/20  22:11:18
31835         Log: Subject: [PATCH] doop.c - UTF8 tr///               
31836              From: Simon Cozens <simon@cozens.net>
31837              Date: Sat, 18 Nov 2000 18:49:30 +0000
31838              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
31839              
31840              Subject: Re: [PATCH] doop.c - UTF8 tr///           
31841              From: Simon Cozens <simon@cozens.net>
31842              Date: Mon, 20 Nov 2000 20:45:22 +0000
31843              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
31844              
31845              Make tr on UTF-8 better but still not correct.
31846      Branch: perl
31847            ! doop.c
31848 ____________________________________________________________________________
31849 [  7782] By: jhi                                   on 2000/11/20  22:02:16
31850         Log: Remove the shared object before attempting to create
31851              (by linking) a new one.  E.g. in AIX not removing
31852              becomes quite painful if one tries to do more than one
31853              build in the same tree (an interrupted build, for example),
31854              since the AIX' shared dynaloader seemingly keeps the shared
31855              objects open and therefore 'busy' for quite a while, even when
31856              nobody is using the objects, leading into link failures.
31857      Branch: perl
31858            ! lib/ExtUtils/MM_Unix.pm
31859 ____________________________________________________________________________
31860 [  7781] By: gsar                                  on 2000/11/20  19:02:55
31861         Log: type mismatch due to faulty integration
31862      Branch: maint-5.6/perl
31863            ! toke.c win32/Makefile
31864 ____________________________________________________________________________
31865 [  7780] By: gsar                                  on 2000/11/20  17:31:55
31866         Log: integrate changes#6392,6394..6399,6401..6404
31867              
31868              The {multiplier} of a fixed substring was overlooked which
31869              caused a wrong initial search offset for that substring.
31870              
31871              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
31872              From: Hugo <hv@crypt.compulink.co.uk>
31873              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
31874              Date: Thu, 13 Jul 2000 19:27:13 +0100
31875              
31876              Fix the BOM bug: not a byteorder bug, a signedness bug.
31877              
31878              Replace change #6337 with a better one.
31879              
31880              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
31881              From: Hugo <hv@crypt.compulink.co.uk>
31882              Date: Fri, 14 Jul 2000 04:16:20 +0100
31883              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
31884              
31885              MakeMaker should not remove editor backups (*~) on `make clean`
31886              by default (completes change#6383)
31887              
31888              move new variables to the end of the interpreter structure (for
31889              bincompat in code that doesn't #include XSUB.h)
31890              
31891              rename totally bletcherous SvLOCK() thingy (doesn't do what the
31892              name suggests anyway)
31893              
31894              various cleanups (typos, misformatted code, and small bugs)
31895              
31896              typecasts needed for change#6394
31897              
31898              typos in change#6399, regen headers
31899              
31900              inconsistent types needs casts
31901              
31902              PERL_OBJECT build tweaks
31903      Branch: maint-5.6/perl
31904           !> MANIFEST doop.c embed.h embed.pl embedvar.h
31905           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
31906           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
31907           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
31908           !> toke.c util.c
31909 ____________________________________________________________________________
31910 [  7779] By: gsar                                  on 2000/11/20  17:06:29
31911         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
31912              
31913              Cosmetics and perldelta.
31914              
31915              Fix nits noticed by Boston.pm.
31916              
31917              Do the cc sanity check both before the hints and
31918              after the cc selction.
31919              
31920              get sprintf.t to adjust properly for 3-digit exponents
31921              
31922              don't clobber *.orig files on *clean targets
31923              
31924              fix bugs in processing %v-*d and similar format specs (from
31925              Avi Finkel <avi@finkel.org>)
31926              
31927              sprintf test tweaks (from Dominic Dunlop)
31928              
31929              new selfloader.t in change#6183 doesn't close DATA handles,
31930              and thus fails to clean up tmp files on dosish platforms
31931              
31932              typos (spotted by Peter Prymmer)
31933              
31934              typo fix from Craig Berry
31935      Branch: maint-5.6/perl
31936           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
31937           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
31938           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
31939           !> x2p/Makefile.SH
31940 ____________________________________________________________________________
31941 [  7778] By: gsar                                  on 2000/11/20  16:46:51
31942         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
31943              
31944              Subject: Re: format bug report  [Patch]
31945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31946              Date: Wed, 05 Jul 2000 13:12:52 +0200
31947              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31948              
31949              Subject: Re: format bug report  [Patch]
31950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31951              Date: Wed, 05 Jul 2000 14:10:01 +0200
31952              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31953              
31954              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31955              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31956              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31957              Date: Fri, 07 Jul 2000 17:57:16 +0100
31958              
31959              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31960              To: perl5-porters@perl.org
31961              From: Karsten Sperling <spiff@phreax.net>
31962              Date: Mon, 10 Jul 2000 15:12:52 +0200
31963              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31964              
31965              README.posix-bc podified from Thomas Dorner.
31966              
31967              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
31968              From: Dominic Dunlop <domo@computer.org>
31969              Date: Tue, 11 Jul 2000 12:27:33 +0200
31970              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
31971              
31972              Typo in #6341.
31973              
31974              Fix for
31975              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31976              From: Roderick Schertler <roderick@argon.org>
31977              Date: Tue, 11 Jul 2000 13:55:05 -0400
31978              Message-Id: <200007111755.NAA05077@jones.argon.org>
31979              
31980              Minor cleanups on the booklist.
31981              
31982              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31983              regen perltoc.
31984              
31985              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31986      Branch: maint-5.6/perl
31987           +> pod/perlbook.pod
31988           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
31989           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
31990           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
31991 ____________________________________________________________________________
31992 [  7777] By: jhi                                   on 2000/11/20  16:08:49
31993         Log: Update Changes.
31994      Branch: perl
31995            ! Changes patchlevel.h
31996 ____________________________________________________________________________
31997 [  7776] By: jhi                                   on 2000/11/20  15:27:56
31998         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
31999              This may be overly harsh but until proven otherwise, we think this
32000              way, or until we have a simple test for Configure (having to start
32001              up servers is does not count as simple) to check for the problems.
32002      Branch: perl
32003            ! perl.h
32004 ____________________________________________________________________________
32005 [  7775] By: jhi                                   on 2000/11/20  15:22:17
32006         Log: Solaris hints tweaks.
32007      Branch: perl
32008            ! hints/solaris_2.sh
32009 ____________________________________________________________________________
32010 [  7774] By: jhi                                   on 2000/11/20  15:01:20
32011         Log: Add a workaround to SOCKS 64-bit problems.
32012      Branch: perl
32013            ! doio.c embed.h embed.pl perlsdio.h proto.h
32014 ____________________________________________________________________________
32015 [  7773] By: jhi                                   on 2000/11/20  14:51:47
32016         Log: sysseek() instead of seek().
32017      Branch: perl
32018            ! t/lib/syslfs.t
32019 ____________________________________________________________________________
32020 [  7772] By: gsar                                  on 2000/11/20  13:06:23
32021         Log: integrate changes#6315..6319,6321..6331,6333..6338
32022              
32023              Integrate with Sarathy, preliminary fix for unicos
32024              alignment problems in [ID 20000612.002] Perl problem on Cray system.
32025              
32026              some debugger output does not go to the socket when RemotePort is set
32027              
32028              winsock cleanup never done on Windows (leads to handle leaks)
32029              
32030              fix UNC path handling on Windows under ithreads, and chdir()
32031              return value when given a non-existent directory
32032              
32033              Autogenerate pod/Makefile and pod/buildtoc.
32034              buildtoc also checks whether the existin pods are
32035              mentioned in MANIFEST and perl.pod, and vice versa.
32036              (None of the thusly found discrepancies fixed yet.)
32037              roffitall also needs to be autogenerated similarly but it
32038              seems so badly out of date that I didn't touch it yet.
32039              
32040              Config is being used.
32041              
32042              Add =head1 NAMEs so that buildtoc is happy.
32043              (The CGI::Util nit reported to Lincoln.)
32044              
32045              Fix complaints of buildtoc.
32046              
32047              Fix the alignment problem in Crays ([ID 20000612.002]).
32048              
32049              Remove perlbook, update perlfaq book listing,
32050              rearrange perl.pod, regenerate perltoc.
32051              
32052              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32053              was cast to an unsigned (32-bit) integer with wild abandon.
32054              
32055              winsock options weren't being set in all threads under ithreads
32056              (caused send()s from second and subsequent threads to fail)
32057              
32058              accept() leaks memory on windows due to incorrect ordering of
32059              closesocket() and fclose() calls
32060              
32061              Reorder perl.pod once more.
32062              
32063              More POSIX.pod tweaks.
32064              
32065              Sprinkle ldlibpath.
32066              
32067              Precedence goof, fix based on
32068              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32069              From: Hugo <hv@crypt.compulink.co.uk>
32070              Date: Tue, 11 Jul 2000 12:52:38 +0100
32071              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32072              
32073              Subject: PATCH perlguts.pod: Document D and d magic types
32074              From: mjd@plover.com
32075              Date: 5 Jul 2000 18:01:51 -0000
32076              Message-ID: <20000705180151.29413.qmail@plover.com>
32077              
32078              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32079              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32080              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32081              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32082              
32083              Subject: [PATCH cfgperl] $& segfaults if you trick it
32084              From: simon@brecon.co.uk (Simon Cozens)
32085              Date: 7 Jul 2000 11:26:09 GMT
32086              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32087              
32088              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32089              From: Hugo <hv@crypt.compulink.co.uk>
32090              Date: Tue, 11 Jul 2000 12:44:50 +0100
32091              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32092              
32093              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32094              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32095              Date: Tue, 11 Jul 2000 13:50:51 +0100
32096              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32097      Branch: maint-5.6/perl
32098           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
32099           +> pod/buildtoc.PL
32100            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
32101           !> (integrate 26 files)
32102 ____________________________________________________________________________
32103 [  7771] By: gsar                                  on 2000/11/20  12:31:42
32104         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
32105              6310,6311,6314
32106              
32107              Subject: [PATCH bleedperl] File::Spec 0.82 beta
32108              From: Barrie Slaymaker <barries@jester.slaysys.com>
32109              Date: Wed, 28 Jun 2000 11:35:29 -0400
32110              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32111              
32112              tweak perlembed for multiplicity/usethreads sanity; correct notes
32113              about Windows
32114              
32115              localize %INC in a Safe compartment so that use/require work
32116              (many other magic globals probably need similar treatment)
32117              
32118              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32119              when @_ is modified, causing coredumps
32120              
32121              slurp mode fix in change#4736 still not quite right
32122              
32123              Point to perlipc for more SysV IPC examples.
32124              
32125              Elaborate POSIX.pod.  Still needs work.
32126              
32127              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32128              
32129              fix large memory leak that has been around for ever, masked by
32130              -DPURIFY (most of the arenas were never freed!)
32131              
32132              fix memory leak on Windows (PL_sys_intern contents were never
32133              freed)
32134              
32135              PERL_OBJECT build tweak
32136              
32137              adjust change#6299
32138              
32139              remove rel2abs prototypes (from Barrie Slaymaker)
32140              
32141              missing perldiag entry for unpack("w",...) diagnostic (from
32142              Andreas Koenig)
32143              
32144              better diagnostic on Frob->stuff() when Frob:: doesn't exist
32145              (from Richard Soderberg <rs@oregonnet.com>)
32146              
32147              Win32 patches for cfgperl from Sarathy.
32148              
32149              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32150              
32151              More POSIX.pod embellishment.
32152              
32153              tyop in change#6306
32154      Branch: maint-5.6/perl
32155           !> (integrate 44 files)
32156 ____________________________________________________________________________
32157 [  7770] By: gsar                                  on 2000/11/20  11:51:00
32158         Log: integrate changes#6268..6282 from cfgperl branch
32159              
32160              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32161              From: Dominic Dunlop <domo@computer.org>
32162              Date: Thu, 29 Jun 2000 12:32:39 +0200
32163              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
32164              
32165              Regen headers for #6261 (and update embed.pl for this) and #6267,
32166              silence few compiler warnings.
32167              
32168              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32169              From: Nicholas Clark <nick@talking.bollo.cx>
32170              Date: Fri, 23 Jun 2000 16:21:15 +0100
32171              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32172              
32173              Subject: PATCH pod/perltie.pod
32174              From: Ian Phillipps <Ian.Phillipps@iname.com>
32175              Date: Fri, 16 Jun 2000 00:17:19 +0100
32176              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32177              (only the first hunk, the second hunk had already been done
32178              by some other patch)
32179              
32180              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32181              From: Tom Phoenix <rootbeer@redcat.com>
32182              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32183              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32184              
32185              Subject: [PATCH] xsub attributes
32186              From: Doug MacEachern <dougm@covalent.net>
32187              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32188              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32189              
32190              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32191              From: Andy Dougherty <doughera@lafayette.edu>
32192              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32193              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32194              
32195              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32196              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32197              Date: Tue, 13 Jun 2000 02:43:48 -0500
32198              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32199              
32200              Subject: [PATCH] Re: eval documentation: context
32201              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32202              Date: Mon, 12 Jun 2000 15:07:29 +0100
32203              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32204              
32205              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32207              Date: Mon, 12 Jun 2000 14:55:59 +0100
32208              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32209              
32210              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32211              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32212              Date: Fri, 09 Jun 2000 12:39:27 -0400
32213              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32214              (plus update the version "number" of Text::Wrap)
32215              
32216              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32217              From: Tim Ayers <tayers@bridge.com>
32218              Date: Thu, 08 Jun 2000 08:11:06 +0200
32219              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32220              [resent by Richard Foley, Message-Id probably wrong]
32221              
32222              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32223              From: rspier@pobox.com (Robert Spier)
32224              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32225              Message-ID: <14654.31913.845602.610277@rls.cx>
32226              
32227              Subject: [PATCH 5.6.0] utils/h2xs.PL
32228              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32229              Date: Wed, 7 Jun 2000 04:02:04 -0500
32230              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32231              
32232              Subject: [PATCH 5.6.0]ITHREADs for VMS
32233              From: Dan Sugalski <dan@sidhe.org>
32234              Date: Tue, 06 Jun 2000 11:59:50 -0400
32235              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32236      Branch: maint-5.6/perl
32237           !> (integrate 31 files)
32238 ____________________________________________________________________________
32239 [  7769] By: gsar                                  on 2000/11/20  11:29:06
32240         Log: integrate changes#6261..6266 from cfgperl
32241              
32242              Subject: Re: [PATCH cfgperl] BOMs away!
32243              From: simon@brecon.co.uk (Simon Cozens)
32244              Date: 17 Jun 2000 11:49:57 GMT
32245              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32246              
32247              Subject: 5.6.0 Patch for EPOC
32248              From: Olaf Flebbe <o.flebbe@gmx.de>
32249              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32250              Message-ID: <23449.960929969@www11.gmx.net>
32251              
32252              tr fixes from Simon Cozens
32253              
32254              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32255              From: Marty Lucich <marty@netcom.com>
32256              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32257              Message-Id: <200006282116.OAA11148@netcom.com>
32258              ccdlflags update (the BSD/OS 4.1 part had already been taken
32259              care of by #6141).
32260              
32261              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32262              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32263              Date: Wed, 28 Jun 2000 17:50:12 -0700
32264              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32265              
32266              Subject: [PATCH 5.6.0] cygwin port
32267              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32268              From: "Fifer, Eric" <EFifer@sanwaint.com>
32269              Date: Thu, 29 Jun 2000 12:58:29 +0100
32270      Branch: maint-5.6/perl
32271           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
32272           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
32273           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32274           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
32275 ____________________________________________________________________________
32276 [  7768] By: gsar                                  on 2000/11/20  11:13:44
32277         Log: integrate changes#6252..6256,6259..6260
32278              
32279              Paranoia tweak on #6249.
32280              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32281              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32282              Date: Sun, 25 Jun 2000 23:43:12 -0400
32283              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32284              
32285              Subject: tr///, help wanted.
32286              From: simon@brecon.co.uk (Simon Cozens)
32287              Date: 28 Jun 2000 11:29:04 GMT
32288              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32289              
32290              small thinko tweaks
32291              
32292              tweaks from Simon Conzes to further fix tr/// under utf8
32293              
32294              perlnewmod was missing from MANIFEST.
32295              
32296              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32297              From: simon@brecon.co.uk (Simon Cozens)
32298              Date: 17 Jun 2000 11:56:44 GMT
32299              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
32300              pack U0, pack C0
32301      Branch: maint-5.6/perl
32302           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
32303           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
32304           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
32305           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
32306 ____________________________________________________________________________
32307 [  7767] By: gsar                                  on 2000/11/20  10:51:38
32308         Log: integrate change#6250 from cfgperl
32309              
32310              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32311              From: Doug MacEachern <dougm@covalent.net>
32312              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32313              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32314      Branch: maint-5.6/perl
32315           +> t/op/my_stash.t
32316           !> MANIFEST embed.pl global.sym proto.h toke.c
32317 ____________________________________________________________________________
32318 [  7766] By: gsar                                  on 2000/11/20  10:48:34
32319         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
32320              
32321              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32322              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32323              Date: Mon, 26 Jun 2000 18:40:14 +0100
32324              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32325              
32326              Subject: [PATCH] bytes<->utf8 fixes
32327              From: simon@brecon.co.uk (Simon Cozens)
32328              Date: 26 Jun 2000 04:55:45 GMT
32329              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32330              
32331              Subject: [PATCH] is_utf8_string
32332              From: simon@brecon.co.uk (Simon Cozens)
32333              Date: 26 Jun 2000 02:25:59 GMT
32334              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32335              
32336              Subject: [PATCH] avoid mg_ptr in '*' magic
32337              From: Doug MacEachern <dougm@covalent.net>
32338              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32339              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32340              
32341              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32342              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32343              Date: Sat, 24 Jun 2000 13:06:20 +0100
32344              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32345              
32346              Allow for standalone testing.
32347              
32348              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32349              From: Mark-Jason Dominus <mjd@plover.com>
32350              Date: Tue, 27 Jun 2000 22:36:42 -0400
32351              Message-ID: <20000628023642.12166.qmail@plover.com>
32352              
32353              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32354              From: Frank Tobin <ftobin@uiuc.edu>
32355              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32356              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32357      Branch: maint-5.6/perl
32358           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
32359           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
32360           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
32361           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
32362           !> utf8.c utils/h2xs.PL
32363 ____________________________________________________________________________
32364 [  7765] By: gsar                                  on 2000/11/20  10:29:13
32365         Log: integrate change#6239 from cfgperl
32366              
32367              Configure maintenance.  Sever some dependency cycles,
32368              separate gccversion from the cc unit,
32369              address [ID 20000623.006] Configure script patch for using gcc on AIX
32370              (but solve it a little bit differently),
32371              unduplex some accidentally duplicated units,
32372              suggest using gcc if no cc available
32373              (p5p thread: "Solaris configure: counterproposal", 1999-09)
32374      Branch: maint-5.6/perl
32375           !> Configure Todo-5.6 config_h.SH
32376 ____________________________________________________________________________
32377 [  7764] By: gsar                                  on 2000/11/20  10:25:55
32378         Log: integrate changes#6233..6238 from cfgperl
32379              
32380              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32381              From: Mark-Jason Dominus <mjd@plover.com>
32382              Date: Fri, 16 Jun 2000 20:53:04 -0400
32383              Message-ID: <20000617005304.8008.qmail@plover.com>
32384              
32385              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32386              because when run as services (Win32ese for daemons)
32387              no environment variables are set and tmpdir ends up as /tmp,
32388              which is ambiguous.
32389              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32390              From: matt@sergeant.org
32391              Date: 16 Jun 2000 16:30:43 -0000
32392              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32393              
32394              The thread begun by
32395              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32396              From: Kevin.Ruscoe@ubsw.com
32397              Date: Fri, 16 Jun 2000 16:38:51 +0100
32398              Message-Id: <H000019b03c300d6@MHS>
32399              
32400              Tweak embed.pl, regen headers.
32401              
32402              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32403              From: Dan Sugalski <dan@sidhe.org>
32404              Date: Fri, 23 Jun 2000 17:00:00 -0400
32405              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32406      Branch: maint-5.6/perl
32407           !> (integrate 27 files)
32408 ____________________________________________________________________________
32409 [  7763] By: gsar                                  on 2000/11/20  10:08:08
32410         Log: s/perl56delta/perldelta/g
32411      Branch: maint-5.6/perl
32412            ! pod/Makefile
32413 ____________________________________________________________________________
32414 [  7762] By: gsar                                  on 2000/11/20  10:04:00
32415         Log: integrate changes#6225,6229,6231,6232 from cfgperl
32416              
32417              Add source code filenames to apidoc.
32418              From: simon@brecon.co.uk (Simon Cozens)
32419              Subject: [PATCH embed.pl] Source X-ref
32420              Date: 22 Jun 2000 02:18:49 GMT
32421              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32422              
32423              Subject: README.hpux version 0.6.1
32424              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32425              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32426              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32427              
32428              Subject: [PATCH 5.6.0] cygwin port
32429              From: "Fifer, Eric" <EFifer@sanwaint.com>
32430              Date: Tue, 20 Jun 2000 14:30:58 +0100
32431              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32432              
32433              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32434              From: simon@brecon.co.uk (Simon Cozens)
32435              Date: 19 Jun 2000 15:18:27 GMT
32436              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32437              
32438              plus update pod/Makefile and regenerate perltoc
32439      Branch: maint-5.6/perl
32440           +> pod/perlutil.pod
32441           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
32442           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
32443 ____________________________________________________________________________
32444 [  7761] By: jhi                                   on 2000/11/20  04:09:55
32445         Log: Miraculous typo.
32446      Branch: perl
32447            ! t/op/pat.t
32448 ____________________________________________________________________________
32449 [  7760] By: jhi                                   on 2000/11/20  04:06:08
32450         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32452              Date: Sun, 19 Nov 2000 22:30:26 -0500
32453              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
32454      Branch: perl
32455            ! regexec.c scope.h t/op/pat.t
32456 ____________________________________________________________________________
32457 [  7759] By: jhi                                   on 2000/11/20  02:05:22
32458         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
32459      Branch: perl
32460            ! perl.h
32461 ____________________________________________________________________________
32462 [  7758] By: jhi                                   on 2000/11/20  01:58:11
32463         Log: Subject: [perl 7711: EPOC] updates
32464              From: Olaf Flebbe <o.flebbe@gmx.de>
32465              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
32466              Message-ID: <25575.974658810@www23.gmx.net>               
32467      Branch: perl
32468            + lib/File/Spec/Epoc.pm
32469            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
32470            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
32471            ! lib/File/Spec.pm perl.c sv.c
32472 ____________________________________________________________________________
32473 [  7757] By: jhi                                   on 2000/11/20  01:53:11
32474         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
32475      Branch: perl
32476            ! MANIFEST
32477 ____________________________________________________________________________
32478 [  7756] By: jhi                                   on 2000/11/20  01:47:22
32479         Log: Integrate perlio.
32480      Branch: perl
32481            - ext/re/hints/MSWin32.pl
32482           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
32483           !> win32/config.gc win32/config_H.gc win32/win32sck.c
32484 ____________________________________________________________________________
32485 [  7755] By: nick                                  on 2000/11/19  20:57:17
32486         Log: Add dummy crlf layer (just as buffer)
32487              Correct 1st bug - one layer of indirection.
32488      Branch: perlio
32489            ! perlio.c perlio.h perliol.h
32490 ____________________________________________________________________________
32491 [  7754] By: nick                                  on 2000/11/19  20:56:12
32492         Log: Work-round to Perl_deb_nocontext is no longer required
32493      Branch: perlio
32494            - ext/re/hints/MSWin32.pl
32495 ____________________________________________________________________________
32496 [  7753] By: nick                                  on 2000/11/19  20:01:16
32497         Log: diff -se shows these as different
32498      Branch: perlio
32499            ! global.sym pod/perlapi.pod
32500 ____________________________________________________________________________
32501 [  7752] By: nick                                  on 2000/11/19  18:57:30
32502         Log: Configure GCC/Win32 build -Duseperlio
32503              Fix a couple of gross issues
32504              - double-include of ../deb.o in re.dll
32505              - win32sck.c needs PerlIO and FILE 
32506      Branch: perlio
32507            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
32508            ! win32/win32sck.c
32509 ____________________________________________________________________________
32510 [  7751] By: nick                                  on 2000/11/19  17:05:36
32511         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
32512      Branch: perlio
32513            ! perlio.c
32514 ____________________________________________________________________________
32515 [  7750] By: nick                                  on 2000/11/19  16:57:14
32516         Log: Missing aTHX_
32517      Branch: perlio
32518            ! sv.c
32519 ____________________________________________________________________________
32520 [  7749] By: jhi                                   on 2000/11/19  16:28:40
32521         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
32522              From: "Peter J. Farley III" <pjfarley@banet.net>
32523              Date: Sun, 19 Nov 2000 01:42:58 -0500
32524              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
32525      Branch: perl
32526            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
32527 ____________________________________________________________________________
32528 [  7748] By: jhi                                   on 2000/11/19  16:08:10
32529         Log: Subject: podlators 1.05 available        
32530              From: Russ Allbery <rra@stanford.edu>   
32531              Date: 18 Nov 2000 22:04:28 -0800
32532              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
32533      Branch: perl
32534            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
32535 ____________________________________________________________________________
32536 [  7747] By: nick                                  on 2000/11/19  11:19:39
32537         Log: Integrate mainline
32538      Branch: perlio
32539           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32540           !> util.c
32541 ____________________________________________________________________________
32542 [  7746] By: jhi                                   on 2000/11/19  06:42:22
32543         Log: Make hex scanning warn on "\x{x}" and "\xx".
32544              "\x" and and hex("x") are still valid.
32545      Branch: perl
32546            ! util.c
32547 ____________________________________________________________________________
32548 [  7745] By: nick                                  on 2000/11/18  22:52:28
32549         Log: Integrate mainline
32550      Branch: perlio
32551           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
32552           !> perl.h perlio.c proto.h regcomp.c regcomp.h
32553 ____________________________________________________________________________
32554 [  7744] By: jhi                                   on 2000/11/18  22:50:28
32555         Log: Introduce Perl_utf8_length().  Use it.
32556      Branch: perl
32557            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32558 ____________________________________________________________________________
32559 [  7743] By: jhi                                   on 2000/11/18  22:38:51
32560         Log: Compiler denit.
32561      Branch: perl
32562            ! perlio.c
32563 ____________________________________________________________________________
32564 [  7742] By: jhi                                   on 2000/11/18  20:33:05
32565         Log: Integrate perlio.
32566      Branch: perl
32567           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32568           !> perlio.h pp_ctl.c pp_sys.c sv.c
32569 ____________________________________________________________________________
32570 [  7741] By: jhi                                   on 2000/11/18  20:31:27
32571         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
32572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32573              Date: Fri, 17 Nov 2000 20:35:11 -0500
32574              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
32575              
32576              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
32577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32578              Date: Fri, 17 Nov 2000 21:03:47 -0500
32579              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
32580              
32581              Plus a little bit of tweaking in pregcomp().
32582      Branch: perl
32583            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
32584 ____________________________________________________________________________
32585 [  7740] By: nick                                  on 2000/11/18  20:17:22
32586         Log: Lexical use open ... support:
32587              add ->cop_io to COP structure in cop.h.
32588              Make mg.c and gv.c associate it with ${^OPEN}.
32589              Make lib/open.pm set it.
32590              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
32591              manner similar to ->cop_warnings.
32592              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
32593              call new PerlIO_apply_layers().
32594              Declare latter in perlio.h and define in perlio.c
32595      Branch: perlio
32596            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32597            ! perlio.h pp_ctl.c pp_sys.c sv.c
32598 ____________________________________________________________________________
32599 [  7739] By: jhi                                   on 2000/11/18  19:54:00
32600         Log: Integrate perlio.
32601      Branch: perl
32602           !> doio.c perlio.c pp.c
32603 ____________________________________________________________________________
32604 [  7738] By: jhi                                   on 2000/11/18  17:16:13
32605         Log: Subject: [PATCH 5.7.0] etags broken again
32606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32607              Date: Sat, 18 Nov 2000 02:41:36 -0500
32608              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
32609      Branch: perl
32610            ! emacs/ptags
32611 ____________________________________________________________________________
32612 [  7737] By: jhi                                   on 2000/11/18  17:12:18
32613         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
32614      Branch: perl
32615            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32616 ____________________________________________________________________________
32617 [  7736] By: nick                                  on 2000/11/18  14:06:20
32618         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
32619              part to be isolated.
32620      Branch: perlio
32621            ! doio.c perlio.c
32622 ____________________________________________________________________________
32623 [  7735] By: nick                                  on 2000/11/18  11:03:32
32624         Log: Integrate mainline
32625      Branch: perlio
32626           !> Changes README.amiga README.win32 patchlevel.h
32627           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
32628 ____________________________________________________________________________
32629 [  7734] By: jhi                                   on 2000/11/18  01:18:56
32630         Log: Update Changes.
32631      Branch: perl
32632            ! Changes patchlevel.h
32633 ____________________________________________________________________________
32634 [  7733] By: jhi                                   on 2000/11/18  00:32:54
32635         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
32636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32637              Date: Fri, 17 Nov 2000 17:28:02 -0500
32638              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
32639      Branch: perl
32640            ! regcomp.c regexec.c t/op/re_tests
32641 ____________________________________________________________________________
32642 [  7732] By: jhi                                   on 2000/11/18  00:28:56
32643         Log: Sparc 64-bit pack() fix from Jens Hamisch.
32644      Branch: perl
32645            ! pp.c
32646 ____________________________________________________________________________
32647 [  7731] By: jhi                                   on 2000/11/18  00:18:39
32648         Log: Explain in more detail the {} syntax ambiguousity.
32649              
32650              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
32651              From: Nicholas Clark <nick@ccl4.org>
32652              Date: Fri, 17 Nov 2000 22:10:28 +0000
32653              Message-ID: <20001117221028.A88930@plum.flirble.org>
32654      Branch: perl
32655            ! pod/perlfunc.pod
32656 ____________________________________________________________________________
32657 [  7730] By: jhi                                   on 2000/11/18  00:12:18
32658         Log: Subject: Fix for README.amiga (20000323.033)
32659              From: "Stephen P. Potter" <spp@spotter.yi.org>
32660              Date: Fri, 17 Nov 2000 12:25:51 -0500
32661              Message-Id: <200011171725.MAA05768@spotter.yi.org>
32662      Branch: perl
32663            ! README.amiga
32664 ____________________________________________________________________________
32665 [  7729] By: jhi                                   on 2000/11/18  00:08:34
32666         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
32667              From: "A. C. Yardley" <yardley@tanet.net>
32668              Date: Mon, 3 Apr 2000 11:35:33 -0700
32669              Message-ID: <3483.000403@tanet.net>
32670      Branch: perl
32671            ! README.win32
32672 ____________________________________________________________________________
32673 [  7728] By: nick                                  on 2000/11/17  21:59:47
32674         Log: Integrate mainline
32675      Branch: perlio
32676           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
32677           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
32678           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
32679           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
32680 ____________________________________________________________________________
32681 [  7727] By: nick                                  on 2000/11/17  21:56:31
32682         Log: Experiment on use of attributes.pm interface.
32683              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
32684              SVt_PVRV if not already something better (else vivify of say magic gets
32685              core dump).
32686      Branch: perlio
32687            ! perlio.c pp.c
32688 ____________________________________________________________________________
32689 [  7726] By: jhi                                   on 2000/11/17  14:15:49
32690         Log: Subject: Fix for 20000815.006
32691              From: "Stephen P. Potter" <spp@spotter.yi.org>
32692              Date: Fri, 17 Nov 2000 08:57:45 -0500
32693              Message-Id: <200011171357.IAA05122@spotter.yi.org>
32694              
32695              It's really 20000518.006.
32696      Branch: perl
32697            ! pod/perlmodlib.PL
32698 ____________________________________________________________________________
32699 [  7725] By: jhi                                   on 2000/11/17  14:12:31
32700         Log: Subject: Fix for 20000409.001
32701              From: "Stephen P. Potter" <spp@spotter.yi.org>
32702              Date: Fri, 17 Nov 2000 08:55:45 -0500
32703              Message-Id: <200011171355.IAA05104@spotter.yi.org>
32704      Branch: perl
32705            ! pod/perlfaq9.pod
32706 ____________________________________________________________________________
32707 [  7724] By: jhi                                   on 2000/11/17  14:08:58
32708         Log: Undo #7627 now that we have =head3.
32709      Branch: perl
32710            ! pod/perlhack.pod
32711 ____________________________________________________________________________
32712 [  7723] By: jhi                                   on 2000/11/17  14:04:09
32713         Log: As surmised the #7719 wasn't a good move.
32714      Branch: perl
32715            ! hints/solaris_2.sh
32716 ____________________________________________________________________________
32717 [  7722] By: jhi                                   on 2000/11/17  13:59:04
32718         Log: Also the 64bitall hints can be either here or there.
32719      Branch: perl
32720            ! hints/solaris_2.sh
32721 ____________________________________________________________________________
32722 [  7721] By: jhi                                   on 2000/11/17  02:26:23
32723         Log: Test tweak for the open pragma.
32724      Branch: perl
32725            ! t/lib/b.t
32726 ____________________________________________________________________________
32727 [  7720] By: jhi                                   on 2000/11/17  00:23:22
32728         Log: The long double hints can be here or there.
32729      Branch: perl
32730            ! hints/solaris_2.sh
32731 ____________________________________________________________________________
32732 [  7719] By: jhi                                   on 2000/11/17  00:14:06
32733         Log: For Solaris use64bitall the stdchar needs a little bit of help.
32734      Branch: perl
32735            ! hints/solaris_2.sh
32736 ____________________________________________________________________________
32737 [  7718] By: jhi                                   on 2000/11/16  23:27:34
32738         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
32739              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32740              Date: Wed, 15 Nov 2000 08:56:32 +0100
32741              Message-ID: <3A1241B0.64477E00@alcatel.at>
32742      Branch: perl
32743            ! lib/Carp/Heavy.pm
32744 ____________________________________________________________________________
32745 [  7717] By: jhi                                   on 2000/11/16  23:23:29
32746         Log: Subject: [PATCH] Re: 20001101.003 PDL
32747              From: Nicholas Clark <nick@ccl4.org>
32748              Date: Thu, 16 Nov 2000 16:48:25 +0000
32749              Message-ID: <20001116164825.B93487@plum.flirble.org>
32750      Branch: perl
32751            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
32752 ____________________________________________________________________________
32753 [  7716] By: jhi                                   on 2000/11/16  23:21:31
32754         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
32755              From: "Casey R. Tweten" <crt@kiski.net>
32756              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
32757              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
32758      Branch: perl
32759            ! lib/Pod/Checker.pm pod/perlpod.pod
32760 ____________________________________________________________________________
32761 [  7715] By: jhi                                   on 2000/11/16  23:19:40
32762         Log: Avoid an infinite loop in VMS when utils scripts are run
32763              with no arguments, from Charles Lane.
32764      Branch: perl
32765            ! configure.com
32766 ____________________________________________________________________________
32767 [  7714] By: jhi                                   on 2000/11/16  23:17:08
32768         Log: Subject: perllocale.pod changes
32769              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32770              Date: Mon, 13 Nov 2000 10:09:22 +0300
32771              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
32772      Branch: perl
32773            ! pod/perllocale.pod
32774 ____________________________________________________________________________
32775 [  7713] By: jhi                                   on 2000/11/16  23:14:06
32776         Log: Integrate perlio.
32777      Branch: perl
32778           !> doio.c perlio.c perlio.h util.c
32779 ____________________________________________________________________________
32780 [  7712] By: nick                                  on 2000/11/16  21:10:58
32781         Log: Integrate mainline
32782      Branch: perlio
32783           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32784           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
32785           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
32786           !> vos/config.ga.def vos/config.ga.h win32/config.bc
32787           !> win32/config.gc win32/config.vc
32788 ____________________________________________________________________________
32789 [  7711] By: nick                                  on 2000/11/16  19:56:41
32790         Log: Minor tweaks:
32791              consistent way of getting 'rb', 'wb' etc. for binary opens
32792              move *perlio::layers to *open::layers
32793              a #define to show layers available
32794              DOSISH popen/PerlIO had export/import sense inverted.
32795      Branch: perlio
32796            ! doio.c perlio.c perlio.h util.c
32797 ____________________________________________________________________________
32798 [  7710] By: jhi                                   on 2000/11/16  15:46:05
32799         Log: Add HAS_SBRK_PROTO.
32800      Branch: metaconfig/U/perl
32801            + d_sbrkproto.U
32802      Branch: perl
32803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32804            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
32805            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32806            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32807            ! win32/config.gc win32/config.vc
32808 ____________________________________________________________________________
32809 [  7709] By: nick                                  on 2000/11/16  07:31:49
32810         Log: Integrate mainline
32811      Branch: perlio
32812           !> (integrate 35 files)
32813 ____________________________________________________________________________
32814 [  7708] By: jhi                                   on 2000/11/16  05:33:03
32815         Log: These files are text, not binary.
32816      Branch: perl
32817            ! ext/Encode/Encode/iso8859-10.enc
32818            ! ext/Encode/Encode/iso8859-13.enc
32819            ! ext/Encode/Encode/iso8859-14.enc
32820            ! ext/Encode/Encode/iso8859-15.enc
32821 ____________________________________________________________________________
32822 [  7707] By: jhi                                   on 2000/11/16  01:53:37
32823         Log: Update Changes.
32824      Branch: perl
32825            ! Changes patchlevel.h
32826 ____________________________________________________________________________
32827 [  7706] By: jhi                                   on 2000/11/16  01:35:59
32828         Log: More #undefing of stdio.
32829      Branch: perl
32830            ! fakesdio.h nostdio.h
32831 ____________________________________________________________________________
32832 [  7705] By: jhi                                   on 2000/11/16  01:34:18
32833         Log: Add fwalk() probe to the configuration files and regen perltoc.
32834      Branch: perl
32835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32836            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
32837            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
32838            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32839            ! win32/config.bc win32/config.gc win32/config.vc
32840 ____________________________________________________________________________
32841 [  7704] By: jhi                                   on 2000/11/16  01:33:07
32842         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
32843              an optional third argument to Inlibc?)
32844      Branch: metaconfig/U/perl
32845            + d__fwalk.U
32846 ____________________________________________________________________________
32847 [  7703] By: jhi                                   on 2000/11/16  01:09:22
32848         Log: The type of the hash_cb() size argument is tricky.
32849      Branch: perl
32850            ! ext/DB_File/DB_File.xs
32851 ____________________________________________________________________________
32852 [  7702] By: jhi                                   on 2000/11/15  23:01:16
32853         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
32854      Branch: perl
32855            ! nostdio.h
32856 ____________________________________________________________________________
32857 [  7701] By: jhi                                   on 2000/11/15  22:52:32
32858         Log: Detypo.
32859      Branch: perl
32860            ! t/lib/bigfltpm.t
32861 ____________________________________________________________________________
32862 [  7700] By: jhi                                   on 2000/11/15  22:51:56
32863         Log: UINT64_C() work continues.
32864      Branch: perl
32865            ! handy.h perl.h utf8.h
32866 ____________________________________________________________________________
32867 [  7699] By: jhi                                   on 2000/11/15  14:13:04
32868         Log: SOCKS has its own USE_THREADS, based on
32869              
32870              Subject: [ID 20001114.002] et. al. bugfix followup
32871              From: Jens Hamisch <jens@Strawberry.COM> 
32872              Date: Wed, 15 Nov 2000 14:23:11 +0100
32873              Message-ID: <20001115142311.A21164@Strawberry.COM>
32874      Branch: perl
32875            ! perl.h
32876 ____________________________________________________________________________
32877 [  7698] By: jhi                                   on 2000/11/15  03:50:56
32878         Log: Add few missing #undefs and sort them.
32879      Branch: perl
32880            ! fakesdio.h
32881 ____________________________________________________________________________
32882 [  7697] By: jhi                                   on 2000/11/15  03:39:14
32883         Log: Linenumber fix.
32884      Branch: perl
32885            ! t/pragma/warn/utf8
32886 ____________________________________________________________________________
32887 [  7696] By: jhi                                   on 2000/11/15  02:55:26
32888         Log: EBCDIC tweaks.
32889              
32890              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
32891              From: Peter Prymmer <pvhp@forte.com>
32892              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
32893              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
32894      Branch: perl
32895            ! t/op/regmesg.t t/pragma/warn/utf8
32896 ____________________________________________________________________________
32897 [  7695] By: jhi                                   on 2000/11/15  02:53:58
32898         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
32899              From: Peter Prymmer <pvhp@forte.com>
32900              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
32901              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
32902      Branch: perl
32903            ! utf8.c
32904 ____________________________________________________________________________
32905 [  7694] By: jhi                                   on 2000/11/15  02:50:55
32906         Log: Subject: [PATCH: perl@7674] updates to README.os390
32907              From: Prymmer/Kahn <pvhp@best.com>
32908              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
32909              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
32910      Branch: perl
32911            ! README.os390
32912 ____________________________________________________________________________
32913 [  7693] By: jhi                                   on 2000/11/15  02:48:37
32914         Log: Quit utf8_to_uv() instantly if curlen == 0.
32915      Branch: perl
32916            ! utf8.c
32917 ____________________________________________________________________________
32918 [  7692] By: jhi                                   on 2000/11/15  02:24:29
32919         Log: Use u_int32_t for the size of hash_cb(), not size_t.
32920              
32921              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
32922              From: Jens Hamisch <jens@Strawberry.COM>     
32923              Date: Tue, 14 Nov 2000 19:03:55 +0100
32924              Message-Id: <20001114190355.A20559@Strawberry.COM>
32925      Branch: perl
32926            ! ext/DB_File/DB_File.xs
32927 ____________________________________________________________________________
32928 [  7691] By: jhi                                   on 2000/11/15  02:20:12
32929         Log: Use UINT64_C().
32930              
32931              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
32932              From: Jens Hamisch <jens@Strawberry.COM>
32933              Date: Tue, 14 Nov 2000 19:16:23 +0100
32934              Message-Id: <20001114191623.G20559@Strawberry.COM>
32935      Branch: perl
32936            ! utf8.c utf8.h
32937 ____________________________________________________________________________
32938 [  7690] By: jhi                                   on 2000/11/15  02:17:06
32939         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
32940              (a macro to define signed and unsigned integer constants).
32941      Branch: perl
32942            ! handy.h
32943 ____________________________________________________________________________
32944 [  7689] By: jhi                                   on 2000/11/15  01:56:51
32945         Log: Regen Configure.
32946      Branch: perl
32947            ! Configure
32948 ____________________________________________________________________________
32949 [  7688] By: jhi                                   on 2000/11/15  01:56:32
32950         Log: Make the unit know about SOCKS.
32951      Branch: metaconfig
32952            ! U/protos/socksizetype.U
32953 ____________________________________________________________________________
32954 [  7687] By: jhi                                   on 2000/11/15  01:54:47
32955         Log: Remove unused dependencies.
32956      Branch: metaconfig
32957            ! U/compline/d_getpagsz.U
32958 ____________________________________________________________________________
32959 [  7686] By: nick                                  on 2000/11/14  21:25:13
32960         Log: Integrate mainline.
32961      Branch: perlio
32962           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
32963           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
32964           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
32965           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
32966           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
32967           !> win32/config.bc win32/config.gc win32/config.vc
32968           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
32969 ____________________________________________________________________________
32970 [  7685] By: jhi                                   on 2000/11/14  17:54:56
32971         Log: Integrate perlio.
32972      Branch: perl
32973           +> fakesdio.h perliol.h
32974           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32975           !> perlsdio.h perlsfio.h pod/perlfunc.pod
32976 ____________________________________________________________________________
32977 [  7684] By: nick                                  on 2000/11/14  17:43:04
32978         Log: PerlIO #include and #ifdef re-work.
32979      Branch: perlio
32980            + fakesdio.h perliol.h
32981            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
32982            ! perlsdio.h perlsfio.h
32983 ____________________________________________________________________________
32984 [  7683] By: jhi                                   on 2000/11/14  15:42:40
32985         Log: Hoist the duplicated socket/netdb include logic to perl.h;
32986              undef SETERRNO in case SOCKS has defined it.  Based on:
32987              
32988              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
32989              From: Jens Hamisch <jens@Strawberry.COM> 
32990              Date: Tue, 14 Nov 2000 11:34:40 +0100
32991              Message-Id: <20001114113440.A20005@Strawberry.COM>
32992      Branch: perl
32993            ! doio.c perl.h pp_sys.c
32994 ____________________________________________________________________________
32995 [  7682] By: jhi                                   on 2000/11/14  14:07:28
32996         Log: Subject: some additions for makefiles for win32 (for perl@7674)
32997              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32998              Date: Tue, 14 Nov 2000 09:31:13 +0300
32999              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
33000      Branch: perl
33001            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
33002            ! win32/makefile.mk
33003 ____________________________________________________________________________
33004 [  7681] By: jhi                                   on 2000/11/14  14:01:41
33005         Log: Subject: tiny typo in perl5db.pl
33006              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33007              Date: Tue, 14 Nov 2000 09:29:28 +0300
33008              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
33009      Branch: perl
33010            ! lib/perl5db.pl
33011 ____________________________________________________________________________
33012 [  7680] By: jhi                                   on 2000/11/14  04:13:50
33013         Log: Redo #7679 with LFs instead of CRLFs.
33014      Branch: perl
33015            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
33016            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
33017            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33018 ____________________________________________________________________________
33019 [  7679] By: jhi                                   on 2000/11/14  01:21:09
33020         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
33021              From: Benjamin Stuhl <tiriath@yahoo.com> 
33022              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33023              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33024      Branch: perl
33025            + win32/bin/mdelete.bat
33026            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
33027            ! makedef.pl perlio.c win32/Makefile win32/config.gc
33028            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33029 ____________________________________________________________________________
33030 [  7678] By: jhi                                   on 2000/11/14  01:19:20
33031         Log: Fix the re extension building for Win32.
33032              
33033              Subject: [PATCH perl@7638] Get PerlIO building on Win32
33034              From: Benjamin Stuhl <tiriath@yahoo.com> 
33035              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33036              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33037      Branch: perl
33038            + ext/re/hints/MSWin32.pl
33039            ! MANIFEST
33040 ____________________________________________________________________________
33041 [  7677] By: jhi                                   on 2000/11/14  01:13:54
33042         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
33043              From: sthoenna@efn.org
33044              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
33045              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
33046      Branch: perl
33047            ! doop.c pp.c toke.c utf8.c utf8.h
33048 ____________________________________________________________________________
33049 [  7676] By: jhi                                   on 2000/11/13  20:23:15
33050         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33051              From: Nicholas Clark <nick@ccl4.org>
33052              Date: Mon, 13 Nov 2000 18:55:04 +0000
33053              Message-ID: <20001113185504.J29183@plum.flirble.org>
33054      Branch: perl
33055            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
33056 ____________________________________________________________________________
33057 [  7675] By: nick                                  on 2000/11/13  20:21:57
33058         Log: Integrate mainline ...
33059      Branch: perlio
33060           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
33061           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
33062           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
33063           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
33064 ____________________________________________________________________________
33065 [  7674] By: jhi                                   on 2000/11/13  15:07:56
33066         Log: Update Changes.
33067      Branch: perl
33068            ! Changes patchlevel.h
33069 ____________________________________________________________________________
33070 [  7673] By: jhi                                   on 2000/11/13  14:42:42
33071         Log: Remove the new two tests of lib/io_xs for now, they seem to
33072              fail under perlio on some platforms.
33073      Branch: perl
33074            ! t/lib/io_xs.t
33075 ____________________________________________________________________________
33076 [  7672] By: jhi                                   on 2000/11/13  13:57:53
33077         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
33078      Branch: perl
33079            ! perlio.c
33080 ____________________________________________________________________________
33081 [  7671] By: jhi                                   on 2000/11/13  05:30:48
33082         Log: Placate nervous compilers that see longer than ints switch()ing.
33083      Branch: perl
33084            ! utf8.c
33085 ____________________________________________________________________________
33086 [  7670] By: jhi                                   on 2000/11/13  05:14:21
33087         Log: fputs() does return EOF on error but here we don't care.
33088      Branch: perl
33089            ! perlio.c
33090 ____________________________________________________________________________
33091 [  7669] By: jhi                                   on 2000/11/13  05:02:45
33092         Log: Declare reg_data like reg_substr_data.
33093      Branch: perl
33094            ! regexp.h
33095 ____________________________________________________________________________
33096 [  7668] By: jhi                                   on 2000/11/13  04:54:34
33097         Log: Typos in #7667.
33098      Branch: perl
33099            ! perl.h
33100 ____________________________________________________________________________
33101 [  7667] By: jhi                                   on 2000/11/13  04:49:49
33102         Log: Cleanup messy #ifdef.
33103      Branch: perl
33104            ! perl.h
33105 ____________________________________________________________________________
33106 [  7666] By: jhi                                   on 2000/11/13  04:17:34
33107         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33108              From: Nicholas Clark <nick@talking.bollo.cx>
33109              Date: Sun, 12 Nov 2000 21:14:11 +0000
33110              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
33111              
33112              Note: only one breakage of the two reported is fixed by this patch.
33113      Branch: perl
33114            ! perlio.c
33115 ____________________________________________________________________________
33116 [  7665] By: jhi                                   on 2000/11/13  04:05:07
33117         Log: Tweak the definition of the bit complement on UTF-8 data:
33118              if none of the characters in the string are > 0xff,
33119              the result is a complemented byte string, not a (UTF-8)
33120              char string.  Based on the summary in
33121              
33122              Subject: Re: [ID 20000918.005] ~ on wide chars
33123              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
33124              Date: Fri, 10 Nov 2000 09:47:15 -0800
33125              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
33126              
33127              This should give us the maximum backward (pre-char string)
33128              compatibility and utf8 compatibility.  The other alternative
33129              would be to limit the bit complement to be always byte only,
33130              taking the least significant byte of the chars.
33131      Branch: perl
33132            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
33133 ____________________________________________________________________________
33134 [  7664] By: jhi                                   on 2000/11/13  00:23:44
33135         Log: Couple of tests from #7660 salvaged.
33136      Branch: perl
33137            - t/op/tell.t
33138            ! MANIFEST t/io/tell.t
33139 ____________________________________________________________________________
33140 [  7663] By: jhi                                   on 2000/11/13  00:02:48
33141         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
33142              From: Nicholas Clark <nick@talking.bollo.cx>
33143              Date: Sun, 12 Nov 2000 21:23:43 +0000
33144              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
33145      Branch: perl
33146            ! perlsfio.h
33147 ____________________________________________________________________________
33148 [  7662] By: jhi                                   on 2000/11/13  00:01:39
33149         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
33150              From: Nicholas Clark <nick@talking.bollo.cx>
33151              Date: Sun, 12 Nov 2000 21:30:04 +0000
33152              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
33153      Branch: perl
33154            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
33155 ____________________________________________________________________________
33156 [  7661] By: jhi                                   on 2000/11/12  23:57:29
33157         Log: Document tell() on special streams.
33158      Branch: perl
33159            ! pod/perlfunc.pod
33160 ____________________________________________________________________________
33161 [  7660] By: jhi                                   on 2000/11/12  23:54:22
33162         Log: (Subsumed by #7664)
33163      Branch: perl
33164            + t/op/tell.t
33165            ! MANIFEST
33166 ____________________________________________________________________________
33167 [  7659] By: jhi                                   on 2000/11/12  22:55:25
33168         Log: Many subdocumented return values of the IO extension now documented.
33169              ungetc and write still left subdocumented.
33170              
33171              Subject: [PATCH] (was Re: IO::Handle::ungetc)
33172              From: Nicholas Clark <nick@talking.bollo.cx>
33173              Date: Sun, 12 Nov 2000 21:35:53 +0000
33174              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
33175      Branch: perl
33176            ! ext/IO/lib/IO/Handle.pm
33177 ____________________________________________________________________________
33178 [  7658] By: jhi                                   on 2000/11/12  21:37:06
33179         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
33180              From: Nicholas Clark <nick@talking.bollo.cx>
33181              Date: Sun, 12 Nov 2000 20:03:22 +0000
33182              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
33183      Branch: perl
33184            ! pod/perlfunc.pod
33185 ____________________________________________________________________________
33186 [  7657] By: jhi                                   on 2000/11/12  20:34:55
33187         Log: Integrate perlio.
33188      Branch: perl
33189           !> perlio.c
33190 ____________________________________________________________________________
33191 [  7656] By: nick                                  on 2000/11/12  19:25:06
33192         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
33193      Branch: perlio
33194            ! perlio.c
33195 ____________________________________________________________________________
33196 [  7655] By: nick                                  on 2000/11/12  19:09:41
33197         Log: Integrate mainline
33198      Branch: perlio
33199           +> README.solaris ext/Encode/Encode/cp1006.enc
33200           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
33201           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
33202           +> ext/Encode/Encode/iso8859-13.enc
33203           +> ext/Encode/Encode/iso8859-14.enc
33204           +> ext/Encode/Encode/iso8859-15.enc
33205           !> (integrate 34 files)
33206 ____________________________________________________________________________
33207 [  7654] By: jhi                                   on 2000/11/12  19:00:22
33208         Log: Add a metaconfig unit for fsync.
33209      Branch: metaconfig/U/perl
33210            + d_fsync.U
33211 ____________________________________________________________________________
33212 [  7653] By: jhi                                   on 2000/11/12  19:00:01
33213         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
33214      Branch: perl
33215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33216            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33217            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33218            ! vos/config.ga.h win32/config.bc win32/config.gc
33219            ! win32/config.vc
33220 ____________________________________________________________________________
33221 [  7652] By: jhi                                   on 2000/11/11  21:12:01
33222         Log: Copy the s// information of README.hpux also to the perlrun.
33223      Branch: perl
33224            ! README.hpux pod/perlrun.pod
33225 ____________________________________________________________________________
33226 [  7651] By: jhi                                   on 2000/11/11  21:03:13
33227         Log: More README.solaris updates from Andy Dougherty.
33228      Branch: perl
33229            ! README.solaris
33230 ____________________________________________________________________________
33231 [  7650] By: jhi                                   on 2000/11/11  18:38:57
33232         Log: More descriptive error for unknown perlio layers.
33233              
33234              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33235              From: Dominic Dunlop <domo@computer.org> 
33236              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33237              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33238      Branch: perl
33239            ! perlio.c pod/perldiag.pod
33240 ____________________________________________________________________________
33241 [  7649] By: jhi                                   on 2000/11/11  18:37:52
33242         Log: MachTen doesn't really do mmap() and munmap().
33243              
33244              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33245              From: Dominic Dunlop <domo@computer.org> 
33246              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33247              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33248      Branch: perl
33249            ! hints/machten.sh
33250 ____________________________________________________________________________
33251 [  7648] By: jhi                                   on 2000/11/11  18:36:46
33252         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
33253              From: rspier@pobox.com (Robert Spier)
33254              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
33255              Message-ID: <14861.32839.491271.985797@rls.cx>
33256      Branch: perl
33257            ! Porting/Contract pod/perltoot.pod
33258 ____________________________________________________________________________
33259 [  7647] By: jhi                                   on 2000/11/11  18:35:30
33260         Log: Simplify the getpagesize() unit by dropping the
33261              pagesize probe since it's nowadays slightly more
33262              complicated because of sysconf(). (Note: if some
33263              platform really needs the -lPW for getpagesize,
33264              I just broke it.)
33265              
33266              TODO: a new pagesize unit.
33267      Branch: metaconfig
33268            ! U/compline/d_getpagsz.U
33269 ____________________________________________________________________________
33270 [  7646] By: jhi                                   on 2000/11/11  18:33:23
33271         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
33272      Branch: perl
33273            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33274            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33275            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33276            ! vos/config.ga.h win32/config.bc win32/config.gc
33277            ! win32/config.vc
33278 ____________________________________________________________________________
33279 [  7645] By: jhi                                   on 2000/11/11  16:45:15
33280         Log: Use sysconf() or getpagesize() to find out the pagesize.
33281      Branch: perl
33282            ! perlio.c
33283 ____________________________________________________________________________
33284 [  7644] By: jhi                                   on 2000/11/11  15:46:08
33285         Log: Integrate perlio.
33286      Branch: perl
33287           !> perlio.c
33288 ____________________________________________________________________________
33289 [  7643] By: jhi                                   on 2000/11/11  15:33:36
33290         Log: Subject: Re: [PATCH] README.solaris
33291              From: Lupe Christoph <lupe@lupe-christoph.de>
33292              Date: Sat, 11 Nov 2000 14:08:10 +0100
33293              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
33294      Branch: perl
33295            ! README.solaris
33296 ____________________________________________________________________________
33297 [  7642] By: jhi                                   on 2000/11/11  15:22:12
33298         Log: Subject: [PATCH perl@7638] cygwin port
33299              From: "Eric Fifer" <egf7@columbia.edu>            
33300              Date: Fri, 10 Nov 2000 19:30:30 -0000
33301              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
33302      Branch: perl
33303            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
33304 ____________________________________________________________________________
33305 [  7641] By: nick                                  on 2000/11/11  14:50:36
33306         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
33307              Also call "Buf" layer directly when unread'ing non-read chars.
33308      Branch: perlio
33309            ! perlio.c
33310 ____________________________________________________________________________
33311 [  7640] By: jhi                                   on 2000/11/11  02:05:02
33312         Log: Add more encoding tables.
33313      Branch: perl
33314            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
33315            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
33316            + ext/Encode/Encode/iso8859-10.enc
33317            + ext/Encode/Encode/iso8859-13.enc
33318            + ext/Encode/Encode/iso8859-14.enc
33319            + ext/Encode/Encode/iso8859-15.enc
33320            ! MANIFEST
33321 ____________________________________________________________________________
33322 [  7639] By: jhi                                   on 2000/11/10  18:49:25
33323         Log: Subject: [PATCH] README.solaris
33324              From: Andy Dougherty <doughera@lafayette.edu>
33325              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
33326              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
33327      Branch: perl
33328            + README.solaris
33329            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
33330            ! pod/perl.pod pod/perltoc.pod
33331 ____________________________________________________________________________
33332 [  7638] By: jhi                                   on 2000/11/10  15:04:15
33333         Log: Update Changes.
33334      Branch: perl
33335            ! Changes patchlevel.h
33336 ____________________________________________________________________________
33337 [  7637] By: jhi                                   on 2000/11/10  14:14:28
33338         Log: Explain better why certain regex tests are skipped.
33339              
33340              Subject: Re: tests skipped: unknown reason
33341              From: Lupe Christoph <lupe@lupe-christoph.de>
33342              Date: Fri, 10 Nov 2000 09:08:56 +0100
33343              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
33344      Branch: perl
33345            ! t/op/regexp.t
33346 ____________________________________________________________________________
33347 [  7636] By: nick                                  on 2000/11/10  13:40:00
33348         Log: Integrate mainline.
33349      Branch: perlio
33350           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
33351           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
33352           !> win32/bin/search.pl
33353 ____________________________________________________________________________
33354 [  7635] By: nick                                  on 2000/11/10  13:25:52
33355         Log: Re-instate stdio large file support via perlio.
33356      Branch: perl
33357            ! perlio.c
33358 ____________________________________________________________________________
33359 [  7634] By: jhi                                   on 2000/11/10  04:49:55
33360         Log: Amdahl UTS hints updates.
33361              
33362              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
33363              From: hom00@utsglobal.com (Harold O Morris)
33364              Date: Thu, 9 Nov 2000 20:02 PST
33365              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
33366      Branch: perl
33367            ! hints/uts.sh
33368 ____________________________________________________________________________
33369 [  7633] By: jhi                                   on 2000/11/09  23:33:28
33370         Log: Subject: [PATCH] IO::Seekable pod
33371              From: Nicholas Clark <nick@talking.bollo.cx>
33372              Date: Thu, 9 Nov 2000 20:29:45 +0000
33373              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
33374      Branch: perl
33375            ! ext/IO/lib/IO/Handle.pm
33376 ____________________________________________________________________________
33377 [  7632] By: jhi                                   on 2000/11/09  21:55:41
33378         Log: Various doc oddball characters.
33379              
33380              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
33381              From: Michael Somos <somos@grail.cba.csuohio.edu>
33382              Date: Mon, 6 Nov 2000 17:44:20 -0500
33383              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
33384      Branch: perl
33385            ! emacs/cperl-mode.el lib/unicode/syllables.txt
33386            ! win32/bin/search.pl
33387 ____________________________________________________________________________
33388 [  7631] By: jhi                                   on 2000/11/09  21:12:29
33389         Log: Subject: Re: bash -c exit and linux hints 
33390              From: "John P. Linderman" <jpl@research.att.com>
33391              Date: Thu, 02 Nov 2000 09:37:25 -0500
33392              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
33393      Branch: perl
33394            ! hints/linux.sh
33395 ____________________________________________________________________________
33396 [  7630] By: nick                                  on 2000/11/09  20:34:11
33397         Log: Integrate mainline.
33398      Branch: perlio
33399           !> (integrate 91 files)
33400 ____________________________________________________________________________
33401 [  7629] By: jhi                                   on 2000/11/09  19:46:31
33402         Log: Missing dTHXs.
33403              
33404              Subject: RE: perl@7595 builds not on cygwin
33405              From: "Eric Fifer" <egf7@columbia.edu>
33406              Date: Thu, 9 Nov 2000 19:26:50 -0000
33407              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
33408      Branch: perl
33409            ! ext/Devel/Peek/Peek.xs
33410 ____________________________________________________________________________
33411 [  7628] By: jhi                                   on 2000/11/09  14:48:27
33412         Log: Disable only the tests 99 and 166 for UTF-8 locales.
33413      Branch: perl
33414            ! t/pragma/locale.t
33415 ____________________________________________________________________________
33416 [  7627] By: jhi                                   on 2000/11/09  14:40:27
33417         Log: There's no =head3.
33418      Branch: perl
33419            ! pod/perlhack.pod
33420 ____________________________________________________________________________
33421 [  7626] By: jhi                                   on 2000/11/09  13:54:26
33422         Log: The generated boot_* headers are wrong.  Pickier compiler,
33423              such as KAI C++ will refuse to compile the resulting perlmain.
33424              
33425              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
33426              From: Harri Pasanen <harri.pasanen@trema.com>
33427              Date: Thu, 09 Nov 2000 14:23:28 +0100
33428              Message-Id: <3A0AA550.26D548A3@trema.com>
33429      Branch: perl
33430            ! minimod.pl
33431 ____________________________________________________________________________
33432 [  7625] By: jhi                                   on 2000/11/09  13:50:44
33433         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
33434              From: Prymmer/Kahn <pvhp@best.com>
33435              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
33436              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
33437              
33438              All except the "cow orker" change.
33439      Branch: perl
33440            ! Porting/pumpkin.pod
33441 ____________________________________________________________________________
33442 [  7624] By: jhi                                   on 2000/11/09  13:45:33
33443         Log: Fix for
33444              
33445              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
33446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33447              Date: Thu, 09 Nov 2000 11:05:52 +0100
33448              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
33449      Branch: perl
33450            ! pod/perldiag.pod t/pragma/warn/pp_sys
33451 ____________________________________________________________________________
33452 [  7623] By: jhi                                   on 2000/11/09  13:37:16
33453         Log: Typo in an ifndef.
33454              
33455              Subject: Re: [PATCH 5.7.0] better messages from malloc()
33456              From: Joe Smith <jms@inwap.com>         
33457              Date: Thu, 09 Nov 2000 01:33:14 -0800
33458              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
33459      Branch: perl
33460            ! malloc.c
33461 ____________________________________________________________________________
33462 [  7622] By: jhi                                   on 2000/11/09  13:31:18
33463         Log: Remove unused extra arguments.
33464      Branch: metaconfig/U/perl
33465            ! perlxv.U
33466      Branch: perl
33467            ! Configure config_h.SH
33468 ____________________________________________________________________________
33469 [  7621] By: jhi                                   on 2000/11/09  13:16:36
33470         Log: More VMS moves on environment handling, from Charles Lane.
33471      Branch: perl
33472            ! t/pragma/locale.t
33473 ____________________________________________________________________________
33474 [  7620] By: jhi                                   on 2000/11/09  04:42:38
33475         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
33476              From: David Dyck <dcd@tc.fluke.com>
33477              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
33478              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
33479      Branch: perl
33480            ! pp_sys.c
33481 ____________________________________________________________________________
33482 [  7619] By: jhi                                   on 2000/11/09  04:36:21
33483         Log: Forgot from #7618.
33484      Branch: perl
33485            ! lib/File/stat.pm
33486 ____________________________________________________________________________
33487 [  7618] By: jhi                                   on 2000/11/09  04:28:44
33488         Log: Make deleting for %ENV work for (newer versions of) VMS,
33489              from Craig A. Berry.
33490      Branch: perl
33491            ! vms/vms.c
33492 ____________________________________________________________________________
33493 [  7617] By: jhi                                   on 2000/11/09  04:25:05
33494         Log: Subject: [PATCH] Class::Struct at compile time
33495              From: "Casey R. Tweten" <crt@kiski.net>
33496              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
33497              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
33498      Branch: perl
33499            ! lib/Class/Struct.pm
33500 ____________________________________________________________________________
33501 [  7616] By: jhi                                   on 2000/11/09  04:15:17
33502         Log: Subject: [ID 20001108.013] spelling
33503              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
33504              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
33505              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
33506      Branch: perl
33507            ! lib/ftp.pl
33508 ____________________________________________________________________________
33509 [  7615] By: jhi                                   on 2000/11/09  04:12:42
33510         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
33511              From: Peter Prymmer <pvhp@forte.com>
33512              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
33513              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
33514      Branch: perl
33515            ! configure.com
33516 ____________________________________________________________________________
33517 [  7614] By: jhi                                   on 2000/11/08  22:42:55
33518         Log: A missing aTHX_.
33519      Branch: perl
33520            ! ext/IPC/SysV/SysV.xs
33521 ____________________________________________________________________________
33522 [  7613] By: jhi                                   on 2000/11/08  19:30:21
33523         Log: Update Changes.
33524      Branch: perl
33525            ! Changes patchlevel.h
33526 ____________________________________________________________________________
33527 [  7612] By: jhi                                   on 2000/11/08  18:35:25
33528         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
33529              From: David Dyck <dcd@tc.fluke.com>
33530              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
33531              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
33532      Branch: perl
33533            ! pp_sys.c
33534 ____________________________________________________________________________
33535 [  7611] By: jhi                                   on 2000/11/08  18:30:26
33536         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
33537              From: Dominic Dunlop <domo@computer.org>
33538              Date: Tue, 7 Nov 2000 12:05:25 +0100
33539              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
33540      Branch: perl
33541            ! malloc.c
33542 ____________________________________________________________________________
33543 [  7610] By: jhi                                   on 2000/11/08  18:25:14
33544         Log: Do not test UTF-8 locales since that the tests would require
33545              polymorphic regexen.
33546      Branch: perl
33547            ! t/pragma/locale.t
33548 ____________________________________________________________________________
33549 [  7609] By: jhi                                   on 2000/11/08  17:12:51
33550         Log: Locale buglets.
33551              
33552              Subject: RE: Locales support (setlocale) fixes
33553              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33554              Date: Wed, 8 Nov 2000 20:01:39 +0300
33555              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
33556      Branch: perl
33557            ! t/pragma/locale.t util.c
33558 ____________________________________________________________________________
33559 [  7608] By: jhi                                   on 2000/11/08  17:00:16
33560         Log: Deleting $ENV{PATH} in VMS is not recommendable.
33561      Branch: perl
33562            ! t/pragma/locale.t
33563 ____________________________________________________________________________
33564 [  7607] By: jhi                                   on 2000/11/08  16:58:26
33565         Log: Subject: PATCH std stdio for (Free)BSD
33566              From: Nicholas Clark <nick@ccl4.org>
33567              Date: Wed, 8 Nov 2000 15:36:29 +0000
33568              Message-ID: <20001108153629.D98736@plum.flirble.org>
33569      Branch: metaconfig
33570            ! U/compline/d_stdstdio.U
33571      Branch: perl
33572            ! Configure config_h.SH
33573 ____________________________________________________________________________
33574 [  7606] By: jhi                                   on 2000/11/08  16:43:31
33575         Log: Forgot to bump the line numbers in #7601.
33576      Branch: perl
33577            ! t/pragma/warn/pp_sys
33578 ____________________________________________________________________________
33579 [  7605] By: jhi                                   on 2000/11/08  16:39:12
33580         Log: More careful detection of how well NVs and UVs mix.
33581              
33582              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))
33583              From: Nicholas Clark <nick@ccl4.org>
33584              Date: Wed, 8 Nov 2000 15:14:12 +0000
33585              Message-ID: <20001108151412.B98736@plum.flirble.org>
33586              
33587              Added some SIGFPE paranoia.
33588      Branch: metaconfig/U/perl
33589            ! perlxv.U
33590      Branch: perl
33591            ! Configure config_h.SH
33592 ____________________________________________________________________________
33593 [  7604] By: jhi                                   on 2000/11/08  14:39:10
33594         Log: Subject: [patch perl@7595] VMS configure.com tweak
33595              From: "Craig A. Berry" <craigberry@mac.com>
33596              Date: Wed, 8 Nov 2000 00:24:12 -0600
33597              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
33598      Branch: perl
33599            ! configure.com
33600 ____________________________________________________________________________
33601 [  7603] By: jhi                                   on 2000/11/08  14:27:11
33602         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
33603              From: Robin Barker <rmb1@cise.npl.co.uk>
33604              Date: Wed, 8 Nov 2000 11:11:39 GMT
33605              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
33606      Branch: perl
33607            ! perlio.c
33608 ____________________________________________________________________________
33609 [  7602] By: jhi                                   on 2000/11/08  14:25:03
33610         Log: Fix for the tie-refhash string table leaks.
33611              
33612              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
33613              Date: Wed, 8 Nov 2000 13:03:04 GMT
33614              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
33615      Branch: perl
33616            ! t/lib/tie-refhash.t
33617 ____________________________________________________________________________
33618 [  7601] By: jhi                                   on 2000/11/08  14:21:08
33619         Log: Try to avoid flockless and emulationless places.
33620      Branch: perl
33621            ! t/pragma/warn/pp_sys
33622 ____________________________________________________________________________
33623 [  7600] By: jhi                                   on 2000/11/08  02:28:54
33624         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
33625              
33626              Subject: [PATCH] prototyped functions that should be overrideable
33627              From: "Casey R. Tweten" <crt@kiski.net>
33628              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
33629              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
33630      Branch: perl
33631            ! toke.c
33632 ____________________________________________________________________________
33633 [  7599] By: jhi                                   on 2000/11/08  01:12:05
33634         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
33635              
33636              Subject: [PATCH] perlbug.PL
33637              From: "Kurt D. Starsinic" <kstar@chapin.edu>
33638              Date: Mon, 6 Nov 2000 21:39:01 -0500
33639              Message-ID: <20001106213901.B20955@O2.chapin.edu>
33640      Branch: perl
33641            ! utils/perlbug.PL
33642 ____________________________________________________________________________
33643 [  7598] By: jhi                                   on 2000/11/07  23:42:00
33644         Log: Bad thinko in #7581 (I used the test program with the expanded
33645              values as-is).
33646      Branch: metaconfig
33647            ! U/compline/d_stdstdio.U
33648      Branch: perl
33649            ! Configure
33650 ____________________________________________________________________________
33651 [  7597] By: jhi                                   on 2000/11/07  21:43:29
33652         Log: Subject: [PATCH perl@7573] cygwin port
33653              From: "Fifer, Eric" <EFifer@sanwaint.com>
33654              Date: Tue, 7 Nov 2000 18:08:51 -0000 
33655              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
33656              
33657              Synchronize with Cygwin 1.1.5.
33658      Branch: perl
33659            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
33660            ! pod/perlport.pod unixish.h util.c
33661 ____________________________________________________________________________
33662 [  7596] By: jhi                                   on 2000/11/07  21:39:25
33663         Log: perlhack updates from H.Merijn Brand.
33664      Branch: perl
33665            ! pod/perlhack.pod
33666 ____________________________________________________________________________
33667 [  7595] By: jhi                                   on 2000/11/07  20:21:41
33668         Log: Update Changes.
33669      Branch: perl
33670            ! Changes patchlevel.h
33671 ____________________________________________________________________________
33672 [  7594] By: jhi                                   on 2000/11/07  19:18:58
33673         Log: Be more robust in Dynaloader.pm.
33674      Branch: perl
33675            ! ext/DynaLoader/DynaLoader_pm.PL
33676 ____________________________________________________________________________
33677 [  7593] By: jhi                                   on 2000/11/07  16:49:31
33678         Log: AUTHORS update.
33679      Branch: perl
33680            ! AUTHORS
33681 ____________________________________________________________________________
33682 [  7592] By: gsar                                  on 2000/11/07  16:39:51
33683         Log: normalize relative paths in virtualized current directory on windows,
33684              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
33685              returns)
33686      Branch: perl
33687            ! win32/vdir.h
33688 ____________________________________________________________________________
33689 [  7591] By: jhi                                   on 2000/11/07  16:04:26
33690         Log: Too profiler-happy: with optimization the #7590 actually makes
33691              the test to run 0.5% _slower_.  Requires much more instrumentation.
33692              Retract #7590.
33693      Branch: perl
33694            ! regcomp.c regcomp.h
33695 ____________________________________________________________________________
33696 [  7590] By: jhi                                   on 2000/11/07  15:51:13
33697         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
33698              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
33699              by using memset() and testing bytewise (as opposed to bitwise).
33700      Branch: perl
33701            ! regcomp.c regcomp.h
33702 ____________________________________________________________________________
33703 [  7589] By: jhi                                   on 2000/11/07  12:56:39
33704         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
33705              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33706              Date: Mon, 06 Nov 2000 23:45:30 -0500
33707              Message-Id: <0011079735.AA973576259@univpress.com>
33708      Branch: perl
33709            ! configure.com t/lib/st-lock.t
33710 ____________________________________________________________________________
33711 [  7588] By: jhi                                   on 2000/11/07  01:03:28
33712         Log: Tweak #7587.
33713      Branch: perl
33714            ! pod/perldiag.pod
33715 ____________________________________________________________________________
33716 [  7587] By: jhi                                   on 2000/11/07  01:00:27
33717         Log: A doc addition for bug id 20001105.019, beware \p.
33718      Branch: perl
33719            ! pod/perldiag.pod
33720 ____________________________________________________________________________
33721 [  7586] By: jhi                                   on 2000/11/07  00:32:22
33722         Log: Fake support of holey files in win/dosish platforms.
33723              
33724              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
33725              From: kipp@shonanblue.ne.jp
33726              Date: Mon, 6 Nov 2000 13:30:55 -0800
33727              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
33728      Branch: perl
33729            ! ext/SDBM_File/sdbm/sdbm.c
33730 ____________________________________________________________________________
33731 [  7585] By: jhi                                   on 2000/11/07  00:12:54
33732         Log: Subject: Pod updates
33733              From: "Stephen P. Potter" <spp@spotter.yi.org>
33734              Date: Mon, 06 Nov 2000 18:56:43 -0500
33735              Message-Id: <200011062357.SAA18173@spotter.yi.org>
33736      Branch: perl
33737            ! README.dos README.os2 README.win32 pod/buildtoc.PL
33738            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
33739            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
33740            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
33741            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
33742            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
33743            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
33744            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
33745            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
33746            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
33747            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
33748            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
33749            ! pod/perltootc.pod pod/perlunicode.pod
33750 ____________________________________________________________________________
33751 [  7584] By: jhi                                   on 2000/11/07  00:04:17
33752         Log: Varargs don't always work too well if one puts an unsigned
33753              char on the stack and pop an unsigned quad off the stack.
33754              
33755              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
33756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
33757              Date: Mon, 06 Nov 2000 15:19:05 -0800
33758              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
33759      Branch: perl
33760            ! utf8.c
33761 ____________________________________________________________________________
33762 [  7583] By: jhi                                   on 2000/11/06  23:58:48
33763         Log: %ENV note tweaks from Dan Sugalski.
33764      Branch: perl
33765            ! pod/perlport.pod vms/perlvms.pod
33766 ____________________________________________________________________________
33767 [  7582] By: jhi                                   on 2000/11/06  23:05:49
33768         Log: glibc5 detection by __GNU_LIBRARY__.
33769      Branch: perl
33770            ! toke.c
33771 ____________________________________________________________________________
33772 [  7581] By: jhi                                   on 2000/11/06  22:51:29
33773         Log: Make the stdio test program of 7427 less noisy while being 
33774              compiled so that Digital UNIX wouldn't get both
33775              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
33776              undefined.  This makes perlio happy.
33777      Branch: metaconfig
33778            ! U/compline/d_stdstdio.U
33779      Branch: perl
33780            ! Configure config_h.SH
33781 ____________________________________________________________________________
33782 [  7580] By: jhi                                   on 2000/11/06  22:41:41
33783         Log: Document %ENV = () portability issues.
33784      Branch: perl
33785            ! pod/perlport.pod vms/perlvms.pod
33786 ____________________________________________________________________________
33787 [  7579] By: jhi                                   on 2000/11/06  21:29:24
33788         Log: VOS updates from Paul Green.
33789      Branch: perl
33790            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33791 ____________________________________________________________________________
33792 [  7578] By: jhi                                   on 2000/11/06  21:00:40
33793         Log: Sanitize the environment further.
33794      Branch: perl
33795            ! t/pragma/locale.t
33796 ____________________________________________________________________________
33797 [  7577] By: jhi                                   on 2000/11/06  20:53:51
33798         Log: Re-introduce 7552 lost in integration.
33799      Branch: perl
33800            ! perlio.c
33801 ____________________________________________________________________________
33802 [  7576] By: jhi                                   on 2000/11/06  20:33:46
33803         Log: Admit that the test leaks scalars.
33804      Branch: perl
33805            ! t/comp/proto.t
33806 ____________________________________________________________________________
33807 [  7575] By: jhi                                   on 2000/11/06  20:17:08
33808         Log: Integrate perlio.
33809      Branch: perl
33810           !> perlio.c
33811 ____________________________________________________________________________
33812 [  7574] By: nick                                  on 2000/11/06  20:07:28
33813         Log: Remove debug. Try (Mmap_t) on madvise() call.
33814      Branch: perlio
33815            ! perlio.c
33816 ____________________________________________________________________________
33817 [  7573] By: jhi                                   on 2000/11/06  13:56:05
33818         Log: Update Changes.
33819      Branch: perl
33820            ! Changes patchlevel.h
33821 ____________________________________________________________________________
33822 [  7572] By: jhi                                   on 2000/11/06  13:48:41
33823         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
33824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33825              Date: Mon, 06 Nov 2000 10:11:42 +0100
33826              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
33827      Branch: perl
33828            ! pod/perlhack.pod
33829 ____________________________________________________________________________
33830 [  7571] By: jhi                                   on 2000/11/06  01:45:51
33831         Log: AUTHORS updates.
33832      Branch: perl
33833            ! AUTHORS
33834 ____________________________________________________________________________
33835 [  7570] By: jhi                                   on 2000/11/06  00:18:00
33836         Log: Fix for
33837              
33838              Subject: [ID 20000728.005] perl -P broken
33839              From: David Dyck <dcd@tc.fluke.com>
33840              Date: Fri, 28 Jul 2000 17:19:16 -0700
33841              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
33842              
33843              (hopefully).  The fix is also not complete, it seems to break
33844              BOM swallowing for libc5 systems, but until someone figures
33845              out a way to do this without ftell(), this will do.
33846      Branch: perl
33847            ! toke.c
33848 ____________________________________________________________________________
33849 [  7569] By: jhi                                   on 2000/11/06  00:05:30
33850         Log: Document that the evaled syntax errors cause scalar leaks.
33851      Branch: perl
33852            ! t/comp/proto.t
33853 ____________________________________________________________________________
33854 [  7568] By: jhi                                   on 2000/11/05  23:14:47
33855         Log: opmini.o can linger from Configures past.
33856      Branch: perl
33857            ! Makefile.SH
33858 ____________________________________________________________________________
33859 [  7567] By: jhi                                   on 2000/11/05  21:28:39
33860         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
33861              first argument correctly.
33862      Branch: perl
33863            ! perlio.c
33864 ____________________________________________________________________________
33865 [  7566] By: jhi                                   on 2000/11/05  21:15:56
33866         Log: Integrate perlio.
33867      Branch: perl
33868           !> perlio.c
33869 ____________________________________________________________________________
33870 [  7565] By: jhi                                   on 2000/11/05  21:15:13
33871         Log: Use -dM for gcc (the suggested patch did it only for Linux,
33872              but I think it can be generalized).
33873              
33874              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
33875              From: Pixel <pixel@mandrakesoft.com>
33876              Date: 05 Nov 2000 21:49:34 +0100 
33877              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
33878      Branch: perl
33879            ! ext/Errno/Errno_pm.PL
33880 ____________________________________________________________________________
33881 [  7564] By: nick                                  on 2000/11/05  21:09:18
33882         Log: Added a mmap layer as a "subclass" of perlio.
33883              PERLIO=mmap ./perl harness passes
33884      Branch: perlio
33885            ! perlio.c
33886 ____________________________________________________________________________
33887 [  7563] By: jhi                                   on 2000/11/05  19:48:55
33888         Log: Add a note for future generations about bug id 20000229.006.
33889      Branch: perl
33890            ! malloc.c
33891 ____________________________________________________________________________
33892 [  7562] By: jhi                                   on 2000/11/05  19:38:24
33893         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
33894      Branch: perl
33895            ! pp_ctl.c t/op/pos.t
33896 ____________________________________________________________________________
33897 [  7561] By: jhi                                   on 2000/11/05  18:21:46
33898         Log: Add =pod to be tidy.
33899      Branch: perl
33900            ! lib/Math/Complex.pm
33901 ____________________________________________________________________________
33902 [  7560] By: jhi                                   on 2000/11/05  17:38:46
33903         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
33904      Branch: perl
33905            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33906            ! ext/Storable/Storable.xs t/lib/st-recurse.t
33907 ____________________________________________________________________________
33908 [  7559] By: jhi                                   on 2000/11/05  17:32:59
33909         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
33910              From: "Peter J. Farley III" <pjfarley@banet.net>
33911              Date: Sun, 05 Nov 2000 11:55:59 -0500
33912              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
33913      Branch: perl
33914            ! t/lib/syslog.t
33915 ____________________________________________________________________________
33916 [  7558] By: jhi                                   on 2000/11/05  17:29:19
33917         Log: Integrate perlio.
33918      Branch: perl
33919           !> perlio.c
33920 ____________________________________________________________________________
33921 [  7557] By: jhi                                   on 2000/11/05  17:22:01
33922         Log: A fix of sorts for 20000329.026, a better error message
33923              for a missing "use charnames" when using the \N{...}. 
33924      Branch: perl
33925            ! pod/perldiag.pod toke.c
33926 ____________________________________________________________________________
33927 [  7556] By: jhi                                   on 2000/11/05  16:33:50
33928         Log: Test tweak: show also the failed locales.
33929              
33930              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
33931              From: Lupe Christoph <lupe@lupe-christoph.de>         
33932              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
33933              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
33934      Branch: perl
33935            ! t/pragma/locale.t
33936 ____________________________________________________________________________
33937 [  7555] By: nick                                  on 2000/11/05  11:09:34
33938         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
33939              open RDWR so does not fail. (pragma/warnings 303 again...)
33940      Branch: perlio
33941            ! perlio.c
33942 ____________________________________________________________________________
33943 [  7554] By: nick                                  on 2000/11/05  10:10:13
33944         Log: Fix case where ungetc(f,EOF) was allowed.
33945              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
33946              so we can see similarities.
33947              Use types more carefully and a STDCHAR array in hope that this will
33948              fix Jarrko's 64bit machine.
33949      Branch: perlio
33950            ! perlio.c
33951 ____________________________________________________________________________
33952 [  7553] By: jhi                                   on 2000/11/05  01:12:16
33953         Log: Fix for
33954              
33955              Subject: [ID 20001004.007] taint propogation is inconsistent
33956              From: pimlott@idiomtech.com (Andrew Pimlott) 
33957              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
33958              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
33959              
33960              The culprit was sv_setsv() which was rather blindly
33961              propagating taint, which lead to behaviour where if
33962              a tainted anon hash value was seen all the hash values
33963              from then on at that level became tainted, or at any
33964              upper levels in the case of nested anon hashes.
33965      Branch: perl
33966            ! sv.c t/op/taint.t
33967 ____________________________________________________________________________
33968 [  7552] By: jhi                                   on 2000/11/04  23:44:18
33969         Log: Some cpps don't like splitting conditionals across several lines.
33970      Branch: perl
33971            ! perlio.c
33972 ____________________________________________________________________________
33973 [  7551] By: nick                                  on 2000/11/04  23:40:44
33974         Log: Integrate mainline
33975      Branch: perlio
33976           !> pp_hot.c t/op/taint.t
33977 ____________________________________________________________________________
33978 [  7550] By: nick                                  on 2000/11/04  23:39:05
33979         Log: Integrate mainline again
33980      Branch: perlio
33981           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
33982           !> t/lib/b.t t/op/misc.t util.c
33983 ____________________________________________________________________________
33984 [  7549] By: jhi                                   on 2000/11/04  23:14:01
33985         Log: Fix for
33986              
33987              Subject: [ID 20001004.006] undef is never tainted
33988              From: pimlott@idiomtech.com (Andrew Pimlott)
33989              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
33990              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
33991              
33992              An undef read from a slurped file was not tainted.
33993      Branch: perl
33994            ! pp_hot.c t/op/taint.t
33995 ____________________________________________________________________________
33996 [  7548] By: jhi                                   on 2000/11/04  22:56:21
33997         Log: Test tweak ($Config{useperlio} is by default undef) .
33998      Branch: perl
33999            ! t/lib/b.t
34000 ____________________________________________________________________________
34001 [  7547] By: jhi                                   on 2000/11/04  22:43:56
34002         Log: Integrate perlio.
34003      Branch: perl
34004           +> lib/perlio.pm
34005           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
34006           !> pod/perlapi.pod t/lib/b.t
34007 ____________________________________________________________________________
34008 [  7546] By: jhi                                   on 2000/11/04  22:40:59
34009         Log: Configure would use a bad $myuname from an old config.sh.
34010              
34011              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
34012              From: Andy Dougherty <doughera@lafayette.edu>
34013              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
34014              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
34015      Branch: metaconfig
34016            ! U/modified/Oldconfig.U
34017      Branch: perl
34018            ! Configure config_h.SH
34019 ____________________________________________________________________________
34020 [  7545] By: jhi                                   on 2000/11/04  22:36:54
34021         Log: Subject: Locales support (setlocale) fixes
34022              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34023              Date: Sat, 4 Nov 2000 10:15:48 +0300 
34024              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
34025              
34026              Modified quite a bit to be more portable.
34027      Branch: perl
34028            ! embed.h embed.pl perl.h proto.h util.c
34029 ____________________________________________________________________________
34030 [  7544] By: jhi                                   on 2000/11/04  22:32:47
34031         Log: Dying is too strict here, better just skip.
34032      Branch: perl
34033            ! t/op/misc.t
34034 ____________________________________________________________________________
34035 [  7543] By: nick                                  on 2000/11/04  21:55:13
34036         Log: Merge mainline
34037      Branch: perlio
34038           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34039           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
34040           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34041           !> (integrate 64 files)
34042 ____________________________________________________________________________
34043 [  7542] By: jhi                                   on 2000/11/04  21:09:28
34044         Log: More Changes tweakery.
34045      Branch: perl
34046            ! Changes Porting/genlog
34047 ____________________________________________________________________________
34048 [  7541] By: jhi                                   on 2000/11/04  20:58:18
34049         Log: Changes fixups.
34050      Branch: perl
34051            ! Changes
34052 ____________________________________________________________________________
34053 [  7540] By: jhi                                   on 2000/11/04  20:42:38
34054         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
34055              create a "fast path" for locale name probing using "locale -a"
34056              if available, squash finally hopefully the s?printf resetting
34057              the numeric locale (since, IIUC perllocale, it never shouldn't). 
34058      Branch: perl
34059            ! sv.c t/op/misc.t t/pragma/locale.t
34060 ____________________________________________________________________________
34061 [  7539] By: nick                                  on 2000/11/04  19:56:10
34062         Log: PerlIO infrastructure complete.
34063      Branch: perlio
34064            + lib/perlio.pm
34065            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
34066 ____________________________________________________________________________
34067 [  7538] By: nick                                  on 2000/11/04  14:31:32
34068         Log: Type tweaks + less contorted allocation scheme
34069      Branch: perlio
34070            ! perlio.c
34071 ____________________________________________________________________________
34072 [  7537] By: nick                                  on 2000/11/04  12:40:42
34073         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
34074              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
34075              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
34076              sensible) which lead to some interesting fails.
34077      Branch: perlio
34078            ! perlio.c
34079 ____________________________________________________________________________
34080 [  7536] By: jhi                                   on 2000/11/04  00:20:02
34081         Log: Add FCNTL_CAN_LOCK.
34082              
34083              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34084              From: Andy Dougherty <doughera@lafayette.edu>
34085              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
34086              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
34087              
34088              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34089              From: Andy Dougherty <doughera@lafayette.edu>
34090              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
34091              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
34092      Branch: metaconfig/U/perl
34093            + d_fcntl_can_lock.U
34094            ! startperl.U
34095      Branch: perl
34096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34097            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
34098            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34099            ! vos/config.ga.h win32/config.bc win32/config.gc
34100            ! win32/config.vc
34101 ____________________________________________________________________________
34102 [  7535] By: nick                                  on 2000/11/03  22:19:10
34103         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
34104              - Works on Linux with
34105              perlio + unix
34106              stdio
34107              - Works on Solaris with
34108              perlio + unix
34109              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
34110              - Fails (hangs in openpid) if you try and stack
34111              perlio + stdio - Linux stdio's read() logic is hanging.
34112      Branch: perlio
34113            ! iperlsys.h perlio.c
34114 ____________________________________________________________________________
34115 [  7534] By: jhi                                   on 2000/11/03  15:16:02
34116         Log: Subject: Re: README.aix
34117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34118              Date: Fri, 03 Nov 2000 16:03:15 +0100
34119              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
34120      Branch: perl
34121            ! README.aix
34122 ____________________________________________________________________________
34123 [  7533] By: jhi                                   on 2000/11/03  03:59:02
34124         Log: Subject: [PATCH 5.7.0] better messages from malloc()
34125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34126              Date: Wed, 1 Nov 2000 23:39:56 -0500
34127              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
34128      Branch: perl
34129            ! malloc.c pod/perldiag.pod
34130 ____________________________________________________________________________
34131 [  7532] By: jhi                                   on 2000/11/03  00:11:56
34132         Log: The #7521 touched things it shouldn't have.
34133      Branch: perl
34134            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
34135 ____________________________________________________________________________
34136 [  7531] By: jhi                                   on 2000/11/02  22:32:33
34137         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
34138              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34139              Date:     Thu, 2 Nov 2000 16:58:36 EST
34140              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
34141      Branch: perl
34142            ! vms/gen_shrfls.pl
34143 ____________________________________________________________________________
34144 [  7530] By: jhi                                   on 2000/11/02  22:08:49
34145         Log: Fix the problem discussed in
34146              
34147              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
34148              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
34149              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
34150              
34151              originally from Linc Madison.  Also Andreas König's comments
34152              taken into account.  Some other problems with Tie::SubstrHash
34153              fixed: didn't croak when the table exceeded the requested number
34154              of entries (as documented) but instead when the number of entries
34155              exceeded the size of the table, a croak() had an unnecessary \n,
34156              didn't have a CLEAR method, documented that there is no exists().
34157              Didn't fix to be strict-proof because the module uses &foo; and
34158              dynamic scope.  Added a test script exercizing both first tamely 
34159              the basic functionality, and then the failure cases reported by
34160              Linc Madison.
34161      Branch: perl
34162            + t/lib/tie-substrhash.t
34163            ! MANIFEST lib/Tie/SubstrHash.pm
34164 ____________________________________________________________________________
34165 [  7529] By: jhi                                   on 2000/11/02  17:58:08
34166         Log: recv() can fail and return undef.
34167              
34168              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
34169              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
34170              Date: Thu, 2 Nov 2000 20:12:20 +0300
34171              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
34172      Branch: perl
34173            ! lib/Net/Ping.pm
34174 ____________________________________________________________________________
34175 [  7528] By: jhi                                   on 2000/11/02  17:49:09
34176         Log: Detpyo.
34177      Branch: perl
34178            ! pod/perlop.pod
34179 ____________________________________________________________________________
34180 [  7527] By: jhi                                   on 2000/11/02  15:48:37
34181         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
34182              fix a autovivification bug in Tie::RefHash, add tests for both.
34183              
34184              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
34185              From: Edward Avis <epa98@doc.ic.ac.uk>
34186              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
34187              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
34188      Branch: perl
34189            + t/lib/tie-refhash.t
34190            ! MANIFEST lib/Tie/RefHash.pm
34191 ____________________________________________________________________________
34192 [  7526] By: jhi                                   on 2000/11/02  13:56:26
34193         Log: Test::Harness revealed buglets in the new DynaLoader.
34194              
34195              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
34196              From: andreas.koenig@anima.de (Andreas J. Koenig)
34197              Date: 02 Nov 2000 11:26:48 +0100 
34198              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
34199      Branch: perl
34200            ! ext/DynaLoader/DynaLoader_pm.PL
34201 ____________________________________________________________________________
34202 [  7525] By: jhi                                   on 2000/11/01  23:52:08
34203         Log: The entry for #7503 was missing.
34204      Branch: perl
34205            ! Changes
34206 ____________________________________________________________________________
34207 [  7524] By: jhi                                   on 2000/11/01  23:40:52
34208         Log: Update Changes.
34209      Branch: perl
34210            ! Changes patchlevel.h
34211 ____________________________________________________________________________
34212 [  7523] By: jhi                                   on 2000/11/01  22:57:09
34213         Log: More tweaking on the #7522 theme.
34214      Branch: perl
34215            ! ext/DynaLoader/DynaLoader_pm.PL
34216 ____________________________________________________________________________
34217 [  7522] By: jhi                                   on 2000/11/01  22:06:15
34218         Log: Expand %Config variables and %ENV variables only if
34219              so requested during build time using the
34220              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
34221              Not expanding makes relocating distributions easier.
34222      Branch: perl
34223            ! ext/DynaLoader/DynaLoader_pm.PL
34224 ____________________________________________________________________________
34225 [  7521] By: jhi                                   on 2000/11/01  20:56:34
34226         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
34227              and setgid() because they were just changing $< and $( which means
34228              only changing the real uid/gid, as opposed to changing both
34229              real and effective ids.  (The alternative way could have been
34230              in POSIX.pm to change $> and $), too, but making a direct call
34231              to the C API feels cleaner.)  Fixes the bug
34232              
34233              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
34234              From: "Garry T. Williams" <garry@zvolve.com>
34235              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
34236              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
34237      Branch: perl
34238            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34239            ! ext/POSIX/typemap pod/perlvar.pod
34240 ____________________________________________________________________________
34241 [  7520] By: jhi                                   on 2000/11/01  20:08:33
34242         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
34243              From: "Garry T. Williams" <garry@zvolve.com>
34244              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
34245              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
34246      Branch: perl
34247            ! pod/perlsec.pod
34248 ____________________________________________________________________________
34249 [  7519] By: jhi                                   on 2000/11/01  20:01:22
34250         Log: Locale warning explanation tweak.
34251      Branch: perl
34252            ! pod/perldiag.pod
34253 ____________________________________________________________________________
34254 [  7518] By: jhi                                   on 2000/11/01  18:57:13
34255         Log: C.pm part of
34256              
34257              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
34258              From: Jarkko Hietaniemi <jhi@iki.fi>
34259              Date: Tue, 10 Oct 2000 08:22:28 -0500
34260              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
34261      Branch: perl
34262            ! ext/B/B/C.pm
34263 ____________________________________________________________________________
34264 [  7517] By: jhi                                   on 2000/11/01  18:41:59
34265         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
34266              From: Martien Verbruggen <mgjv@comdyn.com.au>
34267              Date: Fri, 6 Oct 2000 14:09:10 +1100
34268              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
34269      Branch: perl
34270            ! pod/perlop.pod
34271 ____________________________________________________________________________
34272 [  7516] By: jhi                                   on 2000/11/01  18:34:55
34273         Log: Generalize the Camel wording.
34274              
34275              Subject: Re: perlfaq style changes
34276              From: John Borwick <jhborwic@unity.ncsu.edu>
34277              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
34278              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
34279      Branch: perl
34280            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
34281 ____________________________________________________________________________
34282 [  7515] By: jhi                                   on 2000/11/01  16:52:31
34283         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
34284              From: pimlott@idiomtech.com (Andrew Pimlott)
34285              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
34286              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
34287      Branch: perl
34288            ! pod/perlsec.pod
34289 ____________________________________________________________________________
34290 [  7514] By: jhi                                   on 2000/11/01  15:03:40
34291         Log: More AIX lore.
34292      Branch: perl
34293            ! ext/re/hints/aix.pl
34294 ____________________________________________________________________________
34295 [  7513] By: jhi                                   on 2000/11/01  14:48:30
34296         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
34297              From: root <root@chronos.fi.muni.cz>
34298              Date: Wed, 1 Nov 2000 12:31:32 +0100
34299              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
34300      Branch: perl
34301            ! lib/Net/Ping.pm
34302 ____________________________________________________________________________
34303 [  7512] By: jhi                                   on 2000/11/01  14:46:47
34304         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34305              From: Martin Husemann <martin@duskware.de>
34306              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
34307              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
34308      Branch: perl
34309            ! regcomp.c
34310 ____________________________________________________________________________
34311 [  7511] By: jhi                                   on 2000/11/01  14:39:50
34312         Log: AUTHORS updates.
34313      Branch: perl
34314            ! AUTHORS
34315 ____________________________________________________________________________
34316 [  7510] By: jhi                                   on 2000/11/01  14:29:50
34317         Log: Subject: [PATCH] startperl to respect versiononly
34318              From: Robin Barker <rmb1@cise.npl.co.uk> 
34319              Date: Tue, 31 Oct 2000 16:29:36 GMT
34320              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
34321      Branch: metaconfig/U/perl
34322            ! startperl.U
34323      Branch: perl
34324            ! Configure config_h.SH
34325 ____________________________________________________________________________
34326 [  7509] By: jhi                                   on 2000/11/01  14:19:53
34327         Log: printf UVs the correct way, noticed by Robin Barker.
34328      Branch: perl
34329            ! utf8.c
34330 ____________________________________________________________________________
34331 [  7508] By: jhi                                   on 2000/11/01  14:10:03
34332         Log: Do not cleanup *% because the % has special meanings in some
34333              shell environments.
34334      Branch: perl
34335            ! ext/Storable/Makefile.PL
34336 ____________________________________________________________________________
34337 [  7507] By: jhi                                   on 2000/11/01  14:06:00
34338         Log: The NonStop-UX libraries have a novel way to say NaN.
34339      Branch: perl
34340            ! t/lib/bigfltpm.t
34341 ____________________________________________________________________________
34342 [  7506] By: jhi                                   on 2000/11/01  14:03:35
34343         Log: The osname has been lowercased by now, from Tom Bates.
34344      Branch: metaconfig
34345            ! U/modified/Oldconfig.U
34346      Branch: perl
34347            ! Configure config_h.SH
34348 ____________________________________________________________________________
34349 [  7505] By: jhi                                   on 2000/10/31  19:18:39
34350         Log: The compiler is either gcc or cc, from Tom Bates.
34351      Branch: perl
34352            ! hints/nonstopux.sh
34353 ____________________________________________________________________________
34354 [  7504] By: jhi                                   on 2000/10/31  14:53:42
34355         Log: Update Changes.
34356      Branch: perl
34357            ! Changes patchlevel.h
34358 ____________________________________________________________________________
34359 [  7503] By: jhi                                   on 2000/10/31  14:30:50
34360         Log: Whitespace style tweak.  Was originally going to see to
34361              
34362              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34363              From: Joe Smith <jms@inwap.com>
34364              Date: Mon, 30 Oct 2000 18:47:57 -0800
34365              Message-Id: <39FE32DD.24AAC4D@inwap.com>
34366              
34367              but that had already been taken care of.
34368      Branch: metaconfig
34369            ! U/compline/d_stdstdio.U
34370      Branch: perl
34371            ! Configure config_h.SH
34372 ____________________________________________________________________________
34373 [  7502] By: jhi                                   on 2000/10/31  14:25:02
34374         Log: AUTHORS tweaks.
34375      Branch: perl
34376            ! AUTHORS
34377 ____________________________________________________________________________
34378 [  7501] By: jhi                                   on 2000/10/31  14:23:59
34379         Log: Subject: perlfaq style changes
34380              From: John Borwick <jhborwic@unity.ncsu.edu>
34381              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
34382              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
34383      Branch: perl
34384            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34385            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34386            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34387            ! pod/perlfaq9.pod
34388 ____________________________________________________________________________
34389 [  7500] By: jhi                                   on 2000/10/31  14:22:15
34390         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
34391              
34392              Subject: Re: [ID 20000918.005] ~ on wide chars
34393              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34394              Date: Mon, 30 Oct 2000 21:09:55 -0800
34395              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
34396              
34397              (The ord() part of the patch skipped.)
34398      Branch: perl
34399            ! doop.c
34400 ____________________________________________________________________________
34401 [  7499] By: jhi                                   on 2000/10/31  14:20:08
34402         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
34403              From: Jens Hamisch <jens@Strawberry.COM>
34404              Date: Mon, 30 Oct 2000 15:17:07 +0100
34405              Message-Id: <20001030151707.A9597@Strawberry.COM>
34406      Branch: perl
34407            ! av.c
34408 ____________________________________________________________________________
34409 [  7498] By: jhi                                   on 2000/10/31  14:16:29
34410         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
34411              From: Peter Prymmer <pvhp@forte.com>
34412              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
34413              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
34414      Branch: perl
34415            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34416            + ext/Encode/Encode/posix-bc.enc
34417            ! MANIFEST t/lib/encode.t
34418 ____________________________________________________________________________
34419 [  7497] By: jhi                                   on 2000/10/31  14:13:22
34420         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
34421              From: Peter Prymmer <pvhp@forte.com>
34422              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
34423              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
34424      Branch: perl
34425            ! t/lib/cgi-html.t
34426 ____________________________________________________________________________
34427 [  7496] By: jhi                                   on 2000/10/31  14:12:05
34428         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
34429              From: Peter Prymmer <pvhp@forte.com>
34430              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
34431              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
34432      Branch: perl
34433            ! t/lib/cgi-function.t
34434 ____________________________________________________________________________
34435 [  7495] By: jhi                                   on 2000/10/31  14:11:08
34436         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
34437              From: Peter Prymmer <pvhp@forte.com>
34438              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
34439              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
34440      Branch: perl
34441            + ext/re/hints/aix.pl
34442            ! MANIFEST ext/re/Makefile.PL
34443 ____________________________________________________________________________
34444 [  7494] By: jhi                                   on 2000/10/31  14:08:32
34445         Log: Use Errno magic.
34446              
34447              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
34448              From: Casey Tweten <perl@ctweten.amsite.com>
34449              Date: Mon, 30 Oct 2000 15:51:17 -0500
34450              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
34451      Branch: perl
34452            ! lib/File/Temp.pm
34453 ____________________________________________________________________________
34454 [  7493] By: jhi                                   on 2000/10/31  14:05:07
34455         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
34456              
34457              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
34458              From: Nicholas Clark <nick@ccl4.org>
34459              Date: Mon, 30 Oct 2000 17:38:45 +0000
34460              Message-ID: <20001030173845.O60355@plum.flirble.org>
34461      Branch: perl
34462            ! Makefile.SH utils/perlbug.PL
34463 ____________________________________________________________________________
34464 [  7492] By: nick                                  on 2000/10/30  19:37:23
34465         Log: Change files which are mysteriously different to mainline to be
34466              copies of mainline.
34467      Branch: perlio
34468            ! objXSUB.h perlapi.c pod/perlapi.pod
34469 ____________________________________________________________________________
34470 [  7491] By: nick                                  on 2000/10/30  18:05:54
34471         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
34472              - typo in endian code in putc.
34473              - Don't allow read of write-only files and vice-versa
34474              - and off-by-one in flush-all loop.
34475              Remove debug calls as they were using GCC specific features.
34476      Branch: perlio
34477            ! perlio.c
34478 ____________________________________________________________________________
34479 [  7490] By: nick                                  on 2000/10/29  21:45:45
34480         Log: Integrate mainline to perlio
34481      Branch: perlio
34482           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
34483           !> toke.c
34484 ____________________________________________________________________________
34485 [  7489] By: jhi                                   on 2000/10/29  21:11:08
34486         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
34487              From: andreas.koenig@anima.de (Andreas J. Koenig)
34488              Date: 29 Oct 2000 22:05:59 +0100
34489              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
34490      Branch: perl
34491            ! lib/ExtUtils/Manifest.pm
34492 ____________________________________________________________________________
34493 [  7488] By: jhi                                   on 2000/10/29  21:07:47
34494         Log: Tests for #7487.
34495              
34496              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34497              From: andreas.koenig@anima.de (Andreas J. Koenig)
34498              Date: 29 Oct 2000 19:37:09 +0100
34499              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
34500      Branch: perl
34501            ! t/comp/proto.t
34502 ____________________________________________________________________________
34503 [  7487] By: jhi                                   on 2000/10/29  21:06:27
34504         Log: constsub spillage.
34505              
34506              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34507              From: John Tobey <jtobey@john-edwin-tobey.org>
34508              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
34509              Message-Id: <m13pvSr-000FObC@feynman.localnet>
34510      Branch: perl
34511            ! op.c
34512 ____________________________________________________________________________
34513 [  7486] By: nick                                  on 2000/10/29  21:05:04
34514         Log: Integrate mainline to perlio branch
34515      Branch: perlio
34516           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
34517           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
34518           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
34519           +> vos/install_perl.cm
34520            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
34521            - vos/config.h vos/config_h.SH_orig
34522           !> (integrate 141 files)
34523 ____________________________________________________________________________
34524 [  7485] By: jhi                                   on 2000/10/29  21:00:47
34525         Log: Make \x{...} consistently produce UTF-8.
34526              
34527              Subject: Re: \x{...} is confused 
34528              From: Simon Cozens <simon@cozens.net>
34529              Date: Sun, 29 Oct 2000 19:36:48 +0000
34530              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
34531      Branch: perl
34532            ! t/pragma/utf8.t toke.c
34533 ____________________________________________________________________________
34534 [  7484] By: nick                                  on 2000/10/29  20:05:29
34535         Log: PerlIO passes all tests.
34536      Branch: perlio
34537            ! perlio.c
34538 ____________________________________________________________________________
34539 [  7483] By: jhi                                   on 2000/10/29  18:06:55
34540         Log: Update Changes.
34541      Branch: perl
34542            ! Changes patchlevel.h
34543 ____________________________________________________________________________
34544 [  7482] By: nick                                  on 2000/10/29  17:43:28
34545         Log: Include <unistd.h> to get correct lseek() prototype etc.
34546              (I thought perl.h did that) - down to two fails
34547              - comp/require.t (last test)
34548              - lib/io_xs.t - possibly import/export of FILE * ?
34549      Branch: perlio
34550            ! perlio.c
34551 ____________________________________________________________________________
34552 [  7481] By: jhi                                   on 2000/10/29  17:02:37
34553         Log: UTF-8 decoder tweak.
34554      Branch: perl
34555            ! utf8.c
34556 ____________________________________________________________________________
34557 [  7480] By: nick                                  on 2000/10/29  16:26:11
34558         Log: Fixed two bugs:
34559              - error code not being set on close (of broken pipe)
34560              - append mode was truncating.
34561              At least one seek/tell bug remains.
34562      Branch: perlio
34563            ! perlio.c
34564 ____________________________________________________________________________
34565 [  7479] By: nick                                  on 2000/10/29  11:18:16
34566         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
34567              in case of accidents. Still several worrying fails, no line disciplines yet.
34568      Branch: perlio
34569            ! iperlsys.h perlio.c
34570 ____________________________________________________________________________
34571 [  7478] By: jhi                                   on 2000/10/29  02:04:01
34572         Log: Add also emailless people.
34573      Branch: perl
34574            ! AUTHORS
34575 ____________________________________________________________________________
34576 [  7477] By: jhi                                   on 2000/10/29  01:36:00
34577         Log: The #7476 needs a MANIFEST change, too.
34578      Branch: perl
34579            ! MANIFEST
34580 ____________________________________________________________________________
34581 [  7476] By: jhi                                   on 2000/10/29  01:35:21
34582         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
34583      Branch: perl
34584            - MAINTAIN
34585            ! AUTHORS Changes
34586 ____________________________________________________________________________
34587 [  7475] By: jhi                                   on 2000/10/28  23:57:25
34588         Log: De-quoted-unreadable to ISO Latin 1.
34589              (There's one ISO-2022-JP name in Changes5.004.)
34590      Branch: perl
34591            ! Changes Changes5.6
34592 ____________________________________________________________________________
34593 [  7474] By: jhi                                   on 2000/10/28  19:13:06
34594         Log: Subject: [ID 20001027.007] uniq array in perlfaq
34595              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
34596              Date: Fri, 27 Oct 2000 19:28:30 +0200
34597              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
34598      Branch: perl
34599            ! pod/perlfaq4.pod
34600 ____________________________________________________________________________
34601 [  7473] By: jhi                                   on 2000/10/28  18:02:05
34602         Log: Locking null mutexes is not recommendable.
34603              
34604              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
34605              From: Hugo <hv@crypt.compulink.co.uk>
34606              Date: Sat, 28 Oct 2000 18:41:12 +0100
34607              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
34608      Branch: perl
34609            ! op.c
34610 ____________________________________________________________________________
34611 [  7472] By: jhi                                   on 2000/10/28  17:52:58
34612         Log: Better create a true mailing list for the repository keepers.
34613      Branch: perl
34614            ! Porting/repository.pod
34615 ____________________________________________________________________________
34616 [  7471] By: jhi                                   on 2000/10/28  17:28:24
34617         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
34618              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
34619      Branch: perl
34620            + Porting/repository.pod
34621            ! MANIFEST
34622 ____________________________________________________________________________
34623 [  7470] By: jhi                                   on 2000/10/28  17:20:54
34624         Log: Subject: DOC PATCH 5.6.0
34625              From: mjd@plover.com
34626              Date: 27 Oct 2000 17:32:44 -0000
34627              Message-ID: <20001027173244.23754.qmail@plover.com>
34628      Branch: perl
34629            ! pod/perlfunc.pod
34630 ____________________________________________________________________________
34631 [  7469] By: jhi                                   on 2000/10/28  17:16:45
34632         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
34633              From: "Peter J. Farley III" <pjfarley@banet.net>
34634              Date: Fri, 27 Oct 2000 20:32:56 -0400
34635              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
34636      Branch: perl
34637            ! README.dos
34638 ____________________________________________________________________________
34639 [  7468] By: jhi                                   on 2000/10/28  17:07:18
34640         Log: Make target reordering to avoid pointless re-makes.
34641              
34642              Subject: Re: Total re-make of 'make okfile' after 7451 ?
34643              From: Nicholas Clark <nick@ccl4.org>
34644              Date: Sat, 28 Oct 2000 00:31:02 +0100
34645              Message-ID: <20001028003101.A54517@plum.flirble.org>
34646      Branch: perl
34647            ! Makefile.SH
34648 ____________________________________________________________________________
34649 [  7467] By: jhi                                   on 2000/10/28  17:05:31
34650         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
34651              From: lvirden@cas.org
34652              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
34653              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
34654      Branch: perl
34655            ! README.os2
34656 ____________________________________________________________________________
34657 [  7466] By: jhi                                   on 2000/10/28  16:09:16
34658         Log: Upgrade to CPAN 1.58_55.
34659              
34660              Subject: CPAN.pm status
34661              From: andreas.koenig@anima.de (Andreas J. Koenig) 
34662              Date: 28 Oct 2000 08:18:00 +0200 
34663              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
34664      Branch: perl
34665            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34666 ____________________________________________________________________________
34667 [  7465] By: jhi                                   on 2000/10/28  16:02:47
34668         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
34669      Branch: perl
34670            ! embed.h embed.pl perl.h proto.h toke.c
34671 ____________________________________________________________________________
34672 [  7464] By: nick                                  on 2000/10/28  10:43:44
34673         Log: Fix for sv_2iv() on "shared" value from keys %hash.
34674      Branch: perl
34675            ! sv.c
34676 ____________________________________________________________________________
34677 [  7463] By: jhi                                   on 2000/10/27  16:18:29
34678         Log: Update Changes.
34679      Branch: perl
34680            ! Changes patchlevel.h
34681 ____________________________________________________________________________
34682 [  7462] By: jhi                                   on 2000/10/27  16:17:44
34683         Log: Too enthusiastic editing in #7460.
34684      Branch: metaconfig
34685            ! U/modified/Oldsym.U
34686      Branch: perl
34687            ! Configure config_h.SH
34688 ____________________________________________________________________________
34689 [  7461] By: jhi                                   on 2000/10/27  15:37:38
34690         Log: Retract #7459, the script needs more work.
34691      Branch: perl
34692            - mkreef
34693            ! MANIFEST
34694 ____________________________________________________________________________
34695 [  7460] By: jhi                                   on 2000/10/27  15:23:14
34696         Log: Use $sort, $uniq (and $tr) consistently as wondered
34697              by Nicholas Clark.
34698      Branch: metaconfig
34699            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
34700            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
34701            ! U/modified/libc.U
34702      Branch: perl
34703            ! Configure config_h.SH
34704 ____________________________________________________________________________
34705 [  7459] By: jhi                                   on 2000/10/27  15:02:07
34706         Log: (Retracted by #7461)
34707              
34708              Add a shell script for creating/removing symbolic link farms,
34709              useful for keeping the source code read-only and doing the
34710              builds somewhere else.
34711      Branch: perl
34712            + mkreef
34713            ! MANIFEST
34714 ____________________________________________________________________________
34715 [  7458] By: jhi                                   on 2000/10/27  14:42:20
34716         Log: Do away with the fix_pl.
34717      Branch: perl
34718            - fix_pl
34719            ! MANIFEST Makefile.SH
34720 ____________________________________________________________________________
34721 [  7457] By: jhi                                   on 2000/10/27  12:43:13
34722         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
34723              From: Jens Hamisch <jens@Strawberry.COM>
34724              Date: Fri, 27 Oct 2000 14:38:21 +0200
34725              Message-Id: <20001027143821.B3366@Strawberry.COM>
34726      Branch: perl
34727            ! perl.h
34728 ____________________________________________________________________________
34729 [  7456] By: jhi                                   on 2000/10/27  12:33:42
34730         Log: Subject: [PATCH] todo
34731              From: Nicholas Clark <nick@ccl4.org>
34732              Date: Thu, 26 Oct 2000 22:32:29 +0100
34733              Message-ID: <20001026223229.A44540@plum.flirble.org>
34734      Branch: perl
34735            ! pod/perltodo.pod
34736 ____________________________________________________________________________
34737 [  7455] By: jhi                                   on 2000/10/27  12:02:21
34738         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
34739              From: John Tobey <jtobey@john-edwin-tobey.org>
34740              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
34741              Message-Id: <m13ozHF-000FObC@feynman.localnet>
34742      Branch: perl
34743            ! op.c t/pragma/sub_lval.t
34744 ____________________________________________________________________________
34745 [  7454] By: jhi                                   on 2000/10/27  11:59:42
34746         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
34747              From: sthoenna@efn.org
34748              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
34749              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
34750      Branch: perl
34751            ! pp.c t/op/assignwarn.t
34752 ____________________________________________________________________________
34753 [  7453] By: jhi                                   on 2000/10/27  00:15:08
34754         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
34755      Branch: perl
34756            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34757            ! ext/Storable/Storable.xs t/lib/st-lock.t
34758 ____________________________________________________________________________
34759 [  7452] By: jhi                                   on 2000/10/26  13:05:52
34760         Log: Undo #7451, this seems to be a deficiency in Perforce,
34761              there is no per-file line-terminator type, only per-client.
34762      Branch: perl
34763            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
34764            ! win32/makefile.mk
34765 ____________________________________________________________________________
34766 [  7451] By: jhi                                   on 2000/10/26  04:56:03
34767         Log: Experimenting in DOS arcana.
34768      Branch: perl
34769            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
34770            ! win32/makefile.mk
34771 ____________________________________________________________________________
34772 [  7450] By: jhi                                   on 2000/10/26  04:50:52
34773         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
34774              From: "Peter J. Farley III" <pjfarley@banet.net>            
34775              Date: Wed, 25 Oct 2000 23:10:18 -0400
34776              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
34777      Branch: perl
34778            ! t/io/open.t
34779 ____________________________________________________________________________
34780 [  7449] By: jhi                                   on 2000/10/26  04:49:16
34781         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
34782              From: Hugo <hv@crypt.compulink.co.uk>
34783              Date: Thu, 26 Oct 2000 01:55:17 +0100
34784              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
34785              
34786              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
34787      Branch: perl
34788            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
34789 ____________________________________________________________________________
34790 [  7448] By: jhi                                   on 2000/10/26  04:38:36
34791         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
34792              From: Peter Prymmer <pvhp@forte.com>
34793              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
34794              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
34795      Branch: perl
34796            ! configure.com
34797 ____________________________________________________________________________
34798 [  7447] By: jhi                                   on 2000/10/25  23:20:02
34799         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
34800              in platforms that strictly require all the symbols being present
34801              at link time.
34802      Branch: perl
34803            ! handy.h
34804 ____________________________________________________________________________
34805 [  7446] By: jhi                                   on 2000/10/25  21:55:57
34806         Log: Update Changes.
34807      Branch: perl
34808            ! Changes patchlevel.h
34809 ____________________________________________________________________________
34810 [  7445] By: jhi                                   on 2000/10/25  21:27:08
34811         Log: Integrate with vmsperl #7430 by Charles Bailey:
34812              
34813              Cleanup from prior patch (Charles Lane?):
34814              - improve handling of MFDs in Basename and Path
34815              - default to no xsubpp line # munging when building debug images
34816      Branch: perl
34817           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
34818 ____________________________________________________________________________
34819 [  7444] By: jhi                                   on 2000/10/25  21:03:50
34820         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
34821              From: John Peacock <JPeacock@UnivPress.com>
34822              Date: Thu, 18 May 2000 11:55:27 -0400
34823              Message-ID: <3924126F.A58BE57A@UnivPress.com>
34824      Branch: perl
34825            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
34826            ! t/op/write.t
34827 ____________________________________________________________________________
34828 [  7443] By: jhi                                   on 2000/10/25  20:43:10
34829         Log: Temporary stopgap for the self-tying issue: for now only
34830              array and hash self-ties are verboten.  The real fix, of
34831              course, would be to comprehensively test (and implement?)
34832              and debug (and document) self-ties.
34833      Branch: perl
34834            ! pod/perldiag.pod pp_sys.c t/op/tie.t
34835 ____________________________________________________________________________
34836 [  7442] By: jhi                                   on 2000/10/25  20:14:30
34837         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
34838              From: Dan Sugalski <dan@sidhe.org>
34839              Date: Wed, 25 Oct 2000 13:36:35 -0400
34840              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
34841              
34842              plus regen global.sym.
34843      Branch: perl
34844            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
34845            ! thrdvar.h util.c
34846 ____________________________________________________________________________
34847 [  7441] By: jhi                                   on 2000/10/25  20:12:20
34848         Log: buildtoc target tweaks.
34849      Branch: perl
34850            ! pod/Makefile.SH
34851 ____________________________________________________________________________
34852 [  7440] By: jhi                                   on 2000/10/25  20:03:53
34853         Log: A new version of making the syslog test more robust.
34854              (Replaces #7421.)
34855              
34856              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
34857              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34858              Date: Wed, 25 Oct 2000 12:13:54 -0400
34859              Message-ID: <20001025121354.B2264@O2.chapin.edu>
34860      Branch: perl
34861            ! t/lib/syslog.t
34862 ____________________________________________________________________________
34863 [  7439] By: jhi                                   on 2000/10/25  20:00:48
34864         Log: Continue the internal UTF-8 API tweaking.
34865              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
34866              used much more than the simpler API, now called utf8_to_uv_simple().
34867              Still not quite happy with API, too much partial duplication
34868              of functionality.
34869      Branch: perl
34870            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
34871            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
34872            ! regcomp.c regexec.c sv.c toke.c utf8.c
34873 ____________________________________________________________________________
34874 [  7438] By: jhi                                   on 2000/10/25  18:52:30
34875         Log: Allow poking holes at the UTF-8 decoding strictness.
34876      Branch: perl
34877            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
34878            ! utf8.h
34879 ____________________________________________________________________________
34880 [  7437] By: jhi                                   on 2000/10/25  13:53:05
34881         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
34882              UTF8LEN() and UTF8SKIP(). 
34883      Branch: perl
34884            ! pp.c utf8.c utf8.h
34885 ____________________________________________________________________________
34886 [  7436] By: jhi                                   on 2000/10/25  13:51:37
34887         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
34888              From: Nicholas Clark <nick@ccl4.org>
34889              Date: Wed, 25 Oct 2000 14:44:05 +0100
34890              Message-ID: <20001025144404.D27253@plum.flirble.org>
34891      Branch: perl
34892            ! pod/perlrun.pod
34893 ____________________________________________________________________________
34894 [  7435] By: jhi                                   on 2000/10/25  13:49:32
34895         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
34896              From: Mike Guy <mjtg@cam.ac.uk>
34897              Date: Tue, 24 Oct 2000 14:59:40 +0100
34898              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
34899      Branch: perl
34900            ! scope.c
34901 ____________________________________________________________________________
34902 [  7434] By: jhi                                   on 2000/10/25  13:48:41
34903         Log: AIX is picky about its symbol exports.  Solution for now
34904              is to include the deb.o explicitly to the re extension build.
34905              
34906              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
34907              From: Peter Prymmer <pvhp@forte.com>
34908              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
34909              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
34910      Branch: perl
34911            ! ext/re/Makefile.PL hints/aix.sh
34912 ____________________________________________________________________________
34913 [  7433] By: jhi                                   on 2000/10/25  13:46:49
34914         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
34915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34916              Date: Wed, 25 Oct 2000 12:02:20 +0200
34917              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
34918      Branch: perl
34919            ! perlsdio.h
34920 ____________________________________________________________________________
34921 [  7432] By: jhi                                   on 2000/10/25  13:44:28
34922         Log: Subject: Minor update to find2perl, for portability
34923              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
34924              Date: Wed, 25 Oct 2000 12:05:47 +0100
34925              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
34926      Branch: perl
34927            ! x2p/find2perl.PL
34928 ____________________________________________________________________________
34929 [  7431] By: jhi                                   on 2000/10/25  13:40:39
34930         Log: Add targets to Makefile.SH, most importantly
34931              'regen_all' which also remembers to update vms/perly*.
34932      Branch: perl
34933            ! Makefile.SH
34934 ____________________________________________________________________________
34935 [  7430] By: bailey                                on 2000/10/25  03:13:53
34936         Log: Cleanup from prior patch (Charles Lane?):
34937              - improve handling of MFDs in Basename and Path
34938              - default to no xsubpp line # munging when building debug images
34939      Branch: vmsperl
34940            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
34941 ____________________________________________________________________________
34942 [  7429] By: jhi                                   on 2000/10/24  20:03:40
34943         Log: Podify README.epoc and README.vos.
34944      Branch: perl
34945            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
34946            ! pod/perlport.pod pod/perltoc.pod
34947 ____________________________________________________________________________
34948 [  7428] By: jhi                                   on 2000/10/24  19:10:33
34949         Log: Stratus VOS updates from Paul Green.
34950      Branch: perl
34951            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34952            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
34953            - vos/config.def vos/config.h vos/config_h.SH_orig
34954            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
34955            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
34956 ____________________________________________________________________________
34957 [  7427] By: jhi                                   on 2000/10/24  18:59:48
34958         Log: Check if stdio supports tweaking lval and cnt simultaneously.
34959              
34960              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34961              From: Nicholas Clark <nick@ccl4.org>
34962              Date: Mon, 23 Oct 2000 15:39:32 +0100
34963              Message-ID: <20001023153932.A10786@plum.flirble.org>
34964      Branch: metaconfig
34965            ! U/compline/d_stdstdio.U
34966      Branch: perl
34967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34968            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
34969            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
34970            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
34971            ! vos/config.h vos/config_h.SH_orig win32/config.bc
34972            ! win32/config.gc win32/config.vc
34973 ____________________________________________________________________________
34974 [  7426] By: jhi                                   on 2000/10/24  17:57:44
34975         Log: Missed the header file changes from #7425.
34976      Branch: perl
34977            ! embed.h embed.pl objXSUB.h proto.h
34978 ____________________________________________________________________________
34979 [  7425] By: jhi                                   on 2000/10/24  17:55:17
34980         Log: Fix the bug reported in
34981              
34982              From: andreas.koenig@anima.de (Andreas J. Koenig)
34983              Subject: Encode bug?
34984              Date: 24 Oct 2000 14:01:26 +0200 
34985              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
34986              
34987              Also make is_utf8_char() stricter.
34988      Branch: perl
34989            ! ext/Encode/Encode.xs utf8.c
34990 ____________________________________________________________________________
34991 [  7424] By: jhi                                   on 2000/10/24  15:15:39
34992         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
34993              From: Peter Scott <Peter@PSDT.com>
34994              Date: Mon, 23 Oct 2000 19:46:01 -0700
34995              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
34996      Branch: perl
34997            ! pod/perlfaq5.pod
34998 ____________________________________________________________________________
34999 [  7423] By: jhi                                   on 2000/10/24  14:25:30
35000         Log: Test tweak to avoid pulling in the whole Config.
35001      Branch: perl
35002            ! t/lib/st-lock.t
35003 ____________________________________________________________________________
35004 [  7422] By: jhi                                   on 2000/10/24  14:03:16
35005         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
35006      Branch: perl
35007            ! pp.c
35008 ____________________________________________________________________________
35009 [  7421] By: jhi                                   on 2000/10/24  13:32:09
35010         Log: (Replaced by #7440.)
35011              
35012              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35013              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35014              Date: Mon, 23 Oct 2000 16:40:54 -0400
35015              Message-ID: <20001023164054.B14491@O2.chapin.edu>
35016      Branch: perl
35017            ! t/lib/syslog.t
35018 ____________________________________________________________________________
35019 [  7420] By: jhi                                   on 2000/10/24  13:30:53
35020         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
35021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35022              Date: Mon, 23 Oct 2000 17:29:03 -0400
35023              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
35024      Branch: perl
35025            ! lib/ExtUtils/MM_Unix.pm
35026 ____________________________________________________________________________
35027 [  7419] By: jhi                                   on 2000/10/24  13:29:57
35028         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
35029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35030              Date: Mon, 23 Oct 2000 19:01:32 -0400
35031              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
35032      Branch: perl
35033            ! utils/h2xs.PL
35034 ____________________________________________________________________________
35035 [  7418] By: jhi                                   on 2000/10/24  13:26:04
35036         Log: Replace #7409 with
35037              
35038              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
35039              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35040              Date: Mon, 23 Oct 2000 20:08:56 +0200
35041              Message-ID: <20001023200855.A14850@nice.ram.loc>
35042      Branch: perl
35043            ! ext/Storable/Storable.pm t/lib/st-lock.t
35044 ____________________________________________________________________________
35045 [  7417] By: jhi                                   on 2000/10/24  13:17:52
35046         Log: Run vms/vms_yfix.pl, should have done that after changing
35047              perly.c in #7382.
35048      Branch: perl
35049            ! vms/perly_c.vms vms/perly_h.vms
35050 ____________________________________________________________________________
35051 [  7416] By: jhi                                   on 2000/10/24  02:55:33
35052         Log: Make the UTF-8 decoding stricter and more verbose when
35053              malformation happens.  This involved adding an argument
35054              to utf8_to_uv_chk(), which involved changing its prototype,
35055              and prefer STRLEN over I32 for the UTF-8 length, which as
35056              a domino effect necessitated changing the prototypes of
35057              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35058              The stricter UTF-8 decoding checking uses Markus Kuhn's
35059              UTF-8 Decode Stress Tester from
35060              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35061      Branch: perl
35062            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
35063            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
35064            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
35065            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
35066 ____________________________________________________________________________
35067 [  7415] By: jhi                                   on 2000/10/23  14:06:06
35068         Log: Update Changes.
35069      Branch: perl
35070            ! Changes patchlevel.h
35071 ____________________________________________________________________________
35072 [  7414] By: jhi                                   on 2000/10/23  12:39:52
35073         Log: Undo the basename() part of #7412 since the lib/basename
35074              tests would need upgrading too.
35075      Branch: perl
35076            ! lib/File/Basename.pm
35077 ____________________________________________________________________________
35078 [  7413] By: jhi                                   on 2000/10/23  12:19:27
35079         Log: Document PERL_INSTALL_ROOT of #7210.
35080      Branch: perl
35081            ! lib/ExtUtils/Install.pm
35082 ____________________________________________________________________________
35083 [  7412] By: jhi                                   on 2000/10/23  12:16:47
35084         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
35085      Branch: perl
35086            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
35087            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
35088 ____________________________________________________________________________
35089 [  7411] By: jhi                                   on 2000/10/23  12:07:41
35090         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
35091              From: Prymmer/Kahn <pvhp@best.com>
35092              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
35093              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
35094      Branch: perl
35095            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
35096 ____________________________________________________________________________
35097 [  7410] By: jhi                                   on 2000/10/23  04:10:11
35098         Log: The change #7187 was not so good on VMS.
35099              
35100              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
35101              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35102              Date: Sun, 22 Oct 2000 23:03:08 -0500
35103              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
35104      Branch: perl
35105            ! utils/perldoc.PL
35106 ____________________________________________________________________________
35107 [  7409] By: jhi                                   on 2000/10/23  03:57:36
35108         Log: Avoid Storable locking on DJGPP for now.
35109              
35110              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
35111              From: "Peter J. Farley III" <pjfarley@banet.net>
35112              Date: Sun, 22 Oct 2000 20:00:00 -0400
35113              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
35114      Branch: perl
35115            ! ext/Storable/Storable.pm t/lib/st-lock.t
35116 ____________________________________________________________________________
35117 [  7408] By: jhi                                   on 2000/10/23  03:50:24
35118         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
35119              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35120              Date: Sun, 22 Oct 2000 21:12:22 -0400
35121              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
35122      Branch: perl
35123            ! lib/vars.pm
35124 ____________________________________________________________________________
35125 [  7407] By: jhi                                   on 2000/10/23  03:43:12
35126         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
35127              From: Hugo <hv@crypt.compulink.co.uk>
35128              Date: Mon, 23 Oct 2000 00:47:22 +0100
35129              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
35130      Branch: perl
35131            ! regexec.c t/op/pat.t
35132 ____________________________________________________________________________
35133 [  7406] By: jhi                                   on 2000/10/23  03:40:29
35134         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
35135      Branch: perl
35136            ! lib/ExtUtils/MakeMaker.pm
35137 ____________________________________________________________________________
35138 [  7405] By: jhi                                   on 2000/10/22  21:32:00
35139         Log: Doc patch.
35140              
35141              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
35142              From: rspier@pobox.com (Robert Spier)
35143              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
35144              Message-ID: <14835.16112.13457.447971@rls.cx>
35145      Branch: perl
35146            ! lib/strict.pm
35147 ____________________________________________________________________________
35148 [  7404] By: jhi                                   on 2000/10/22  21:30:51
35149         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
35150              From: rspier@pobox.com (Robert Spier)
35151              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
35152              Message-ID: <14835.17223.72448.705566@rls.cx>
35153      Branch: perl
35154            ! lib/ExtUtils/MakeMaker.pm
35155 ____________________________________________________________________________
35156 [  7403] By: jhi                                   on 2000/10/22  21:24:11
35157         Log: Subject: [PATCH bleadperl] ripples from constsub patch
35158              From: John Tobey <jtobey@john-edwin-tobey.org>
35159              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
35160              Message-Id: <m13nSOB-000FObC@feynman.localnet>
35161      Branch: perl
35162            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
35163 ____________________________________________________________________________
35164 [  7402] By: jhi                                   on 2000/10/22  20:59:35
35165         Log: Support s?printf parameter reordering.
35166      Branch: perl
35167            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
35168 ____________________________________________________________________________
35169 [  7401] By: jhi                                   on 2000/10/22  19:19:14
35170         Log: Expand %Config variables only if explicitly so requested
35171              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
35172              
35173              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35174              From: Gurusamy Sarathy <gsar@ActiveState.com>
35175              Date: Sun, 22 Oct 2000 11:47:32 -0700
35176              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
35177      Branch: perl
35178            ! Makefile.SH lib/lib_pm.PL
35179 ____________________________________________________________________________
35180 [  7400] By: jhi                                   on 2000/10/22  18:24:10
35181         Log: Move the #7390 test from warn/op to comp/redef.
35182              
35183              Subject: Re: Creating const subs for constants.
35184              From: John Tobey <jtobey@john-edwin-tobey.org>
35185              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
35186              Message-Id: <m13nG72-000FObC@feynman.localnet>               
35187      Branch: perl
35188            ! t/comp/redef.t t/pragma/warn/op
35189 ____________________________________________________________________________
35190 [  7399] By: jhi                                   on 2000/10/22  17:49:59
35191         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35192              From: Nicholas Clark <nick@ccl4.org>
35193              Date: Sat, 21 Oct 2000 22:23:19 +0100
35194              Message-ID: <20001021222319.B45586@plum.flirble.org>
35195      Branch: perl
35196            ! ext/DynaLoader/DynaLoader_pm.PL
35197 ____________________________________________________________________________
35198 [  7398] By: jhi                                   on 2000/10/22  17:47:35
35199         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
35200              From: Hugo <hv@crypt.compulink.co.uk>
35201              Date: Sat, 21 Oct 2000 18:19:59 +0100
35202              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
35203      Branch: perl
35204            ! ext/B/B.pm ext/B/B/C.pm
35205 ____________________________________________________________________________
35206 [  7397] By: jhi                                   on 2000/10/22  17:35:18
35207         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
35208              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35209              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
35210              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
35211      Branch: perl
35212            ! hints/openbsd.sh
35213 ____________________________________________________________________________
35214 [  7396] By: jhi                                   on 2000/10/22  17:19:46
35215         Log: Subject: installman go-faster stripes
35216              From: Nicholas Clark <nick@talking.bollo.cx>
35217              Date: Sat, 21 Oct 2000 17:24:53 +0100
35218              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
35219              
35220              Subject: Re: installman go-faster stripes
35221              From: Russ Allbery <rra@stanford.edu>
35222              Date: 21 Oct 2000 11:04:13 -0700
35223              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
35224      Branch: perl
35225            ! installman pod/pod2man.PL
35226 ____________________________________________________________________________
35227 [  7395] By: jhi                                   on 2000/10/22  17:17:35
35228         Log: Hints tweak from Anton Berezin.
35229      Branch: perl
35230            ! hints/freebsd.sh
35231 ____________________________________________________________________________
35232 [  7394] By: jhi                                   on 2000/10/22  04:50:04
35233         Log: Tweak the Is* definitions of Unicode character classes
35234              to better match the official categorizations; embrace
35235              the official categorizations; add the combining marks
35236              as alpha (and -numeric); fix DCinital (a typo and edito)
35237              to be DCmedial.
35238      Branch: perl
35239            + lib/unicode/Is/DCmedial.pl
35240            - lib/unicode/Is/DCinital.pl
35241            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35242            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
35243            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
35244            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35245 ____________________________________________________________________________
35246 [  7393] By: jhi                                   on 2000/10/21  18:06:05
35247         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
35248              From: Daniel Chetlin <daniel@chetlin.com>
35249              Date: Sat, 21 Oct 2000 02:57:03 -0700
35250              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
35251      Branch: perl
35252            + t/lib/tie-splice.t
35253            ! MANIFEST lib/Tie/Array.pm
35254 ____________________________________________________________________________
35255 [  7392] By: gsar                                  on 2000/10/21  18:05:15
35256         Log: resync utfperl branch with mainline
35257      Branch: utfperl
35258           !> (integrate 1760 files)
35259 ____________________________________________________________________________
35260 [  7391] By: jhi                                   on 2000/10/21  14:37:49
35261         Log: Testcases for a #7383,#7385 related bug.
35262              
35263              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
35264              From: Nicholas Clark <nick@ccl4.org>
35265              Date: Sat, 21 Oct 2000 15:04:51 +0100
35266              Message-ID: <20001021150451.A51566@plum.flirble.org>
35267      Branch: perl
35268            ! t/pragma/utf8.t
35269 ____________________________________________________________________________
35270 [  7390] By: jhi                                   on 2000/10/21  14:35:57
35271         Log: Add a testcase for #7389.
35272      Branch: perl
35273            ! t/pragma/warn/op
35274 ____________________________________________________________________________
35275 [  7389] By: jhi                                   on 2000/10/21  14:26:45
35276         Log: Subject: Re: Creating const subs for constants.
35277              From: John Tobey <jtobey@john-edwin-tobey.org>
35278              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
35279              Message-Id: <m13mo0N-000FObC@feynman.localnet>
35280      Branch: perl
35281            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
35282            ! proto.h sv.c
35283 ____________________________________________________________________________
35284 [  7388] By: nick                                  on 2000/10/21  11:44:23
35285         Log: Populate perlio branch
35286      Branch: perlio
35287           +> (branch 1760 files)
35288 ____________________________________________________________________________
35289 [  7387] By: nick                                  on 2000/10/21  10:52:05
35290         Log: Get branch back as replica of mainline via :
35291              p4 integrate -b utfperl
35292              p4 resolve -at ./...
35293      Branch: utfperl
35294           +> (branch 269 files)
35295            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
35296            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
35297            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
35298            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
35299            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
35300            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35301            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35302            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35303            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35304            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35305            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35306            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35307            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35308            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35309            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35310            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35311            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35312            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35313            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
35314            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
35315            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
35316            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
35317            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
35318            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
35319            - lib/unicode/UCD300.html lib/unicode/Unicode.300
35320            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
35321            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
35322            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
35323            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
35324           !> (integrate 965 files)
35325 ____________________________________________________________________________
35326 [  7386] By: jhi                                   on 2000/10/21  01:31:12
35327         Log: Update Changes.
35328      Branch: perl
35329            ! Changes patchlevel.h
35330 ____________________________________________________________________________
35331 [  7385] By: jhi                                   on 2000/10/21  01:28:42
35332         Log: The #7383 was right only in the context of the original bug report,
35333              not in more general case.
35334      Branch: perl
35335            ! pp_hot.c
35336 ____________________________________________________________________________
35337 [  7384] By: jhi                                   on 2000/10/21  01:08:23
35338         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
35339      Branch: perl
35340            ! ext/IO/lib/IO/Select.pm
35341 ____________________________________________________________________________
35342 [  7383] By: jhi                                   on 2000/10/21  00:44:18
35343         Log: Fix for ID 20001020.006, concatenating an unset submatch
35344              with utf8 resulted in "Modification of a read-only value".
35345      Branch: perl
35346            ! pp_hot.c t/pragma/utf8.t
35347 ____________________________________________________________________________
35348 [  7382] By: jhi                                   on 2000/10/20  20:44:31
35349         Log: Make scan_num() reëntrant, as suggested in
35350              
35351              Subject: [PATCH perl@7229] Rentrant parser and yylex()
35352              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35353              Date: Fri, 20 Oct 2000 14:17:27 +0100
35354              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35355      Branch: perl
35356            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
35357            ! toke.c
35358 ____________________________________________________________________________
35359 [  7381] By: jhi                                   on 2000/10/20  20:07:29
35360         Log: Reëntrancy fix.
35361              
35362              Subject: [PATCH perl@7229] Rentrant parser and yylex()
35363              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35364              Date: Fri, 20 Oct 2000 14:17:27 +0100
35365              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35366      Branch: perl
35367            ! embed.h embed.pl perl.h proto.h toke.c
35368 ____________________________________________________________________________
35369 [  7380] By: jhi                                   on 2000/10/20  19:15:54
35370         Log: Don't write double values through long double pointers,
35371              based on a part of
35372              
35373              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35374              From: Jens Hamisch <jens@Strawberry.COM>
35375              Date: Tue, 17 Oct 2000 08:39:36 +0200
35376              Message-Id: <20001017083936.A11104@Strawberry.COM>
35377      Branch: perl
35378            ! perl.h pp.c
35379 ____________________________________________________________________________
35380 [  7379] By: jhi                                   on 2000/10/20  18:43:37
35381         Log: Portability tweak on #7377.
35382              
35383              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
35384              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35385              Date:     Fri, 20 Oct 2000 13:13:41 EDT
35386              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
35387      Branch: perl
35388            ! t/lib/dprof.t
35389 ____________________________________________________________________________
35390 [  7378] By: jhi                                   on 2000/10/20  12:57:19
35391         Log: SOCKS function redefinitions need prototypes, too, otherwise
35392              for example 32 bit versus 64 bit differences cause a lot of
35393              problems.  Part of
35394              
35395              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35396              From: Jens Hamisch <jens@Strawberry.COM>
35397              Date: Tue, 17 Oct 2000 08:39:36 +0200
35398              Message-Id: <20001017083936.A11104@Strawberry.COM>
35399      Branch: perl
35400            ! doio.c pp_sys.c
35401 ____________________________________________________________________________
35402 [  7377] By: jhi                                   on 2000/10/20  12:37:12
35403         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
35404              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35405              Date:     Fri, 20 Oct 2000 08:26:04 EDT
35406              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
35407      Branch: perl
35408            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
35409 ____________________________________________________________________________
35410 [  7376] By: jhi                                   on 2000/10/20  12:35:31
35411         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
35412              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35413              Date:     Fri, 20 Oct 2000 07:48:15 EDT
35414              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
35415      Branch: perl
35416            ! configure.com vms/gen_shrfls.pl
35417 ____________________________________________________________________________
35418 [  7375] By: bailey                                on 2000/10/20  04:44:37
35419         Log: SYN SYN
35420      Branch: vmsperl
35421           +> (branch 134 files)
35422            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
35423            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
35424            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
35425            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
35426            - eg/cgi/frameset.cgi eg/cgi/index.html
35427            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35428            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35429            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35430            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35431            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35432            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35433            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35434            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35435            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35436            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35437            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35438            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35439            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35440            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
35441            - lib/unicode/Props.txt lib/unicode/UCD300.html
35442            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35443            - utils/perlbc.PL vms/subconfigure.com
35444           !> (integrate 785 files)
35445 ____________________________________________________________________________
35446 [  7374] By: jhi                                   on 2000/10/20  00:59:48
35447         Log: In the latest compiler builds cccdlflags must not become -fpic,
35448              from Wilfredo Sánchez.
35449      Branch: perl
35450            ! hints/darwin.sh
35451 ____________________________________________________________________________
35452 [  7373] By: jhi                                   on 2000/10/20  00:56:35
35453         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
35454              From: Tony Cook <tony@develop-help.com>
35455              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
35456              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
35457      Branch: perl
35458            ! pod/perlop.pod
35459 ____________________________________________________________________________
35460 [  7372] By: jhi                                   on 2000/10/19  19:34:40
35461         Log: Typo noted by Mark Lutz.
35462      Branch: perl
35463            ! t/op/64bitint.t
35464 ____________________________________________________________________________
35465 [  7371] By: jhi                                   on 2000/10/19  19:33:13
35466         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
35467      Branch: metaconfig
35468            ! U/modified/Cppsym.U U/modified/Oldconfig.U
35469      Branch: metaconfig/U/perl
35470            ! End.U dlsrc.U libperl.U
35471      Branch: perl
35472            + hints/nonstopux.sh
35473            ! Configure MANIFEST config_h.SH
35474 ____________________________________________________________________________
35475 [  7370] By: jhi                                   on 2000/10/19  17:18:08
35476         Log: Subject: PATCH do_print has 2 PerlIO_error()s
35477              From: nick@ccl4.org
35478              Date: Thu, 19 Oct 2000 18:09:20 +0100
35479              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
35480      Branch: perl
35481            ! doio.c
35482 ____________________________________________________________________________
35483 [  7369] By: jhi                                   on 2000/10/19  14:01:49
35484         Log: Update Changes.
35485      Branch: perl
35486            ! Changes patchlevel.h
35487 ____________________________________________________________________________
35488 [  7368] By: jhi                                   on 2000/10/19  13:04:29
35489         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
35490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35491              Date: Wed, 18 Oct 2000 13:12:01 +0200
35492              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
35493      Branch: perl
35494            ! hints/aix.sh
35495 ____________________________________________________________________________
35496 [  7367] By: jhi                                   on 2000/10/19  02:22:40
35497         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
35498              of a 'pmshort' anywhere in the B, so the offending line was simply
35499              removed.
35500      Branch: perl
35501            ! ext/B/B/Debug.pm
35502 ____________________________________________________________________________
35503 [  7366] By: jhi                                   on 2000/10/19  02:12:37
35504         Log: Add the test case for the bug id 20000730.004 which seems
35505              to have been fixed by now.
35506      Branch: perl
35507            ! t/pragma/utf8.t
35508 ____________________________________________________________________________
35509 [  7365] By: jhi                                   on 2000/10/18  23:36:24
35510         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
35511              From: Hugo <hv@crypt.compulink.co.uk>
35512              Date: Wed, 18 Oct 2000 23:25:58 +0100
35513              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
35514      Branch: perl
35515            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
35516 ____________________________________________________________________________
35517 [  7364] By: jhi                                   on 2000/10/18  21:12:53
35518         Log: (retracted)
35519      Branch: perl
35520            ! pp.c
35521 ____________________________________________________________________________
35522 [  7363] By: jhi                                   on 2000/10/18  20:55:38
35523         Log: Missing change from #7362.
35524      Branch: perl
35525            ! win32/perlhost.h
35526 ____________________________________________________________________________
35527 [  7362] By: jhi                                   on 2000/10/18  20:52:01
35528         Log: Borland C fstat() never saw the fd as writable.
35529              
35530              Subject: fix for Borland's weak "stat" (perl@7211)
35531              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35532              Date: Mon, 16 Oct 2000 09:55:03 +0400
35533              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
35534      Branch: perl
35535            ! win32/win32.c
35536 ____________________________________________________________________________
35537 [  7361] By: jhi                                   on 2000/10/18  17:43:50
35538         Log: Regen toc.
35539      Branch: perl
35540            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35541 ____________________________________________________________________________
35542 [  7360] By: jhi                                   on 2000/10/18  17:07:44
35543         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35544              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
35545              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
35546              Date: Mon, 16 Oct 2000 15:19:49 +0200
35547      Branch: perl
35548            + README.aix
35549            ! MANIFEST
35550 ____________________________________________________________________________
35551 [  7359] By: jhi                                   on 2000/10/18  17:04:49
35552         Log: Subject: Pod patch for Devel::Peek
35553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35554              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
35555              Date: Mon, 16 Oct 2000 12:26:34 +0200
35556      Branch: perl
35557            ! ext/Devel/Peek/Peek.pm
35558 ____________________________________________________________________________
35559 [  7358] By: jhi                                   on 2000/10/18  17:03:15
35560         Log: Make Cwd more bulletproof in chrooted environments.
35561              
35562              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
35563              From: "Eric E. Coe" <Eric.Coe@oracle.com>
35564              Date: Wed, 18 Oct 2000 04:03:54 -0400
35565              Message-Id: <39ED596A.70E599FE@oracle.com>
35566      Branch: perl
35567            ! lib/Cwd.pm
35568 ____________________________________________________________________________
35569 [  7357] By: jhi                                   on 2000/10/18  16:37:26
35570         Log: Disable the UTF8 downgrade croakage for now to avoid
35571              too many not okay messages.
35572      Branch: perl
35573            ! doio.c
35574 ____________________________________________________________________________
35575 [  7356] By: jhi                                   on 2000/10/17  23:29:41
35576         Log: Show the failed remote port, instead of the failing line number.
35577              
35578              Subject: [PATCH 5.6.1 Debugger] More diagnostics
35579              From: David Sparks <daves@ActiveState.com>
35580              Date: Tue, 17 Oct 2000 15:00:24 -0700
35581              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
35582      Branch: perl
35583            ! lib/perl5db.pl
35584 ____________________________________________________________________________
35585 [  7355] By: jhi                                   on 2000/10/17  14:11:31
35586         Log: On output try to downgrade to bytes, croak if impossible,
35587              from Simon Cozens.  This means that outputting >255 UTF8
35588              is impossible.  Consider this as a strong incentive to get
35589              the I/O disciplines implemented.
35590      Branch: perl
35591            ! doio.c pod/perldiag.pod sv.c
35592 ____________________________________________________________________________
35593 [  7354] By: jhi                                   on 2000/10/17  13:42:23
35594         Log: Clarify documentation on 'use bytes'.
35595              
35596              Subject: Re: What does 'use bytes' "mean" ?
35597              From: Simon Cozens <simon@cozens.net>
35598              Date: Mon, 18 Sep 2000 18:24:25 +0100
35599              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
35600      Branch: perl
35601            ! lib/bytes.pm
35602 ____________________________________________________________________________
35603 [  7353] By: jhi                                   on 2000/10/17  13:28:12
35604         Log: Workaround for a sfio bug where the stream error indicator
35605              is not cleared as documented.
35606              
35607              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35608              From: Nicholas Clark <nick@ccl4.org>
35609              Date: Mon, 16 Oct 2000 18:28:23 +0100
35610              Message-ID: <20001016182823.J19700@plum.flirble.org>
35611      Branch: perl
35612            ! doio.c
35613 ____________________________________________________________________________
35614 [  7352] By: jhi                                   on 2000/10/17  13:06:19
35615         Log: More IoTYPE sprinkling.
35616      Branch: perl
35617            ! doio.c pp_hot.c
35618 ____________________________________________________________________________
35619 [  7351] By: jhi                                   on 2000/10/16  22:47:07
35620         Log: Detect early whether the std streams have gone bad.
35621              
35622              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35623              Date: Mon, 16 Oct 2000 23:28:42 +0100
35624              From: Nicholas Clark <nick@ccl4.org>
35625              Message-ID: <20001016232842.A37942@plum.flirble.org>
35626      Branch: perl
35627            ! t/op/misc.t
35628 ____________________________________________________________________________
35629 [  7350] By: jhi                                   on 2000/10/16  22:45:16
35630         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
35631              From: "Peter J. Farley III" <pjfarley@banet.net>
35632              Date: Mon, 16 Oct 2000 18:15:59 -0400
35633              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
35634      Branch: perl
35635            ! djgpp/djgpp.c dosish.h t/io/open.t
35636 ____________________________________________________________________________
35637 [  7349] By: jhi                                   on 2000/10/16  22:36:45
35638         Log: perldelta tweak.
35639      Branch: perl
35640            ! pod/perldelta.pod
35641 ____________________________________________________________________________
35642 [  7348] By: jhi                                   on 2000/10/16  15:17:53
35643         Log: Update Changes.
35644      Branch: perl
35645            ! Changes patchlevel.h
35646 ____________________________________________________________________________
35647 [  7347] By: jhi                                   on 2000/10/16  13:55:27
35648         Log: Add the capability to include/exclude branches.
35649      Branch: perl
35650            ! Porting/genlog
35651 ____________________________________________________________________________
35652 [  7346] By: jhi                                   on 2000/10/16  13:18:04
35653         Log: Add Charles Lane.
35654      Branch: perl
35655            ! AUTHORS Changes
35656 ____________________________________________________________________________
35657 [  7345] By: jhi                                   on 2000/10/16  13:13:21
35658         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
35659      Branch: perl
35660            ! pod/perldelta.pod
35661 ____________________________________________________________________________
35662 [  7344] By: gsar                                  on 2000/10/16  09:30:21
35663         Log: integrate change#6220 from cfgperl
35664              
35665              Win32 patches from Benjamin Stuhl.
35666      Branch: maint-5.6/perl
35667           !> makedef.pl win32/win32.h
35668 ____________________________________________________________________________
35669 [  7343] By: gsar                                  on 2000/10/16  08:32:19
35670         Log: integrate changes#6221,6222 from cfgperl
35671              
35672              Remove tr///CU (the feature is to be obsoleted by better interfaces).
35673              From: simon@brecon.co.uk (Simon Cozens)
35674              Subject: [PATCH] Eliminate tr///[CU][CU]
35675              Date: 23 Jun 2000 11:05:40 GMT
35676              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
35677              
35678              doc typo fix
35679              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
35680              From: Ian Phillipps <Ian.Phillipps@iname.com>
35681              Date: Fri, 23 Jun 2000 10:40:58 +0100
35682              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
35683      Branch: maint-5.6/perl
35684           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
35685 ____________________________________________________________________________
35686 [  7342] By: gsar                                  on 2000/10/16  08:28:08
35687         Log: integrate change#6217 from cfgperl (in part)
35688              
35689              Rename the fdpid locking and integrate with Sarathy.
35690      Branch: maint-5.6/perl
35691           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
35692           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
35693           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
35694           !> win32/win32.c
35695 ____________________________________________________________________________
35696 [  7341] By: gsar                                  on 2000/10/16  08:23:39
35697         Log: integrate changes#6214..6216 from mainline
35698              
35699              @_ can't have junk in it even in the non-USE_ITHREADS case because
35700              caller() wants to populate @DB::args with it (causes a coredump
35701              in Carp::confess())
35702              
35703              tweak comment about @DB::args
35704              
35705              be more optimal about clearing @_
35706      Branch: maint-5.6/perl
35707           !> av.h cop.h pp_ctl.c t/op/runlevel.t
35708 ____________________________________________________________________________
35709 [  7340] By: gsar                                  on 2000/10/16  08:20:37
35710         Log: integrate changes#6207..6210 from cfgperl
35711              
35712              Subject: [PATCH 5.6.0] Threadsafe patches
35713              From: Dan Sugalski <dan@sidhe.org>
35714              To: perl5-porters@perl.org
35715              Date: Mon, 08 May 2000 18:08:13 -0400
35716              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
35717              
35718              Regen headers for #6207.
35719              
35720              Lock PL_fdpid against race conditions, based on:
35721              Subject: [PATCH 5.6.0]subprocess fixup for threads
35722              From: Dan Sugalski <dan@sidhe.org>
35723              To: perl5-porters@perl.org
35724              Date: Tue, 11 Apr 2000 17:02:32 -0400
35725              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
35726              
35727              Mopup for #6207 and #6209.
35728      Branch: maint-5.6/perl
35729           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
35730           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
35731           !> win32/win32.c
35732 ____________________________________________________________________________
35733 [  7339] By: gsar                                  on 2000/10/16  08:14:34
35734         Log: integrate change#6203 from cfgperl
35735              
35736              perldiag should refer to perlos2.pod not README.os2
35737      Branch: maint-5.6/perl
35738           !> pod/perldiag.pod
35739 ____________________________________________________________________________
35740 [  7338] By: gsar                                  on 2000/10/16  08:11:42
35741         Log: integrate change#6201 from mainline
35742              
35743              Perl_eval_pv() leaks 4 bytes every time it is called because it
35744              does a PUSHMARK that's never ever POPMARKed; in general, only
35745              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
35746              Perl_eval_[sp]v() don't because they don't take any incoming
35747              arguments (this leak has been around since the original version
35748              of perl_eval_pv() in 5.003_97e)
35749      Branch: maint-5.6/perl
35750           !> perl.c
35751 ____________________________________________________________________________
35752 [  7337] By: gsar                                  on 2000/10/16  08:08:47
35753         Log: integrate changes#6197..6200 from cfgperl
35754              
35755              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
35756              From: John Borwick <jhborwic@unity.ncsu.edu>
35757              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
35758              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
35759              
35760              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
35761              From: Dan Sugalski <dan@sidhe.org>
35762              To: vmsperl@perl.org, perl5-porters@perl.org
35763              Date: Fri, 02 Jun 2000 16:00:41 -0400
35764              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
35765              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
35766              
35767              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
35768              From: Dan Sugalski <dan@sidhe.org>
35769              To: perl5-porters@perl.org, vmsperl@perl.org
35770              Date: Fri, 02 Jun 2000 17:30:51 -0400
35771              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
35772              
35773              Update to cperl-mode.el 4.31 from
35774              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
35775              Subject: A couple of notes
35776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35777              To: Mailing list Perl5 <perl5-porters@perl.org>
35778              Date: Sat, 3 Jun 2000 23:33:32 -0400
35779              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
35780      Branch: maint-5.6/perl
35781           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
35782           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
35783           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
35784           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
35785           !> vms/vmsish.h
35786 ____________________________________________________________________________
35787 [  7336] By: gsar                                  on 2000/10/16  08:03:46
35788         Log: integrate changes#6194,6195 from mainline
35789              
35790              fix small eval"" memory leaks under USE_ITHREADS
35791              
35792              fix yet another eval"" leak under USE_ITHREADS
35793      Branch: maint-5.6/perl
35794           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
35795           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
35796           !> vms/perly_c.vms
35797 ____________________________________________________________________________
35798 [  7335] By: gsar                                  on 2000/10/16  08:02:15
35799         Log: integrate changes#6190,6191 from mainline
35800              
35801              submit missing embed.pl change
35802              
35803              vec() loses numericalness (modified version of patch suggested
35804              by Robin Barker)
35805      Branch: maint-5.6/perl
35806           !> doop.c embed.pl t/op/vec.t
35807 ____________________________________________________________________________
35808 [  7334] By: gsar                                  on 2000/10/16  08:01:03
35809         Log: integrate change#6189 from mainline
35810              
35811              counting tr/// corrupts later operation (from M.J.T Guy)
35812      Branch: maint-5.6/perl
35813           !> doop.c t/op/tr.t
35814 ____________________________________________________________________________
35815 [  7333] By: gsar                                  on 2000/10/16  07:59:07
35816         Log: integrate changes#6183..6188 from mainline
35817              
35818              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
35819              <nick@ccl4.org>)
35820              
35821              tweak for change#6127
35822              
35823              remove incorrect documentation about implicit split to @_ in
35824              list context, which never really worked in perl 5 (from
35825              M.J.T. Guy)
35826              
35827              further qualify references to "alphanumeric" (from Wolfgang Laun
35828              <wolfgang.laun@alcatel.at>)
35829              
35830              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
35831              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35832              
35833              h2xs tweaks
35834      Branch: maint-5.6/perl
35835           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
35836           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
35837           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
35838           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
35839           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
35840           !> pod/pod2latex.PL utils/h2xs.PL
35841 ____________________________________________________________________________
35842 [  7332] By: gsar                                  on 2000/10/16  07:53:52
35843         Log: integrate change#6179 from mainline
35844              
35845              buggy modulus on UVs introduced by change#3378 (resulted in
35846              4063328477 % 65535 amounting to 27406, instead of 27407)
35847      Branch: maint-5.6/perl
35848           !> pp.c t/op/arith.t
35849 ____________________________________________________________________________
35850 [  7331] By: gsar                                  on 2000/10/16  07:52:49
35851         Log: integrate changes#6176,6177,6178,6182 from cfgperl
35852              
35853              Single-quoted utf8 patch from Simon Cozens.
35854              
35855              Substitution utf8 patch from Simon Cozens.
35856              
35857              Be cleaner.
35858              
35859              Be Cleaner Part Deux.
35860      Branch: maint-5.6/perl
35861           !> Makefile.SH pp_hot.c toke.c
35862 ____________________________________________________________________________
35863 [  7330] By: gsar                                  on 2000/10/16  07:41:36
35864         Log: integrate change#6172 from mainline
35865              
35866              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
35867              (from Ilya Zakharevich)
35868      Branch: maint-5.6/perl
35869           !> regexec.c t/op/re_tests
35870 ____________________________________________________________________________
35871 [  7329] By: gsar                                  on 2000/10/16  07:40:25
35872         Log: integrate change#6171 from mainline
35873              
35874              scalar() doesn't force scalar context when used in void context
35875              (from Simon Cozens)
35876      Branch: maint-5.6/perl
35877           !> op.c t/op/wantarray.t
35878 ____________________________________________________________________________
35879 [  7328] By: gsar                                  on 2000/10/16  07:39:33
35880         Log: integrate change#6170 from mainline
35881              
35882              change#6142 needs tweaks to tests to work where there's no
35883              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
35884      Branch: maint-5.6/perl
35885           !> t/lib/filefind.t
35886 ____________________________________________________________________________
35887 [  7327] By: gsar                                  on 2000/10/16  07:35:34
35888         Log: integrate changes#6166..6168 from cfgperl
35889              
35890              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
35891              in case somebody wants to write an extension for more
35892              shadow database interfaces.
35893              
35894              tweak todo
35895              
35896              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
35897      Branch: maint-5.6/perl
35898           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35899           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
35900           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
35901           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35902           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35903           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35904 ____________________________________________________________________________
35905 [  7326] By: gsar                                  on 2000/10/16  07:29:05
35906         Log: integrate changes#6157,6159..6161,6164 from cfgperl
35907              
35908              Regen Configure to jive with #6149.
35909              
35910              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
35911              
35912              Changes for the File::Temp 0.08 (change #6159) test suite
35913              to fit better into the Perl distribution test framework.
35914              
35915              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
35916              both from Simon Cozens.
35917              
35918              detypo
35919      Branch: maint-5.6/perl
35920           +> pod/perlmodlib.PL pod/perlnewmod.pod
35921           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
35922           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
35923           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35924           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35925 ____________________________________________________________________________
35926 [  7325] By: gsar                                  on 2000/10/16  07:25:13
35927         Log: integrate change#6158 from vmsperl
35928              
35929              Add fallback to tmpfile for use in cases where user's relying on
35930              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
35931              Lane's patch)
35932      Branch: maint-5.6/perl
35933           !> vms/vms.c vms/vmsish.h
35934 ____________________________________________________________________________
35935 [  7324] By: gsar                                  on 2000/10/16  07:20:50
35936         Log: integrate changes#6153..6155 from mainline
35937              
35938              prettier Test::Harness output on failed tests (from Nicholas Clark
35939              <nick@Bagpuss.uk.boo.com>)
35940              
35941              avoid type mismatch warning
35942              
35943              small bug in change#6144; remove random \xA0 character that snuck
35944              in via change#6145
35945      Branch: maint-5.6/perl
35946           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
35947           !> perl.c
35948 ____________________________________________________________________________
35949 [  7323] By: gsar                                  on 2000/10/16  07:18:47
35950         Log: integrate changes#6151,6152 from mainline
35951              
35952              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
35953              
35954              cosmetic fixups of RE debug output (from Ilya Zakharevich)
35955      Branch: maint-5.6/perl
35956           !> regexec.c
35957 ____________________________________________________________________________
35958 [  7322] By: gsar                                  on 2000/10/16  07:17:25
35959         Log: integrate changes#6146..6150 from mainline
35960              
35961              doc typo
35962              
35963              add a make entry to Config.pm so "perl -V:make" works on VMS
35964              (from Peter Prymmer)
35965              
35966              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
35967              
35968              OS/2 tweaks for usethreads build (from Rocco Caputo
35969              <troc@netrus.net>)
35970              
35971              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
35972      Branch: maint-5.6/perl
35973           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
35974           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
35975           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
35976           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
35977           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
35978           !> warnings.pl x2p/a2p.h
35979 ____________________________________________________________________________
35980 [  7321] By: gsar                                  on 2000/10/16  07:14:02
35981         Log: integrate changes#6143..6145 from mainline
35982              
35983              MacOS support, part 1 (from Matthias Neeracher
35984              <neeri@iis.ee.ethz.ch>)
35985              
35986              MacOS support, part 2: make AutoSplit use File::Spec instead
35987              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
35988              <neeri@iis.ee.ethz.ch>)
35989              
35990              make xsubpp skip embedded pod (from Matthias Neeracher
35991              <neeri@iis.ee.ethz.ch>)
35992      Branch: maint-5.6/perl
35993           +> ext/DynaLoader/dl_mac.xs
35994           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
35995           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35996           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
35997           !> pp_ctl.c proto.h toke.c util.c util.h
35998 ____________________________________________________________________________
35999 [  7320] By: gsar                                  on 2000/10/16  07:12:13
36000         Log: integrate changes#6141,6142 from mainline
36001              
36002              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36003              forwarded by Peter Seebach from the bsdi-users mailing list.
36004              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36005              
36006              File::Find fails to chdir when chasing symlinks (from
36007              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36008      Branch: maint-5.6/perl
36009           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
36010 ____________________________________________________________________________
36011 [  7319] By: gsar                                  on 2000/10/16  07:04:30
36012         Log: integrate change#6139 from mainline
36013              
36014              revise mktables.PL for bugs and newness in Unicode 3.0
36015              (from James Bence <jbence@amgen.com>)
36016      Branch: maint-5.6/perl
36017           +> (branch 30 files)
36018           !> (integrate 49 files)
36019 ____________________________________________________________________________
36020 [  7318] By: gsar                                  on 2000/10/16  07:01:01
36021         Log: integrate changes#6137,6138 from mainline
36022              
36023              fix bogus redeclaration warning for "our" variables in different
36024              scopes
36025              
36026              add note about the handling of negative indices to tied arrays
36027              (from Michael G Schwern <schwern@pobox.com>)
36028      Branch: maint-5.6/perl
36029           !> op.c pod/perltie.pod t/pragma/strict-vars
36030 ____________________________________________________________________________
36031 [  7317] By: gsar                                  on 2000/10/16  06:58:46
36032         Log: integrate changes#6127..6136 from mainline
36033              
36034              call_method(...,G_EVAL) can longjmp() out if the method probing
36035              failed (from Gisle Aas)
36036              
36037              new perlxstut example for passing/returning refs to arrays
36038              (from David Lowe <dlowe@pootpoot.com>)
36039              
36040              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36041              
36042              fix places that mean C<"word" character> but say C<alphanumeric
36043              character>
36044              
36045              avoid warnings in POSIX.pm (from Barrie Slaymaker)
36046              
36047              warnings::enabled() doesn't fall back to looking at $^W if
36048              caller isn't using lexical warnings (from Paul Marquess)
36049              
36050              elide bogus test in change#6132
36051              
36052              make Test::Harness use wait.h/WCOREDUMP if available
36053              (from Ben Tilly <ben_tilly@hotmail.com>)
36054              
36055              enable Test::Harness to dynamically determine column width etc.
36056              (from Rob Napier <rnapier@employees.org>)
36057              
36058              random pod typos (from Peter Scott <Peter@PSDT.com>)
36059      Branch: maint-5.6/perl
36060           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
36061           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
36062           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36063           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
36064 ____________________________________________________________________________
36065 [  7316] By: gsar                                  on 2000/10/16  06:53:23
36066         Log: integrate change#6126 from mainline
36067              
36068              change#2879 broke rvalue autovivification of magicals such as
36069              ${$num} (reworked variant of patch suggested by Simon Cozens)
36070      Branch: maint-5.6/perl
36071           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36072           !> pp_hot.c proto.h t/op/gv.t
36073 ____________________________________________________________________________
36074 [  7315] By: gsar                                  on 2000/10/16  06:51:38
36075         Log: integrate changes#6123,6125 from mainline
36076              
36077              clarify gotcha with #line directives (from Rocco Caputo
36078              <troc@netrus.net>)
36079              
36080              enable propagating exception objects via Perl_croak() in XS code
36081              (from Gisle Aas)
36082      Branch: maint-5.6/perl
36083           !> pod/perldebug.pod pod/perlsyn.pod util.c
36084 ____________________________________________________________________________
36085 [  7314] By: gsar                                  on 2000/10/16  06:49:28
36086         Log: integrate change#6122 from mainline
36087              
36088              downgrade fatal error on C<"foo@nosucharray.com"> to optional
36089              warning (from Mark-Jason Dominus)
36090      Branch: maint-5.6/perl
36091           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
36092           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36093           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36094           !> toke.c
36095 ____________________________________________________________________________
36096 [  7313] By: gsar                                  on 2000/10/16  06:46:54
36097         Log: integrate changes#6112..6121 from vmsperl
36098              
36099              Check for existence of file before trying to delete
36100              
36101              Ugly workaround for version-specific RTL error
36102              
36103              Urk -- undo previous removal of vmsish 'exit' change
36104              
36105              Add bounds checking for several strings (Charles Lane)
36106              
36107              Miscellaneous cosmetic fixes (Charles Lane)
36108              
36109              Treat sockets as special in sys(read|write) (Charles Lane et al.)
36110              
36111              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36112              Flatten case labels in switch statements uniformly (Charles Bailey)
36113              
36114              Quiet error messages in vmsish.t (Charles Lane)
36115              
36116              Add missing escape (Charles Lane)
36117              
36118              Allow eliminate_macros() and fixpath() to handle space-delimited
36119              lists (based on fixes by Craig Berry)
36120      Branch: maint-5.6/perl
36121           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36122           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36123           !> vms/vmsish.h
36124 ____________________________________________________________________________
36125 [  7312] By: gsar                                  on 2000/10/16  06:41:18
36126         Log: integrate changes#6107,6110 from cfgperl
36127              
36128              Tweak the todo list.
36129              
36130              todo tweak
36131      Branch: maint-5.6/perl
36132           !> Todo-5.6
36133 ____________________________________________________________________________
36134 [  7311] By: gsar                                  on 2000/10/16  06:38:38
36135         Log: integrate changes#6104,6108 from mainline
36136              
36137              PL_sys_intern was being initialized too late on windows
36138              
36139              reenable fake signal handling on Windows, bugs and all
36140      Branch: maint-5.6/perl
36141           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
36142           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
36143           !> win32/win32.c
36144 ____________________________________________________________________________
36145 [  7310] By: gsar                                  on 2000/10/16  06:36:03
36146         Log: integrate changes#6095,6097..6103 from cfgperl
36147              
36148              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
36149              might be useful in future.
36150              
36151              Add a note about possible compilation problems from Allen Smith.
36152              
36153              Add a note about other, yet unsupported, shadow password APIs.
36154              
36155              Tweaks for the cc bugs from Allen Smith.
36156              
36157              More compilation tweakery from Allen Smith.
36158              
36159              Hints and test tweaks for Unicos.
36160              
36161              The test suite tweak in #6101 wasn't quite right.
36162              
36163              Test tweaking for Unicos continues.
36164      Branch: maint-5.6/perl
36165           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36166           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
36167           !> t/lib/complex.t t/op/64bitint.t
36168 ____________________________________________________________________________
36169 [  7309] By: gsar                                  on 2000/10/16  06:29:41
36170         Log: integrate changes#6093,6094 from mainline
36171              
36172              fork() failure to create pseudo process sets errno=EAGAIN and returns
36173              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36174              
36175              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36176      Branch: maint-5.6/perl
36177           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36178           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36179 ____________________________________________________________________________
36180 [  7308] By: gsar                                  on 2000/10/16  06:27:29
36181         Log: integrate change#6092 from cfgperl
36182              
36183              Regen perltoc with the fixed buildtoc.
36184      Branch: maint-5.6/perl
36185           !> pod/perltoc.pod
36186 ____________________________________________________________________________
36187 [  7307] By: gsar                                  on 2000/10/16  06:26:40
36188         Log: integrate changes#6089,6090 from mainline
36189              
36190              buildtoc tweak to fix newline lossage
36191              
36192              concat doesn't preserve utf8-ness, and doesn't invalidate
36193              [NI]OK; added tests for both
36194      Branch: maint-5.6/perl
36195           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
36196 ____________________________________________________________________________
36197 [  7306] By: gsar                                  on 2000/10/16  06:24:05
36198         Log: integrate change#6088 from cfgperl
36199              
36200              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36201              because we do not use those.  The HAS_GETSPNAM remains,
36202              though, because we still do use that.
36203      Branch: maint-5.6/perl
36204           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36205           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36206           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36207           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36208           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36209           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36210 ____________________________________________________________________________
36211 [  7305] By: gsar                                  on 2000/10/16  06:15:52
36212         Log: integrate changes#6084,6085,6087 from mainline
36213              
36214              substr() does not preserve utf8-ness (from Stefan Eissing
36215              <Eissing@medicaldataservice.de>); added tests
36216              
36217              repeat operator (x) doesn't preserve utf8-ness
36218              
36219              reverse() and quotemeta() weren't preserving utf8-ness; add tests
36220      Branch: maint-5.6/perl
36221           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36222 ____________________________________________________________________________
36223 [  7304] By: gsar                                  on 2000/10/16  06:13:10
36224         Log: integrate changes#6077..6083 from mainline
36225              
36226              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36227              and Tom Phoenix)
36228              
36229              workaround for CRT bug in chdir() (from Charles Lane, via
36230              Peter Prymmer)
36231              
36232              remove outdated kludge in Carp (NULLs are permitted in diagnostics
36233              now)
36234              
36235              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36236              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36237              
36238              better default perlbug categories for ok reports (from Richard Foley)
36239              
36240              peek.t non-portable to ithreads
36241              
36242              note about undocumented caller() return value (from M.J.T. Guy);
36243              yet another peek.t tweak
36244      Branch: maint-5.6/perl
36245           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36246           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36247           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36248           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36249           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
36250           !> vms/vmsish.h
36251 ____________________________________________________________________________
36252 [  7303] By: gsar                                  on 2000/10/16  06:03:18
36253         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
36254              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
36255              
36256              &HUGE_VAL is not defined, it exists.
36257              
36258              Do not warn that an infinity does not look like a number.
36259              
36260              Rewrite the pwent/spent logic to be a little bit more clearer.
36261              
36262              Continue on the pwent/spent case.
36263              
36264              Correct Freudian slip.
36265              
36266              Use HUGE_VALL if applicable.
36267              
36268              pwent/spent #ifdef imbalance.
36269              
36270              Infinite problems.
36271              
36272              Call getspnam() only iff needd.
36273              
36274              Test both the scalar and list contexts.
36275              
36276              Use setxxent()/endxxent().
36277              
36278              Complex tweakery.
36279              
36280              Unicos hint tweak.
36281              
36282              Be more forgiving in POSIX about HUGE_VALL.
36283              
36284              Detypo.
36285              
36286              The search of infinity continues, this time simplified.
36287              
36288              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36289              in natively 64-bit platforms where a long is a quad (no need
36290              for long longs).  Also added bias for IVs.
36291              
36292              Complex tweaks.
36293              
36294              Introduce t/lib/peek.t.
36295              
36296              Make the test more portable.
36297      Branch: maint-5.6/perl
36298           +> t/lib/peek.t
36299            ! pp_sys.c
36300           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
36301           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
36302           !> t/op/pwent.t toke.c util.c
36303 ____________________________________________________________________________
36304 [  7302] By: gsar                                  on 2000/10/16  05:03:37
36305         Log: integrate changes#6066..6071 from mainline
36306              
36307              s/END/CHECK/
36308              
36309              replace direct call to sighandler() with (*PL_sighandlerp)()
36310              
36311              note about values()
36312              
36313              File::Spec compatibility update (from Barrie Slaymaker
36314              <barries@slaysys.com>)
36315              
36316              remove misleading comment (from M.J.T. Guy)
36317              
36318              misformatted perllocal.pod (from Tim Jenness
36319              <t.jenness@jach.hawaii.edu>)
36320      Branch: maint-5.6/perl
36321           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36322           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36323           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36324           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36325 ____________________________________________________________________________
36326 [  7301] By: gsar                                  on 2000/10/16  05:00:08
36327         Log: integrate changes#6061..6063 from mainline
36328              
36329              change#5921 neglected to make eq honor "use bytes"
36330              
36331              additional tests for utf8.t
36332              
36333              tokeq() could read unallocated field in argument
36334      Branch: maint-5.6/perl
36335           !> sv.c t/pragma/utf8.t toke.c
36336 ____________________________________________________________________________
36337 [  7300] By: gsar                                  on 2000/10/16  04:56:54
36338         Log: integrate changes#6046,6048,6057,6058 from mainline
36339              
36340              libscheck has insufficient checks for n32 libs (from
36341              Albert Chin-A-Young <china@thewrittenword.com>)
36342              
36343              add note about how $( doesn't interpolate in REs (from
36344              Philip Newton <newton@ficus.frogspace.net>)
36345              
36346              fix broken parsing of /\x{ab}/
36347              
36348              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36349              (spotted by Donald Kinzer <dkinzer@premia.com>)
36350      Branch: maint-5.6/perl
36351           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
36352           !> t/pragma/utf8.t
36353 ____________________________________________________________________________
36354 [  7299] By: gsar                                  on 2000/10/16  04:52:50
36355         Log: integrate change#6044 from mainline
36356              
36357              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36358              such that underscores are only ignored in literal numbers,
36359              "\x{...}", and hex/oct argument
36360      Branch: maint-5.6/perl
36361           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36362 ____________________________________________________________________________
36363 [  7298] By: gsar                                  on 2000/10/16  04:50:53
36364         Log: integrate changes#6027..6043 from mainline
36365              
36366              podlators-1.02 update (from Russ Allbery)
36367              
36368              Pod::Man generates groff-incompatible macro definition (from
36369              Tom Christiansen)
36370              
36371              add CGI.pm v2.66 (from Lincoln Stein)
36372              
36373              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36374              for @- and @+ (from Johan Vromans)
36375              
36376              small nits in diagnostics.pm (from Robin Barker)
36377              
36378              whitespace adjustments
36379              
36380              missing files in MANIFEST
36381              
36382              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36383              to compensate
36384              
36385              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36386              
36387              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36388      Branch: maint-5.6/perl
36389           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36390           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
36391           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
36392           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
36393           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
36394           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36395           !> t/lib/cgi-html.t t/lib/cgi-request.t
36396 ____________________________________________________________________________
36397 [  7297] By: gsar                                  on 2000/10/16  04:44:30
36398         Log: integrate change#6025 from mainline
36399              
36400              Is{Alnum,Alpha,Word} don't match titlecase
36401              TODO: IsSpace is defined recursively!
36402              (both spotted by Larry)
36403      Branch: maint-5.6/perl
36404           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36405           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36406 ____________________________________________________________________________
36407 [  7296] By: gsar                                  on 2000/10/16  04:39:30
36408         Log: integrate change#6023 from mainline
36409              
36410              debugger stomps on $. (from M.J.T. Guy)
36411      Branch: maint-5.6/perl
36412           !> lib/perl5db.pl
36413 ____________________________________________________________________________
36414 [  7295] By: gsar                                  on 2000/10/16  04:38:02
36415         Log: integrate change#6022 from mainline
36416              
36417              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36418      Branch: maint-5.6/perl
36419           !> sv.c
36420 ____________________________________________________________________________
36421 [  7294] By: gsar                                  on 2000/10/16  04:37:05
36422         Log: integrate changes#6018..6021 from mainline
36423              
36424              make lib/syslog.t portable to systems that don't have _PATH_LOG,
36425              make _PATH_LOG() return "" if unavailable
36426              
36427              windows portability tweaks
36428              
36429              test tweak
36430              
36431              remove Win2K issue in pod (fixed by change#6020)
36432      Branch: maint-5.6/perl
36433           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36434           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
36435           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
36436 ____________________________________________________________________________
36437 [  7293] By: gsar                                  on 2000/10/16  04:20:00
36438         Log: integrate changes#6013..6015 from mainline
36439              
36440              tweak change#5945 to display correct switch name in diagnostic
36441              
36442              glob() loading File::Glob behind the scenes may cause syntax errors
36443              
36444              tweak test for portability
36445      Branch: maint-5.6/perl
36446           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36447 ____________________________________________________________________________
36448 [  7292] By: gsar                                  on 2000/10/16  04:18:11
36449         Log: integrate changes#6005..6010 from mainline, cfgperl
36450              
36451              perldoc might fail via "use blib" (from Hugo van der Sanden)
36452              
36453              Regen Configure.
36454              
36455              note about compile failures and END blocks (from M.J.T. Guy)
36456              
36457              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36458              
36459              (change#6009 integrated earlier in change#7255)
36460              
36461              clarify note about shadow password support (from
36462              gellyfish@gellyfish.com)
36463      Branch: maint-5.6/perl
36464           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36465           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
36466           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
36467 ____________________________________________________________________________
36468 [  7291] By: gsar                                  on 2000/10/16  04:12:03
36469         Log: integrate changes#6002,6003 from mainline
36470              
36471              destructive sv_setsv() can lose UV-ness from source, causing
36472              numeric promotions/comparisons to fail to do the right thing
36473              
36474              allow REG_EXPAND_SZ keys in Windows registry (from
36475              John Clayton <John.Clayton@barclayscapital.com>)
36476      Branch: maint-5.6/perl
36477           !> sv.c win32/win32.c
36478 ____________________________________________________________________________
36479 [  7290] By: gsar                                  on 2000/10/16  04:10:19
36480         Log: integrate change#6001 from mainline
36481              
36482              support additional library locations via $Config{otherlibdirs}
36483              (from Andy Dougherty)
36484      Branch: maint-5.6/perl
36485           !> Configure INSTALL Porting/Glossary Porting/config.sh
36486           !> Porting/config_H config_h.SH epoc/config.sh perl.c
36487           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36488           !> win32/config.bc win32/config.gc win32/config.vc
36489 ____________________________________________________________________________
36490 [  7289] By: gsar                                  on 2000/10/16  04:08:28
36491         Log: integrate change#5999 from mainline
36492              
36493              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36494      Branch: maint-5.6/perl
36495           !> t/pragma/warn/toke toke.c
36496 ____________________________________________________________________________
36497 [  7288] By: gsar                                  on 2000/10/16  04:07:01
36498         Log: integrate changes#5997,5998 from cfgperl
36499              
36500              Preserve $!.
36501              
36502              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36503      Branch: maint-5.6/perl
36504           !> lib/Math/Complex.pm
36505 ____________________________________________________________________________
36506 [  7287] By: gsar                                  on 2000/10/16  04:04:37
36507         Log: integrate change#5995 from mainline
36508              
36509              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36510      Branch: maint-5.6/perl
36511           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36512 ____________________________________________________________________________
36513 [  7286] By: gsar                                  on 2000/10/16  04:03:21
36514         Log: integrate change#5994 from mainline
36515              
36516              fix for missed accounting for null byte in pack("Z",...) (from
36517              M.J.T. Guy)
36518      Branch: maint-5.6/perl
36519           !> pp.c t/op/pack.t
36520 ____________________________________________________________________________
36521 [  7285] By: gsar                                  on 2000/10/16  04:02:11
36522         Log: integrate changes#5989..5993 from mainline
36523              
36524              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36525              itself and no other (from Tom Hughes)
36526              
36527              use $ENV{LIB} to search for libs under Visual C compiler
36528              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36529              
36530              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36531              
36532              pod nit (from Simon Cozens)
36533              
36534              various minor tweaks seen on p5p
36535      Branch: maint-5.6/perl
36536           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
36537           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
36538           !> t/op/array.t toke.c
36539 ____________________________________________________________________________
36540 [  7284] By: gsar                                  on 2000/10/16  03:59:00
36541         Log: integrate changes#5978..5988 from mainline
36542              
36543              sync version numbers in File::Spec with the ones on CPAN
36544              (from Barrie Slaymaker)
36545              
36546              under useithreads, constant pad entries could inadvertantly be
36547              shared across threads (from Eric Blood <eblood@xmission.com>);
36548              added Eric's test case to testsuite
36549              
36550              allow Configure -S to run non-interactively (spotted by Greg Hudson
36551              <ghudson@mit.edu>)
36552              
36553              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36554              prototype mismatch with CORE::glob(); update pod and tests to
36555              suit (File::Glob::glob() is still available for backward
36556              compatibility, but should be considered deprecated)
36557              
36558              avoid error in IO::Socket::INET when given an unknown service name
36559              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36560              
36561              numeric conversion of non-number in change#3378 tramples on
36562              OOK offset, causing segfaults
36563              
36564              attributes::reftype() doesn't work on tied argument
36565              
36566              forked child may not exit correctly if it failed to open
36567              /dev/console (from Graham Barr)
36568              
36569              add regular expressions tutorial and quick-start guide (from
36570              Mark Kvale <kvale@phy.ucsf.edu>)
36571              
36572              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36573              
36574              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36575              <paul@miraclefish.com>)
36576      Branch: maint-5.6/perl
36577           +> pod/perlrequick.pod pod/perlretut.pod
36578           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
36579           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
36580           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
36581           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
36582           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36583           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36584           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
36585           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
36586 ____________________________________________________________________________
36587 [  7283] By: gsar                                  on 2000/10/16  03:52:14
36588         Log: integrate change#5977 from mainline
36589              
36590              autoquote barewords followed by newline and arrow properly
36591              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36592      Branch: maint-5.6/perl
36593           !> t/pragma/warn/toke toke.c
36594 ____________________________________________________________________________
36595 [  7282] By: gsar                                  on 2000/10/16  03:50:48
36596         Log: integrate change#5976 from mainline
36597              
36598              DB_File v1.73 update (from Paul Marquess)
36599      Branch: maint-5.6/perl
36600           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
36601           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
36602 ____________________________________________________________________________
36603 [  7281] By: gsar                                  on 2000/10/16  03:49:14
36604         Log: integrate change#5975 from mainline
36605              
36606              allow sort() reentrancy (variant of patch suggested by
36607              Hugo van der Sanden)
36608      Branch: maint-5.6/perl
36609           !> pp_ctl.c t/op/sort.t
36610 ____________________________________________________________________________
36611 [  7280] By: gsar                                  on 2000/10/16  03:48:22
36612         Log: integrate change#5974 from mainline
36613              
36614              change#4197 somehow missed initializing PL_errors, meaning
36615              syntax error queueing wasn't working outside eval"" at all;
36616              also fixed eval"" to localize PL_error_count, so that compile-time
36617              eval's don't clobber the error state of the outer context
36618      Branch: maint-5.6/perl
36619           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
36620           !> t/pragma/warn/toke
36621 ____________________________________________________________________________
36622 [  7279] By: gsar                                  on 2000/10/16  03:46:21
36623         Log: integrate change#5973 from mainline
36624              
36625              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
36626      Branch: maint-5.6/perl
36627           !> regcomp.c regexec.c t/op/re_tests
36628 ____________________________________________________________________________
36629 [  7278] By: gsar                                  on 2000/10/16  03:44:54
36630         Log: integrate change#5971 from cfgperl
36631              
36632              Unicos tweaks from Mark P. Lutz.
36633      Branch: maint-5.6/perl
36634           !> hints/unicos.sh lib/Math/Complex.pm
36635 ____________________________________________________________________________
36636 [  7277] By: gsar                                  on 2000/10/16  03:42:59
36637         Log: integrate changes#5966..5970 from mainline
36638              
36639              add testsuite for B backends, fix bug in B::Deparse (from
36640              Simon Cozens <simon@brecon.co.uk>)
36641              
36642              improved docs on the warn_uninit diagnostic (from David Glasser
36643              and Simon Cozens)
36644              
36645              tolerate spaces in group names in test on solaris (from David Boyce
36646              <dsb@boyski.com>)
36647              
36648              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
36649              
36650              Data::Dumper fumbles negative numbers on 32-bit platforms where
36651              IV is >32bits
36652      Branch: maint-5.6/perl
36653           +> t/lib/b.t t/lib/syslog.t
36654           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
36655           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
36656           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
36657 ____________________________________________________________________________
36658 [  7276] By: gsar                                  on 2000/10/16  03:39:30
36659         Log: integrate change#5965 from mainline
36660              
36661              avoid "will not stay shared" warnings for our variables (from
36662              Robin Barker)
36663      Branch: maint-5.6/perl
36664           !> op.c t/pragma/warn/op
36665 ____________________________________________________________________________
36666 [  7275] By: gsar                                  on 2000/10/16  03:38:18
36667         Log: integrate change#5964 from mainline
36668              
36669              reformat to 72 columns (again)
36670      Branch: maint-5.6/perl
36671           !> pod/perldiag.pod
36672 ____________________________________________________________________________
36673 [  7274] By: gsar                                  on 2000/10/16  03:36:58
36674         Log: integrate change#5963 from mainline
36675              
36676              patch from Larry to make (\&) prototype work; added tests for
36677              the same
36678      Branch: maint-5.6/perl
36679           !> op.c t/comp/proto.t
36680 ____________________________________________________________________________
36681 [  7273] By: gsar                                  on 2000/10/16  03:35:51
36682         Log: integrate changes#5956..5962 from mainline
36683              
36684              better diagnostics on failed tests (from Ilya Zakharevich)
36685              
36686              pod nits (from A. C. Yardley <yardley@tanet.net>)
36687              
36688              change#3569 deleted some essential code, revert; avoid use of
36689              atexit() to make DynaLoader work properly on AIX under mod_perl
36690              (from Jens-Uwe Mager <jum@helios.de>)
36691              
36692              doubled words in pods (from Simon Cozens
36693              <simon.p.cozens@jp.pwcglobal.com>)
36694              
36695              better INSTALL notes on Solaris issues (from Dominic Dunlop)
36696              
36697              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
36698              
36699              updated README.hpux (from Jeff Okamoto)
36700      Branch: maint-5.6/perl
36701           !> INSTALL README.hpux emacs/cperl-mode.el
36702           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
36703           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
36704           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
36705           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
36706           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
36707           !> t/op/lex_assign.t
36708 ____________________________________________________________________________
36709 [  7272] By: gsar                                  on 2000/10/16  03:31:22
36710         Log: integrate change#5955 from mainline
36711              
36712              longstanding bug exposed by change#3307: sort arguments weren't
36713              compiled with the right wantarray context (ensuing runtime lookup
36714              via block_gimme() was getting the incidental context of the
36715              sort() itself)
36716      Branch: maint-5.6/perl
36717           !> op.c t/op/sort.t
36718 ____________________________________________________________________________
36719 [  7271] By: gsar                                  on 2000/10/16  03:29:11
36720         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
36721              branch
36722              
36723              Flatten the cpp jungle doing the nosuid checking.
36724              
36725              Do not assume sign propagation. (from M.J.T. Guy)
36726              
36727              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
36728              
36729              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
36730              Now pp_ncmp() returns undef is either operand is a NaN.
36731              
36732              On second thoughts frexp() does have two arguments.
36733              
36734              Document that tr() is not tr(1).
36735              
36736              Be more robust on "extreme" (large absolute value)
36737              arguments.  Originally reported by Daniel Connelly
36738              as a problem with asinh() on large negative arguments,
36739              asinh() used to bail out because an argument to log()
36740              ended up being zero.  Ilya Zakharevich proposed using
36741              Taylor's series in such cases, which for such large
36742              arguments is a very good approximation.
36743              
36744              Undo "use integer" addition from 64bitint as it seems
36745              to break most of the subtests in Digital UNIX;
36746              Unicos needs to find another way.
36747      Branch: maint-5.6/perl
36748           !> (integrate 29 files)
36749 ____________________________________________________________________________
36750 [  7270] By: gsar                                  on 2000/10/16  03:09:44
36751         Log: integrate changes#5948,5949,5950 from mainline
36752              
36753              typo in vars.pm that leads to cryptic message (from Piotr
36754              Piatkowski <kompas@kompas.usr.onet.pl>)
36755              
36756              make perldoc use the pod2man from the same version (from
36757              M.J.T. Guy)
36758              
36759              reformat perldiag to avoid long lines
36760      Branch: maint-5.6/perl
36761           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
36762 ____________________________________________________________________________
36763 [  7269] By: gsar                                  on 2000/10/16  03:05:54
36764         Log: integrate change#5947 from mainline
36765              
36766              use &dl_error rather than &dl_load_file as the guard for calling
36767              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
36768              statically built perl)
36769      Branch: maint-5.6/perl
36770           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
36771 ____________________________________________________________________________
36772 [  7268] By: gsar                                  on 2000/10/16  03:04:48
36773         Log: integrate change#5945 from mainline
36774              
36775              make module name mandatory after -M switch; reorder perldiag
36776              alphabetically (from Mark-Jason Dominus)
36777      Branch: maint-5.6/perl
36778           !> perl.c pod/perldiag.pod
36779 ____________________________________________________________________________
36780 [  7267] By: gsar                                  on 2000/10/16  03:03:01
36781         Log: integrate change#5939 from mainline
36782              
36783              more pod nits (from Larry Virden)
36784      Branch: maint-5.6/perl
36785           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
36786           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
36787           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
36788 ____________________________________________________________________________
36789 [  7266] By: gsar                                  on 2000/10/16  03:01:39
36790         Log: integrate change#5938 from mainline
36791              
36792              Consolidated B::Deparse fixes (from Stephen McCamant)
36793      Branch: maint-5.6/perl
36794           !> ext/B/B/Deparse.pm
36795 ____________________________________________________________________________
36796 [  7265] By: gsar                                  on 2000/10/16  03:00:43
36797         Log: integrate change#5936 from mainline
36798              
36799              additional tests for change#7263 (from Paul Marquess)
36800      Branch: maint-5.6/perl
36801           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
36802           !> t/pragma/warn/5nolint t/pragma/warn/6default
36803 ____________________________________________________________________________
36804 [  7264] By: gsar                                  on 2000/10/16  02:58:34
36805         Log: integrate change#5934 from mainline
36806              
36807              propagate lexical warnings from surrounding scope correctly
36808              within string eval() (from Paul Marquess)
36809      Branch: maint-5.6/perl
36810           !> pp_ctl.c t/pragma/warn/pp_ctl
36811 ____________________________________________________________________________
36812 [  7263] By: gsar                                  on 2000/10/16  02:56:53
36813         Log: integrate change#5932 from mainline
36814              
36815              add rsignal(), whichsig() and do_join() to public API list
36816              (mod_perl uses them to good advantage)
36817      Branch: maint-5.6/perl
36818           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
36819 ____________________________________________________________________________
36820 [  7262] By: gsar                                  on 2000/10/16  02:55:53
36821         Log: integrate change#5931 from mainline
36822              
36823              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36824      Branch: maint-5.6/perl
36825           !> pp_hot.c regexec.c t/op/pat.t
36826 ____________________________________________________________________________
36827 [  7261] By: gsar                                  on 2000/10/16  02:55:01
36828         Log: integrate change#5930 from mainline
36829              
36830              small os390 tweaks (from Peter Prymmer)
36831      Branch: maint-5.6/perl
36832           !> config_h.SH makedepend.SH
36833 ____________________________________________________________________________
36834 [  7260] By: gsar                                  on 2000/10/16  02:54:10
36835         Log: integrate change#5929 from mainline
36836              
36837              pod nits
36838      Branch: maint-5.6/perl
36839           !> pod/perlguts.pod
36840 ____________________________________________________________________________
36841 [  7259] By: gsar                                  on 2000/10/16  02:52:55
36842         Log: integrate change#5927 from mainline
36843              
36844              arrange for next() to resume at the unstack op rather than the
36845              loop conditional, so that scope cleanup happens correctly
36846              (from Stephen McCamant)
36847      Branch: maint-5.6/perl
36848           !> op.c pp_ctl.c t/op/misc.t
36849 ____________________________________________________________________________
36850 [  7258] By: gsar                                  on 2000/10/16  02:51:38
36851         Log: integrate change#5926 from mainline
36852              
36853              on windows, reserve 16M of stack rather than 128M (allows more
36854              threads to run concurrently)
36855      Branch: maint-5.6/perl
36856           !> win32/Makefile win32/makefile.mk
36857 ____________________________________________________________________________
36858 [  7257] By: gsar                                  on 2000/10/16  02:50:37
36859         Log: integrate change#5925 from mainline
36860              
36861              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36862      Branch: maint-5.6/perl
36863           !> toke.c
36864 ____________________________________________________________________________
36865 [  7256] By: gsar                                  on 2000/10/16  02:49:36
36866         Log: integrate change#5924 from mainline
36867              
36868              avoid using uninitialized memory in require version check
36869      Branch: maint-5.6/perl
36870           !> pp_ctl.c universal.c
36871 ____________________________________________________________________________
36872 [  7255] By: gsar                                  on 2000/10/16  02:48:03
36873         Log: integrate changes#5923,5928,6009 from mainline
36874              
36875              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
36876      Branch: maint-5.6/perl
36877           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
36878 ____________________________________________________________________________
36879 [  7254] By: gsar                                  on 2000/10/16  02:44:46
36880         Log: integrate change#5922 from mainline
36881              
36882              commentary about IoTYPE() (from Nathan Torkington)
36883      Branch: maint-5.6/perl
36884           !> sv.h
36885 ____________________________________________________________________________
36886 [  7253] By: gsar                                  on 2000/10/16  02:43:49
36887         Log: integrate change#5921 from mainline
36888              
36889              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36890      Branch: maint-5.6/perl
36891           !> sv.c t/lib/charnames.t t/pragma/utf8.t
36892 ____________________________________________________________________________
36893 [  7252] By: gsar                                  on 2000/10/16  02:42:31
36894         Log: integrate change#5920 from mainline
36895              
36896              Larry's fix for buggy propagation of utf8-ness in join(); add test
36897      Branch: maint-5.6/perl
36898           !> doop.c t/op/ver.t
36899 ____________________________________________________________________________
36900 [  7251] By: gsar                                  on 2000/10/16  02:41:14
36901         Log: integrate changes#5915..5919 from mainline
36902              
36903              various (pod tweaks &c)
36904      Branch: maint-5.6/perl
36905           !> (integrate 33 files)
36906 ____________________________________________________________________________
36907 [  7250] By: gsar                                  on 2000/10/16  02:38:16
36908         Log: integrate change#5914 from mainline
36909              
36910              caller() wasn't returning the right number of elements for
36911              eval {...}
36912      Branch: maint-5.6/perl
36913           !> pp_ctl.c t/pragma/warn/9enabled
36914 ____________________________________________________________________________
36915 [  7249] By: gsar                                  on 2000/10/16  02:37:02
36916         Log: integrate change#5913 from mainline
36917              
36918              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
36919              (from Mark-Jason Dominus)
36920      Branch: maint-5.6/perl
36921           !> pod/perlfunc.pod
36922 ____________________________________________________________________________
36923 [  7248] By: gsar                                  on 2000/10/16  02:35:58
36924         Log: integrate change#5912 from mainline
36925              
36926              fix totally broken caching in UNIVERSAL::isa() (from
36927              Nick Ing-Simmons)
36928      Branch: maint-5.6/perl
36929           !> t/op/universal.t universal.c
36930 ____________________________________________________________________________
36931 [  7247] By: gsar                                  on 2000/10/16  02:34:27
36932         Log: integrate changes#5910,5911 from mainline
36933              
36934              typo in pod
36935              
36936              add linebreak properties from unicode/LineBrk.txt (from
36937              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36938      Branch: maint-5.6/perl
36939           +> (branch 29 files)
36940           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
36941 ____________________________________________________________________________
36942 [  7246] By: gsar                                  on 2000/10/16  02:33:29
36943         Log: integrate change#5909 from mainline
36944              
36945              mode argument to do_binmode() should be file mode, not boolean
36946      Branch: maint-5.6/perl
36947           !> pp_sys.c
36948 ____________________________________________________________________________
36949 [  7245] By: gsar                                  on 2000/10/16  02:31:04
36950         Log: integrate change#5908 from mainline
36951              
36952              introduce illegal symbols into null package so that
36953              gv_fetchpv(...,TRUE) always returns a valid GV even when the
36954              symbol is trapped by strictures (avoids coredumps)
36955      Branch: maint-5.6/perl
36956           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
36957           !> t/pragma/strict-vars
36958 ____________________________________________________________________________
36959 [  7244] By: jhi                                   on 2000/10/16  02:29:54
36960         Log: Subject: $Carp::ExportLevel confusion in Exporter
36961              From: "Ben Tilly" <ben_tilly@hotmail.com>
36962              Date: Sat, 14 Oct 2000 16:44:34 EDT
36963              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
36964      Branch: perl
36965            ! lib/Exporter/Heavy.pm
36966 ____________________________________________________________________________
36967 [  7243] By: jhi                                   on 2000/10/16  02:28:33
36968         Log: Subject: [PATCH perlguts.pod] Document offset hack
36969              From: Simon Cozens <simon@cozens.net>
36970              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
36971              Date: Sat, 14 Oct 2000 19:32:25 +0100
36972      Branch: perl
36973            ! pod/perlguts.pod
36974 ____________________________________________________________________________
36975 [  7242] By: gsar                                  on 2000/10/16  02:26:51
36976         Log: integrate changes#5905,5906,5907,6064 from mainline
36977              
36978              printf/sprintf didn't get quad types right under use64bitint
36979      Branch: maint-5.6/perl
36980           !> pp_sys.c sv.c t/op/64bitint.t
36981 ____________________________________________________________________________
36982 [  7241] By: jhi                                   on 2000/10/16  02:22:44
36983         Log: Subject: small pod patch
36984              From: Dan Boorstein <dan_boo@bellsouth.net>
36985              Date: Sat, 14 Oct 2000 14:29:24 -0400
36986              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
36987      Branch: perl
36988            ! pod/perlfaq7.pod pod/perlmod.pod
36989 ____________________________________________________________________________
36990 [  7240] By: jhi                                   on 2000/10/16  02:13:46
36991         Log: -w cleanup.
36992              
36993              Subject: Re: Problems with bleadperl 
36994              From: "Stephen P. Potter" <spp@ds.net>
36995              Date: Fri, 13 Oct 2000 13:32:49 -0400
36996              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
36997      Branch: perl
36998            ! t/pragma/overload.t
36999 ____________________________________________________________________________
37000 [  7239] By: jhi                                   on 2000/10/16  01:41:18
37001         Log: One more ~utf8 tweak.
37002      Branch: perl
37003            ! t/op/bop.t
37004 ____________________________________________________________________________
37005 [  7238] By: jhi                                   on 2000/10/16  01:34:14
37006         Log: Tweak the test of #7235.
37007      Branch: perl
37008            ! t/op/bop.t
37009 ____________________________________________________________________________
37010 [  7237] By: jhi                                   on 2000/10/16  01:25:04
37011         Log: Fix a couple of compiler-noted nits in #7235.
37012      Branch: perl
37013            ! pp.c
37014 ____________________________________________________________________________
37015 [  7236] By: jhi                                   on 2000/10/16  01:22:46
37016         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
37017      Branch: perl
37018            ! pp.c pp_hot.c
37019 ____________________________________________________________________________
37020 [  7235] By: jhi                                   on 2000/10/15  16:24:44
37021         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
37022              
37023              From: Simon Cozens <simon@cozens.net>
37024              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
37025              Date: Sat, 14 Oct 2000 20:52:13 +0100
37026              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
37027      Branch: perl
37028            ! pp.c t/op/bop.t utf8.h
37029 ____________________________________________________________________________
37030 [  7234] By: jhi                                   on 2000/10/15  15:19:29
37031         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
37032              The problem was that rx->minlen was in chars while pp_split()
37033              thought it would be in bytes. 
37034      Branch: perl
37035            ! pp.c t/pragma/utf8.t
37036 ____________________________________________________________________________
37037 [  7233] By: jhi                                   on 2000/10/14  20:24:24
37038         Log: Document FNCASE=y as discussed in the bug 20000902.009.
37039      Branch: perl
37040            ! README.dos
37041 ____________________________________________________________________________
37042 [  7232] By: jhi                                   on 2000/10/14  18:52:21
37043         Log: Add test for bug id 20000427.003 (which seems to have
37044              been fixed) (also duplicate as 20000427.004, though
37045              with a higher severity).  Move one utf8 from op/append
37046              to pragma/utf8, tag the tests with bug ids.
37047      Branch: perl
37048            ! t/op/append.t t/pragma/utf8.t
37049 ____________________________________________________________________________
37050 [  7231] By: jhi                                   on 2000/10/14  17:28:37
37051         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
37052      Branch: perl
37053            ! t/pragma/utf8.t
37054 ____________________________________________________________________________
37055 [  7230] By: jhi                                   on 2000/10/14  14:24:50
37056         Log: Needs to be conditional on SunOS 4.
37057              
37058              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
37059              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37060              Date: Sat, 14 Oct 2000 13:37:49 +0100
37061              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
37062      Branch: metaconfig/U/perl
37063            ! End.U
37064      Branch: perl
37065            ! Configure myconfig.SH pod/perldelta.pod
37066 ____________________________________________________________________________
37067 [  7229] By: jhi                                   on 2000/10/14  00:49:22
37068         Log: Update Changes.
37069      Branch: perl
37070            ! Changes patchlevel.h
37071 ____________________________________________________________________________
37072 [  7228] By: jhi                                   on 2000/10/14  00:46:10
37073         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
37074              From: Peter Prymmer <pvhp@forte.com>
37075              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
37076              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
37077      Branch: perl
37078            ! lib/utf8.pm
37079 ____________________________________________________________________________
37080 [  7227] By: jhi                                   on 2000/10/13  23:20:30
37081         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
37082      Branch: perl
37083            ! t/op/tie.t
37084 ____________________________________________________________________________
37085 [  7226] By: jhi                                   on 2000/10/13  22:14:32
37086         Log: Tweak #7225.
37087              
37088              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
37089              From: Peter Prymmer <pvhp@forte.com>
37090              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
37091              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
37092      Branch: perl
37093            ! t/op/sprintf.t
37094 ____________________________________________________________________________
37095 [  7225] By: jhi                                   on 2000/10/13  22:11:31
37096         Log: op/sprintf.t patch for OS/390 (and any other host with limited
37097              floating-point exponent length)
37098              
37099              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
37100              From: Dominic Dunlop <domo@computer.org>
37101              Date: Fri, 13 Oct 2000 19:17:57 +0200
37102              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
37103      Branch: perl
37104            ! t/op/sprintf.t
37105 ____________________________________________________________________________
37106 [  7224] By: jhi                                   on 2000/10/13  18:40:48
37107         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
37108      Branch: perl
37109            ! toke.c
37110 ____________________________________________________________________________
37111 [  7223] By: jhi                                   on 2000/10/13  18:37:13
37112         Log: Thinko in #7222.
37113      Branch: perl
37114            ! utf8.c
37115 ____________________________________________________________________________
37116 [  7222] By: jhi                                   on 2000/10/13  18:05:23
37117         Log: Use UTF8SKIP(), from Simon Cozens.
37118      Branch: perl
37119            ! utf8.c
37120 ____________________________________________________________________________
37121 [  7221] By: jhi                                   on 2000/10/13  15:43:19
37122         Log: (accidentally empty check-in)
37123      Branch: perl
37124            ! utf8.c
37125 ____________________________________________________________________________
37126 [  7220] By: jhi                                   on 2000/10/13  15:23:51
37127         Log: Add (optimistically) Storable to static extensions.
37128      Branch: perl
37129            ! hints/uwin.sh hints/vmesa.sh
37130 ____________________________________________________________________________
37131 [  7219] By: jhi                                   on 2000/10/13  15:20:05
37132         Log: Amdahl UTS doesn't seem to do dynaloading.
37133      Branch: perl
37134            ! hints/uts.sh
37135 ____________________________________________________________________________
37136 [  7218] By: jhi                                   on 2000/10/13  15:15:20
37137         Log: Slight tweak of the code to appease Amdahl UTS cc.
37138      Branch: perl
37139            ! pp.c
37140 ____________________________________________________________________________
37141 [  7217] By: jhi                                   on 2000/10/13  14:50:42
37142         Log: In Amdahl UTS "struct sv" is defined by a system header,
37143              <ksync.h>.
37144      Branch: perl
37145            ! perl.h sv.h
37146 ____________________________________________________________________________
37147 [  7216] By: jhi                                   on 2000/10/13  11:58:25
37148         Log: Ilya implemented the memory profiling API.
37149      Branch: perl
37150            ! Todo
37151 ____________________________________________________________________________
37152 [  7215] By: jhi                                   on 2000/10/13  02:56:38
37153         Log: Subject: [PATCH 5.7.0] Perl API for mstats
37154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37155              Date: Thu, 12 Oct 2000 22:52:40 -0400
37156              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
37157      Branch: perl
37158            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
37159 ____________________________________________________________________________
37160 [  7214] By: jhi                                   on 2000/10/13  02:55:38
37161         Log: Subject: [PATCH 5.7.0] IVs in mtats
37162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37163              Date: Thu, 12 Oct 2000 22:51:04 -0400
37164              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
37165      Branch: perl
37166            ! malloc.c perl.h
37167 ____________________________________________________________________________
37168 [  7213] By: jhi                                   on 2000/10/13  02:31:47
37169         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
37170      Branch: perl
37171            ! pod/perldiag.pod pp_sys.c
37172 ____________________________________________________________________________
37173 [  7212] By: jhi                                   on 2000/10/13  01:27:38
37174         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
37175              From: Peter Prymmer <pvhp@forte.com>
37176              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
37177              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
37178      Branch: perl
37179            ! t/op/oct.t
37180 ____________________________________________________________________________
37181 [  7211] By: jhi                                   on 2000/10/13  00:35:09
37182         Log: Update Changes.
37183      Branch: perl
37184            ! Changes patchlevel.h
37185 ____________________________________________________________________________
37186 [  7210] By: jhi                                   on 2000/10/12  23:59:40
37187         Log: The Install.pm third of
37188              
37189              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37190              From: Bill Campbell <bill@celestial.com>
37191              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37192              Date: Thu, 5 Oct 2000 18:04:51 -0700
37193      Branch: perl
37194            ! lib/ExtUtils/Install.pm
37195 ____________________________________________________________________________
37196 [  7209] By: jhi                                   on 2000/10/12  23:58:43
37197         Log: Two thirds of
37198              
37199              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37200              Date: Thu, 5 Oct 2000 18:04:51 -0700
37201              From: Bill Campbell <bill@celestial.com>
37202              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37203              
37204              The Install.pm changes will be submitted separately because
37205              they need some work and discussion still.
37206      Branch: perl
37207            ! lib/getopts.pl lib/termcap.pl
37208 ____________________________________________________________________________
37209 [  7208] By: jhi                                   on 2000/10/12  23:41:19
37210         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
37211              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37212              Date:     Thu, 12 Oct 2000 07:30:02 EDT
37213              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
37214      Branch: perl
37215            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
37216            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
37217 ____________________________________________________________________________
37218 [  7207] By: jhi                                   on 2000/10/12  23:39:01
37219         Log: An updated EBCDIC tr patch.
37220              
37221              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
37222              From: Peter Prymmer <pvhp@forte.com>
37223              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
37224              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
37225      Branch: perl
37226            ! t/op/tr.t
37227 ____________________________________________________________________________
37228 [  7206] By: jhi                                   on 2000/10/12  23:34:55
37229         Log: Upgrade to CPAN 1.58, from Andreas König.
37230      Branch: perl
37231            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37232 ____________________________________________________________________________
37233 [  7205] By: jhi                                   on 2000/10/12  23:29:08
37234         Log: Introduce the man[24-8] variables, from Andy Dougherty.
37235      Branch: metaconfig/U/perl
37236            + mandirs.U mandirstyle.U
37237      Branch: perl
37238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37239            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
37240            ! vos/config.h vos/config.pl vos/config_h.SH_orig
37241            ! win32/config.bc win32/config.gc win32/config.vc
37242 ____________________________________________________________________________
37243 [  7204] By: gsar                                  on 2000/10/12  18:11:24
37244         Log: restore change#7202
37245      Branch: perl
37246            ! mg.c
37247 ____________________________________________________________________________
37248 [  7203] By: gsar                                  on 2000/10/12  18:09:40
37249         Log: another test of the Emergency Broadcast System--back out 
37250              change#7202
37251      Branch: perl
37252            ! mg.c
37253 ____________________________________________________________________________
37254 [  7202] By: gsar                                  on 2000/10/12  16:40:47
37255         Log: (submitted on behalf of Jarkko)
37256              Fix the lib/encode.t subtest 6 failure as reported by Andreas
37257              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
37258              was unearthed by change 7182, as was a bug in HTML::Entities.
37259      Branch: perl
37260            ! mg.c
37261 ____________________________________________________________________________
37262 [  7201] By: jhi                                   on 2000/10/11  03:16:05
37263         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
37264      Branch: perl
37265            ! pp_hot.c t/pragma/utf8.t
37266 ____________________________________________________________________________
37267 [  7200] By: jhi                                   on 2000/10/11  00:40:30
37268         Log: The #7198 was a false alarm.
37269      Branch: perl
37270            ! pp_hot.c
37271 ____________________________________________________________________________
37272 [  7199] By: jhi                                   on 2000/10/11  00:26:04
37273         Log: Remove duplicated code.
37274      Branch: perl
37275            ! t/lib/cgi-html.t
37276 ____________________________________________________________________________
37277 [  7198] By: jhi                                   on 2000/10/10  23:30:46
37278         Log: (Retracted by #7200.)
37279      Branch: perl
37280            ! pp_hot.c
37281 ____________________________________________________________________________
37282 [  7197] By: jhi                                   on 2000/10/10  21:49:30
37283         Log: Add the test case for #7190, from the original bug report
37284              by Andreas König.
37285      Branch: perl
37286            ! t/pragma/utf8.t
37287 ____________________________________________________________________________
37288 [  7196] By: jhi                                   on 2000/10/10  21:40:49
37289         Log: Reapply Andy's patch and regen Configure.
37290      Branch: perl
37291            ! Configure INSTALL Makefile.SH Porting/Glossary
37292            ! Porting/config.sh config_h.SH epoc/config.sh installperl
37293            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37294            ! win32/config.vc
37295 ____________________________________________________________________________
37296 [  7195] By: jhi                                   on 2000/10/10  21:09:30
37297         Log: Use the versiononly instead of the installscripts,
37298              retract the changes 7146 and 7147.
37299      Branch: perl
37300            ! Configure INSTALL Makefile.SH Porting/Glossary
37301            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
37302            ! installperl uconfig.sh vos/config.def win32/config.bc
37303            ! win32/config.gc win32/config.vc
37304 ____________________________________________________________________________
37305 [  7194] By: jhi                                   on 2000/10/10  21:06:15
37306         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
37307              From: Peter Prymmer <pvhp@forte.com>
37308              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
37309              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
37310      Branch: perl
37311            ! t/op/ver.t
37312 ____________________________________________________________________________
37313 [  7193] By: jhi                                   on 2000/10/10  21:05:12
37314         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
37315              From: Peter Prymmer <pvhp@forte.com>
37316              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
37317              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
37318      Branch: perl
37319            ! t/op/tr.t
37320 ____________________________________________________________________________
37321 [  7192] By: jhi                                   on 2000/10/10  20:57:30
37322         Log: Add versiononly, delete installscripts, from Andy Dougherty.
37323      Branch: metaconfig
37324            - U/installdirs/installscripts.U
37325      Branch: metaconfig/U/perl
37326            + versiononly.U
37327 ____________________________________________________________________________
37328 [  7191] By: jhi                                   on 2000/10/10  19:41:21
37329         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
37330              From: Peter Prymmer <pvhp@forte.com>
37331              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
37332              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
37333      Branch: perl
37334            ! pod/perlebcdic.pod
37335 ____________________________________________________________________________
37336 [  7190] By: jhi                                   on 2000/10/10  19:26:14
37337         Log: Subject: Re: utf8 concat, mg_get
37338              From: Simon Cozens <simon@cozens.net>
37339              Date: Tue, 10 Oct 2000 17:40:17 +0100
37340              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
37341      Branch: perl
37342            ! pp_hot.c
37343 ____________________________________________________________________________
37344 [  7189] By: jhi                                   on 2000/10/10  19:23:03
37345         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
37346              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
37347              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
37348              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
37349      Branch: perl
37350            ! lib/ExtUtils/MM_Unix.pm
37351 ____________________________________________________________________________
37352 [  7188] By: jhi                                   on 2000/10/10  15:31:24
37353         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
37354              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37355              Date: Fri, 14 Jul 2000 10:47:36 +0100
37356              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
37357      Branch: perl
37358            ! README.win32
37359 ____________________________________________________________________________
37360 [  7187] By: jhi                                   on 2000/10/10  13:30:10
37361         Log: Quote the temp file name, needed in Win32 because the
37362              default name unfortunately contains spaces, shouldn't
37363              hurt elsewhere.
37364              
37365              Subject: FW: perldoc fails if $TEMP contains spaces
37366              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37367              Date: Thu, 14 Sep 2000 08:58:45 +0100
37368              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
37369      Branch: perl
37370            ! utils/perldoc.PL
37371 ____________________________________________________________________________
37372 [  7186] By: jhi                                   on 2000/10/10  13:16:27
37373         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
37374              From: hv@hugo.hybyte.com
37375              Date: Tue, 10 Oct 2000 14:10:20 +0100
37376              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
37377      Branch: perl
37378            ! t/lib/thr5005.t util.c
37379 ____________________________________________________________________________
37380 [  7185] By: jhi                                   on 2000/10/10  12:06:22
37381         Log: Upgrade to podlators 1.04, from Russ Allbery.
37382      Branch: perl
37383            ! lib/Pod/Man.pm lib/Pod/Text.pm
37384 ____________________________________________________________________________
37385 [  7184] By: jhi                                   on 2000/10/10  12:01:32
37386         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
37387      Branch: perl
37388            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
37389 ____________________________________________________________________________
37390 [  7183] By: jhi                                   on 2000/10/09  23:47:15
37391         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
37392              From: Peter Prymmer <pvhp@forte.com>
37393              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
37394              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
37395      Branch: perl
37396            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
37397 ____________________________________________________________________________
37398 [  7182] By: jhi                                   on 2000/10/09  23:43:16
37399         Log: Make eq work again with utf8 (disabling the upgrading
37400              should no more be necessary since the copies of the
37401              scalars are upgraded, not the scalars themselves).
37402              Takes care of ID 20001009.001.  (The claimed length()
37403              bug in 20001009.001 seems bogus to me.)
37404      Branch: perl
37405            ! sv.c t/pragma/utf8.t
37406 ____________________________________________________________________________
37407 [  7181] By: gsar                                  on 2000/10/09  19:41:54
37408         Log: tweak for change#7173
37409      Branch: perl
37410            ! win32/win32sck.c
37411 ____________________________________________________________________________
37412 [  7180] By: gsar                                  on 2000/10/09  19:26:56
37413         Log: on Windows, clean targets might not work under some flavors of the shell
37414      Branch: perl
37415            ! win32/Makefile win32/makefile.mk
37416 ____________________________________________________________________________
37417 [  7179] By: jhi                                   on 2000/10/09  19:21:02
37418         Log: Update Changes.
37419      Branch: perl
37420            ! Changes patchlevel.h
37421 ____________________________________________________________________________
37422 [  7178] By: jhi                                   on 2000/10/09  19:18:23
37423         Log: Warn about unknown scripts.
37424              
37425              Subject: Re: ideas? patches? [PATCH bleadperl]
37426              From: Dominic Dunlop <domo@computer.org>
37427              Date: Mon, 9 Oct 2000 14:57:17 +0200
37428              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
37429      Branch: perl
37430            ! lib/charnames.pm
37431 ____________________________________________________________________________
37432 [  7177] By: jhi                                   on 2000/10/09  19:13:27
37433         Log: Change #7160 had a nasty typo.
37434      Branch: metaconfig
37435            ! U/compline/Compile.U
37436      Branch: perl
37437            ! Configure config_h.SH
37438 ____________________________________________________________________________
37439 [  7176] By: gsar                                  on 2000/10/09  18:59:33
37440         Log: pod nit
37441      Branch: perl
37442            ! pod/perlport.pod
37443 ____________________________________________________________________________
37444 [  7175] By: gsar                                  on 2000/10/09  18:54:28
37445         Log: Windows9x doesn't support link(), despite what Config.pm
37446              might think
37447      Branch: perl
37448            ! lib/ExtUtils/Manifest.pm
37449 ____________________________________________________________________________
37450 [  7174] By: gsar                                  on 2000/10/09  18:50:03
37451         Log: avoid nonportable example code
37452      Branch: perl
37453            ! lib/File/Copy.pm
37454 ____________________________________________________________________________
37455 [  7173] By: gsar                                  on 2000/10/09  18:46:54
37456         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
37457              being used) when closing a socket handle
37458      Branch: perl
37459            ! win32/win32.c win32/win32.h win32/win32sck.c
37460 ____________________________________________________________________________
37461 [  7172] By: gsar                                  on 2000/10/09  18:41:40
37462         Log: on Windows, cwd strings in the environment should be of the
37463              form =X:=X:\foo instead of =X=X:\foo\
37464      Branch: perl
37465            ! win32/vdir.h
37466 ____________________________________________________________________________
37467 [  7171] By: gsar                                  on 2000/10/09  18:30:09
37468         Log: on Windows, LoadLibrary() could load an extension DLL multiple
37469              times if forward slashes are used in the path
37470      Branch: perl
37471            ! win32/win32.c
37472 ____________________________________________________________________________
37473 [  7170] By: jhi                                   on 2000/10/09  17:53:59
37474         Log: Add a todo note about overloadable assertions.
37475      Branch: perl
37476            ! Todo-5.6
37477 ____________________________________________________________________________
37478 [  7169] By: jhi                                   on 2000/10/09  13:43:45
37479         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
37480              From: mjd@plover.com
37481              Date: 9 Oct 2000 00:24:44 -0000
37482              Message-ID: <20001009002444.10616.qmail@plover.com>
37483      Branch: perl
37484            ! pod/perldebguts.pod
37485 ____________________________________________________________________________
37486 [  7168] By: nick                                  on 2000/10/08  13:16:33
37487         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
37488              is not right thing to do on (e.g. x86). Network order is also "right" for
37489              X fonts.
37490      Branch: perl
37491            ! ext/Encode/Encode.pm
37492 ____________________________________________________________________________
37493 [  7167] By: nick                                  on 2000/10/08  12:54:42
37494         Log: Make "encodings" work post-install when Encode/*.enc files may not
37495              be in same directory as Encode.pm
37496      Branch: perl
37497            ! ext/Encode/Encode.pm
37498 ____________________________________________________________________________
37499 [  7166] By: nick                                  on 2000/10/08  11:51:26
37500         Log: Work round the fact that $hash->{$key} does not take into account
37501              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
37502              so that key is always in the "expected" encoding - i.e. same way we put
37503              it in the hash.
37504      Branch: perl
37505            ! ext/Encode/Encode.pm
37506 ____________________________________________________________________________
37507 [  7165] By: gsar                                  on 2000/10/08  04:15:29
37508         Log: save_re_context() could reset PL_curcop to freed memory, causing core
37509              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
37510      Branch: perl
37511            ! pp_ctl.c
37512 ____________________________________________________________________________
37513 [  7164] By: jhi                                   on 2000/10/06  20:51:48
37514         Log: UTF8ize split() so that the cloned substrings get the UTF8
37515              flag of the original scalar.  Problem reported by Simon Cozens.
37516      Branch: perl
37517            ! pp.c t/pragma/utf8.t
37518 ____________________________________________________________________________
37519 [  7163] By: nick                                  on 2000/10/06  20:48:34
37520         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
37521              got a false +ve and so did not reach code which would have un-FAKEd the SV.
37522      Branch: perl
37523            ! sv.c
37524 ____________________________________________________________________________
37525 [  7162] By: nick                                  on 2000/10/06  20:25:37
37526         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
37527              To fix  (sort {$a <=> $b} keys %hash) in particular but
37528              should cover a number of other as-yet-unknown cases as well.
37529      Branch: perl
37530            ! sv.c
37531 ____________________________________________________________________________
37532 [  7161] By: jhi                                   on 2000/10/06  19:56:18
37533         Log: Change the version number of Tie::Handle in the core to 4.0,
37534              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
37535              
37536              Subject: Note on Tie::Handle
37537              From: andreas.koenig@anima.de (Andreas J. Koenig)
37538              Date:      06 Oct 2000 21:48:58 +0200
37539              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
37540      Branch: perl
37541            ! lib/Tie/Handle.pm
37542 ____________________________________________________________________________
37543 [  7160] By: jhi                                   on 2000/10/06  18:20:35
37544         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
37545              as the first option of cc/ld because of ultrapicky compilers
37546              (e.g. OS/390 R2.5)
37547      Branch: metaconfig
37548            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
37549            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
37550            ! U/compline/orderlib.U U/modified/Cppsym.U
37551            ! U/modified/d_access.U
37552      Branch: metaconfig/U/perl
37553            ! Checkcc.U d_dlsymun.U gccvers.U
37554      Branch: perl
37555            ! Configure config_h.SH
37556 ____________________________________________________________________________
37557 [  7159] By: jhi                                   on 2000/10/06  13:56:39
37558         Log: Update Changes.
37559      Branch: perl
37560            ! Changes patchlevel.h
37561 ____________________________________________________________________________
37562 [  7158] By: jhi                                   on 2000/10/06  12:48:40
37563         Log: Eliminate $Is_VMS code from the test.
37564              
37565              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
37566              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37567              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
37568              Date:     Thu, 5 Oct 2000 07:46:33 EDT
37569      Branch: perl
37570            ! t/lib/b.t
37571 ____________________________________________________________________________
37572 [  7157] By: jhi                                   on 2000/10/06  12:47:13
37573         Log: Also the $ccflags is needed for the C compiler check.
37574              
37575              Subject: Configure (check for C-compiler)
37576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37577              Date: Fri, 06 Oct 2000 08:47:15 +0200
37578              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
37579      Branch: metaconfig/U/perl
37580            ! Checkcc.U
37581      Branch: perl
37582            ! Configure config_h.SH
37583 ____________________________________________________________________________
37584 [  7156] By: jhi                                   on 2000/10/06  11:45:15
37585         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
37586      Branch: perl
37587            ! perl.c pp_ctl.c sv.h utf8.c
37588 ____________________________________________________________________________
37589 [  7155] By: jhi                                   on 2000/10/06  11:40:41
37590         Log: IO::Handle->syswrite() did not handle length omission
37591              like CORE::syswrite() does.
37592              
37593              Subject: [Fwd] IO::Handle, syswrite and arguments
37594              From: Graham Barr <gbarr@pobox.com>
37595              Date: Fri, 6 Oct 2000 10:22:05 +0100
37596              Message-ID: <20001006102205.U6312@pobox.com>
37597              
37598              The original patch from andrew@ugh.net.au.
37599      Branch: perl
37600            ! ext/IO/lib/IO/Handle.pm
37601 ____________________________________________________________________________
37602 [  7154] By: jhi                                   on 2000/10/06  01:42:15
37603         Log: Tweak #7153.
37604      Branch: perl
37605            ! utf8.h
37606 ____________________________________________________________________________
37607 [  7153] By: jhi                                   on 2000/10/06  00:39:55
37608         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
37609      Branch: perl
37610            ! utf8.h
37611 ____________________________________________________________________________
37612 [  7152] By: jhi                                   on 2000/10/06  00:38:11
37613         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
37614      Branch: perl
37615            ! perl.c pp_ctl.c sv.h utf8.c
37616 ____________________________________________________________________________
37617 [  7151] By: jhi                                   on 2000/10/06  00:36:38
37618         Log: Subject: Re: Questions about Tie::Array and perl modules
37619              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37620              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
37621              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
37622              
37623              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
37624      Branch: perl
37625            ! lib/Tie/Array.pm t/op/array.t
37626 ____________________________________________________________________________
37627 [  7150] By: jhi                                   on 2000/10/05  00:20:45
37628         Log: Regen Changes.
37629      Branch: perl
37630            ! Changes patchlevel.h
37631 ____________________________________________________________________________
37632 [  7149] By: jhi                                   on 2000/10/05  00:20:01
37633         Log: Regen toc.
37634      Branch: perl
37635            ! pod/perltoc.pod
37636 ____________________________________________________________________________
37637 [  7148] By: jhi                                   on 2000/10/04  23:35:08
37638         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
37639              reported several times by Dominic Dunlop, for example in
37640              ID 20000315.008.  Patch from Dominic.  Patch affects at
37641              least MachTen, and possibly other oldish BSDs. Should not
37642              break non-broken platforms (tested on LinuxPPC). 
37643      Branch: perl
37644            ! doio.c
37645 ____________________________________________________________________________
37646 [  7147] By: jhi                                   on 2000/10/04  23:26:34
37647         Log: The one that got away from 7146.
37648      Branch: metaconfig
37649            + U/installdirs/installscripts.U
37650 ____________________________________________________________________________
37651 [  7146] By: jhi                                   on 2000/10/04  23:25:04
37652         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
37653              suggested by H. Merijn Brand.
37654      Branch: perl
37655            ! Configure INSTALL Makefile.SH Porting/Glossary
37656            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
37657            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37658            ! win32/config.vc
37659 ____________________________________________________________________________
37660 [  7145] By: jhi                                   on 2000/10/04  22:08:21
37661         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
37662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37663              Date: Wed, 4 Oct 2000 17:37:46 -0400
37664              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
37665      Branch: perl
37666            ! utils/h2xs.PL
37667 ____________________________________________________________________________
37668 [  7144] By: jhi                                   on 2000/10/04  18:11:41
37669         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
37670              From: Jeff Pinyan <jeffp@crusoe.net>
37671              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
37672              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
37673      Branch: perl
37674            ! pod/perlrun.pod
37675 ____________________________________________________________________________
37676 [  7143] By: jhi                                   on 2000/10/04  18:09:58
37677         Log: Subject: perlhack.pod Patch for Externals Tools
37678              From: Fisher Mark <fisherm@tce.com>
37679              Date: Tue, 3 Oct 2000 15:43:27 -0500 
37680              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
37681      Branch: perl
37682            ! pod/perlhack.pod
37683 ____________________________________________________________________________
37684 [  7142] By: jhi                                   on 2000/10/04  18:08:41
37685         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
37686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37687              Date:     Wed, 4 Oct 2000 12:11:11 EDT
37688              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
37689      Branch: perl
37690            ! vms/vms.c
37691 ____________________________________________________________________________
37692 [  7141] By: jhi                                   on 2000/10/04  12:20:16
37693         Log: Subject: [PATCH 5.7.0] h2xs not working
37694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37695              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
37696              Date: Tue, 3 Oct 2000 21:43:01 -0400
37697              
37698              Subject: [PATCH 5.7.0] h2xs not documenting the created module
37699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37700              Date: Tue, 3 Oct 2000 22:55:19 -0400
37701              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
37702      Branch: perl
37703            ! utils/h2xs.PL
37704 ____________________________________________________________________________
37705 [  7140] By: jhi                                   on 2000/10/04  11:53:44
37706         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
37707              From: nick@babyhippo.com
37708              Date: Wed, 4 Oct 2000 12:06:45 +0100
37709              Message-Id: <20001004120645.A7356@babyhippo.com>
37710              
37711              Retract 7118 and 7135.
37712      Branch: perl
37713            ! installman installperl op.c t/pragma/subs.t
37714 ____________________________________________________________________________
37715 [  7139] By: jhi                                   on 2000/10/03  22:09:41
37716         Log: It is possible to have no hosts database at all.  Pointed out in
37717              
37718              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37719              From: Peter Prymmer <pvhp@forte.com>
37720              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37721              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37722      Branch: metaconfig
37723            ! U/modified/myhostname.U
37724      Branch: perl
37725            ! Configure config_h.SH
37726 ____________________________________________________________________________
37727 [  7138] By: jhi                                   on 2000/10/03  21:49:49
37728         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
37729              From: Peter Prymmer <pvhp@forte.com>
37730              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
37731              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
37732      Branch: perl
37733            ! pp_sys.c
37734 ____________________________________________________________________________
37735 [  7137] By: jhi                                   on 2000/10/03  20:10:05
37736         Log: One remaining nit less at the VMS mailbox sizing.
37737      Branch: perl
37738            ! vms/vms.c
37739 ____________________________________________________________________________
37740 [  7136] By: jhi                                   on 2000/10/03  20:08:47
37741         Log: Test harness update to sync with the new perlcc,
37742              from Simon Cozens.
37743      Branch: perl
37744            ! t/TEST t/UTEST
37745 ____________________________________________________________________________
37746 [  7135] By: jhi                                   on 2000/10/03  15:15:42
37747         Log: Subject: Re: PATCH for 20001003.004
37748              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
37749              From: "AARON B. DOSSETT" <aaron@iglou.com>
37750              Message-Id: <E13gTay-0006od-00@iglou.com>
37751      Branch: perl
37752            ! installman installperl
37753 ____________________________________________________________________________
37754 [  7134] By: jhi                                   on 2000/10/03  15:00:34
37755         Log: Subject: [ID 20001003.006] B::Debug not -w clean
37756              From: Nicholas Clark <nick@babyhippo.co.uk>
37757              Date: Tue, 03 Oct 2000 15:46:32 +0100
37758              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
37759      Branch: perl
37760            ! ext/B/B/Debug.pm
37761 ____________________________________________________________________________
37762 [  7133] By: jhi                                   on 2000/10/03  14:58:39
37763         Log: Scale down the VMS message boxes, by Charles Lane.
37764              Fix for ID 20000903.009, workaround at
37765              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
37766      Branch: perl
37767            ! vms/vms.c
37768 ____________________________________________________________________________
37769 [  7132] By: jhi                                   on 2000/10/03  11:20:37
37770         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
37771      Branch: perl
37772            + t/lib/st-lock.t t/lib/st-utf8.t
37773            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
37774            ! ext/Storable/Storable.xs t/lib/st-recurse.t
37775 ____________________________________________________________________________
37776 [  7131] By: jhi                                   on 2000/10/03  03:38:23
37777         Log: Encode nits.
37778      Branch: perl
37779            ! MANIFEST Makefile.SH
37780 ____________________________________________________________________________
37781 [  7130] By: jhi                                   on 2000/10/03  03:31:05
37782         Log: Update Changes.
37783      Branch: perl
37784            ! Changes patchlevel.h
37785 ____________________________________________________________________________
37786 [  7129] By: jhi                                   on 2000/10/03  02:24:02
37787         Log: Misplaced else.
37788      Branch: metaconfig/U/perl
37789            ! d_strtoll.U
37790      Branch: perl
37791            ! Configure config_h.SH
37792 ____________________________________________________________________________
37793 [  7128] By: jhi                                   on 2000/10/03  02:08:29
37794         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
37795              From: sthoenna@efn.org
37796              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
37797              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
37798      Branch: metaconfig/U/perl
37799            ! d_strtoll.U
37800      Branch: perl
37801            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
37802 ____________________________________________________________________________
37803 [  7127] By: jhi                                   on 2000/10/03  01:13:14
37804         Log: Update Changes.
37805      Branch: perl
37806            ! Changes patchlevel.h
37807 ____________________________________________________________________________
37808 [  7126] By: jhi                                   on 2000/10/03  00:57:08
37809         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
37810              as suggested by Olaf Flebbe and Nick Clark.
37811      Branch: perl
37812            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
37813 ____________________________________________________________________________
37814 [  7125] By: jhi                                   on 2000/10/03  00:50:56
37815         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
37816              From: Nick Clark <nick@plum.flirble.org>
37817              Date: Mon, 2 Oct 2000 11:03:24 +0100
37818              Message-Id: <20001002110324.D20073@plum.flirble.org>
37819              
37820              Also fixes bug ID 20001002.005.
37821      Branch: perl
37822            ! t/lib/encode.t
37823 ____________________________________________________________________________
37824 [  7124] By: jhi                                   on 2000/10/03  00:34:59
37825         Log: Subject: [PATCH 5.7.0] Epoc update
37826              From: Olaf Flebbe <o.flebbe@gmx.de>
37827              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
37828              Message-ID: <26423.969484586@www10.gmx.net>
37829      Branch: perl
37830            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
37831            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
37832            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
37833            ! util.c util.h
37834 ____________________________________________________________________________
37835 [  7123] By: jhi                                   on 2000/10/03  00:30:07
37836         Log: Regen headers.
37837      Branch: perl
37838            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
37839 ____________________________________________________________________________
37840 [  7122] By: jhi                                   on 2000/10/03  00:10:48
37841         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
37842      Branch: perl
37843            ! hints/openbsd.sh
37844 ____________________________________________________________________________
37845 [  7121] By: jhi                                   on 2000/10/03  00:05:06
37846         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
37847              From: <abigail@foad.org>
37848              Date: Tue, 26 Sep 2000 13:36:14 -0400
37849              Message-ID: <20000926173614.4356.qmail@foad.org>
37850      Branch: perl
37851            ! pod/perlop.pod
37852 ____________________________________________________________________________
37853 [  7120] By: jhi                                   on 2000/10/03  00:04:00
37854         Log: Inside require() $^S was always left undefined.
37855              
37856              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
37857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37858              Date: Wed, 27 Sep 2000 18:54:49 -0400
37859              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
37860      Branch: perl
37861            ! cop.h mg.c pp_ctl.c util.c
37862 ____________________________________________________________________________
37863 [  7119] By: jhi                                   on 2000/10/03  00:00:16
37864         Log: Subject: [PATCH] DLL not restartabke with threaded perl
37865              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
37866              Date: Thu, 28 Sep 2000 09:20:46 +0100
37867              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
37868      Branch: perl
37869            ! perl.c
37870 ____________________________________________________________________________
37871 [  7118] By: jhi                                   on 2000/10/02  23:59:20
37872         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
37873              From: Nicholas Clark <nick@ccl4.org>
37874              Date: Thu, 28 Sep 2000 11:52:24 +0100
37875              Message-ID: <20000928115224.D7924@plum.flirble.org>
37876      Branch: perl
37877            ! op.c
37878 ____________________________________________________________________________
37879 [  7117] By: jhi                                   on 2000/10/02  23:57:51
37880         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
37881              From: Nicholas Clark <nick@babyhippo.co.uk>
37882              Date: Thu, 28 Sep 2000 12:18:10 +0100
37883              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
37884              
37885              Did not apply cleanly, manual intervention was needed.
37886      Branch: perl
37887            ! ext/B/B/Bytecode.pm utils/perlcc.PL
37888 ____________________________________________________________________________
37889 [  7116] By: jhi                                   on 2000/10/02  23:50:40
37890         Log: Document the issue (is not a syntax error, kind of)
37891              
37892              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
37893              From: Nicholas Clark <nick@ccl4.org>
37894              Date: Thu, 28 Sep 2000 17:12:42 +0100
37895              Message-ID: <20000928171242.K7924@plum.flirble.org>
37896      Branch: perl
37897            ! pod/perldata.pod
37898 ____________________________________________________________________________
37899 [  7115] By: jhi                                   on 2000/10/02  23:48:58
37900         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
37901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37902              Date: Thu, 28 Sep 2000 21:55:31 -0400
37903              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
37904      Branch: perl
37905            ! regexec.c
37906 ____________________________________________________________________________
37907 [  7114] By: jhi                                   on 2000/10/02  23:47:57
37908         Log: Subject: DOC PATCH 5.6.0
37909              From: mjd@plover.com
37910              Date: 30 Sep 2000 06:02:34 -0000
37911              Message-ID: <20000930060234.4559.qmail@plover.com>
37912      Branch: perl
37913            ! pod/perldebguts.pod
37914 ____________________________________________________________________________
37915 [  7113] By: jhi                                   on 2000/10/02  23:46:43
37916         Log: SOCK_DGRAM and listen() do not mix as reported in
37917              
37918              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
37919              From: Petter Reinholdtsen <pere@hungry.com>
37920              Date: Sun, 1 Oct 2000 10:57:20 +0800
37921              Message-Id: <200010010257.KAA05735@localhost.localdomain>
37922              
37923              The patch for 5.7.0+ had to be reengineered, though.
37924      Branch: perl
37925            ! ext/IO/lib/IO/Socket/UNIX.pm
37926 ____________________________________________________________________________
37927 [  7112] By: jhi                                   on 2000/10/02  23:36:57
37928         Log: Subject: Re: [PATCH 5.005_64 missed]
37929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37930              Date: Sun, 1 Oct 2000 18:50:10 -0400
37931              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
37932      Branch: perl
37933            ! pod/perlxs.pod
37934 ____________________________________________________________________________
37935 [  7111] By: jhi                                   on 2000/10/02  23:35:40
37936         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
37937              From: Radu Greab <radu@netsoft.ro>
37938              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
37939              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
37940      Branch: perl
37941            ! op.c opcode.pl t/op/substr.t
37942 ____________________________________________________________________________
37943 [  7110] By: jhi                                   on 2000/10/02  23:32:38
37944         Log: Subject: [PATCH] Fix aliasing of tied filehandles
37945              From: Daniel Chetlin <daniel@chetlin.com>
37946              Date: Mon, 2 Oct 2000 14:53:27 -0700
37947              Message-ID: <20001002145327.C1617@ilmd>
37948      Branch: perl
37949            ! perl.h pp_hot.c t/op/tiehandle.t
37950 ____________________________________________________________________________
37951 [  7109] By: jhi                                   on 2000/10/02  23:31:30
37952         Log: s/Robin Parker/Robin Barker/
37953      Branch: perl
37954            ! Changes5.6
37955 ____________________________________________________________________________
37956 [  7108] By: jhi                                   on 2000/10/02  23:15:46
37957         Log: Retract #7091 as suggested in
37958              
37959              From: Robin Barker <rmb1@cise.npl.co.uk> 
37960              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
37961              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
37962              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
37963      Branch: perl
37964            ! embed.pl proto.h
37965 ____________________________________________________________________________
37966 [  7107] By: nick                                  on 2000/10/02  18:23:14
37967         Log: A few tweaks to get Tk803 to work with Encode scheme.
37968      Branch: perl
37969            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37970 ____________________________________________________________________________
37971 [  7106] By: nick                                  on 2000/10/01  21:34:14
37972         Log: Add checking cases to Encode's toUnicode and fromUnicode.
37973      Branch: perl
37974            ! ext/Encode/Encode.pm
37975 ____________________________________________________________________________
37976 [  7105] By: nick                                  on 2000/10/01  17:18:01
37977         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
37978              To read and use them.
37979              Add a lib/encode.t which checks a few things.
37980      Branch: perl
37981            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
37982            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
37983            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
37984            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
37985            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
37986            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
37987            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
37988            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
37989            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
37990            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
37991            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
37992            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
37993            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
37994            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
37995            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
37996            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
37997            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
37998            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
37999            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
38000            + ext/Encode/Encode/iso2022-jp.enc
38001            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38002            + ext/Encode/Encode/iso8859-1.enc
38003            + ext/Encode/Encode/iso8859-2.enc
38004            + ext/Encode/Encode/iso8859-3.enc
38005            + ext/Encode/Encode/iso8859-4.enc
38006            + ext/Encode/Encode/iso8859-5.enc
38007            + ext/Encode/Encode/iso8859-6.enc
38008            + ext/Encode/Encode/iso8859-7.enc
38009            + ext/Encode/Encode/iso8859-8.enc
38010            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
38011            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
38012            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
38013            + ext/Encode/Encode/macCentEuro.enc
38014            + ext/Encode/Encode/macCroatian.enc
38015            + ext/Encode/Encode/macCyrillic.enc
38016            + ext/Encode/Encode/macDingbats.enc
38017            + ext/Encode/Encode/macGreek.enc
38018            + ext/Encode/Encode/macIceland.enc
38019            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
38020            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
38021            + ext/Encode/Encode/macTurkish.enc
38022            + ext/Encode/Encode/macUkraine.enc
38023            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
38024            + t/lib/encode.t
38025            ! MANIFEST ext/Encode/Encode.pm
38026 ____________________________________________________________________________
38027 [  7104] By: nick                                  on 2000/09/30  13:04:30
38028         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
38029              From: Daniel Chetlin <daniel@chetlin.com>
38030              Date: Mon, 18 Sep 2000 05:05:40 -0700
38031              Message-Id: <20000918050540.C652@ilmd>
38032      Branch: perl
38033            ! lib/overload.pm sv.c t/pragma/overload.t
38034 ____________________________________________________________________________
38035 [  7103] By: nick                                  on 2000/09/30  12:53:36
38036         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
38037              From: Johan Vromans <jvromans@squirrel.nl>
38038              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
38039              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
38040      Branch: perl
38041            ! pod/Makefile.SH
38042 ____________________________________________________________________________
38043 [  7102] By: nick                                  on 2000/09/30  12:52:31
38044         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
38045              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38046              Date: Sat, 16 Sep 2000 16:36:45 -0400
38047              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
38048      Branch: perl
38049            ! ext/B/B/Deparse.pm
38050 ____________________________________________________________________________
38051 [  7101] By: nick                                  on 2000/09/30  12:51:41
38052         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
38053              From: Craig A. Berry <craig.berry@psinetcs.com>
38054              Date: Sat, 16 Sep 2000 10:11:10 -0500
38055              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
38056      Branch: perl
38057            ! vms/vms.c
38058 ____________________________________________________________________________
38059 [  7100] By: nick                                  on 2000/09/30  12:50:33
38060         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38061              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38062              Date: Fri, 15 Sep 2000 16:37:58 -0400
38063              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
38064      Branch: perl
38065            ! t/op/append.t
38066 ____________________________________________________________________________
38067 [  7099] By: nick                                  on 2000/09/30  12:49:35
38068         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38069              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38070              Date: Fri, 15 Sep 2000 16:25:30 -0400
38071              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
38072      Branch: perl
38073            ! pp_hot.c
38074 ____________________________________________________________________________
38075 [  7098] By: nick                                  on 2000/09/30  12:48:00
38076         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
38077              From: Gisle Aas <gisle@ActiveState.com>
38078              Date: 15 Sep 2000 16:23:41 +0200
38079              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
38080      Branch: perl
38081            ! toke.c
38082 ____________________________________________________________________________
38083 [  7097] By: nick                                  on 2000/09/30  12:45:16
38084         Log: Subject: [PATCH] Nits in perlmod.pod
38085              From: Daniel Chetlin <daniel@chetlin.com>
38086              Date: Fri, 15 Sep 2000 02:04:09 -0700
38087              Message-Id: <20000915020409.A2104@ilmd>
38088      Branch: perl
38089            ! pod/perlmod.pod
38090 ____________________________________________________________________________
38091 [  7096] By: nick                                  on 2000/09/30  12:18:00
38092         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
38093              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
38094              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
38095              0 to checking to get the warning.
38096      Branch: perl
38097            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38098            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
38099            ! regexec.c sv.c toke.c utf8.c
38100 ____________________________________________________________________________
38101 [  7095] By: nick                                  on 2000/09/15  16:55:59
38102         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
38103              
38104              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
38105              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38106              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
38107              Date: Fri, 15 Sep 2000 06:37:30 -0400
38108      Branch: perl
38109            ! ext/Encode/Encode.xs sv.c
38110 ____________________________________________________________________________
38111 [  7094] By: jhi                                   on 2000/09/15  03:23:32
38112         Log: Update Changes.
38113      Branch: perl
38114            ! Changes patchlevel.h
38115 ____________________________________________________________________________
38116 [  7093] By: jhi                                   on 2000/09/15  03:11:44
38117         Log: Fix for the charnames.t failures from Spider Boardman.
38118      Branch: perl
38119            ! toke.c
38120 ____________________________________________________________________________
38121 [  7092] By: jhi                                   on 2000/09/15  00:15:48
38122         Log: Botched the #7090 check-in.
38123      Branch: perl
38124            ! sv.c
38125 ____________________________________________________________________________
38126 [  7091] By: jhi                                   on 2000/09/14  23:33:24
38127         Log: Part of #7081 didn't come through.
38128      Branch: perl
38129            ! embed.pl proto.h
38130 ____________________________________________________________________________
38131 [  7090] By: jhi                                   on 2000/09/14  23:17:39
38132         Log: Subject: Re: perl@7078 
38133              From: Spider Boardman <spider@web.zk3.dec.com>
38134              Date: Thu, 14 Sep 2000 19:06:36 -0400
38135              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
38136      Branch: perl
38137            ! sv.c toke.c
38138 ____________________________________________________________________________
38139 [  7089] By: jhi                                   on 2000/09/14  23:11:21
38140         Log: Small portability tweaks.
38141      Branch: perl
38142            ! ext/Encode/Encode.xs
38143 ____________________________________________________________________________
38144 [  7088] By: jhi                                   on 2000/09/14  22:57:23
38145         Log: Fake return to pacify picky compilers.
38146      Branch: perl
38147            ! ext/Encode/Encode.xs
38148 ____________________________________________________________________________
38149 [  7087] By: jhi                                   on 2000/09/14  22:53:37
38150         Log: Subject: [PATCH] utf8.c apidoc
38151              From: Simon Cozens <simon@cozens.net>
38152              Date: Thu, 14 Sep 2000 23:46:57 +0100
38153              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
38154      Branch: perl
38155            ! perlapi.c pod/perlapi.pod utf8.c
38156 ____________________________________________________________________________
38157 [  7086] By: jhi                                   on 2000/09/14  22:40:38
38158         Log: We don't need to count the high bit bytes, a boolean is enough. 
38159      Branch: perl
38160            ! sv.c
38161 ____________________________________________________________________________
38162 [  7085] By: jhi                                   on 2000/09/14  21:20:09
38163         Log: Replace #7084 with
38164              
38165              Subject: Re: perl@7078 
38166              From: Spider Boardman <spider@web.zk3.dec.com>
38167              Date: Thu, 14 Sep 2000 17:09:36 -0400
38168              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
38169      Branch: perl
38170            ! sv.c utf8.c
38171 ____________________________________________________________________________
38172 [  7084] By: jhi                                   on 2000/09/14  20:03:34
38173         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
38174              convertable to bytes by checking it doesn't go above 0xc3
38175              
38176              Subject: Re: perl@7078
38177              From: Simon Cozens <simon@cozens.net>
38178              Date: Thu, 14 Sep 2000 20:59:19 +0100
38179              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
38180      Branch: perl
38181            ! utf8.c
38182 ____________________________________________________________________________
38183 [  7083] By: jhi                                   on 2000/09/14  19:38:47
38184         Log: Subject: Re: perl@7078
38185              From: Simon Cozens <simon@cozens.net>
38186              Date: Thu, 14 Sep 2000 20:13:09 +0100
38187              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
38188      Branch: perl
38189            ! t/op/bop.t
38190 ____________________________________________________________________________
38191 [  7082] By: jhi                                   on 2000/09/14  17:50:44
38192         Log: The one that got away.
38193      Branch: perl
38194            ! lib/File/Find.pm
38195 ____________________________________________________________________________
38196 [  7081] By: jhi                                   on 2000/09/14  17:45:35
38197         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
38198              From: Robin Barker <rmb1@cise.npl.co.uk>
38199              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
38200              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
38201      Branch: perl
38202            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
38203            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
38204            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
38205            ! regcomp.c toke.c universal.c
38206 ____________________________________________________________________________
38207 [  7080] By: jhi                                   on 2000/09/14  17:40:35
38208         Log: Problems picked up by AIX cc.
38209              
38210              Subject: Re: perl@7078 (patch included)
38211              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38212              Date: Thu, 14 Sep 2000 18:53:30 +0200
38213              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
38214      Branch: perl
38215            ! ext/Encode/Encode.xs
38216 ____________________________________________________________________________
38217 [  7079] By: jhi                                   on 2000/09/14  17:38:27
38218         Log: Subject: File::Find 5.7.0 POD nits
38219              From: Rich Morin <rdm@cfcl.com>
38220              Date: Wed, 13 Sep 2000 22:03:58 -0700
38221              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
38222      Branch: perl
38223            ! lib/File/Find.pm
38224 ____________________________________________________________________________
38225 [  7078] By: jhi                                   on 2000/09/14  14:58:20
38226         Log: Update Changes.
38227      Branch: perl
38228            ! Changes patchlevel.h
38229 ____________________________________________________________________________
38230 [  7077] By: jhi                                   on 2000/09/14  14:55:54
38231         Log: Compilation warnings and an error.
38232      Branch: perl
38233            ! sv.c
38234 ____________________________________________________________________________
38235 [  7076] By: jhi                                   on 2000/09/14  14:42:56
38236         Log: Fix for a parsing bug, not for the original bug.
38237              
38238              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
38239              From: Spider Boardman <spider@web.zk3.dec.com>
38240              Date: Wed, 13 Sep 2000 17:52:20 -0400
38241              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
38242      Branch: perl
38243            ! regcomp.c
38244 ____________________________________________________________________________
38245 [  7075] By: jhi                                   on 2000/09/14  14:40:40
38246         Log: Batch of UTF-8 patches from Simon Cozens.
38247      Branch: perl
38248            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
38249            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
38250            ! toke.c utf8.c
38251 ____________________________________________________________________________
38252 [  7074] By: jhi                                   on 2000/09/14  14:29:58
38253         Log: Subject: Re: Two advertising clauses need to be removed
38254              From: Russ Allbery <rra@stanford.edu>
38255              Date: 13 Sep 2000 18:50:26 -0700
38256              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
38257      Branch: perl
38258            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38259 ____________________________________________________________________________
38260 [  7073] By: jhi                                   on 2000/09/14  14:28:20
38261         Log: Subject: [PATCH] de-wall t/README
38262              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38263              Date: Wed, 13 Sep 2000 17:46:55 -0700
38264              Message-ID: <//Bw5gzkge/e092yn@efn.org>
38265      Branch: perl
38266            ! t/README
38267 ____________________________________________________________________________
38268 [  7072] By: jhi                                   on 2000/09/14  14:25:10
38269         Log: Hints optimization.
38270              
38271              Subject: Minor nit
38272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38273              Date: Wed, 13 Sep 2000 21:42:07 +0200
38274              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
38275      Branch: perl
38276            ! hints/hpux.sh
38277 ____________________________________________________________________________
38278 [  7071] By: jhi                                   on 2000/09/14  14:23:30
38279         Log: Allow chop() and chomp() to be overridden.
38280              
38281              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38282              From: "Casey R. Tweten" <crt@kiski.net>
38283              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
38284              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
38285      Branch: perl
38286            ! toke.c
38287 ____________________________________________________________________________
38288 [  7070] By: jhi                                   on 2000/09/14  14:20:36
38289         Log: The return value of setlocale must be copied away.
38290              
38291              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38292              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38293              Date: Wed, 13 Sep 2000 16:27:37 +0100 
38294              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
38295      Branch: perl
38296            ! util.c
38297 ____________________________________________________________________________
38298 [  7069] By: jhi                                   on 2000/09/14  14:16:27
38299         Log: Remove vestiges of tr//CU.
38300              
38301              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38302              From: Nick Clark <nick@plum.flirble.org>
38303              Date: Tue, 12 Sep 2000 22:50:14 +0100
38304              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
38305              
38306              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38308              Date: Tue, 12 Sep 2000 21:38:48 -0700
38309              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
38310      Branch: perl
38311            ! op.h pod/perlunicode.pod
38312 ____________________________________________________________________________
38313 [  7068] By: jhi                                   on 2000/09/13  14:18:39
38314         Log: Add the Encode extension.  The code is still largely just skeleton.
38315      Branch: perl
38316            + ext/Encode/Encode.pm ext/Encode/Encode.xs
38317            + ext/Encode/Makefile.PL ext/Encode/Todo
38318            ! MANIFEST Todo-5.6
38319 ____________________________________________________________________________
38320 [  7067] By: jhi                                   on 2000/09/12  17:43:33
38321         Log: Allow for whitespace between "#" and "line" in cpp output.
38322              
38323              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38324              From: Calle Dybedahl <calle@lysator.liu.se>
38325              Date: 12 Sep 2000 19:38:02 +0200 
38326              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
38327      Branch: perl
38328            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
38329 ____________________________________________________________________________
38330 [  7066] By: gsar                                  on 2000/09/12  17:24:29
38331         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38332              initialization in all the threads on Windows
38333      Branch: perl
38334            ! win32/win32.c
38335 ____________________________________________________________________________
38336 [  7065] By: jhi                                   on 2000/09/12  15:11:31
38337         Log: Update Changes.
38338      Branch: perl
38339            ! Changes patchlevel.h
38340 ____________________________________________________________________________
38341 [  7064] By: jhi                                   on 2000/09/12  14:54:54
38342         Log: Retract #7062, the pod tests are not ready.
38343      Branch: perl
38344            ! t/TEST t/harness
38345 ____________________________________________________________________________
38346 [  7063] By: jhi                                   on 2000/09/12  14:25:41
38347         Log: The #7054 truncated Configure badly.
38348      Branch: metaconfig/U/perl
38349            ! End.U
38350      Branch: perl
38351            ! Configure config_h.SH
38352 ____________________________________________________________________________
38353 [  7062] By: jhi                                   on 2000/09/12  14:08:32
38354         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
38355              From: sthoenna@efn.org
38356              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
38357              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
38358      Branch: perl
38359            ! t/TEST t/harness
38360 ____________________________________________________________________________
38361 [  7061] By: jhi                                   on 2000/09/12  14:07:18
38362         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
38363              From: sthoenna@efn.org
38364              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
38365              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
38366      Branch: perl
38367            ! pod/perlxs.pod
38368 ____________________________________________________________________________
38369 [  7060] By: jhi                                   on 2000/09/12  14:06:08
38370         Log: Break up the myconfig lines a bit.
38371              
38372              Subject: perlbug/perl -V output format
38373              From: sthoenna@efn.org
38374              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
38375              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
38376      Branch: perl
38377            ! myconfig.SH
38378 ____________________________________________________________________________
38379 [  7059] By: jhi                                   on 2000/09/12  14:05:04
38380         Log: Test for the #7049.
38381              
38382              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
38383              From: andreas.koenig@anima.de (Andreas J. Koenig)
38384              Date: 12 Sep 2000 06:42:01 +0200
38385              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
38386      Branch: perl
38387            ! t/op/my.t
38388 ____________________________________________________________________________
38389 [  7058] By: jhi                                   on 2000/09/12  14:03:05
38390         Log: Subject: [patch: perl@7045] vms updates
38391              From: Peter Prymmer <pvhp@forte.com>
38392              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
38393              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
38394      Branch: perl
38395            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
38396 ____________________________________________________________________________
38397 [  7057] By: jhi                                   on 2000/09/12  14:00:51
38398         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
38399              From: sthoenna@efn.org
38400              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
38401              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
38402      Branch: perl
38403            ! t/op/64bitint.t
38404 ____________________________________________________________________________
38405 [  7056] By: jhi                                   on 2000/09/12  13:58:14
38406         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
38407              From: Jeff Pinyan <jeffp@crusoe.net>
38408              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
38409              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
38410      Branch: perl
38411            ! pod/perlfunc.pod
38412 ____________________________________________________________________________
38413 [  7055] By: jhi                                   on 2000/09/12  13:56:32
38414         Log: Do in VMS as the #7054 does.
38415      Branch: perl
38416            ! configure.com
38417 ____________________________________________________________________________
38418 [  7054] By: jhi                                   on 2000/09/12  13:50:31
38419         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
38420              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38421              Date: Mon, 11 Sep 2000 08:33:09 +0100
38422              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
38423      Branch: metaconfig/U/perl
38424            ! End.U
38425      Branch: perl
38426            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
38427            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38428 ____________________________________________________________________________
38429 [  7053] By: jhi                                   on 2000/09/12  13:29:19
38430         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
38431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38432              Date:     Tue, 12 Sep 2000 08:35:59 EDT
38433              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
38434      Branch: perl
38435            ! vms/test.com
38436 ____________________________________________________________________________
38437 [  7052] By: jhi                                   on 2000/09/11  23:01:50
38438         Log: Document the SvUTF8*().
38439      Branch: perl
38440            ! pod/perlapi.pod sv.h
38441 ____________________________________________________________________________
38442 [  7051] By: gsar                                  on 2000/09/11  14:46:30
38443         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
38444              (missed a spot when fixing up op_pmreplroot hack for ithreads)
38445      Branch: perl
38446            ! op.c t/op/split.t
38447 ____________________________________________________________________________
38448 [  7050] By: nick                                  on 2000/09/11  10:03:51
38449         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
38450              
38451              Subject: borland C++ win32.c tweak
38452              From: Vadim Konovalov <vkonovalov@lucent.com>
38453              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
38454              Date: Mon, 11 Sep 2000 11:22:33 +0400
38455      Branch: perl
38456            ! win32/win32.c
38457 ____________________________________________________________________________
38458 [  7049] By: nick                                  on 2000/09/11  09:57:33
38459         Log: Point fix for s/// on foreach (keys %xxx).
38460      Branch: perl
38461            ! pp_hot.c
38462 ____________________________________________________________________________
38463 [  7048] By: jhi                                   on 2000/09/10  23:37:09
38464         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
38465              by Pod::Text, from Brad Appleton.
38466      Branch: perl
38467            ! t/pod/testp2pt.pl
38468 ____________________________________________________________________________
38469 [  7047] By: jhi                                   on 2000/09/10  14:32:53
38470         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
38471              by Russ Allbery.
38472      Branch: perl
38473            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
38474 ____________________________________________________________________________
38475 [  7046] By: jhi                                   on 2000/09/10  14:15:08
38476         Log: Upgrade to CPAN 1.57_65, from Andreas König.
38477      Branch: perl
38478            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38479 ____________________________________________________________________________
38480 [  7045] By: jhi                                   on 2000/09/08  21:36:32
38481         Log: Update Changes.
38482      Branch: perl
38483            ! Changes patchlevel.h
38484 ____________________________________________________________________________
38485 [  7044] By: jhi                                   on 2000/09/08  21:29:56
38486         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
38487              From: Peter Prymmer <pvhp@forte.com>
38488              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
38489              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
38490      Branch: perl
38491            ! configure.com
38492 ____________________________________________________________________________
38493 [  7043] By: jhi                                   on 2000/09/08  21:27:50
38494         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38495              From: Peter Prymmer <pvhp@forte.com>
38496              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
38497              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
38498      Branch: perl
38499            ! Makefile.SH installperl
38500 ____________________________________________________________________________
38501 [  7042] By: jhi                                   on 2000/09/08  21:23:21
38502         Log: Continue #7041.
38503      Branch: perl
38504            ! cygwin/Makefile.SHs os2/Makefile.SHs
38505 ____________________________________________________________________________
38506 [  7041] By: jhi                                   on 2000/09/08  21:18:10
38507         Log: Do away with memory models cruft.  Sorry, PDP users.
38508      Branch: metaconfig
38509            ! U/modified/cc.U U/modified/libpth.U
38510      Branch: perl
38511            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
38512            ! Porting/config_H cflags.SH config_h.SH configure.com
38513            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
38514            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
38515            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
38516 ____________________________________________________________________________
38517 [  7040] By: jhi                                   on 2000/09/08  14:34:18
38518         Log: Major rewrite of s2p.  And I mean really major, it is
38519              an implementation of sed in perl.  If called as s2p it
38520              will function as s2p.  Note: needs non-UNIXifying.
38521              
38522              Subject: s2p
38523              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38524              Date: Mon, 28 Aug 2000 14:05:12 +0200
38525              Message-ID: <39AA5578.2102E2AA@alcatel.at>
38526      Branch: perl
38527            ! x2p/s2p.PL
38528 ____________________________________________________________________________
38529 [  7039] By: jhi                                   on 2000/09/08  14:19:49
38530         Log: Re-allow vec() for characters > 255.
38531              
38532              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
38533              From: Spider Boardman <spider@web.zk3.dec.com>
38534              Date: Fri, 08 Sep 2000 02:21:02 -0400
38535              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
38536      Branch: perl
38537            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
38538            ! t/op/vec.t
38539 ____________________________________________________________________________
38540 [  7038] By: jhi                                   on 2000/09/08  14:14:18
38541         Log: Subject: [PATCH lib/Benchmark.pm]
38542              From: <abigail@foad.org>
38543              Date: Thu, 7 Sep 2000 15:03:20 -0400
38544              Message-ID: <20000907190320.888.qmail@foad.org>
38545      Branch: perl
38546            ! lib/Benchmark.pm
38547 ____________________________________________________________________________
38548 [  7037] By: jhi                                   on 2000/09/08  14:11:06
38549         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
38550              
38551              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
38552              From: Spider Boardman <spider@web.zk3.dec.com>
38553              Date: Fri, 08 Sep 2000 01:30:27 -0400
38554              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
38555      Branch: perl
38556            ! op.c
38557 ____________________________________________________________________________
38558 [  7036] By: jhi                                   on 2000/09/08  14:08:58
38559         Log: Subject: [ID 20000908.002] perlipc documentation bug.
38560              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
38561              Date: Fri, 08 Sep 2000 12:38:32 +0200
38562              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
38563      Branch: perl
38564            ! pod/perlipc.pod
38565 ____________________________________________________________________________
38566 [  7035] By: jhi                                   on 2000/09/08  14:03:12
38567         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38569              Date: Fri, 08 Sep 2000 11:47:34 +0200
38570              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
38571      Branch: perl
38572            ! hints/dec_osf.sh
38573 ____________________________________________________________________________
38574 [  7034] By: jhi                                   on 2000/09/08  13:59:35
38575         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
38576              From: Simon Cozens <simon@cozens.net>
38577              Date: Thu, 7 Sep 2000 20:40:38 +0100
38578              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
38579      Branch: perl
38580            ! pp_hot.c
38581 ____________________________________________________________________________
38582 [  7033] By: jhi                                   on 2000/09/08  04:03:03
38583         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
38584              From: "Larry W. Virden" <lvirden@cas.org>
38585              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
38586              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
38587      Branch: perl
38588            ! pod/perldiag.pod
38589 ____________________________________________________________________________
38590 [  7032] By: jhi                                   on 2000/09/07  22:18:30
38591         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38592              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
38593              Date: Mon, 04 Sep 2000 13:16:38 -0700
38594              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
38595      Branch: perl
38596            ! lib/perl5db.pl
38597 ____________________________________________________________________________
38598 [  7031] By: jhi                                   on 2000/09/07  22:02:29
38599         Log: Fix the ccversion detection for 5.1 and beyond.
38600              
38601              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38602              From: Spider Boardman <spider@leggy.zk3.dec.com>
38603              Date: Thu, 7 Sep 2000 17:54:27 -0400
38604              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
38605      Branch: perl
38606            ! hints/dec_osf.sh
38607 ____________________________________________________________________________
38608 [  7030] By: jhi                                   on 2000/09/07  19:12:28
38609         Log: Fix for
38610              
38611              Subject: [ID 20000903.001] \w in utf8-strings
38612              From: Marc Lehmann <pcg@goof.com>
38613              Date: Sun, 03 Sep 2000 09:44:29 +0200
38614              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
38615              
38616              and various related nits.
38617      Branch: perl
38618            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
38619 ____________________________________________________________________________
38620 [  7029] By: jhi                                   on 2000/09/07  18:49:09
38621         Log: Fix the URL, but the server is still missing in action.
38622              
38623              Subject: [ID 20000905.002] perlfaq1.pod URL error
38624              From: "Larry W. Virden" <lvirden@cas.org>
38625              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
38626              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
38627      Branch: perl
38628            ! pod/perlfaq1.pod
38629 ____________________________________________________________________________
38630 [  7028] By: jhi                                   on 2000/09/07  18:47:13
38631         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
38632              From: Hugo <hv@crypt.compulink.co.uk>
38633              Date: Tue, 05 Sep 2000 14:13:37 +0100
38634              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
38635      Branch: perl
38636            ! toke.c
38637 ____________________________________________________________________________
38638 [  7027] By: jhi                                   on 2000/09/07  18:45:35
38639         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
38640              From: Daniel Chetlin <daniel@chetlin.com>
38641              Date: Tue, 5 Sep 2000 04:57:07 -0700
38642              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
38643      Branch: perl
38644            ! pod/perlfaq6.pod pod/perlop.pod
38645 ____________________________________________________________________________
38646 [  7026] By: jhi                                   on 2000/09/07  18:44:01
38647         Log: Document the new ref() semantics.
38648              
38649              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38650              From: Gisle Aas <gisle@ActiveState.com>
38651              Date: 05 Sep 2000 08:10:30 +0200
38652              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
38653      Branch: perl
38654            ! pod/perldelta.pod
38655 ____________________________________________________________________________
38656 [  7025] By: jhi                                   on 2000/09/07  18:42:27
38657         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
38658              
38659              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38660              From: Gisle Aas <gisle@ActiveState.com>
38661              Date: 05 Sep 2000 08:11:40 +0200
38662              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
38663      Branch: perl
38664            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
38665 ____________________________________________________________________________
38666 [  7024] By: jhi                                   on 2000/09/07  18:39:32
38667         Log: Subject: [PATCH] Modernize Opcode.pm documentation
38668              From: Gisle Aas <gisle@ActiveState.com>
38669              Date: 4 Sep 2000 00:18:55 -0000
38670              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
38671      Branch: perl
38672            ! ext/Opcode/Opcode.pm
38673 ____________________________________________________________________________
38674 [  7023] By: jhi                                   on 2000/09/07  18:37:42
38675         Log: Subject: [PATCH] Tied filehandle documentation
38676              From: Gisle Aas <gisle@ActiveState.com>
38677              Date: 4 Sep 2000 00:14:40 -0000
38678              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
38679      Branch: perl
38680            ! pod/perlfunc.pod pod/perltie.pod
38681 ____________________________________________________________________________
38682 [  7022] By: jhi                                   on 2000/09/07  18:35:37
38683         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
38684              From: Gisle Aas <gisle@ActiveState.com>
38685              Date: 4 Sep 2000 00:04:22 -0000
38686              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
38687      Branch: perl
38688            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
38689 ____________________________________________________________________________
38690 [  7021] By: jhi                                   on 2000/09/07  18:33:22
38691         Log: Subject: small apidoc fix
38692              From: Marc Lehmann <pcg@goof.com>
38693              Date: Sun, 3 Sep 2000 05:12:06 +0200
38694              Message-ID: <20000903051206.A5909@cerebro.laendle>
38695      Branch: perl
38696            ! pod/perlapi.pod utf8.c
38697 ____________________________________________________________________________
38698 [  7020] By: jhi                                   on 2000/09/07  16:14:57
38699         Log: Tiny perldelta nits.
38700      Branch: perl
38701            ! pod/perldelta.pod
38702 ____________________________________________________________________________
38703 [  7019] By: jhi                                   on 2000/09/07  16:04:20
38704         Log: Guard against bad string->int conversion for quads.
38705      Branch: perl
38706            ! t/op/64bitint.t
38707 ____________________________________________________________________________
38708 [  7018] By: jhi                                   on 2000/09/06  17:07:03
38709         Log: Update Unicode todo list.
38710      Branch: perl
38711            ! Todo-5.6
38712 ____________________________________________________________________________
38713 [  7017] By: jhi                                   on 2000/09/05  21:16:01
38714         Log: Document the SvIOK_.*UV().
38715      Branch: perl
38716            ! pod/perlapi.pod sv.h
38717 ____________________________________________________________________________
38718 [  7016] By: nick                                  on 2000/09/03  21:54:46
38719         Log: Hash lookup of constant strings optimization:
38720              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
38721              to string table (as per sharepvn). Add newSV_pvn_share to create such
38722              a thing. Make hv.c compare addresses of strings and skip string compare
38723              if equal. Make method_named and helem ops use these shared-string SVs
38724              when arg is constant. Make keys op return shared-string SVs (less clearly
38725              a win).
38726      Branch: perl
38727            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
38728            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
38729            ! pod/perlintern.pod pp_hot.c proto.h sv.c
38730 ____________________________________________________________________________
38731 [  7015] By: jhi                                   on 2000/09/02  17:48:59
38732         Log: This is 5.7.0.
38733      Branch: perl
38734            ! Changes
38735 ____________________________________________________________________________
38736 [  7014] By: jhi                                   on 2000/09/02  17:35:45
38737         Log: Changes and patchlevel tweaks.
38738      Branch: perl
38739            ! Changes patchlevel.h
38740 ____________________________________________________________________________
38741 [  7013] By: jhi                                   on 2000/09/02  17:30:50
38742         Log: Update Changes.
38743      Branch: perl
38744            ! Changes patchlevel.h
38745 ____________________________________________________________________________
38746 [  7012] By: nick                                  on 2000/09/02  17:25:20
38747         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
38748      Branch: perl
38749            ! gv.c lib/overload.pm
38750 ____________________________________________________________________________
38751 [  7011] By: jhi                                   on 2000/09/02  17:16:25
38752         Log: Update perlhist.
38753      Branch: perl
38754            ! pod/perlhist.pod
38755 ____________________________________________________________________________
38756 [  7010] By: jhi                                   on 2000/09/02  17:01:35
38757         Log: perldelta nits.
38758      Branch: perl
38759            ! pod/perldelta.pod
38760 ____________________________________________________________________________
38761 [  7009] By: nick                                  on 2000/09/02  16:48:35
38762         Log: If overloaded %{} etc. return the object do not loop.
38763              Thus  sub deref { $_[0] } functions if object is wanted type.
38764      Branch: perl
38765            ! pp.h
38766 ____________________________________________________________________________
38767 [  7008] By: jhi                                   on 2000/09/02  16:26:11
38768         Log: Retab MANIFEST.
38769      Branch: perl
38770            ! ext/Storable/MANIFEST
38771 ____________________________________________________________________________
38772 [  7007] By: jhi                                   on 2000/09/02  16:23:02
38773         Log: Make certain cc is set before trying to run it.
38774      Branch: perl
38775            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
38776 ____________________________________________________________________________
38777 [  7006] By: jhi                                   on 2000/09/02  15:45:41
38778         Log: Unicode notes.
38779      Branch: perl
38780            ! pod/perldelta.pod
38781 ____________________________________________________________________________
38782 [  7005] By: jhi                                   on 2000/09/02  15:42:11
38783         Log: Various Configure nits by Philip Newton,
38784              plus the ebcdic one by me.
38785      Branch: metaconfig
38786            + U/modified/pager.U
38787            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
38788      Branch: metaconfig/U/perl
38789            ! Devel.U quadfio.U
38790      Branch: perl
38791            ! Configure config_h.SH
38792 ____________________________________________________________________________
38793 [  7004] By: jhi                                   on 2000/09/02  15:06:14
38794         Log: Apparently avoiding the swapping is too costly.
38795              
38796              From: "Ben Tilly" <ben_tilly@hotmail.com>
38797              Subject: Re: the door is closed.
38798              Date: Fri, 01 Sep 2000 20:23:16 EDT
38799              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
38800      Branch: perl
38801            ! pod/perlfaq4.pod
38802 ____________________________________________________________________________
38803 [  7003] By: nick                                  on 2000/09/02  12:26:04
38804         Log: Undo part of change 6489 which looks like a bulk edit which
38805              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
38806              The supressing of main:: on return from select() is undesirable.
38807      Branch: perl
38808            ! pp_sys.c
38809 ____________________________________________________________________________
38810 [  7002] By: jhi                                   on 2000/09/01  23:08:54
38811         Log: Update Changes.
38812      Branch: perl
38813            ! Changes patchlevel.h
38814 ____________________________________________________________________________
38815 [  7001] By: jhi                                   on 2000/09/01  23:00:13
38816         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
38817              From: Peter Prymmer <pvhp@forte.com>
38818              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
38819              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
38820              
38821              plus rework the http: spots as suggested by Tom Christiansen,
38822              plus regen perltoc.
38823      Branch: perl
38824            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
38825            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
38826 ____________________________________________________________________________
38827 [  7000] By: jhi                                   on 2000/09/01  22:36:01
38828         Log: Only the first line, thank you very much.
38829      Branch: perl
38830            ! hints/solaris_2.sh
38831 ____________________________________________________________________________
38832 [  6999] By: gsar                                  on 2000/09/01  22:16:40
38833         Log: change#6791 accidentally clobbered change#6710, put it back
38834      Branch: perl
38835            ! win32/win32.c
38836 ____________________________________________________________________________
38837 [  6998] By: jhi                                   on 2000/09/01  22:14:16
38838         Log: Mention the HP-UX LP64 freak failure.
38839      Branch: perl
38840            ! pod/perldelta.pod
38841 ____________________________________________________________________________
38842 [  6997] By: jhi                                   on 2000/09/01  21:48:32
38843         Log: Detypo.
38844      Branch: perl
38845            ! hints/hpux.sh
38846 ____________________________________________________________________________
38847 [  6996] By: jhi                                   on 2000/09/01  21:27:10
38848         Log: Update Changes.
38849      Branch: perl
38850            ! Changes patchlevel.h
38851 ____________________________________________________________________________
38852 [  6995] By: jhi                                   on 2000/09/01  21:14:24
38853         Log: Mi splgn s gnin.g
38854      Branch: perl
38855            ! pp_ctl.c
38856 ____________________________________________________________________________
38857 [  6994] By: jhi                                   on 2000/09/01  21:09:54
38858         Log: Subject: http:// in L<>
38859              From: Nicholas Clark <nick@ccl4.org>
38860              Date: Fri, 1 Sep 2000 22:03:21 +0100
38861              Message-ID: <20000901220321.B72074@plum.flirble.org>
38862      Branch: perl
38863            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
38864 ____________________________________________________________________________
38865 [  6993] By: jhi                                   on 2000/09/01  21:06:54
38866         Log: Update to Storable 1.0, from Raphael Manfredi.
38867      Branch: perl
38868            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
38869            ! ext/Storable/Makefile.PL ext/Storable/README
38870            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38871            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
38872            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
38873            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
38874            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
38875            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
38876 ____________________________________________________________________________
38877 [  6992] By: jhi                                   on 2000/09/01  20:43:05
38878         Log: Mention known sfio+linux buglet.
38879      Branch: perl
38880            ! pod/perldelta.pod
38881 ____________________________________________________________________________
38882 [  6991] By: jhi                                   on 2000/09/01  20:40:11
38883         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
38884              From: Peter Prymmer <pvhp@forte.com>
38885              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
38886              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
38887      Branch: perl
38888            ! vms/vms.c
38889 ____________________________________________________________________________
38890 [  6990] By: jhi                                   on 2000/09/01  20:25:26
38891         Log: Retract #6986.
38892      Branch: perl
38893            ! hints/solaris_2.sh
38894 ____________________________________________________________________________
38895 [  6989] By: jhi                                   on 2000/09/01  20:23:00
38896         Log: Mergesort is back.
38897      Branch: perl
38898            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
38899 ____________________________________________________________________________
38900 [  6988] By: jhi                                   on 2000/09/01  19:37:40
38901         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
38902              From: Mike Guy <mjtg@cam.ac.uk>
38903              Date: Fri, 01 Sep 2000 17:43:33 +0100
38904              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
38905      Branch: perl
38906            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
38907            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
38908 ____________________________________________________________________________
38909 [  6987] By: jhi                                   on 2000/09/01  19:17:10
38910         Log: Regen perltoc.
38911      Branch: perl
38912            ! pod/perltoc.pod
38913 ____________________________________________________________________________
38914 [  6986] By: jhi                                   on 2000/09/01  18:51:10
38915         Log: Subject: Re: Solaris x86 has no SPARC libraries!
38916              From: Lupe Christoph <lupe@lupe-christoph.de>
38917              Date: Fri, 1 Sep 2000 20:41:20 +0200
38918              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
38919      Branch: perl
38920            ! hints/solaris_2.sh
38921 ____________________________________________________________________________
38922 [  6985] By: jhi                                   on 2000/09/01  18:28:10
38923         Log: Update Changes.
38924      Branch: perl
38925            ! Changes patchlevel.h
38926 ____________________________________________________________________________
38927 [  6984] By: jhi                                   on 2000/09/01  18:26:53
38928         Log: Feature ordering tweak.
38929      Branch: perl
38930            ! myconfig.SH
38931 ____________________________________________________________________________
38932 [  6983] By: jhi                                   on 2000/09/01  18:19:50
38933         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38934              From: <abigail@foad.org>
38935              Date: Fri, 1 Sep 2000 13:07:32 -0400
38936              Message-ID: <20000901170732.18249.qmail@foad.org>
38937      Branch: perl
38938            ! t/pragma/overload.t
38939 ____________________________________________________________________________
38940 [  6982] By: jhi                                   on 2000/09/01  18:17:54
38941         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
38942              so that case-ignoring systems like DCL can tell them from
38943              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
38944      Branch: metaconfig/U/perl
38945            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
38946      Branch: perl
38947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38948            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
38949            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
38950            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
38951            ! vos/config.def vos/config.h vos/config_h.SH_orig
38952            ! win32/config.bc win32/config.gc win32/config.vc
38953 ____________________________________________________________________________
38954 [  6981] By: nick                                  on 2000/09/01  17:21:57
38955         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
38956              warning when UNTIE exists and instead pass the cound of extra references to
38957              the UNTIE method.
38958      Branch: perl
38959            ! pod/perltie.pod pp_sys.c
38960 ____________________________________________________________________________
38961 [  6980] By: jhi                                   on 2000/09/01  16:54:44
38962         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
38963              From: Peter Prymmer <pvhp@forte.com>
38964              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
38965              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
38966      Branch: perl
38967            ! configure.com
38968 ____________________________________________________________________________
38969 [  6979] By: jhi                                   on 2000/09/01  16:06:20
38970         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
38971              From: Mike Guy <mjtg@cam.ac.uk> 
38972              Date: Fri, 01 Sep 2000 16:49:27 +0100
38973              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
38974      Branch: perl
38975            ! t/base/rs.t
38976 ____________________________________________________________________________
38977 [  6978] By: jhi                                   on 2000/09/01  16:00:42
38978         Log: Update to PodParser 1.18, from Brad Appleton.
38979      Branch: perl
38980            ! lib/Pod/Checker.pm t/pod/find.t
38981 ____________________________________________________________________________
38982 [  6977] By: jhi                                   on 2000/09/01  14:48:58
38983         Log: Subject: Nit in Configure (bleadperl@6961)
38984              From: Lupe Christoph <lupe@lupe-christoph.de>
38985              Date: Fri, 1 Sep 2000 16:34:29 +0200
38986              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
38987      Branch: metaconfig
38988            ! U/compline/ccflags.U
38989      Branch: perl
38990            ! Configure config_h.SH
38991 ____________________________________________________________________________
38992 [  6976] By: jhi                                   on 2000/09/01  14:39:52
38993         Log: Update Changes.
38994      Branch: perl
38995            ! Changes patchlevel.h
38996 ____________________________________________________________________________
38997 [  6975] By: jhi                                   on 2000/09/01  14:37:36
38998         Log: microperl config update.
38999      Branch: perl
39000            ! uconfig.h uconfig.sh
39001 ____________________________________________________________________________
39002 [  6974] By: jhi                                   on 2000/09/01  14:36:53
39003         Log: Document known deficiencies.
39004      Branch: perl
39005            ! pod/perldelta.pod
39006 ____________________________________________________________________________
39007 [  6973] By: jhi                                   on 2000/09/01  14:10:20
39008         Log: Mention warnings fixes and updates.
39009      Branch: perl
39010            ! pod/perldelta.pod
39011 ____________________________________________________________________________
39012 [  6972] By: jhi                                   on 2000/09/01  14:01:52
39013         Log: Drop unused argument.
39014              
39015              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39016              From: Spider Boardman <spider@web.zk3.dec.com>
39017              Date: Thu, 31 Aug 2000 16:10:15 -0400
39018              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
39019      Branch: perl
39020            ! toke.c
39021 ____________________________________________________________________________
39022 [  6971] By: jhi                                   on 2000/09/01  13:59:24
39023         Log: Add the overload warnings to perldiag.
39024      Branch: perl
39025            ! lib/overload.pm pod/perldiag.pod
39026 ____________________________________________________________________________
39027 [  6970] By: jhi                                   on 2000/09/01  13:55:10
39028         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39029              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39030              Date: Fri, 1 Sep 2000 13:43:15 +0100 
39031              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
39032      Branch: perl
39033            ! lib/overload.pm t/pragma/overload.t
39034 ____________________________________________________________________________
39035 [  6969] By: jhi                                   on 2000/09/01  13:52:27
39036         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39037              From: <abigail@foad.org>
39038              Date: Fri, 1 Sep 2000 05:46:54 -0400
39039              Message-ID: <20000901094654.6476.qmail@foad.org>
39040      Branch: perl
39041            ! lib/overload.pm
39042 ____________________________________________________________________________
39043 [  6968] By: jhi                                   on 2000/09/01  13:50:05
39044         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39045              From: Daniel Chetlin <daniel@chetlin.com>
39046              Date: Fri, 1 Sep 2000 02:10:55 -0700
39047              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
39048      Branch: perl
39049            ! pod/perlretut.pod
39050 ____________________________________________________________________________
39051 [  6967] By: jhi                                   on 2000/09/01  13:47:54
39052         Log: Part of the solution.
39053              
39054              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39055              From: Mike Guy <mjtg@cam.ac.uk>
39056              Date: Fri, 01 Sep 2000 14:16:01 +0100
39057              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
39058      Branch: perl
39059            ! gv.c mg.c
39060 ____________________________________________________________________________
39061 [  6966] By: jhi                                   on 2000/09/01  13:46:17
39062         Log: Subject: CPAN.pm beta 1.57_57 for the core
39063              From: andreas.koenig@anima.de (Andreas J. Koenig)
39064              Date: 01 Sep 2000 15:16:31 +0200
39065              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
39066      Branch: perl
39067            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39068 ____________________________________________________________________________
39069 [  6965] By: jhi                                   on 2000/09/01  13:43:18
39070         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39071              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39072              Date: Fri, 01 Sep 2000 01:47:22 -0500
39073              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
39074      Branch: perl
39075            ! pod/perldelta.pod vms/vms.c
39076 ____________________________________________________________________________
39077 [  6964] By: jhi                                   on 2000/09/01  13:35:35
39078         Log: File::Temp patches from Andreas König,
39079              
39080              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
39081              From: andreas.koenig@anima.de (Andreas J. Koenig)
39082              Date: 01 Sep 2000 10:07:20 +0200
39083              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
39084              
39085              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
39086              From: andreas.koenig@anima.de (Andreas J. Koenig)
39087              Date: 31 Aug 2000 23:26:08 +0200
39088              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
39089      Branch: perl
39090            ! lib/File/Temp.pm t/lib/ftmp-security.t
39091 ____________________________________________________________________________
39092 [  6963] By: jhi                                   on 2000/09/01  02:22:24
39093         Log: Retract the mergesort code, way too incompatible licensing
39094              and copyrights.
39095      Branch: perl
39096            ! pod/perldelta.pod pp_ctl.c
39097 ____________________________________________________________________________
39098 [  6962] By: jhi                                   on 2000/08/31  23:27:32
39099         Log: Update Changes.
39100      Branch: perl
39101            ! Changes patchlevel.h
39102 ____________________________________________________________________________
39103 [  6961] By: jhi                                   on 2000/08/31  23:20:04
39104         Log: Small tweaks all over.
39105      Branch: metaconfig
39106            ! U/compline/d_gconvert.U
39107      Branch: perl
39108            ! AUTHORS Configure config_h.SH pp_ctl.c
39109 ____________________________________________________________________________
39110 [  6960] By: jhi                                   on 2000/08/31  22:39:36
39111         Log: Further rewording.
39112      Branch: perl
39113            ! pp_ctl.c
39114 ____________________________________________________________________________
39115 [  6959] By: jhi                                   on 2000/08/31  21:26:44
39116         Log: More address tweaking.
39117      Branch: perl
39118            ! AUTHORS Changes
39119 ____________________________________________________________________________
39120 [  6958] By: jhi                                   on 2000/08/31  20:47:25
39121         Log: AUTHORS tweaks, from Peter Prymmer.
39122              
39123              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
39124              From: Peter Prymmer <pvhp@forte.com>
39125              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
39126              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
39127      Branch: perl
39128            ! AUTHORS MAINTAIN
39129 ____________________________________________________________________________
39130 [  6957] By: jhi                                   on 2000/08/31  20:34:43
39131         Log: perldelta tweaks.
39132      Branch: perl
39133            ! pod/perldelta.pod
39134 ____________________________________________________________________________
39135 [  6956] By: jhi                                   on 2000/08/31  19:11:06
39136         Log: Regen perltoc.
39137      Branch: perl
39138            ! pod/perltoc.pod
39139 ____________________________________________________________________________
39140 [  6955] By: jhi                                   on 2000/08/31  19:06:30
39141         Log: Clarify the mergesort situation.
39142      Branch: perl
39143            ! pp_ctl.c
39144 ____________________________________________________________________________
39145 [  6954] By: jhi                                   on 2000/08/31  18:24:17
39146         Log: Move the Solaris 7 scan to use64bitall, make the
39147              failure to find 64-bot sparc libc to mention the
39148              possibility of being in an intel, from Lupe and Alan.
39149      Branch: perl
39150            ! hints/solaris_2.sh
39151 ____________________________________________________________________________
39152 [  6953] By: jhi                                   on 2000/08/31  18:09:20
39153         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
39154              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39155      Branch: metaconfig
39156            ! U/compline/d_gconvert.U U/threads/archname.U
39157      Branch: metaconfig/U/perl
39158            ! perlxv.U
39159      Branch: perl
39160            ! Configure config_h.SH sv.c
39161 ____________________________________________________________________________
39162 [  6952] By: jhi                                   on 2000/08/31  17:42:24
39163         Log: :: not allowed in pathnames, change to .
39164              
39165              Subject: [PATCH perl@6938] cygwin port
39166              From: "Fifer, Eric" <EFifer@sanwaint.com>
39167              Date: Thu, 31 Aug 2000 16:32:59 +0100
39168              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
39169      Branch: metaconfig/U/perl
39170            ! perlxv.U
39171 ____________________________________________________________________________
39172 [  6951] By: jhi                                   on 2000/08/31  17:02:05
39173         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
39174      Branch: perl
39175            ! perl.h
39176 ____________________________________________________________________________
39177 [  6950] By: jhi                                   on 2000/08/31  16:26:08
39178         Log: More author updates.
39179              
39180              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
39181              From: Simon Cozens <simon@cozens.net>
39182              Date: Thu, 31 Aug 2000 17:13:32 +0100
39183              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
39184      Branch: perl
39185            ! AUTHORS
39186 ____________________________________________________________________________
39187 [  6949] By: jhi                                   on 2000/08/31  16:04:49
39188         Log: POSIX doesn't report long double values under -Duselongdouble
39189              when the long doubles are "real" (bigger than doubles).
39190              
39191              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
39192              From: Spider Boardman <spider@peano.zk3.dec.com>
39193              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
39194              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
39195      Branch: perl
39196            ! ext/POSIX/POSIX.xs
39197 ____________________________________________________________________________
39198 [  6948] By: jhi                                   on 2000/08/31  15:25:10
39199         Log: Update Changes.
39200      Branch: perl
39201            ! Changes patchlevel.h
39202 ____________________________________________________________________________
39203 [  6947] By: jhi                                   on 2000/08/31  15:22:29
39204         Log: Document UNTIE in a very minimalistic way.
39205      Branch: perl
39206            ! pod/perlfunc.pod pod/perltie.pod
39207 ____________________________________________________________________________
39208 [  6946] By: jhi                                   on 2000/08/31  15:15:23
39209         Log: Document known failures.
39210      Branch: perl
39211            ! pod/perldelta.pod
39212 ____________________________________________________________________________
39213 [  6945] By: jhi                                   on 2000/08/31  15:07:00
39214         Log: Don't attach -ld to the archname if pointless.
39215      Branch: metaconfig
39216            ! U/threads/archname.U
39217      Branch: perl
39218            ! Configure config_h.SH
39219 ____________________________________________________________________________
39220 [  6944] By: jhi                                   on 2000/08/31  14:37:42
39221         Log: Wrap the test in eval.
39222              
39223              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
39224              From: Tim Jenness <timj@jach.hawaii.edu>
39225              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
39226              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
39227      Branch: perl
39228            ! t/lib/ftmp-security.t
39229 ____________________________________________________________________________
39230 [  6943] By: jhi                                   on 2000/08/31  14:30:57
39231         Log: Make -Dusemorebits find long doubles in Solaris.
39232      Branch: perl
39233            ! hints/solaris_2.sh
39234 ____________________________________________________________________________
39235 [  6942] By: jhi                                   on 2000/08/31  13:48:45
39236         Log: Clarify the third case of ftmp-security warnings.
39237      Branch: perl
39238            ! INSTALL
39239 ____________________________________________________________________________
39240 [  6941] By: jhi                                   on 2000/08/31  13:40:31
39241         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39242              From: <abigail@foad.org>
39243              Date: Thu, 31 Aug 2000 01:35:05 -0400
39244              Message-ID: <20000831053505.32120.qmail@foad.org>
39245      Branch: perl
39246            ! pod/perldelta.pod
39247 ____________________________________________________________________________
39248 [  6940] By: jhi                                   on 2000/08/31  13:38:48
39249         Log: Issue useful diagnostic on unknown pod commands.
39250              
39251              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39252              From: <abigail@foad.org>
39253              Date: Thu, 31 Aug 2000 03:41:18 -0400
39254              Message-ID: <20000831074118.24880.qmail@foad.org>
39255      Branch: perl
39256            ! lib/Pod/Man.pm
39257 ____________________________________________________________________________
39258 [  6939] By: jhi                                   on 2000/08/31  13:34:33
39259         Log: Reveal Borland's isnan.
39260              
39261              Subject: build with BC++ tweak
39262              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39263              Date: Thu, 31 Aug 2000 13:09:37 +0400
39264              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
39265      Branch: perl
39266            ! win32/win32.h
39267 ____________________________________________________________________________
39268 [  6938] By: jhi                                   on 2000/08/31  05:01:20
39269         Log: Update Changes.
39270      Branch: perl
39271            ! Changes patchlevel.h
39272 ____________________________________________________________________________
39273 [  6937] By: jhi                                   on 2000/08/31  04:26:23
39274         Log: sscanf() may be the only way to read long doubles from strings.
39275      Branch: metaconfig/U/perl
39276            ! longdblfio.U
39277      Branch: perl
39278            ! Configure config_h.SH perl.h util.c
39279 ____________________________________________________________________________
39280 [  6936] By: jhi                                   on 2000/08/31  04:18:19
39281         Log: The #6929 was too skimpy.
39282      Branch: perl
39283            ! sv.c
39284 ____________________________________________________________________________
39285 [  6935] By: jhi                                   on 2000/08/31  02:47:07
39286         Log: Subject: Re: typos in pods
39287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39288              Date: Wed, 30 Aug 2000 19:25:34 -0700
39289              Message-ID: <eIcr5gzkg25X092yn@efn.org>
39290      Branch: perl
39291            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
39292 ____________________________________________________________________________
39293 [  6934] By: jhi                                   on 2000/08/31  02:42:55
39294         Log: Missed one Unicode file.
39295      Branch: perl
39296            + lib/unicode/UCDFF301.html
39297 ____________________________________________________________________________
39298 [  6933] By: jhi                                   on 2000/08/30  23:42:27
39299         Log: Update Changes.
39300      Branch: perl
39301            ! Changes patchlevel.h
39302 ____________________________________________________________________________
39303 [  6932] By: jhi                                   on 2000/08/30  23:40:07
39304         Log: Mention UNTIE in perldelta.  Still needs documenting
39305              in perltie et alia.
39306      Branch: perl
39307            ! pod/perldelta.pod
39308 ____________________________________________________________________________
39309 [  6931] By: jhi                                   on 2000/08/30  23:36:02
39310         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
39311              From: <abigail@foad.org>
39312              Date: Wed, 30 Aug 2000 19:28:07 -0400
39313              Message-ID: <20000830232807.305.qmail@foad.org>
39314      Branch: perl
39315            ! pod/perldelta.pod
39316 ____________________________________________________________________________
39317 [  6930] By: jhi                                   on 2000/08/30  23:32:40
39318         Log: Update to Unicode 3.0.1.
39319      Branch: perl
39320            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39321            + lib/unicode/PropList.txt lib/unicode/README.perl
39322            + lib/unicode/UCD301.html lib/unicode/Unicode.301
39323            - lib/unicode/Props.txt lib/unicode/UCD300.html
39324            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39325            ! (edit 257 files)
39326 ____________________________________________________________________________
39327 [  6929] By: jhi                                   on 2000/08/30  22:38:18
39328         Log: Heap decorruption.
39329              
39330              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39331              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39332              Date: Wed, 30 Aug 2000 22:39:52 +0100
39333              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
39334      Branch: perl
39335            ! sv.c
39336 ____________________________________________________________________________
39337 [  6928] By: jhi                                   on 2000/08/30  22:29:34
39338         Log: Retract the dummy test, skip the security tests (instead of failing),
39339              explain what the warnings mean.
39340      Branch: perl
39341            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
39342 ____________________________________________________________________________
39343 [  6927] By: jhi                                   on 2000/08/30  22:14:13
39344         Log: Change the internal implementation of sort() to be mergesort
39345              instead of quicksort, from John Linderman <jpl@research.att.com>.
39346              Gives us better worst case, better average case, and stability.
39347              What's there not to like?  (Small fixes for threaded builds
39348              were required).
39349      Branch: perl
39350            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
39351 ____________________________________________________________________________
39352 [  6926] By: jhi                                   on 2000/08/30  20:55:20
39353         Log: A better fix for the Socket building problem from Craig Berry.
39354      Branch: perl
39355            ! vms/vms.c
39356 ____________________________________________________________________________
39357 [  6925] By: jhi                                   on 2000/08/30  20:20:25
39358         Log: Subject: [PATCH] Re: UNTIE method 
39359              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39360              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
39361              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
39362      Branch: perl
39363            ! pp_sys.c t/op/tie.t
39364 ____________________________________________________________________________
39365 [  6924] By: jhi                                   on 2000/08/30  20:17:11
39366         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39367              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39368              Date: Wed, 30 Aug 2000 15:03:14 -0500
39369              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
39370      Branch: perl
39371            ! vms/vms.c
39372 ____________________________________________________________________________
39373 [  6923] By: jhi                                   on 2000/08/30  20:15:18
39374         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39375              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39376              Date: Wed, 30 Aug 2000 13:30:36 -0500
39377              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
39378      Branch: perl
39379            ! vms/vms.c
39380 ____________________________________________________________________________
39381 [  6922] By: jhi                                   on 2000/08/30  19:54:43
39382         Log: Better options for rsync.
39383      Branch: perl
39384            ! pod/perlhack.pod
39385 ____________________________________________________________________________
39386 [  6921] By: jhi                                   on 2000/08/30  19:40:16
39387         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39388              From: Rick Delaney <rick@consumercontact.com>
39389              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
39390              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
39391      Branch: perl
39392            ! pod/perlfunc.pod
39393 ____________________________________________________________________________
39394 [  6920] By: jhi                                   on 2000/08/30  19:36:40
39395         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
39396              From: Peter Prymmer <pvhp@forte.com>
39397              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
39398              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
39399      Branch: perl
39400            ! configure.com
39401 ____________________________________________________________________________
39402 [  6919] By: jhi                                   on 2000/08/30  14:52:02
39403         Log: Update Changes.
39404      Branch: perl
39405            ! Changes patchlevel.h
39406 ____________________________________________________________________________
39407 [  6918] By: jhi                                   on 2000/08/30  14:48:34
39408         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
39409      Branch: perl
39410            ! lib/ExtUtils/typemap
39411 ____________________________________________________________________________
39412 [  6917] By: jhi                                   on 2000/08/30  14:46:34
39413         Log: Subject: typos in pods
39414              From: Nicholas Clark <nick@ccl4.org>
39415              Date: Wed, 30 Aug 2000 01:12:50 +0100
39416              Message-ID: <20000830011249.A61388@plum.flirble.org>
39417      Branch: perl
39418            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
39419            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
39420            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
39421            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
39422 ____________________________________________________________________________
39423 [  6916] By: jhi                                   on 2000/08/30  14:19:09
39424         Log: Document Storable problems on Crays.  (Will have
39425              to document all the other Storable problems, too.)
39426      Branch: perl
39427            ! pod/perldelta.pod
39428 ____________________________________________________________________________
39429 [  6915] By: jhi                                   on 2000/08/30  14:06:02
39430         Log: Subject: [PATCH] fix misc cast warnings
39431              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39432              Date: Tue, 29 Aug 2000 23:16:14 -0700
39433              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
39434      Branch: perl
39435            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
39436            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
39437            ! os2/os2ish.h
39438 ____________________________________________________________________________
39439 [  6914] By: jhi                                   on 2000/08/30  14:03:45
39440         Log: Timestamp mismatch again.  Need to fix this dependence on
39441              config_h.SH timestamp, since it's the contents of config_h.SH
39442              that matter.
39443      Branch: perl
39444            ! uconfig.h uconfig.sh
39445 ____________________________________________________________________________
39446 [  6913] By: jhi                                   on 2000/08/30  13:54:06
39447         Log: Don't say "Perl 5.0 source kit".
39448      Branch: perl
39449            ! perl.c
39450 ____________________________________________________________________________
39451 [  6912] By: jhi                                   on 2000/08/30  13:51:24
39452         Log: Reset archname and archname64 always, forcing them be
39453              recomputed at each Configure run, make Configure and
39454              the hints files agree on the naming of largefiles variables.
39455      Branch: metaconfig
39456            ! U/threads/archname.U
39457      Branch: metaconfig/U/perl
39458            ! use64bits.U
39459      Branch: perl
39460            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
39461            ! hints/linux.sh hints/solaris_2.sh
39462 ____________________________________________________________________________
39463 [  6911] By: jhi                                   on 2000/08/30  13:30:13
39464         Log: Put back the slice accidentally removed by #6907.
39465      Branch: perl
39466            ! hints/solaris_2.sh
39467 ____________________________________________________________________________
39468 [  6910] By: jhi                                   on 2000/08/30  01:24:26
39469         Log: Be consistent: other Net::get* do export theirs.
39470              
39471              Subject: Re: Net::protoent does not export 'getproto'
39472              From: Yasushi Nakajima <sey@jkc.co.jp>
39473              Date: Wed, 30 Aug 2000 09:53:14 +0900
39474              Message-Id: <200008300051.DAA24700@taku.hut.fi>
39475      Branch: perl
39476            ! lib/Net/protoent.pm
39477 ____________________________________________________________________________
39478 [  6909] By: jhi                                   on 2000/08/30  01:17:25
39479         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39480              From: Gurusamy Sarathy <gsar@ActiveState.com>
39481              Date: Tue, 29 Aug 2000 17:17:07 -0700
39482              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
39483      Branch: perl
39484            ! cop.h
39485 ____________________________________________________________________________
39486 [  6908] By: jhi                                   on 2000/08/30  00:58:05
39487         Log: Update Changes.
39488      Branch: perl
39489            ! Changes patchlevel.h
39490 ____________________________________________________________________________
39491 [  6907] By: jhi                                   on 2000/08/30  00:57:22
39492         Log: Introduce ccname to keep track of what compiler kind of we have.
39493      Branch: metaconfig/U/perl
39494            ! Checkcc.U gccvers.U
39495      Branch: perl
39496            ! Configure config_h.SH hints/solaris_2.sh
39497 ____________________________________________________________________________
39498 [  6906] By: jhi                                   on 2000/08/30  00:25:47
39499         Log: Put back the flags dump as reasoned in
39500              
39501              Subject: Re: [PATCH] Glob dumping
39502              From: Mike Guy <mjtg@cam.ac.uk> 
39503              Date: Tue, 29 Aug 2000 21:41:32 +0100
39504              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
39505      Branch: perl
39506            ! dump.c t/lib/peek.t
39507 ____________________________________________________________________________
39508 [  6905] By: jhi                                   on 2000/08/30  00:16:17
39509         Log: Make the epsilon to be relative, not absolute.
39510              
39511              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
39512              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
39513              Date: Tue, 29 Aug 2000 19:58:56 -0400
39514              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
39515      Branch: perl
39516            ! t/lib/trig.t
39517 ____________________________________________________________________________
39518 [  6904] By: jhi                                   on 2000/08/30  00:13:09
39519         Log: From now on, Gisle is on my list of usual suspects :-)
39520              Retract #6902.
39521      Branch: perl
39522            ! ext/Opcode/Safe.pm
39523 ____________________________________________________________________________
39524 [  6903] By: jhi                                   on 2000/08/29  23:51:20
39525         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39526              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39527              Date: Tue, 29 Aug 2000 18:43:26 -0500
39528              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
39529      Branch: perl
39530            + vms/vmspipe.com
39531            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
39532            ! vms/vms.c
39533 ____________________________________________________________________________
39534 [  6902] By: jhi                                   on 2000/08/29  23:44:14
39535         Log: Retry what #6882 attempted.
39536              
39537              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
39538              From: Gisle Aas <gisle@ActiveState.com>
39539              Date: 30 Aug 2000 00:33:09 +0200
39540              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
39541      Branch: perl
39542            ! ext/Opcode/Safe.pm
39543 ____________________________________________________________________________
39544 [  6901] By: jhi                                   on 2000/08/29  22:59:32
39545         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39546              From: Hugo <hv@crypt.compulink.co.uk>
39547              Date: Mon, 12 Jun 2000 19:36:08 +0100
39548              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
39549      Branch: perl
39550            ! sv.c
39551 ____________________________________________________________________________
39552 [  6900] By: jhi                                   on 2000/08/29  22:58:35
39553         Log: Admit that we are leaking scalars.
39554              
39555              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
39556              From: Spider Boardman <spider@leggy.zk3.dec.com>
39557              Date: Tue, 29 Aug 2000 18:48:29 -0400
39558              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
39559      Branch: perl
39560            ! t/pragma/warnings.t
39561 ____________________________________________________________________________
39562 [  6899] By: jhi                                   on 2000/08/29  20:53:13
39563         Log: Update Changes.
39564      Branch: perl
39565            ! Changes patchlevel.h
39566 ____________________________________________________________________________
39567 [  6898] By: jhi                                   on 2000/08/29  20:46:21
39568         Log: Undo namespace pollution of #6878.
39569              
39570              Subject: Re: Net::protoent does not export 'getproto'
39571              From: Mike Guy <mjtg@cam.ac.uk>
39572              Date: Tue, 29 Aug 2000 21:32:37 +0100
39573              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
39574      Branch: perl
39575            ! lib/Net/protoent.pm
39576 ____________________________________________________________________________
39577 [  6897] By: jhi                                   on 2000/08/29  20:44:29
39578         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
39579              From: Peter Prymmer <pvhp@forte.com>
39580              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
39581              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
39582      Branch: perl
39583            ! pod/perlebcdic.pod
39584 ____________________________________________________________________________
39585 [  6896] By: jhi                                   on 2000/08/29  20:40:57
39586         Log: There's no point repeating the 'revision' (5) of perl5.
39587      Branch: metaconfig/U/perl
39588            ! Devel.U patchlevel.U
39589      Branch: perl
39590            ! Configure config_h.SH
39591 ____________________________________________________________________________
39592 [  6895] By: jhi                                   on 2000/08/29  20:16:58
39593         Log: Regen Configure for #6894.
39594      Branch: metaconfig/U/perl
39595            ! perladmin.U
39596      Branch: perl
39597            ! Configure config_h.SH
39598 ____________________________________________________________________________
39599 [  6894] By: jhi                                   on 2000/08/29  19:59:52
39600         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39601              From: "Philip Newton" <Philip.Newton@gmx.net>
39602              Date: Tue, 29 Aug 2000 21:39:14 +0200
39603              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
39604      Branch: perl
39605            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
39606            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
39607            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
39608            ! utils/perlbug.PL
39609 ____________________________________________________________________________
39610 [  6893] By: jhi                                   on 2000/08/29  19:55:30
39611         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39612              From: "Philip Newton" <Philip.Newton@gmx.net>
39613              Date: Tue, 29 Aug 2000 21:39:14 +0200
39614              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
39615      Branch: perl
39616            ! installhtml
39617 ____________________________________________________________________________
39618 [  6892] By: jhi                                   on 2000/08/29  19:53:59
39619         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39620              From: "Philip Newton" <Philip.Newton@gmx.net>
39621              Date: Tue, 29 Aug 2000 21:48:18 +0200
39622              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
39623      Branch: perl
39624            ! lib/File/Temp.pm
39625 ____________________________________________________________________________
39626 [  6891] By: jhi                                   on 2000/08/29  18:30:03
39627         Log: Nail the ID 20000828.023.
39628      Branch: perl
39629            ! ext/Storable/Storable.xs
39630 ____________________________________________________________________________
39631 [  6890] By: jhi                                   on 2000/08/29  16:50:17
39632         Log: Under usethreads the dumped variable is IN_PAD.
39633              
39634              Subject: Re: [PATCH] Glob dumping
39635              From: Gisle Aas <gisle@ActiveState.com>
39636              Date: 29 Aug 2000 18:45:05 +0200
39637              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
39638      Branch: perl
39639            ! t/lib/peek.t
39640 ____________________________________________________________________________
39641 [  6889] By: jhi                                   on 2000/08/29  15:17:37
39642         Log: Update Changes.
39643      Branch: perl
39644            ! Changes patchlevel.h
39645 ____________________________________________________________________________
39646 [  6888] By: jhi                                   on 2000/08/29  14:49:59
39647         Log: Retract #6882, broke the safe tests.
39648      Branch: perl
39649            ! ext/Opcode/Safe.pm
39650 ____________________________________________________________________________
39651 [  6887] By: jhi                                   on 2000/08/29  14:47:06
39652         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39653              From: Gisle Aas <gisle@ActiveState.com> 
39654              Date: 09 Jun 2000 20:00:11 +0200
39655              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
39656      Branch: perl
39657            ! utils/perldoc.PL
39658 ____________________________________________________________________________
39659 [  6886] By: jhi                                   on 2000/08/29  14:42:45
39660         Log: The #6881 removed one dump line.
39661      Branch: perl
39662            ! t/lib/peek.t
39663 ____________________________________________________________________________
39664 [  6885] By: jhi                                   on 2000/08/29  14:30:47
39665         Log: Don't forget to tidy up.
39666      Branch: perl
39667            ! t/lib/ftmp-security.t
39668 ____________________________________________________________________________
39669 [  6884] By: jhi                                   on 2000/08/29  14:25:17
39670         Log: Disabling the one test is a bit tricky.
39671      Branch: perl
39672            ! t/lib/ftmp-security.t
39673 ____________________________________________________________________________
39674 [  6883] By: jhi                                   on 2000/08/29  14:16:25
39675         Log: Disable one of the tests for now.
39676      Branch: perl
39677            ! t/lib/ftmp-security.t
39678 ____________________________________________________________________________
39679 [  6882] By: jhi                                   on 2000/08/29  14:05:50
39680         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
39681              From: gisle@aas.no
39682              Date: 29 Aug 2000 10:35:06 -0000
39683              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
39684      Branch: perl
39685            ! ext/Opcode/Safe.pm
39686 ____________________________________________________________________________
39687 [  6881] By: jhi                                   on 2000/08/29  14:03:51
39688         Log: Subject: [PATCH] Glob dumping
39689              From: Gisle Aas <gisle@ActiveState.com>
39690              Date: 29 Aug 2000 07:59:42 -0000
39691              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
39692      Branch: perl
39693            ! dump.c
39694 ____________________________________________________________________________
39695 [  6880] By: jhi                                   on 2000/08/29  14:02:01
39696         Log: Subject: [PATCH] Warnings in B::Deparse
39697              From: <abigail@foad.org>
39698              Date: Tue, 29 Aug 2000 00:00:01 -0400
39699              Message-ID: <20000829040001.2999.qmail@foad.org>
39700      Branch: perl
39701            ! ext/B/B/Deparse.pm
39702 ____________________________________________________________________________
39703 [  6879] By: jhi                                   on 2000/08/29  13:57:26
39704         Log: Missed a change in #6869.
39705      Branch: perl
39706            ! mg.c
39707 ____________________________________________________________________________
39708 [  6878] By: jhi                                   on 2000/08/29  13:45:04
39709         Log: Subject: Net::protoent does not export 'getproto'
39710              From: Yasushi Nakajima <sey@jkc.co.jp>
39711              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
39712      Branch: perl
39713            ! lib/Net/protoent.pm
39714 ____________________________________________________________________________
39715 [  6877] By: jhi                                   on 2000/08/29  13:39:19
39716         Log: Patches all over for people and the files they (hopefully) care about.
39717      Branch: perl
39718            ! AUTHORS Changes MAINTAIN
39719 ____________________________________________________________________________
39720 [  6876] By: jhi                                   on 2000/08/29  12:53:54
39721         Log: Fix for thinko in #6848.
39722              
39723              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39724              From: Lupe Christoph <lupe@lupe-christoph.de>
39725              Date: Tue, 29 Aug 2000 09:04:08 +0200
39726              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
39727      Branch: perl
39728            ! ext/Thread/Thread.xs
39729 ____________________________________________________________________________
39730 [  6875] By: jhi                                   on 2000/08/29  12:50:14
39731         Log: Update to Getopt::Long 2.24, from Johan Vromans.
39732      Branch: perl
39733            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
39734 ____________________________________________________________________________
39735 [  6874] By: jhi                                   on 2000/08/29  02:09:53
39736         Log: Use minimal @INC in tests, most of the time just '../lib',
39737              so that we simply can't pick up stuff from other Perls than
39738              the one we are testing.  Pointed out by
39739              
39740              From: Mike Guy <mjtg@cam.ac.uk>
39741              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
39742              Date: Fri, 25 Aug 2000 15:15:59 +0100
39743              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
39744      Branch: perl
39745            ! (edit 185 files)
39746 ____________________________________________________________________________
39747 [  6873] By: jhi                                   on 2000/08/29  01:07:11
39748         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
39749              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39750              Date: Mon, 28 Aug 2000 17:45:52 -0700
39751              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
39752      Branch: perl
39753            ! Makefile.SH hints/os2.sh
39754 ____________________________________________________________________________
39755 [  6872] By: jhi                                   on 2000/08/28  23:33:39
39756         Log: Subject: [PATCH bleedperl@6866] spellings
39757              From: marcel@codewerk.com (Marcel Grunauer)
39758              Date: Tue, 29 Aug 2000 01:19:59 +0200
39759              Message-Id: <200008282319.BAA29862@gandalf.local>
39760      Branch: perl
39761            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
39762            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
39763            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
39764 ____________________________________________________________________________
39765 [  6871] By: jhi                                   on 2000/08/28  23:22:09
39766         Log: Take out the SUIDMAIL thing, that will not be
39767              a problem in 5.7.*.
39768      Branch: perl
39769            ! patchlevel.h
39770 ____________________________________________________________________________
39771 [  6870] By: jhi                                   on 2000/08/28  23:19:30
39772         Log: -S is the silent flag, -s is the strip flag.
39773              
39774              Subject: [PATCH] Re: [PATCH] make no-install          
39775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39776              Date: Mon, 28 Aug 2000 15:12:55 -0700
39777              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
39778      Branch: perl
39779            ! Makefile.SH
39780 ____________________________________________________________________________
39781 [  6869] By: jhi                                   on 2000/08/28  23:12:05
39782         Log: Subject: [PATCH bleedperl@6856] warnings fixes
39783              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39784              Date: Mon, 28 Aug 2000 23:55:06 +0100
39785              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
39786      Branch: perl
39787            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
39788            ! warnings.h warnings.pl
39789 ____________________________________________________________________________
39790 [  6868] By: jhi                                   on 2000/08/28  21:38:22
39791         Log: Potential cruft.
39792      Branch: perl
39793            ! Makefile.SH
39794 ____________________________________________________________________________
39795 [  6867] By: jhi                                   on 2000/08/28  21:35:36
39796         Log: Update Changes.
39797      Branch: perl
39798            ! Changes patchlevel.h
39799 ____________________________________________________________________________
39800 [  6866] By: jhi                                   on 2000/08/28  21:33:49
39801         Log: Subject: hv.h Doc Patch
39802              From: Fisher Mark <fisherm@tce.com>
39803              Date: Mon, 28 Aug 2000 16:24:59 -0500
39804              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
39805      Branch: perl
39806            ! hv.h
39807 ____________________________________________________________________________
39808 [  6865] By: jhi                                   on 2000/08/28  21:02:15
39809         Log: Add -ld to archname on long tr...double platforms.
39810      Branch: metaconfig
39811            ! U/threads/archname.U
39812      Branch: perl
39813            ! Configure config_h.SH
39814 ____________________________________________________________________________
39815 [  6864] By: jhi                                   on 2000/08/28  20:38:59
39816         Log: An attempt to fix the problem reported in
39817              
39818              Subject: Building perl@6856 using gcc/AIX 4.3.3 
39819              From: Daniel Muino <dmuino@afip.gov.ar> 
39820              Date: Mon, 28 Aug 2000 15:50:01 -0300   
39821              Message-ID: <20000828155001.A14403@con2-dgi>
39822              
39823              I can't test this properly since the gcc installation I have
39824              access to seems to be botched (gcc is calling the AIX cpp,
39825              a losing proposition...)
39826      Branch: perl
39827            ! hints/aix.sh
39828 ____________________________________________________________________________
39829 [  6863] By: jhi                                   on 2000/08/28  18:57:52
39830         Log: Fix for ID 20000828.001, long doubles were not formatted
39831              correctly (showed up in $], which stopped installing perl).
39832      Branch: perl
39833            ! sv.c
39834 ____________________________________________________________________________
39835 [  6862] By: jhi                                   on 2000/08/28  18:07:15
39836         Log: Typo in #6858.
39837      Branch: perl
39838            ! lib/Cwd.pm
39839 ____________________________________________________________________________
39840 [  6861] By: jhi                                   on 2000/08/28  17:57:27
39841         Log: opmini.o may be left around if a build is interrupted.
39842      Branch: perl
39843            ! Makefile.SH
39844 ____________________________________________________________________________
39845 [  6860] By: jhi                                   on 2000/08/28  16:52:50
39846         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
39847              From: Daniel Chetlin <daniel@chetlin.com>
39848              Date: Mon, 28 Aug 2000 01:14:18 -0700
39849              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
39850      Branch: perl
39851            ! lib/overload.pm
39852 ____________________________________________________________________________
39853 [  6859] By: jhi                                   on 2000/08/28  16:08:46
39854         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
39855              From: Nicholas Clark <nick@ccl4.org>
39856              Date: Mon, 28 Aug 2000 16:03:27 +0100
39857              Message-Id: <20000828160327.C49785@plum.flirble.org>
39858      Branch: perl
39859            ! ext/ByteLoader/bytecode.h
39860 ____________________________________________________________________________
39861 [  6858] By: jhi                                   on 2000/08/28  16:02:10
39862         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
39863              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
39864              Date: Mon, 28 Aug 2000 13:08:30 +0200
39865              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
39866      Branch: perl
39867            ! lib/Cwd.pm
39868 ____________________________________________________________________________
39869 [  6857] By: jhi                                   on 2000/08/28  15:42:47
39870         Log: display_format used as a class method without arguments was broken,
39871              reported in
39872              
39873              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
39874              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
39875              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
39876              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
39877      Branch: perl
39878            ! lib/Math/Complex.pm t/lib/complex.t
39879 ____________________________________________________________________________
39880 [  6856] By: jhi                                   on 2000/08/27  22:09:48
39881         Log: Update Changes.
39882      Branch: perl
39883            ! Changes patchlevel.h
39884 ____________________________________________________________________________
39885 [  6855] By: jhi                                   on 2000/08/27  21:59:21
39886         Log: Retract #6853 (false alarm).
39887      Branch: perl
39888            ! lib/ExtUtils/xsubpp
39889 ____________________________________________________________________________
39890 [  6854] By: jhi                                   on 2000/08/27  21:37:44
39891         Log: Update Changes.
39892      Branch: perl
39893            ! Changes patchlevel.h
39894 ____________________________________________________________________________
39895 [  6853] By: jhi                                   on 2000/08/27  21:37:16
39896         Log: Subject: [PATCH perl@6850] workaround for xsubpp
39897              From: Hugo <hv@crypt.compulink.co.uk>
39898              Date: Sun, 27 Aug 2000 22:30:25 +0100
39899              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
39900      Branch: perl
39901            ! lib/ExtUtils/xsubpp
39902 ____________________________________________________________________________
39903 [  6852] By: jhi                                   on 2000/08/27  21:33:58
39904         Log: Big-endian 64-bit patch from Raphael Manfredi.
39905      Branch: perl
39906            ! ext/Storable/Storable.xs
39907 ____________________________________________________________________________
39908 [  6851] By: jhi                                   on 2000/08/27  21:22:21
39909         Log: More ruthless editing from Hugo van der Sanden.
39910      Branch: perl
39911            ! pod/perldelta.pod
39912 ____________________________________________________________________________
39913 [  6850] By: jhi                                   on 2000/08/27  16:11:46
39914         Log: Update Changes.
39915      Branch: perl
39916            ! Changes patchlevel.h
39917 ____________________________________________________________________________
39918 [  6849] By: jhi                                   on 2000/08/27  16:11:05
39919         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
39920      Branch: perl
39921            ! configpm pod/perldelta.pod
39922 ____________________________________________________________________________
39923 [  6848] By: jhi                                   on 2000/08/27  15:35:08
39924         Log: Use the actual thread type, not the pointer-to-struct.
39925      Branch: perl
39926            ! ext/Thread/Thread.xs
39927 ____________________________________________________________________________
39928 [  6847] By: jhi                                   on 2000/08/27  15:30:49
39929         Log: Test nit.
39930      Branch: perl
39931            ! t/pragma/warn/pp_sys
39932 ____________________________________________________________________________
39933 [  6846] By: jhi                                   on 2000/08/27  15:19:02
39934         Log: Passing -R in ldflags makes now it to appear in the default
39935              for lddlflags, just like with -L.
39936              
39937              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39938              From: Lupe Christoph <lupe@lupe-christoph.de>
39939              Date: Sun, 27 Aug 2000 10:28:21 +0200
39940              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
39941      Branch: metaconfig/U/perl
39942            ! dlsrc.U
39943      Branch: perl
39944            ! Configure
39945 ____________________________________________________________________________
39946 [  6845] By: jhi                                   on 2000/08/27  15:08:54
39947         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39948              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39949              Date: Sat, 26 Aug 2000 22:23:27 +0100
39950              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
39951      Branch: perl
39952            ! lib/ExtUtils/MM_Unix.pm
39953 ____________________________________________________________________________
39954 [  6844] By: jhi                                   on 2000/08/27  15:02:37
39955         Log: DJGPP update from Laszlo Molnar.
39956              
39957              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
39958              From: ml1050 <ml1050@freemail.hu>
39959              Date: Sat, 26 Aug 2000 23:24:40 +0200
39960              Message-Id: <20000826232440.A439@freemail.hu>
39961      Branch: perl
39962            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
39963            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
39964 ____________________________________________________________________________
39965 [  6843] By: jhi                                   on 2000/08/27  14:53:58
39966         Log: Subject: installman buglet
39967              From: Lupe Christoph <lupe@lupe-christoph.de>
39968              Date: Sun, 27 Aug 2000 14:38:59 +0200
39969              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
39970      Branch: perl
39971            ! installman
39972 ____________________________________________________________________________
39973 [  6842] By: jhi                                   on 2000/08/27  14:52:08
39974         Log: Can't get the test to reliably work thanks to the
39975              inaccurateness of floating point.  "Resolves" bug ids
39976              20000826.003, 20000826.009, 20000826.010,
39977      Branch: perl
39978            ! t/lib/trig.t
39979 ____________________________________________________________________________
39980 [  6841] By: jhi                                   on 2000/08/26  15:53:58
39981         Log: Update Changes.
39982      Branch: perl
39983            ! Changes patchlevel.h
39984 ____________________________________________________________________________
39985 [  6840] By: jhi                                   on 2000/08/26  14:23:03
39986         Log: grep -e isn't portable.
39987              
39988              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39989              From: chris@broadband.att.com
39990              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
39991              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
39992      Branch: perl
39993            ! hints/solaris_2.sh
39994 ____________________________________________________________________________
39995 [  6839] By: jhi                                   on 2000/08/26  14:12:23
39996         Log: no-install target a la make -n.
39997              
39998              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39999              From: <abigail@foad.org>
40000              Date: Sat, 26 Aug 2000 03:57:34 -0400
40001              Message-ID: <20000826075735.18912.qmail@foad.org>
40002      Branch: perl
40003            ! Makefile.SH installman installperl
40004 ____________________________________________________________________________
40005 [  6838] By: jhi                                   on 2000/08/26  14:06:33
40006         Log: Retract #6826 as the #6828 should be do the same
40007              in a More Correct Way.
40008      Branch: perl
40009            ! installperl
40010 ____________________________________________________________________________
40011 [  6837] By: jhi                                   on 2000/08/26  05:24:00
40012         Log: More casting.
40013      Branch: perl
40014            ! ext/Storable/Storable.xs
40015 ____________________________________________________________________________
40016 [  6836] By: jhi                                   on 2000/08/26  05:05:46
40017         Log: Nicer in decimal.
40018      Branch: perl
40019            ! ext/Storable/Storable.xs
40020 ____________________________________________________________________________
40021 [  6835] By: jhi                                   on 2000/08/26  05:03:50
40022         Log: There be no UVdf.
40023      Branch: perl
40024            ! ext/Storable/Storable.xs
40025 ____________________________________________________________________________
40026 [  6834] By: jhi                                   on 2000/08/26  05:00:18
40027         Log: Continue IVdfing and UVxfing.
40028      Branch: perl
40029            ! ext/Storable/Storable.xs
40030 ____________________________________________________________________________
40031 [  6833] By: jhi                                   on 2000/08/26  04:53:14
40032         Log: Use IVdf.
40033      Branch: perl
40034            ! ext/Storable/Storable.xs
40035 ____________________________________________________________________________
40036 [  6832] By: jhi                                   on 2000/08/26  04:40:41
40037         Log: Document PTR2XX and INT2PTR.
40038      Branch: perl
40039            ! pod/perlguts.pod
40040 ____________________________________________________________________________
40041 [  6831] By: jhi                                   on 2000/08/26  04:33:18
40042         Log: Use UVxf, PTR2UV, NVff.
40043      Branch: perl
40044            ! ext/Storable/Storable.xs
40045 ____________________________________________________________________________
40046 [  6830] By: jhi                                   on 2000/08/26  04:31:32
40047         Log: Update the test count.
40048      Branch: perl
40049            ! t/lib/trig.t
40050 ____________________________________________________________________________
40051 [  6829] By: jhi                                   on 2000/08/26  03:05:50
40052         Log: Subject: [PATCH] installation not quite silent yet.
40053              From: <abigail@foad.org>
40054              Date: Fri, 25 Aug 2000 20:07:53 -0400
40055              Message-ID: <20000826000753.7822.qmail@foad.org>
40056      Branch: perl
40057            ! installman installperl
40058 ____________________________________________________________________________
40059 [  6828] By: jhi                                   on 2000/08/26  03:05:14
40060         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40061              From: Spider Boardman <spider@web.zk3.dec.com>
40062              Date: Fri, 25 Aug 2000 19:12:40 -0400
40063              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
40064      Branch: perl
40065            ! gv.c
40066 ____________________________________________________________________________
40067 [  6827] By: jhi                                   on 2000/08/25  23:54:34
40068         Log: Support preserving extremely big/small angles.
40069      Branch: perl
40070            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
40071 ____________________________________________________________________________
40072 [  6826] By: jhi                                   on 2000/08/25  23:01:20
40073         Log: Patch installperl to be long double-aware.
40074              
40075              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40076              From: Spider Boardman <spider@web.zk3.dec.com>
40077              Date: Fri, 25 Aug 2000 18:15:23 -0400
40078              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
40079      Branch: perl
40080            ! installperl
40081 ____________________________________________________________________________
40082 [  6825] By: jhi                                   on 2000/08/25  22:58:25
40083         Log: Remove duplicately applied patch shards.
40084              
40085              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
40086              From: Spider Boardman <spider@leggy.zk3.dec.com>
40087              Date: Fri, 25 Aug 2000 16:45:03 -0400
40088              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
40089      Branch: perl
40090            ! t/lib/cgi-html.t
40091 ____________________________________________________________________________
40092 [  6824] By: jhi                                   on 2000/08/25  22:57:00
40093         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40094              From: Daniel Chetlin <daniel@chetlin.com>
40095              Date: Fri, 25 Aug 2000 12:23:16 -0700
40096              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
40097              
40098              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40099              From: Daniel Chetlin <daniel@chetlin.com>
40100              Date: Fri, 25 Aug 2000 14:47:19 -0700
40101              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
40102      Branch: perl
40103            ! installman
40104 ____________________________________________________________________________
40105 [  6823] By: jhi                                   on 2000/08/25  22:44:17
40106         Log: Timestamp problem?
40107      Branch: perl
40108            ! uconfig.h uconfig.sh
40109 ____________________________________________________________________________
40110 [  6822] By: jhi                                   on 2000/08/25  19:01:06
40111         Log: One forgotten file from #6816.
40112      Branch: perl
40113            ! vos/config.h
40114 ____________________________________________________________________________
40115 [  6821] By: jhi                                   on 2000/08/25  18:56:39
40116         Log: Regen Changes.
40117      Branch: perl
40118            ! Changes patchlevel.h
40119 ____________________________________________________________________________
40120 [  6820] By: jhi                                   on 2000/08/25  18:52:35
40121         Log: Fix Changes ordering.
40122      Branch: perl
40123            ! Changes
40124 ____________________________________________________________________________
40125 [  6819] By: jhi                                   on 2000/08/25  18:50:25
40126         Log: Update Changes.
40127      Branch: perl
40128            ! Changes patchlevel.h
40129 ____________________________________________________________________________
40130 [  6818] By: jhi                                   on 2000/08/25  18:47:45
40131         Log: Tweak the sfio/useperlio logic, hopefully as wished in
40132              
40133              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
40134              From: Nicholas Clark <nick@babyhippo.co.uk>
40135              Date: Fri, 25 Aug 2000 12:01:45 +0100
40136              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
40137      Branch: metaconfig/U/perl
40138            ! d_sfio.U
40139      Branch: perl
40140            ! Configure
40141 ____________________________________________________________________________
40142 [  6817] By: jhi                                   on 2000/08/25  18:32:51
40143         Log: Allow microperl to assume <math.h>, without it the math
40144              functions like floor() are assumed to return int, which makes
40145              for core dumps in machines where integer and floating register
40146              don't mix.
40147      Branch: perl
40148            ! uconfig.h uconfig.sh
40149 ____________________________________________________________________________
40150 [  6816] By: jhi                                   on 2000/08/25  18:27:17
40151         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
40152              the problem reported in
40153              
40154              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
40155              From: danhale@us.ibm.com
40156              Date: Fri, 25 Aug 2000 10:58:06 -0400
40157              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
40158      Branch: metaconfig/U/perl
40159            + d_socks5_init.U
40160      Branch: perl
40161            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
40162            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
40163            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
40164            ! win32/config.gc win32/config.vc
40165 ____________________________________________________________________________
40166 [  6815] By: jhi                                   on 2000/08/25  17:43:31
40167         Log: A solution for the retrieve_fd autosplit warning,
40168              idea suggested by Mike Guy.
40169      Branch: perl
40170            ! ext/Storable/Storable.pm
40171 ____________________________________________________________________________
40172 [  6814] By: jhi                                   on 2000/08/25  17:16:03
40173         Log: Add install-silent target.
40174      Branch: perl
40175            ! Makefile.SH
40176 ____________________________________________________________________________
40177 [  6813] By: jhi                                   on 2000/08/25  17:14:23
40178         Log: Subject: Re: [PATCH] More silencing of installman.
40179              From: <abigail@foad.org>
40180              Date: Thu, 24 Aug 2000 19:27:03 -0400
40181              Message-ID: <20000824232703.7001.qmail@foad.org>
40182              
40183              Subject: Re: [PATCH] More silencing of installman.
40184              From: <abigail@foad.org>
40185              Date: Fri, 25 Aug 2000 03:00:58 -0400
40186              Message-ID: <20000825070058.10697.qmail@foad.org>
40187      Branch: perl
40188            ! installman
40189 ____________________________________________________________________________
40190 [  6812] By: jhi                                   on 2000/08/25  17:11:28
40191         Log: installperl --verbose and --silent.
40192              
40193              Subject: Re: [PATCH] More silencing of installman.
40194              From: <abigail@foad.org>
40195              Message-ID: <20000825064430.9719.qmail@foad.org>
40196              Date: Fri, 25 Aug 2000 02:44:30 -0400
40197      Branch: perl
40198            ! installperl
40199 ____________________________________________________________________________
40200 [  6811] By: jhi                                   on 2000/08/25  17:05:43
40201         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
40202              From: "Peter J. Farley III" <pjfarley@banet.net>
40203              Date: Thu, 24 Aug 2000 21:58:03 -0400
40204              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
40205              
40206              (applied slightly modified)
40207      Branch: perl
40208            ! lib/ExtUtils/MM_Unix.pm
40209 ____________________________________________________________________________
40210 [  6810] By: jhi                                   on 2000/08/25  17:01:18
40211         Log: Missing parts of 
40212              
40213              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
40214              From: Peter Prymmer <pvhp@forte.com>
40215              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
40216              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
40217      Branch: perl
40218            ! t/lib/cgi-html.t
40219 ____________________________________________________________________________
40220 [  6809] By: jhi                                   on 2000/08/25  16:46:32
40221         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
40222              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40223              Date: Thu, 24 Aug 2000 19:13:11 -0500
40224              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
40225      Branch: perl
40226            ! vms/vms.c
40227 ____________________________________________________________________________
40228 [  6808] By: jhi                                   on 2000/08/25  16:39:22
40229         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
40230              From: Peter Prymmer <pvhp@forte.com>
40231              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
40232              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
40233      Branch: perl
40234            ! configure.com
40235 ____________________________________________________________________________
40236 [  6807] By: jhi                                   on 2000/08/25  16:36:37
40237         Log: Better wording for the vec lvalue diagnostic.
40238              
40239              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40240              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40241              Date: Wed, 23 Aug 2000 14:12:16 -0400
40242              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
40243      Branch: perl
40244            ! pod/perldiag.pod
40245 ____________________________________________________________________________
40246 [  6806] By: jhi                                   on 2000/08/24  18:17:22
40247         Log: Subject: [PATCH] More silencing of installman.
40248              From: <abigail@foad.org>
40249              Date: Thu, 24 Aug 2000 14:01:44 -0400
40250              Message-ID: <20000824180144.20062.qmail@foad.org>
40251      Branch: perl
40252            ! installman
40253 ____________________________________________________________________________
40254 [  6805] By: jhi                                   on 2000/08/24  15:00:31
40255         Log: Update Changes.
40256      Branch: perl
40257            ! Changes patchlevel.h
40258 ____________________________________________________________________________
40259 [  6804] By: jhi                                   on 2000/08/24  14:59:07
40260         Log: Regen perltoc.
40261      Branch: perl
40262            ! pod/perltoc.pod
40263 ____________________________________________________________________________
40264 [  6803] By: jhi                                   on 2000/08/24  14:44:39
40265         Log: Show the doc file, not the temp file.
40266      Branch: perl
40267            ! installman
40268 ____________________________________________________________________________
40269 [  6802] By: jhi                                   on 2000/08/24  14:41:53
40270         Log: Continue silencing.
40271      Branch: perl
40272            ! installman
40273 ____________________________________________________________________________
40274 [  6801] By: jhi                                   on 2000/08/24  14:34:40
40275         Log: Actually do something with the silencer option.
40276      Branch: perl
40277            ! installman
40278 ____________________________________________________________________________
40279 [  6800] By: jhi                                   on 2000/08/24  14:26:22
40280         Log: Make installman to recognize the silence flag -S.
40281      Branch: perl
40282            ! installman
40283 ____________________________________________________________________________
40284 [  6799] By: jhi                                   on 2000/08/24  13:49:38
40285         Log: DOS patches and portability/porting notes, from Tim Jenness.
40286      Branch: perl
40287            ! lib/File/Temp.pm
40288 ____________________________________________________________________________
40289 [  6798] By: jhi                                   on 2000/08/24  13:48:27
40290         Log: Create directories in silence.
40291              
40292              Subject: [PATCH] Another silencer for MakeMaker
40293              From: andreas.koenig@anima.de (Andreas J. Koenig)
40294              Date: 24 Aug 2000 14:18:52 +0200
40295              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
40296      Branch: perl
40297            ! lib/ExtUtils/Command.pm
40298 ____________________________________________________________________________
40299 [  6797] By: jhi                                   on 2000/08/24  13:46:42
40300         Log: More liberal parsing of version numbers.
40301              
40302              Subject: Re: CPAN.pm beta for testing available
40303              From: andreas.koenig@anima.de (Andreas J. Koenig)
40304              Date: 24 Aug 2000 13:51:57 +0200
40305              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
40306      Branch: perl
40307            ! lib/CPAN.pm
40308 ____________________________________________________________________________
40309 [  6796] By: jhi                                   on 2000/08/24  13:44:36
40310         Log: Make "make install" by default silent.  A new "install-verbose"
40311              target is verbose.
40312      Branch: perl
40313            ! Makefile.SH
40314 ____________________________________________________________________________
40315 [  6795] By: jhi                                   on 2000/08/24  13:39:14
40316         Log: Add silencer flags to installperl.
40317              
40318              Subject: [PATCH] Making installperl silent.
40319              From: <abigail@foad.org>
40320              Date: Thu, 24 Aug 2000 05:01:45 -0400
40321              Message-ID: <20000824090145.13141.qmail@foad.org>
40322      Branch: perl
40323            ! installperl
40324 ____________________________________________________________________________
40325 [  6794] By: jhi                                   on 2000/08/24  13:35:50
40326         Log: installperl couldn't tell whether it had run tests or not.
40327              
40328              Subject: [PATCH] Re: installperl and t/TEST
40329              From: <abigail@foad.org>
40330              Date: Thu, 24 Aug 2000 04:00:53 -0400
40331              Message-ID: <20000824080053.2494.qmail@foad.org>
40332      Branch: perl
40333            ! Makefile.SH installperl
40334 ____________________________________________________________________________
40335 [  6793] By: jhi                                   on 2000/08/24  13:27:50
40336         Log: Drop the separate perlbc, perlcc -b should be enough.
40337      Branch: perl
40338            - utils/perlbc.PL
40339            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
40340 ____________________________________________________________________________
40341 [  6792] By: jhi                                   on 2000/08/24  04:41:30
40342         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
40343              plus the typo fix from Peter Prymmer.
40344      Branch: perl
40345            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40346            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40347 ____________________________________________________________________________
40348 [  6791] By: jhi                                   on 2000/08/24  02:10:43
40349         Log: Replace #6705 with a minimal doc patch.
40350              
40351              Subject: [PATCH 5.6.0] replace change #6705
40352              From: Jan Dubois <jand@ActiveState.com>
40353              Date: Wed, 23 Aug 2000 18:31:51 -0700
40354              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
40355      Branch: perl
40356            ! lib/Win32.pod win32/win32.c
40357 ____________________________________________________________________________
40358 [  6790] By: jhi                                   on 2000/08/23  17:52:00
40359         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40360              From: Mike Guy <mjtg@cam.ac.uk>
40361              Date: Wed, 23 Aug 2000 18:38:46 +0100
40362              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
40363      Branch: perl
40364            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
40365 ____________________________________________________________________________
40366 [  6789] By: jhi                                   on 2000/08/23  15:34:21
40367         Log: Update Changes.
40368      Branch: perl
40369            ! Changes patchlevel.h
40370 ____________________________________________________________________________
40371 [  6788] By: jhi                                   on 2000/08/23  15:33:40
40372         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
40373              From: Wilfredo Sánchez <wsanchez@apple.com>
40374              Date: Tue, 22 Aug 2000 19:31:27 -0700
40375              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
40376      Branch: perl
40377            ! perl.h
40378 ____________________________________________________________________________
40379 [  6787] By: jhi                                   on 2000/08/23  15:29:31
40380         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
40381              From: Spider Boardman <spider@leggy.zk3.dec.com>
40382              Date: Wed, 23 Aug 2000 10:33:23 -0400
40383              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
40384      Branch: perl
40385            ! lib/Pod/Html.pm
40386 ____________________________________________________________________________
40387 [  6786] By: jhi                                   on 2000/08/23  15:28:11
40388         Log: Bad makefile.
40389      Branch: perl
40390            ! ext/B/Makefile.PL
40391 ____________________________________________________________________________
40392 [  6785] By: jhi                                   on 2000/08/23  14:37:04
40393         Log: Update Changes.
40394      Branch: perl
40395            ! Changes patchlevel.h
40396 ____________________________________________________________________________
40397 [  6784] By: jhi                                   on 2000/08/23  13:58:41
40398         Log: Portability fix from Hugo van der Sanden.
40399      Branch: perl
40400            ! ext/re/Makefile.PL
40401 ____________________________________________________________________________
40402 [  6783] By: jhi                                   on 2000/08/23  13:53:53
40403         Log: Storable support, v-version fixes.
40404              
40405              Subject: CPAN.pm beta for testing available
40406              From: andreas.koenig@anima.de (Andreas J. Koenig)
40407              Date: 22 Aug 2000 23:31:33 +0200
40408              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
40409      Branch: perl
40410            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40411 ____________________________________________________________________________
40412 [  6782] By: jhi                                   on 2000/08/23  13:51:26
40413         Log: Mac and other portability updates from Chris Nandor.
40414      Branch: perl
40415            ! pod/perlmodinstall.pod
40416 ____________________________________________________________________________
40417 [  6781] By: jhi                                   on 2000/08/23  13:47:33
40418         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
40419              From: Peter Prymmer <pvhp@forte.com>
40420              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
40421              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
40422      Branch: perl
40423            ! ext/Storable/Storable.xs
40424 ____________________________________________________________________________
40425 [  6780] By: jhi                                   on 2000/08/23  13:33:34
40426         Log: VMS MMS (make) wants null action.
40427      Branch: perl
40428            ! ext/B/Makefile.PL
40429 ____________________________________________________________________________
40430 [  6779] By: jhi                                   on 2000/08/22  19:44:47
40431         Log: Forgot portability nit.
40432      Branch: perl
40433            ! t/lib/st-forgive.t
40434 ____________________________________________________________________________
40435 [  6778] By: jhi                                   on 2000/08/22  19:35:25
40436         Log: Be portable.
40437      Branch: perl
40438            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
40439            ! t/lib/st-store.t
40440 ____________________________________________________________________________
40441 [  6777] By: jhi                                   on 2000/08/22  18:50:53
40442         Log: Update Changes.
40443      Branch: perl
40444            ! Changes patchlevel.h
40445 ____________________________________________________________________________
40446 [  6776] By: jhi                                   on 2000/08/22  18:44:46
40447         Log: cSVOPo_*v things index into the current PL_curpad
40448              under ithreads, which is different from the curpad
40449              used by the XSUB.  (In other words, the code as-is
40450              before this patch wouldn't work under ithreads.)
40451              From Sarathy.
40452      Branch: perl
40453            ! ext/B/B.xs
40454 ____________________________________________________________________________
40455 [  6775] By: jhi                                   on 2000/08/22  18:18:37
40456         Log: Make the selection of NVff et al stricter.
40457      Branch: metaconfig/U/perl
40458            ! perlxvf.U
40459      Branch: perl
40460            ! Configure config_h.SH
40461 ____________________________________________________________________________
40462 [  6774] By: jhi                                   on 2000/08/22  17:19:42
40463         Log: perldelta nits.
40464      Branch: perl
40465            ! pod/perldelta.pod
40466 ____________________________________________________________________________
40467 [  6773] By: jhi                                   on 2000/08/22  17:06:26
40468         Log: Long double fixes from Spider Boardman.
40469              
40470              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
40471              From: system PRIVILEGED account <root@peano.zk3.dec.com>
40472              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
40473              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
40474      Branch: perl
40475            ! t/lib/bigfltpm.t t/lib/st-06compat.t
40476 ____________________________________________________________________________
40477 [  6772] By: jhi                                   on 2000/08/22  15:04:53
40478         Log: Update Changes.
40479      Branch: perl
40480            ! Changes patchlevel.h
40481 ____________________________________________________________________________
40482 [  6771] By: jhi                                   on 2000/08/22  15:01:44
40483         Log: perldelta fixes from Hugo van der Sanden.
40484      Branch: perl
40485            ! pod/perldelta.pod
40486 ____________________________________________________________________________
40487 [  6770] By: jhi                                   on 2000/08/22  14:34:49
40488         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
40489              From: Hugo <hv@crypt.compulink.co.uk>
40490              Date: Tue, 22 Aug 2000 11:21:53 +0100
40491              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
40492      Branch: perl
40493            ! regcomp.c
40494 ____________________________________________________________________________
40495 [  6769] By: jhi                                   on 2000/08/22  14:30:02
40496         Log: Add Yitzchak, reformat.
40497      Branch: perl
40498            ! Changes config_h.SH
40499 ____________________________________________________________________________
40500 [  6768] By: jhi                                   on 2000/08/22  14:21:35
40501         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
40502              and Spider Boardman.
40503      Branch: metaconfig
40504            ! U/compline/d_gconvert.U
40505      Branch: perl
40506            ! Configure
40507 ____________________________________________________________________________
40508 [  6767] By: jhi                                   on 2000/08/22  14:11:24
40509         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
40510              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40511              Date: Mon, 21 Aug 2000 19:08:31 -0700
40512              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
40513      Branch: perl
40514            - ext/Storable/patchlevel.h
40515            ! MANIFEST ext/Storable/MANIFEST
40516 ____________________________________________________________________________
40517 [  6766] By: jhi                                   on 2000/08/22  13:49:29
40518         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
40519              From: Peter Prymmer <pvhp@forte.com>
40520              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
40521              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
40522      Branch: perl
40523            ! configure.com ext/Storable/Makefile.PL
40524 ____________________________________________________________________________
40525 [  6765] By: jhi                                   on 2000/08/22  13:44:59
40526         Log: Subject: [PATCH blead] B:: missing dependency
40527              From: Hugo <hv@crypt.compulink.co.uk>
40528              Date: Tue, 22 Aug 2000 06:44:33 +0100
40529              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
40530      Branch: perl
40531            ! ext/B/Makefile.PL
40532 ____________________________________________________________________________
40533 [  6764] By: jhi                                   on 2000/08/22  13:38:12
40534         Log: More bytecompiler.
40535      Branch: perl
40536            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
40537 ____________________________________________________________________________
40538 [  6763] By: jhi                                   on 2000/08/22  13:36:44
40539         Log: Bytecompiler patches from Benjamin Stuhl.
40540      Branch: perl
40541            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
40542            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40543            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40544            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40545            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
40546            ! perl.c perlapi.h pod/perldelta.pod
40547 ____________________________________________________________________________
40548 [  6762] By: jhi                                   on 2000/08/21  23:43:40
40549         Log: An obsoleted diagnostic.
40550      Branch: perl
40551            ! pod/perldelta.pod
40552 ____________________________________________________________________________
40553 [  6761] By: jhi                                   on 2000/08/21  23:01:45
40554         Log: The #6759 wasn't quite right.
40555      Branch: perl
40556            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40557            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40558            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40559            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40560            ! t/lib/st-tieditems.t
40561 ____________________________________________________________________________
40562 [  6760] By: jhi                                   on 2000/08/21  22:35:49
40563         Log: Be verydeepclean.
40564      Branch: perl
40565            ! Makefile.SH
40566 ____________________________________________________________________________
40567 [  6759] By: jhi                                   on 2000/08/21  22:25:40
40568         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
40569              From: Peter Prymmer <pvhp@forte.com>
40570              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
40571              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
40572      Branch: perl
40573            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40574            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40575            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40576            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40577            ! t/lib/st-tieditems.t
40578 ____________________________________________________________________________
40579 [  6758] By: jhi                                   on 2000/08/21  22:22:32
40580         Log: Few more casts, need reported in
40581              
40582              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
40583              From: Mike Stok <mike@stok.co.uk>
40584              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
40585              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
40586              
40587              and
40588              
40589              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
40590              From: abigail@foad.org
40591              Date: 21 Aug 2000 21:31:34 -0000
40592              Message-Id: <20000821213134.30170.qmail@foad.org>
40593      Branch: perl
40594            ! ext/Storable/Storable.xs
40595 ____________________________________________________________________________
40596 [  6757] By: jhi                                   on 2000/08/21  18:37:07
40597         Log: Update Changes.
40598      Branch: perl
40599            ! Changes patchlevel.h
40600 ____________________________________________________________________________
40601 [  6756] By: jhi                                   on 2000/08/21  18:34:02
40602         Log: A pod nit.
40603              
40604              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
40605              From: <abigail@foad.org>
40606              Date: Mon, 21 Aug 2000 14:00:16 -0400
40607              Message-ID: <20000821180016.28627.qmail@foad.org>
40608      Branch: perl
40609            ! pod/perlre.pod
40610 ____________________________________________________________________________
40611 [  6755] By: jhi                                   on 2000/08/21  18:30:56
40612         Log: Use PodParser 1.18 new test.
40613      Branch: perl
40614            ! t/pod/special_seqs.t t/pod/special_seqs.xr
40615 ____________________________________________________________________________
40616 [  6754] By: jhi                                   on 2000/08/21  18:28:35
40617         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
40618              patches cannot be applied since #6712 conflicts.
40619      Branch: perl
40620            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
40621 ____________________________________________________________________________
40622 [  6753] By: jhi                                   on 2000/08/21  18:15:11
40623         Log: Weed out some smaller changes.
40624      Branch: perl
40625            ! pod/perldelta.pod
40626 ____________________________________________________________________________
40627 [  6752] By: jhi                                   on 2000/08/21  18:02:30
40628         Log: Also under djgpp the timestamps are funky.
40629      Branch: perl
40630            ! t/op/stat.t
40631 ____________________________________________________________________________
40632 [  6751] By: jhi                                   on 2000/08/21  17:55:56
40633         Log: Tweak the floating point output routine preferences.
40634      Branch: metaconfig
40635            ! U/compline/d_gconvert.U
40636      Branch: perl
40637            ! Configure
40638 ____________________________________________________________________________
40639 [  6750] By: jhi                                   on 2000/08/21  17:51:29
40640         Log: Unicos/mk requires elaborate paranoia.
40641      Branch: perl
40642            ! lib/Math/Complex.pm
40643 ____________________________________________________________________________
40644 [  6749] By: gsar                                  on 2000/08/21  16:53:31
40645         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
40646      Branch: perl
40647            ! lib/Cwd.pm
40648 ____________________________________________________________________________
40649 [  6748] By: gsar                                  on 2000/08/21  16:22:19
40650         Log: free TLS slot properly on Windows
40651      Branch: perl
40652            ! thread.h win32/perllib.c win32/win32thread.h
40653 ____________________________________________________________________________
40654 [  6747] By: jhi                                   on 2000/08/21  16:20:58
40655         Log: Rename the macro argument because some preprocessors
40656              can't tell the difference and expand arguments also inside
40657              double quoted strings.
40658      Branch: perl
40659            ! regcomp.c
40660 ____________________________________________________________________________
40661 [  6746] By: jhi                                   on 2000/08/21  16:09:41
40662         Log: Support long doubles in Storable.
40663              
40664              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
40665              From: Radu Greab <radu@netsoft.ro>
40666              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
40667              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
40668      Branch: perl
40669            ! ext/Storable/Storable.xs
40670 ____________________________________________________________________________
40671 [  6745] By: jhi                                   on 2000/08/21  15:51:40
40672         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
40673              From: "Fifer, Eric" <EFifer@sanwaint.com>
40674              Date: Mon, 21 Aug 2000 15:34:49 +0100
40675              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
40676      Branch: perl
40677            ! t/pragma/warn/9enabled
40678 ____________________________________________________________________________
40679 [  6744] By: jhi                                   on 2000/08/21  15:39:35
40680         Log: Document the endianness of Alpha more precisely.
40681      Branch: perl
40682            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
40683            ! pod/perlport.pod
40684 ____________________________________________________________________________
40685 [  6743] By: jhi                                   on 2000/08/21  14:47:05
40686         Log: perldelta fixes from the p5p crowd.
40687      Branch: perl
40688            ! pod/perldelta.pod pod/perlop.pod
40689 ____________________________________________________________________________
40690 [  6742] By: jhi                                   on 2000/08/21  13:34:51
40691         Log: Update to Pod::LaTeX 0.53.
40692              
40693              Subject: [PATCH] lib/Pod/LaTeX.pm updates
40694              From: Tim Jenness <timj@jach.hawaii.edu>
40695              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
40696              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
40697      Branch: perl
40698            ! lib/Pod/LaTeX.pm
40699 ____________________________________________________________________________
40700 [  6741] By: jhi                                   on 2000/08/21  13:33:01
40701         Log: Subject: [PATCH] os2.c fix for use64bitint
40702              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40703              Date: Mon, 21 Aug 2000 01:32:25 -0700
40704              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
40705      Branch: perl
40706            ! os2/os2.c
40707 ____________________________________________________________________________
40708 [  6740] By: jhi                                   on 2000/08/21  13:28:52
40709         Log: Array context keeps slithering in.
40710              
40711              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
40712              From: Daniel Chetlin <daniel@chetlin.com>
40713              Date: Sun, 20 Aug 2000 21:40:25 -0700
40714              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
40715      Branch: perl
40716            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
40717            ! pod/perldebtut.pod
40718 ____________________________________________________________________________
40719 [  6739] By: jhi                                   on 2000/08/21  13:23:55
40720         Log: Big-endian quad fixes for Storable from Radu Greab,
40721              plus few explicit null casts for picky compilers.
40722      Branch: perl
40723            ! ext/Storable/Storable.xs
40724 ____________________________________________________________________________
40725 [  6738] By: gsar                                  on 2000/08/21  05:56:13
40726         Log: small tweaks for change#6705: avoid C++ style comments in C code;
40727              use Perl's malloc API rather than the low level system one
40728      Branch: perl
40729            ! win32/win32.c
40730 ____________________________________________________________________________
40731 [  6737] By: gsar                                  on 2000/08/21  05:35:41
40732         Log: add Storable to list of extensions on Windows
40733      Branch: perl
40734            ! win32/Makefile win32/makefile.mk
40735 ____________________________________________________________________________
40736 [  6736] By: jhi                                   on 2000/08/21  02:57:53
40737         Log: Update Changes.
40738      Branch: perl
40739            ! Changes patchlevel.h
40740 ____________________________________________________________________________
40741 [  6735] By: jhi                                   on 2000/08/21  02:57:20
40742         Log: Draft 0.
40743      Branch: perl
40744            ! pod/perldelta.pod
40745 ____________________________________________________________________________
40746 [  6734] By: jhi                                   on 2000/08/21  02:57:03
40747         Log: Add Storable 0.7.2 from Raphael Manfredi,
40748              plus the patch from
40749              
40750              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
40751              From: Radu Greab <radu@netsoft.ro>
40752              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
40753              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
40754              
40755              plus changes to get Storable to compile with
40756              picky ANSI compilers.
40757      Branch: perl
40758            + ext/Storable/ChangeLog ext/Storable/MANIFEST
40759            + ext/Storable/Makefile.PL ext/Storable/README
40760            + ext/Storable/Storable.pm ext/Storable/Storable.xs
40761            + ext/Storable/patchlevel.h t/lib/st-06compat.t
40762            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
40763            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
40764            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40765            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40766            + t/lib/st-tieditems.t
40767            ! MANIFEST
40768 ____________________________________________________________________________
40769 [  6733] By: jhi                                   on 2000/08/21  02:29:09
40770         Log: The correct cleaning order is an art.
40771      Branch: perl
40772            ! Makefile.SH
40773 ____________________________________________________________________________
40774 [  6732] By: jhi                                   on 2000/08/21  01:23:39
40775         Log: The #6724 is here.
40776      Branch: perl
40777            ! t/lib/ftmp-security.t
40778 ____________________________________________________________________________
40779 [  6731] By: jhi                                   on 2000/08/20  23:17:03
40780         Log: s/this one/the 5.6.0 release/
40781      Branch: perl
40782            ! pod/perl56delta.pod
40783 ____________________________________________________________________________
40784 [  6730] By: jhi                                   on 2000/08/20  23:07:34
40785         Log: Mention perlebcdic and perlposix-bc.
40786      Branch: perl
40787            ! pod/perlport.pod
40788 ____________________________________________________________________________
40789 [  6729] By: jhi                                   on 2000/08/20  21:32:59
40790         Log: Document the number of exponent digits.
40791      Branch: perl
40792            ! pod/perlfunc.pod
40793 ____________________________________________________________________________
40794 [  6728] By: jhi                                   on 2000/08/20  21:16:47
40795         Log: Use File::Spec->tmpdir().
40796              
40797              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
40798              From: Tim Jenness <timj@jach.hawaii.edu>
40799              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
40800              MIME-Version: 1.0
40801              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
40802      Branch: perl
40803            ! utils/perlbug.PL
40804 ____________________________________________________________________________
40805 [  6727] By: jhi                                   on 2000/08/20  20:43:32
40806         Log: Update Changes.
40807      Branch: perl
40808            ! Changes patchlevel.h
40809 ____________________________________________________________________________
40810 [  6726] By: jhi                                   on 2000/08/20  20:41:44
40811         Log: The veryclean target needs to clobber.
40812      Branch: perl
40813            ! Makefile.SH
40814 ____________________________________________________________________________
40815 [  6725] By: jhi                                   on 2000/08/20  20:37:38
40816         Log: Document odd vs even subreleases and -Dusedevel.
40817      Branch: perl
40818            ! INSTALL
40819 ____________________________________________________________________________
40820 [  6724] By: jhi                                   on 2000/08/20  19:58:05
40821         Log: Use temporary directory instead of current directory.
40822              
40823              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
40824              From: Tim Jenness <timj@jach.hawaii.edu>
40825              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
40826              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
40827      Branch: perl
40828            ! t/lib/ftmp-security.t
40829 ____________________________________________________________________________
40830 [  6723] By: jhi                                   on 2000/08/20  19:55:55
40831         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
40832              From: andreas.koenig@anima.de (Andreas J. Koenig)
40833              Date: 20 Aug 2000 15:52:03 +0200
40834              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
40835      Branch: perl
40836            ! lib/ExtUtils/MM_Unix.pm
40837 ____________________________________________________________________________
40838 [  6722] By: jhi                                   on 2000/08/20  19:46:01
40839         Log: Update to CGI 2.72, from Lincoln Stein.
40840      Branch: perl
40841            ! lib/CGI.pm
40842 ____________________________________________________________________________
40843 [  6721] By: jhi                                   on 2000/08/20  19:43:54
40844         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
40845              From: Radu Greab <radu@netsoft.ro>
40846              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
40847              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
40848      Branch: perl
40849            ! ext/GDBM_File/GDBM_File.xs
40850 ____________________________________________________________________________
40851 [  6720] By: jhi                                   on 2000/08/20  19:42:01
40852         Log: pp_open() could pass an uninitialized filename down to do_open9().
40853      Branch: perl
40854            ! pp_sys.c
40855 ____________________________________________________________________________
40856 [  6719] By: jhi                                   on 2000/08/20  14:06:41
40857         Log: UTF8 concat fixes.
40858              
40859              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
40860              From: Hugo <hv@crypt.compulink.co.uk>
40861              Date: Sun, 20 Aug 2000 07:30:46 +0100
40862              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
40863      Branch: perl
40864            ! pp_hot.c t/op/append.t
40865 ____________________________________________________________________________
40866 [  6718] By: jhi                                   on 2000/08/20  02:09:37
40867         Log: Let's try #6717 again.
40868      Branch: perl
40869            ! lib/File/Temp.pm
40870 ____________________________________________________________________________
40871 [  6717] By: jhi                                   on 2000/08/20  01:56:55
40872         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
40873              From: "Craig A. Berry" <craig.berry@metamorgs.com>
40874              Date: Sat, 19 Aug 2000 18:15:39 -0500
40875              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
40876      Branch: perl
40877            ! lib/File/Temp.pm
40878 ____________________________________________________________________________
40879 [  6716] By: jhi                                   on 2000/08/19  15:50:11
40880         Log: Update Changes.
40881      Branch: perl
40882            ! Changes patchlevel.h
40883 ____________________________________________________________________________
40884 [  6715] By: jhi                                   on 2000/08/19  15:39:09
40885         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
40886              From: Jonathan D Johnston <jdjohnston2@juno.com>
40887              Date: Thu, 17 Aug 2000 23:13:01 -0400       
40888              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
40889      Branch: perl
40890            ! pod/perlfunc.pod
40891 ____________________________________________________________________________
40892 [  6714] By: jhi                                   on 2000/08/19  15:34:04
40893         Log: Introduce a 'veryclean' target that is like 'distclean'
40894              but also removes *~ and *.orig.
40895      Branch: perl
40896            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
40897            ! utils/Makefile x2p/Makefile.SH
40898 ____________________________________________________________________________
40899 [  6713] By: jhi                                   on 2000/08/19  14:15:45
40900         Log: Put back the long double avoidance code to POSIX.xs
40901              because VMS seems to need it still.
40902      Branch: perl
40903            ! ext/POSIX/POSIX.xs
40904 ____________________________________________________________________________
40905 [  6712] By: jhi                                   on 2000/08/19  14:10:41
40906         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
40907              From: Peter Prymmer <pvhp@forte.com>
40908              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
40909              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
40910      Branch: perl
40911            ! lib/Pod/Find.pm t/pod/find.t
40912 ____________________________________________________________________________
40913 [  6711] By: jhi                                   on 2000/08/19  14:09:19
40914         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
40915              From: Peter Prymmer <pvhp@forte.com>
40916              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
40917              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
40918              cc: vmsperl@perl.org
40919      Branch: perl
40920            ! t/lib/peek.t
40921 ____________________________________________________________________________
40922 [  6710] By: jhi                                   on 2000/08/19  14:08:01
40923         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
40924              From: Jan Dubois <jand@ActiveState.com>
40925              Date: Fri, 18 Aug 2000 16:31:48 -0700
40926              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
40927      Branch: perl
40928            ! win32/win32.c
40929 ____________________________________________________________________________
40930 [  6709] By: jhi                                   on 2000/08/19  14:06:57
40931         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
40932              
40933              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
40934              From: Spider.Boardman@Orb.Nashua.NH.US
40935              Date: Fri, 18 Aug 2000 18:41:14 -0400
40936              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
40937      Branch: perl
40938            ! regcomp.c
40939 ____________________________________________________________________________
40940 [  6708] By: jhi                                   on 2000/08/18  22:04:49
40941         Log: Update Changes.
40942      Branch: perl
40943            ! Changes patchlevel.h
40944 ____________________________________________________________________________
40945 [  6707] By: jhi                                   on 2000/08/18  21:55:14
40946         Log: Add warnif(), check warnings further up the stack,
40947              all the warnings functions now can take an optional object reference.
40948              
40949              Subject: [PATCH bleedperl@6691] warnings pragma update
40950              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
40951              Date: Fri, 18 Aug 2000 22:42:06 +0100
40952              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
40953      Branch: perl
40954            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
40955            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
40956            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
40957 ____________________________________________________________________________
40958 [  6706] By: jhi                                   on 2000/08/18  21:41:45
40959         Log: Typo in pp_complement().
40960              
40961              Subject: [PATCH perl-current] Deparse
40962              From: Peter Scott <Peter@PSDT.com>
40963              Date: Fri, 18 Aug 2000 12:44:37 -0700
40964              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
40965      Branch: perl
40966            ! ext/B/B/Deparse.pm
40967 ____________________________________________________________________________
40968 [  6705] By: jhi                                   on 2000/08/18  21:25:59
40969         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
40970              From: Jan Dubois <jand@ActiveState.com>
40971              Date: Fri, 18 Aug 2000 14:22:51 -0700
40972              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
40973      Branch: perl
40974            ! lib/Win32.pod win32/win32.c
40975 ____________________________________________________________________________
40976 [  6704] By: jhi                                   on 2000/08/18  21:16:14
40977         Log: Don't eat leading os from index entries.
40978              
40979              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
40980              From: Russ Allbery <rra@stanford.edu>
40981              Date: 10 Aug 2000 20:49:25 -0700
40982              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
40983      Branch: perl
40984            ! lib/Pod/Man.pm
40985 ____________________________________________________________________________
40986 [  6703] By: jhi                                   on 2000/08/18  21:07:06
40987         Log: Add [[:blank:]] as suggested in
40988              
40989              Subject: [ID 20000716.024] [=cc=] / [:blank:]
40990              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
40991              Date: Sun, 16 Jul 2000 17:55:29 -0700
40992              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
40993              
40994              (the [=cc=] has already been taken care of by #6439
40995              so the whole bug report can be closed)
40996              
40997              and make [[:space:]] to be equivalent to isspace(3)
40998              (as opposed to \s, which is isSPACE()).  The difference
40999              is that now [[:space:]] matches the mythical vertical tab,
41000              while \s doesn't.
41001      Branch: perl
41002            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
41003            ! regexec.c t/op/pat.t
41004 ____________________________________________________________________________
41005 [  6702] By: jhi                                   on 2000/08/18  18:47:47
41006         Log: The new tests were missing from #6415.
41007      Branch: perl
41008            ! t/op/bop.t
41009 ____________________________________________________________________________
41010 [  6701] By: jhi                                   on 2000/08/18  18:20:40
41011         Log: Document the NDBM_File and ODBM_File as SDBM_File
41012              was documented in #6417.
41013      Branch: perl
41014            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
41015            ! ext/SDBM_File/SDBM_File.pm
41016 ____________________________________________________________________________
41017 [  6700] By: jhi                                   on 2000/08/18  18:10:39
41018         Log: Subject: [PATCH perl@6698] cygwin port
41019              From: "Fifer, Eric" <EFifer@sanwaint.com>
41020              Date: Fri, 18 Aug 2000 17:30:05 +0100
41021              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
41022      Branch: perl
41023            ! lib/File/Temp.pm
41024 ____________________________________________________________________________
41025 [  6699] By: jhi                                   on 2000/08/18  16:21:49
41026         Log: Document code point which makes if (defined %stash::) to work
41027              (noted by Spider Boardman).
41028      Branch: perl
41029            ! op.c
41030 ____________________________________________________________________________
41031 [  6698] By: jhi                                   on 2000/08/18  13:43:27
41032         Log: Update Changes.
41033      Branch: perl
41034            ! Changes patchlevel.h
41035 ____________________________________________________________________________
41036 [  6697] By: jhi                                   on 2000/08/18  13:35:57
41037         Log: Tiny Getopt::Long patch from Johan Vromans.
41038      Branch: perl
41039            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41040 ____________________________________________________________________________
41041 [  6696] By: jhi                                   on 2000/08/18  13:26:14
41042         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41043              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
41044              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
41045              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
41046      Branch: perl
41047            ! pod/perldiag.pod pod/perlsyn.pod
41048 ____________________________________________________________________________
41049 [  6695] By: jhi                                   on 2000/08/18  13:13:26
41050         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41051              From: Daniel Chetlin <daniel@chetlin.com>
41052              Date: Fri, 18 Aug 2000 03:13:36 -0700
41053              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
41054      Branch: perl
41055            ! pod/perlfunc.pod
41056 ____________________________________________________________________________
41057 [  6694] By: jhi                                   on 2000/08/18  13:08:05
41058         Log: Subject: [PATCH] perltrap.pod spring cleaning
41059              From: Daniel Chetlin <daniel@chetlin.com>
41060              Date: Fri, 18 Aug 2000 03:06:54 -0700
41061              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
41062              
41063              plus Mike Guy's nitfix.
41064      Branch: perl
41065            ! pod/perltrap.pod
41066 ____________________________________________________________________________
41067 [  6693] By: jhi                                   on 2000/08/18  13:00:26
41068         Log: Unbuffer the output.
41069              
41070              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
41071              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41072              Date: Thu, 17 Aug 2000 18:39:29 -0700
41073              Message-ID: <RPJn5gzkgydf092yn@efn.org>
41074      Branch: perl
41075            ! t/op/fork.t
41076 ____________________________________________________________________________
41077 [  6692] By: jhi                                   on 2000/08/18  05:19:17
41078         Log: Delete the image, too, not just its MANIFEStation.
41079      Branch: perl
41080            - lib/CGI/eg/wilogo.gif
41081 ____________________________________________________________________________
41082 [  6691] By: jhi                                   on 2000/08/18  05:10:26
41083         Log: Propagate new Configure vars.
41084      Branch: perl
41085            ! configure.com epoc/config.sh uconfig.h uconfig.sh
41086            ! vos/config.def vos/config.h vos/config_h.SH_orig
41087            ! win32/config.bc win32/config.gc win32/config.vc
41088            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41089 ____________________________________________________________________________
41090 [  6690] By: jhi                                   on 2000/08/18  04:30:56
41091         Log: Update Changes.
41092      Branch: perl
41093            ! Changes patchlevel.h
41094 ____________________________________________________________________________
41095 [  6689] By: jhi                                   on 2000/08/18  04:12:30
41096         Log: Fix the lib/complex failure of
41097              
41098              From: abigail@foad.org
41099              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41100              Date: 15 Aug 2000 04:06:38 -0000
41101              Message-Id: <20000815040638.8524.qmail@foad.org> 
41102              
41103              Linux long double accuracy issue: something that
41104              when printed with %g looks like "2" but int() of it is 1.
41105      Branch: perl
41106            ! lib/Math/Complex.pm
41107 ____________________________________________________________________________
41108 [  6688] By: jhi                                   on 2000/08/18  03:15:35
41109         Log: The byteorder code in #6671 was wrong.
41110      Branch: perl
41111            ! configpm
41112 ____________________________________________________________________________
41113 [  6687] By: jhi                                   on 2000/08/18  02:08:42
41114         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
41115              From: Jan Dubois <jand@ActiveState.com>
41116              Date: Thu, 17 Aug 2000 18:31:55 -0700
41117              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
41118      Branch: perl
41119            ! sv.c
41120 ____________________________________________________________________________
41121 [  6686] By: jhi                                   on 2000/08/18  02:04:15
41122         Log: Use NVs in POSIX math, not doubles.
41123              
41124              From: abigail@foad.org
41125              Subject: [ID 20000817.014] POSIX & modfl
41126              Date: 17 Aug 2000 20:49:18 -0000
41127              Message-Id: <20000817204918.23123.qmail@foad.org>
41128      Branch: perl
41129            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41130 ____________________________________________________________________________
41131 [  6685] By: jhi                                   on 2000/08/18  02:02:12
41132         Log: Introduce NVef, NVff, and NVgf, use the middle one.
41133              (helps for lib/peek + Linux + long doubles)  Reported in
41134              
41135              From: abigail@foad.org
41136              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41137              Date: 15 Aug 2000 04:06:38 -0000
41138              Message-Id: <20000815040638.8524.qmail@foad.org> 
41139              
41140              (note: the lib/complex failure has not yet been addressed)
41141      Branch: metaconfig/U/perl
41142            ! perlxvf.U
41143      Branch: perl
41144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41145            ! config_h.SH dump.c perl.h pod/perlguts.pod
41146 ____________________________________________________________________________
41147 [  6684] By: jhi                                   on 2000/08/17  23:22:19
41148         Log: Add byteorder to the myconfig output.
41149      Branch: perl
41150            ! myconfig.SH
41151 ____________________________________________________________________________
41152 [  6683] By: jhi                                   on 2000/08/17  23:20:19
41153         Log: The image doth not exist, spotted by Johan Vromans.
41154      Branch: perl
41155            ! MANIFEST
41156 ____________________________________________________________________________
41157 [  6682] By: jhi                                   on 2000/08/17  22:38:16
41158         Log: Document what the backtick returns if the command fails.
41159      Branch: perl
41160            ! pod/perlop.pod
41161 ____________________________________________________________________________
41162 [  6681] By: jhi                                   on 2000/08/17  22:33:12
41163         Log: Do not use prototyping here.
41164              
41165              Subject: [ID 20000817.016] [PATCH] Peek.xs
41166              From: abigail@foad.org
41167              Date: 17 Aug 2000 20:55:56 -0000
41168              Message-Id: <20000817205556.24270.qmail@foad.org>
41169      Branch: perl
41170            ! ext/Devel/Peek/Makefile.PL
41171 ____________________________________________________________________________
41172 [  6680] By: jhi                                   on 2000/08/17  19:46:43
41173         Log: Don't propose using modules built for 5.005 if no binary
41174              compatibility with 5.005 is attempted.
41175              
41176              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41177              Subject: Minor nit with 5.7.0 (6655)
41178              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
41179              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
41180      Branch: metaconfig
41181            ! U/installdirs/inc_version_list.U
41182      Branch: perl
41183            ! Configure config_h.SH
41184 ____________________________________________________________________________
41185 [  6679] By: jhi                                   on 2000/08/17  19:16:39
41186         Log: Microperl config update.
41187      Branch: perl
41188            ! uconfig.h uconfig.sh
41189 ____________________________________________________________________________
41190 [  6678] By: jhi                                   on 2000/08/17  19:16:13
41191         Log: The #6648 wasn't protective enough for limited platforms
41192              (like microperl).
41193      Branch: perl
41194            ! dump.c sv.c
41195 ____________________________________________________________________________
41196 [  6677] By: jhi                                   on 2000/08/17  14:46:35
41197         Log: Update Changes.
41198      Branch: perl
41199            ! Changes patchlevel.h
41200 ____________________________________________________________________________
41201 [  6676] By: jhi                                   on 2000/08/17  14:44:02
41202         Log: Add perlebcdic from Peter Prymmer, regen toc.
41203      Branch: perl
41204            + pod/perlebcdic.pod
41205            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41206 ____________________________________________________________________________
41207 [  6675] By: jhi                                   on 2000/08/17  14:41:52
41208         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41209      Branch: perl
41210            ! pod/perldebtut.pod
41211 ____________________________________________________________________________
41212 [  6674] By: jhi                                   on 2000/08/17  14:29:43
41213         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
41214              
41215              Subject: [ID 20000724.006] -DLEAKTEST problem
41216              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
41217              Date: Tue, 25 Jul 2000 00:36:32 -0500
41218              Message-Id: <20000725003632.A26186@www.llamacom.com>
41219              
41220              Reminder sent
41221              
41222              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
41223              From: Hugo <hv@crypt.compulink.co.uk>
41224              Date: Thu, 17 Aug 2000 15:23:42 +0100
41225              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
41226      Branch: perl
41227            ! util.c
41228 ____________________________________________________________________________
41229 [  6673] By: jhi                                   on 2000/08/17  04:07:10
41230         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41231              From: John Peacock <JPeacock@UnivPress.com>
41232              Date: Tue, 01 Aug 2000 09:38:12 -0400
41233              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
41234      Branch: perl
41235            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
41236 ____________________________________________________________________________
41237 [  6672] By: jhi                                   on 2000/08/17  03:04:35
41238         Log: Subject: [PATCH] Cwd.pm now uses strict
41239              From: Tim Jenness <timj@jach.hawaii.edu>
41240              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
41241              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
41242      Branch: perl
41243            ! lib/Cwd.pm
41244 ____________________________________________________________________________
41245 [  6671] By: jhi                                   on 2000/08/17  02:16:35
41246         Log: Make $Config{byteorder} more magical so that it is
41247              dynamically computed: nice for 'fat binaries'.
41248              
41249              Subject: [PATCH]: default byteorder
41250              From: Wilfredo Sánchez <wsanchez@apple.com>
41251              Date: Mon, 31 Jul 2000 19:45:31 -0700
41252              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
41253      Branch: perl
41254            ! configpm
41255 ____________________________________________________________________________
41256 [  6670] By: gsar                                  on 2000/08/17  01:22:21
41257         Log: move WNOHANG definition to where other such things are
41258      Branch: perl
41259            ! win32/win32.h
41260 ____________________________________________________________________________
41261 [  6669] By: jhi                                   on 2000/08/17  01:19:17
41262         Log: Update Changes.
41263      Branch: perl
41264            ! Changes patchlevel.h
41265 ____________________________________________________________________________
41266 [  6668] By: jhi                                   on 2000/08/17  01:16:29
41267         Log: Doc nits spotted by Richard Soderberg.
41268      Branch: perl
41269            ! README.posix-bc README.vmesa
41270 ____________________________________________________________________________
41271 [  6667] By: jhi                                   on 2000/08/17  01:12:11
41272         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41273              From: "Casey R. Tweten" <crt@kiski.net>
41274              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
41275              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
41276      Branch: perl
41277            ! pod/perldebtut.pod
41278 ____________________________________________________________________________
41279 [  6666] By: jhi                                   on 2000/08/17  01:09:31
41280         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41281              From: "Casey R. Tweten" <crt@kiski.net>
41282              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
41283              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
41284      Branch: perl
41285            ! lib/Shell.pm
41286 ____________________________________________________________________________
41287 [  6665] By: gsar                                  on 2000/08/17  01:03:52
41288         Log: add "ok" targets from change#6632 in makefile.mk
41289      Branch: perl
41290            ! pod/perlport.pod win32/Makefile win32/makefile.mk
41291 ____________________________________________________________________________
41292 [  6664] By: gsar                                  on 2000/08/17  00:56:11
41293         Log: avoid warnings from dense compiler
41294      Branch: perl
41295            ! win32/win32.c
41296 ____________________________________________________________________________
41297 [  6663] By: jhi                                   on 2000/08/17  00:51:49
41298         Log: Tweak the regex compilation errors once more.
41299      Branch: perl
41300            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41301            ! t/op/regmesg.t t/pragma/warn/regcomp
41302 ____________________________________________________________________________
41303 [  6662] By: gsar                                  on 2000/08/17  00:28:19
41304         Log: trailing new %ENV entries weren't being pushed into the real
41305              environment of subprocesses on Windows
41306      Branch: perl
41307            ! t/op/magic.t win32/perlhost.h
41308 ____________________________________________________________________________
41309 [  6661] By: gsar                                  on 2000/08/17  00:19:20
41310         Log: waitpid() now handles externally spawned pids correctly;
41311              fixes for backtick/wait/waitpid failures on Windows 9x
41312              
41313              these changes make the pid returned by process functions on
41314              Windows 9x always positive by clearing the high bit (which
41315              is always set on Win9x); pseudo-process PIDs are likewise
41316              always negative now on Win9x (just as on NT/2000)
41317      Branch: perl
41318            ! pp_sys.c win32/perlhost.h win32/win32.c
41319 ____________________________________________________________________________
41320 [  6660] By: jhi                                   on 2000/08/17  00:04:32
41321         Log: Retract #6645.
41322      Branch: perl
41323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41324            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41325            ! t/op/sprintf.t
41326 ____________________________________________________________________________
41327 [  6659] By: gsar                                  on 2000/08/16  23:59:28
41328         Log: on windows, the return values from wait() and waitpid() don't
41329              match those of pseudo-pids
41330      Branch: perl
41331            ! pp_sys.c t/op/fork.t util.c win32/win32.c
41332 ____________________________________________________________________________
41333 [  6658] By: gsar                                  on 2000/08/16  23:56:14
41334         Log: pod nit seen in passing
41335      Branch: perl
41336            ! pod/perlfunc.pod
41337 ____________________________________________________________________________
41338 [  6657] By: gsar                                  on 2000/08/16  23:53:42
41339         Log: change#6328 could make close(SOCKET) return false on windows
41340              when it shouldn't
41341      Branch: perl
41342            ! win32/win32sck.c
41343 ____________________________________________________________________________
41344 [  6656] By: gsar                                  on 2000/08/16  23:46:57
41345         Log: check that the number pseudo children doesn't exceed
41346              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41347              the WaitForMultipleObjects() limit that would cause wait()
41348              to crash)
41349              
41350              wait() and waitpid() could potentially be rewritten to use
41351              more than one thread to do the waiting to eliminate this
41352              limitation
41353      Branch: perl
41354            ! win32/perlhost.h
41355 ____________________________________________________________________________
41356 [  6655] By: jhi                                   on 2000/08/16  14:11:05
41357         Log: Update Changes.
41358      Branch: perl
41359            ! Changes patchlevel.h
41360 ____________________________________________________________________________
41361 [  6654] By: jhi                                   on 2000/08/16  14:10:12
41362         Log: Update to perldebtut 1.9, from Richard Foley.
41363      Branch: perl
41364            ! pod/perldebtut.pod
41365 ____________________________________________________________________________
41366 [  6653] By: jhi                                   on 2000/08/16  14:08:17
41367         Log: Change the regx compilation error markers to use = instead of <
41368              since pod makes using the latter quite messy.  Reported in
41369              ID 20000814.006 by Abigail and in
41370              Subject: Unknown escape E<> ?
41371              From: Lupe Christoph <lupe@lupe-christoph.de>
41372              Date: Fri, 11 Aug 2000 00:30:27 +0200
41373              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
41374      Branch: perl
41375            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41376            ! t/op/regmesg.t t/pragma/warn/regcomp
41377 ____________________________________________________________________________
41378 [  6652] By: jhi                                   on 2000/08/16  13:25:31
41379         Log: Change the perlbug address to perl.org since it's more forgiving.
41380              
41381              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
41382              From: abigail@foad.org
41383              Date: 15 Aug 2000 04:15:40 -0000
41384              Message-Id: <20000815041540.8633.qmail@foad.org>
41385      Branch: perl
41386            ! utils/perlbug.PL
41387 ____________________________________________________________________________
41388 [  6651] By: jhi                                   on 2000/08/16  13:22:35
41389         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41390              From: Tim Jenness <timj@jach.hawaii.edu>
41391              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
41392              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
41393      Branch: perl
41394            ! lib/Cwd.pm
41395 ____________________________________________________________________________
41396 [  6650] By: jhi                                   on 2000/08/16  13:18:13
41397         Log: Update to CPAN 1.57.
41398              
41399              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
41400              From: andreas.koenig@anima.de (Andreas J. Koenig)
41401              Date: 16 Aug 2000 15:09:46 +0200
41402              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
41403      Branch: perl
41404            ! lib/CPAN.pm
41405 ____________________________________________________________________________
41406 [  6649] By: jhi                                   on 2000/08/16  13:12:31
41407         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
41408              From: "Larry W. Virden" <lvirden@cas.org>
41409              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
41410              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
41411      Branch: perl
41412            ! README.hpux
41413 ____________________________________________________________________________
41414 [  6648] By: jhi                                   on 2000/08/16  13:03:53
41415         Log: The numeric locale was reset to "C" by s?printf and never restored.
41416              
41417              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41418              From: Christian Kirsch <ck@held.mind.de>
41419              Date: Wed, 9 Aug 2000 17:05:17 +0200
41420              Message-Id: <20000809170517.A25389@held>
41421              
41422              No test since adding the failing example to locale.t
41423              does not fail -- probably because the locale settings are so
41424              thoroughly tweaked by that time.  Running the example standalone
41425              does fail, though.  UPDATE: test case added at change #7540.
41426      Branch: perl
41427            ! dump.c perl.h pp.c pp_ctl.c sv.c
41428 ____________________________________________________________________________
41429 [  6647] By: jhi                                   on 2000/08/16  00:07:54
41430         Log: Update Changes and test semi-automatic patchlevel updating.
41431      Branch: perl
41432            ! Changes patchlevel.h
41433 ____________________________________________________________________________
41434 [  6646] By: jhi                                   on 2000/08/15  23:35:07
41435         Log: Fix a dependency problem.
41436              
41437              Subject: [PATCH: 6640] VMS Makefile.SH update
41438              From: Peter Prymmer <pvhp@forte.com>
41439              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
41440              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
41441      Branch: perl
41442            ! vms/descrip_mms.template
41443 ____________________________________________________________________________
41444 [  6645] By: jhi                                   on 2000/08/15  23:33:23
41445         Log: (Retracted by #6660)
41446              
41447              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
41448              From: Dominic Dunlop <domo@computer.org>
41449              Date: Tue, 15 Aug 2000 22:20:52 +0200
41450              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
41451      Branch: metaconfig/U/perl
41452            + d_printfed.U
41453      Branch: perl
41454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41455            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41456            ! t/op/sprintf.t
41457 ____________________________________________________________________________
41458 [  6644] By: jhi                                   on 2000/08/15  21:17:20
41459         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41460              From: abigail@foad.org
41461              Date: 15 Aug 2000 20:12:41 -0000
41462              Message-Id: <20000815201241.25556.qmail@foad.org>
41463      Branch: perl
41464            ! INSTALL
41465 ____________________________________________________________________________
41466 [  6643] By: jhi                                   on 2000/08/15  21:15:28
41467         Log: (an already applied patch)
41468      Branch: perl
41469            ! lib/CGI.pm
41470 ____________________________________________________________________________
41471 [  6642] By: gsar                                  on 2000/08/15  19:54:05
41472         Log: magic callbacks all need to have same type signature
41473      Branch: perl
41474            ! embed.pl mg.c proto.h
41475 ____________________________________________________________________________
41476 [  6641] By: jhi                                   on 2000/08/15  17:56:27
41477         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)
41478              From: Mike Guy <mjtg@cam.ac.uk>
41479              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
41480              Date: Tue, 15 Aug 2000 18:26:45 +0100
41481              
41482              Only the peek.t part applied, not the hash quality part.
41483      Branch: perl
41484            ! t/lib/peek.t
41485 ____________________________________________________________________________
41486 [  6640] By: jhi                                   on 2000/08/15  16:37:37
41487         Log: Update Changes.
41488      Branch: perl
41489            ! Changes
41490 ____________________________________________________________________________
41491 [  6639] By: jhi                                   on 2000/08/15  16:34:55
41492         Log: Missed a file from #6638.
41493      Branch: perl
41494            ! lib/File/Temp.pm
41495 ____________________________________________________________________________
41496 [  6638] By: jhi                                   on 2000/08/15  16:33:19
41497         Log: Subject: [PATCH perl@6620] cygwin port
41498              From: "Fifer, Eric" <EFifer@sanwaint.com>
41499              Date: Tue, 15 Aug 2000 17:00:49 +0100
41500              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
41501      Branch: perl
41502            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
41503 ____________________________________________________________________________
41504 [  6637] By: jhi                                   on 2000/08/15  16:29:22
41505         Log: Subject: [PATCH] debugger exit code should reflect user exit code
41506              From: Mike Guy <mjtg@cam.ac.uk>
41507              Date: Tue, 15 Aug 2000 16:55:59 +0100
41508              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
41509      Branch: perl
41510            ! lib/perl5db.pl
41511 ____________________________________________________________________________
41512 [  6636] By: jhi                                   on 2000/08/15  15:30:58
41513         Log: Update Changes.
41514      Branch: perl
41515            ! Changes
41516 ____________________________________________________________________________
41517 [  6635] By: jhi                                   on 2000/08/15  15:27:21
41518         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
41519      Branch: metaconfig
41520            ! U/mkglossary U/mksample
41521      Branch: metaconfig/U/perl
41522            ! Devel.U
41523      Branch: perl
41524            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41525 ____________________________________________________________________________
41526 [  6634] By: jhi                                   on 2000/08/15  14:11:55
41527         Log: Don't blow limited stacks, a lower number is enough to
41528              tickle the lookbehind limit.
41529              
41530              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
41531              From: Dominic Dunlop <domo@computer.org>
41532              Date: Tue, 15 Aug 2000 13:51:24 +0200
41533              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
41534      Branch: perl
41535            ! t/op/regmesg.t
41536 ____________________________________________________________________________
41537 [  6633] By: jhi                                   on 2000/08/15  14:01:46
41538         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41539              From: Mike Guy <mjtg@cam.ac.uk>
41540              Date: Tue, 15 Aug 2000 12:10:50 +0100
41541              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
41542      Branch: perl
41543            ! utils/perldoc.PL
41544 ____________________________________________________________________________
41545 [  6632] By: jhi                                   on 2000/08/15  13:58:48
41546         Log: make ok etc also for win32.
41547              
41548              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
41549              From: Prymmer/Kahn <pvhp@best.com>
41550              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
41551              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
41552      Branch: perl
41553            ! win32/Makefile
41554 ____________________________________________________________________________
41555 [  6631] By: jhi                                   on 2000/08/15  13:45:03
41556         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
41557      Branch: perl
41558            ! lib/Test.pm
41559 ____________________________________________________________________________
41560 [  6630] By: jhi                                   on 2000/08/15  03:25:09
41561         Log: Update Changes.
41562      Branch: perl
41563            ! Changes
41564 ____________________________________________________________________________
41565 [  6629] By: jhi                                   on 2000/08/15  03:23:53
41566         Log: magic_regdatum_set() is void, not int.
41567      Branch: perl
41568            ! embed.pl mg.c proto.h
41569 ____________________________________________________________________________
41570 [  6628] By: jhi                                   on 2000/08/15  03:08:02
41571         Log: Make the user to give up his firstborn, err, to knowingly
41572              verify installing an unstable developer release.  Also bump
41573              the release to 5.7.0, but leave a patch tag in the local
41574              patches saying that this is not yet the real thing.
41575      Branch: metaconfig
41576            ! U/modified/Instruct.U
41577      Branch: metaconfig/U/perl
41578            + Devel.U
41579      Branch: perl
41580            ! Configure patchlevel.h
41581 ____________________________________________________________________________
41582 [  6627] By: jhi                                   on 2000/08/14  22:32:52
41583         Log: README.os2 update.
41584              
41585              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41587              Date: Wed, 02 Aug 2000 21:55:09 -0700
41588              Message-ID: <tsPi5gzkgegX092yn@efn.org>
41589      Branch: perl
41590            ! README.os2
41591 ____________________________________________________________________________
41592 [  6626] By: jhi                                   on 2000/08/14  21:00:02
41593         Log: Subject: Re: File::Temp problems on VMS in bleedperl
41594              From: Tim Jenness <timj@jach.hawaii.edu>
41595              cc: vmsperl@perl.org
41596              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
41597              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
41598      Branch: perl
41599            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
41600 ____________________________________________________________________________
41601 [  6625] By: jhi                                   on 2000/08/14  20:52:16
41602         Log: Add SUIDMAIL as was done for the CERT alert.
41603      Branch: perl
41604            ! patchlevel.h
41605 ____________________________________________________________________________
41606 [  6624] By: jhi                                   on 2000/08/14  20:48:50
41607         Log: Subject: sfio2000
41608              From: Daniel Muino <dmuino@afip.gov.ar>
41609              Date: Mon, 14 Aug 2000 16:58:11 -0300
41610              Message-ID: <20000814165811.B16368@con2-dgi>
41611      Branch: perl
41612            ! perlsdio.h perlsfio.h
41613 ____________________________________________________________________________
41614 [  6623] By: jhi                                   on 2000/08/14  20:47:36
41615         Log: Subject: warning: storage class after type is obsolescent
41616              From: Daniel Muino <dmuino@afip.gov.ar>
41617              Date: Mon, 14 Aug 2000 16:42:47 -0300
41618              Message-ID: <20000814164247.A16368@con2-dgi>
41619      Branch: perl
41620            ! regcomp.pl regnodes.h
41621 ____________________________________________________________________________
41622 [  6622] By: jhi                                   on 2000/08/14  20:43:05
41623         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
41624              From: abigail@foad.org
41625              Date: 14 Aug 2000 20:00:10 -0000
41626              Message-Id: <20000814200010.27271.qmail@foad.org>
41627      Branch: perl
41628            ! Changes
41629 ____________________________________________________________________________
41630 [  6621] By: jhi                                   on 2000/08/14  15:23:05
41631         Log: Update Changes.
41632      Branch: perl
41633            ! Changes
41634 ____________________________________________________________________________
41635 [  6620] By: jhi                                   on 2000/08/14  15:22:14
41636         Log: Subject: Re: [PATCH] @+, @- readonly
41637              From: Mike Guy <mjtg@cam.ac.uk>
41638              Date: Mon, 14 Aug 2000 15:26:55 +0100
41639              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
41640      Branch: perl
41641            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
41642            ! sv.c t/op/pat.t
41643 ____________________________________________________________________________
41644 [  6619] By: jhi                                   on 2000/08/14  14:12:08
41645         Log: Update Changes.
41646      Branch: perl
41647            ! Changes
41648 ____________________________________________________________________________
41649 [  6618] By: jhi                                   on 2000/08/14  14:09:34
41650         Log: For now remove the mail code.
41651      Branch: perl
41652            ! perl.c
41653 ____________________________________________________________________________
41654 [  6617] By: jhi                                   on 2000/08/14  14:08:28
41655         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
41656      Branch: perl
41657            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
41658            ! pod/perlfaq8.pod pod/perlsec.pod
41659 ____________________________________________________________________________
41660 [  6616] By: jhi                                   on 2000/08/14  14:00:11
41661         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41662              From: Mike Guy <mjtg@cam.ac.uk>
41663              Date: Mon, 14 Aug 2000 08:26:02 +0100
41664              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
41665      Branch: perl
41666            ! lib/perl5db.pl
41667 ____________________________________________________________________________
41668 [  6615] By: jhi                                   on 2000/08/14  13:58:45
41669         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41670              From: Mike Guy <mjtg@cam.ac.uk>
41671              Date: Mon, 14 Aug 2000 08:04:22 +0100
41672              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
41673      Branch: perl
41674            ! gv.c mg.c t/op/pat.t
41675 ____________________________________________________________________________
41676 [  6614] By: jhi                                   on 2000/08/14  13:56:45
41677         Log: Subject: Test fails / warnings with perl-current #6612
41678              From: Mike Guy <mjtg@cam.ac.uk>
41679              Date: Mon, 14 Aug 2000 07:57:23 +0100
41680              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
41681      Branch: perl
41682            ! t/lib/b.t t/lib/peek.t
41683 ____________________________________________________________________________
41684 [  6613] By: jhi                                   on 2000/08/14  13:45:33
41685         Log: VMS configure.com update continues.
41686      Branch: perl
41687            - vms/configure.com
41688            ! MANIFEST configure.com
41689 ____________________________________________________________________________
41690 [  6612] By: jhi                                   on 2000/08/13  22:13:35
41691         Log: Update Changes.
41692      Branch: perl
41693            ! Changes
41694 ____________________________________________________________________________
41695 [  6611] By: jhi                                   on 2000/08/13  16:21:45
41696         Log: Upgrade to CGI 2.71, from Lincoln Stein.
41697      Branch: perl
41698            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
41699 ____________________________________________________________________________
41700 [  6610] By: jhi                                   on 2000/08/13  15:09:16
41701         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
41702              From: Mike Guy <mjtg@cam.ac.uk>
41703              Date: Sun, 13 Aug 2000 13:45:51 +0100
41704              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
41705      Branch: perl
41706            ! t/op/regmesg.t
41707 ____________________________________________________________________________
41708 [  6609] By: jhi                                   on 2000/08/13  14:31:26
41709         Log: Andreas says that 1.56 is fine, so reverting back to it.
41710      Branch: perl
41711            ! lib/CPAN.pm
41712 ____________________________________________________________________________
41713 [  6608] By: jhi                                   on 2000/08/13  05:34:20
41714         Log: Update Changes.
41715      Branch: perl
41716            ! Changes
41717 ____________________________________________________________________________
41718 [  6607] By: jhi                                   on 2000/08/13  05:32:01
41719         Log: Put back the \z changes of #5406 to CPAN.pm.
41720      Branch: perl
41721            ! lib/CPAN.pm
41722 ____________________________________________________________________________
41723 [  6606] By: jhi                                   on 2000/08/13  05:20:16
41724         Log: Fix-n-skip the tests under 5005threads.
41725      Branch: perl
41726            ! t/lib/b.t
41727 ____________________________________________________________________________
41728 [  6605] By: jhi                                   on 2000/08/13  05:07:48
41729         Log: Fix the test for 5005threads.
41730      Branch: perl
41731            ! t/lib/peek.t
41732 ____________________________________________________________________________
41733 [  6604] By: jhi                                   on 2000/08/13  03:35:37
41734         Log: Should have deleted this in #6603.
41735      Branch: perl
41736            - vms/subconfigure.com
41737 ____________________________________________________________________________
41738 [  6603] By: jhi                                   on 2000/08/12  18:29:32
41739         Log: Rewrite of vms/subconfigure.com as configure.com,
41740              from Peter Prymmer and the vmsperl crew.
41741      Branch: perl
41742            + vms/configure.com
41743            ! MANIFEST
41744 ____________________________________________________________________________
41745 [  6602] By: jhi                                   on 2000/08/11  13:00:01
41746         Log: PlainText.pm is dead.
41747      Branch: perl
41748            - lib/Pod/PlainText.pm
41749            ! MANIFEST
41750 ____________________________________________________________________________
41751 [  6601] By: jhi                                   on 2000/08/11  04:06:45
41752         Log: Update Changes.
41753      Branch: perl
41754            ! Changes
41755 ____________________________________________________________________________
41756 [  6600] By: jhi                                   on 2000/08/11  04:06:10
41757         Log: Add a few missing files, update MANIFEST.
41758      Branch: perl
41759            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
41760            + lib/Pod/PlainText.pm t/pod/find.t
41761            ! MANIFEST t/op/regmesg.t
41762 ____________________________________________________________________________
41763 [  6599] By: jhi                                   on 2000/08/11  03:31:10
41764         Log: Add Perl debugging tutorial, regen toc. 
41765              
41766              Subject: perldebtut.pod
41767              From: Richard Foley <Richard.Foley@m.dasa.de>
41768              Date: Wed, 09 Aug 2000 10:17:15 +0200
41769              Message-id: <3991138B.262247B8@m.dasa.de>
41770      Branch: perl
41771            + pod/perldebtut.pod
41772            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41773 ____________________________________________________________________________
41774 [  6598] By: jhi                                   on 2000/08/11  02:48:56
41775         Log: tiny Changes edit
41776      Branch: perl
41777            ! Changes
41778 ____________________________________________________________________________
41779 [  6597] By: jhi                                   on 2000/08/11  02:39:04
41780         Log: Tests for #6589.
41781              
41782              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41783              From: simon@brecon.co.uk (Simon Cozens)
41784              Date: 11 Aug 2000 02:24:52 GMT
41785              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
41786      Branch: perl
41787            ! t/lib/b.t
41788 ____________________________________________________________________________
41789 [  6596] By: jhi                                   on 2000/08/11  01:50:07
41790         Log: Update Changes.
41791      Branch: perl
41792            ! Changes
41793 ____________________________________________________________________________
41794 [  6595] By: jhi                                   on 2000/08/11  01:47:16
41795         Log: nitfix
41796      Branch: perl
41797            ! Changes
41798 ____________________________________________________________________________
41799 [  6594] By: jhi                                   on 2000/08/11  01:36:16
41800         Log: Subject: Getting perlio and threads to compile
41801              From: Lupe Christoph <lupe@lupe-christoph.de>
41802              Date: Wed, 9 Aug 2000 11:35:54 +0200
41803              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
41804              
41805              (the Solaris version changes in Configure skipped)
41806      Branch: perl
41807            ! hints/solaris_2.sh thread.h
41808 ____________________________________________________________________________
41809 [  6593] By: jhi                                   on 2000/08/11  01:30:16
41810         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
41811              From: simon@brecon.co.uk (Simon Cozens)
41812              Date: 1 Aug 2000 06:55:19 GMT
41813              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
41814      Branch: perl
41815            ! lib/utf8.pm
41816 ____________________________________________________________________________
41817 [  6592] By: jhi                                   on 2000/08/11  01:26:39
41818         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
41819              From: Peter Scott <Peter@PeterScott.com>
41820              Date: Thu, 10 Aug 2000 08:23:27 -0700
41821              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
41822      Branch: perl
41823            ! lib/perl5db.pl
41824 ____________________________________________________________________________
41825 [  6591] By: jhi                                   on 2000/08/11  01:22:02
41826         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
41827              From: Hugo <hv@crypt.compulink.co.uk>
41828              Date: Thu, 10 Aug 2000 19:23:04 +0100
41829              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
41830      Branch: perl
41831            ! regexec.c t/op/pat.t
41832 ____________________________________________________________________________
41833 [  6590] By: jhi                                   on 2000/08/11  01:19:19
41834         Log: Preprocessing and postprocessing for File::Find.
41835              
41836              Subject: Patch to Find::File.pm to allow alphabetical results
41837              From: Joe Smith <jsmith@inwap.com>
41838              Date: Wed, 9 Aug 2000 02:44:54 -0700
41839              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
41840      Branch: perl
41841            ! lib/File/Find.pm
41842 ____________________________________________________________________________
41843 [  6589] By: jhi                                   on 2000/08/11  01:12:39
41844         Log: B::Deparse didn't do sub attributes.
41845              
41846              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41847              From: simon@brecon.co.uk (Simon Cozens)
41848              Date: 9 Aug 2000 04:49:20 GMT
41849              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
41850      Branch: perl
41851            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
41852 ____________________________________________________________________________
41853 [  6588] By: jhi                                   on 2000/08/11  01:06:40
41854         Log: Subject: debugger "d" command doesnt check line number
41855              From: Mike Guy <mjtg@cam.ac.uk>
41856              Date: Tue, 08 Aug 2000 21:54:29 +0100
41857              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
41858      Branch: perl
41859            ! lib/perl5db.pl mg.c pod/perldiag.pod
41860 ____________________________________________________________________________
41861 [  6587] By: jhi                                   on 2000/08/11  00:45:03
41862         Log: sleep(1) does not necessarily return 1.
41863              
41864              Subject: [PATCH bleadperl] op/lex_assign.t  
41865              From: Hugo <hv@crypt.compulink.co.uk>
41866              Date: Thu, 03 Aug 2000 14:34:22 +0100        
41867              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
41868      Branch: perl
41869            ! t/op/lex_assign.t
41870 ____________________________________________________________________________
41871 [  6586] By: jhi                                   on 2000/08/11  00:31:50
41872         Log: Document the IO::Select timeout.
41873      Branch: perl
41874            ! ext/IO/lib/IO/Select.pm
41875 ____________________________________________________________________________
41876 [  6585] By: jhi                                   on 2000/08/11  00:13:54
41877         Log: Forgot contributor.
41878      Branch: perl
41879            ! Changes
41880 ____________________________________________________________________________
41881 [  6584] By: jhi                                   on 2000/08/11  00:09:19
41882         Log: detypo
41883      Branch: perl
41884            ! Changes
41885 ____________________________________________________________________________
41886 [  6583] By: jhi                                   on 2000/08/11  00:07:53
41887         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
41888              
41889              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
41890              From: Mike Guy <mjtg@cam.ac.uk> 
41891              Date: Thu, 10 Aug 2000 15:50:54 +0100
41892              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
41893      Branch: perl
41894            ! sv.c t/op/int.t
41895 ____________________________________________________________________________
41896 [  6582] By: jhi                                   on 2000/08/10  23:29:32
41897         Log: Update Changes.
41898      Branch: perl
41899            ! Changes
41900 ____________________________________________________________________________
41901 [  6581] By: jhi                                   on 2000/08/10  23:26:16
41902         Log: Put back the std @INC thing.
41903      Branch: perl
41904            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
41905            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
41906            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
41907            ! t/lib/gol-oo.t
41908 ____________________________________________________________________________
41909 [  6580] By: jhi                                   on 2000/08/10  23:03:34
41910         Log: Update to CGI 2.70, from Lincoln Stein.
41911      Branch: perl
41912            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
41913            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
41914            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
41915            ! t/lib/cgi-request.t
41916 ____________________________________________________________________________
41917 [  6579] By: jhi                                   on 2000/08/10  22:41:50
41918         Log: Update to CPAN 1.56, from Andreas König.
41919      Branch: perl
41920            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41921 ____________________________________________________________________________
41922 [  6578] By: jhi                                   on 2000/08/10  22:38:13
41923         Log: Update to Pod::Parser 1.17, from Brad Appleton.
41924      Branch: perl
41925            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
41926            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
41927            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
41928            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
41929            ! t/pod/include.t t/pod/included.t t/pod/lref.t
41930            ! t/pod/multiline_items.t t/pod/nested_items.t
41931            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41932            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
41933            ! t/pod/special_seqs.t
41934 ____________________________________________________________________________
41935 [  6577] By: jhi                                   on 2000/08/10  22:35:41
41936         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
41937      Branch: perl
41938            ! AUTHORS MAINTAIN
41939 ____________________________________________________________________________
41940 [  6576] By: jhi                                   on 2000/08/10  22:24:54
41941         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
41942      Branch: perl
41943            + t/lib/gol-oo.t
41944            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
41945            ! t/lib/gol-compat.t t/lib/gol-linkage.t
41946 ____________________________________________________________________________
41947 [  6575] By: jhi                                   on 2000/08/10  22:02:07
41948         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
41949      Branch: perl
41950            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
41951 ____________________________________________________________________________
41952 [  6574] By: jhi                                   on 2000/08/10  21:55:03
41953         Log: Iterating perl6 description.
41954      Branch: perl
41955            ! pod/perlfaq1.pod
41956 ____________________________________________________________________________
41957 [  6573] By: jhi                                   on 2000/08/10  21:48:26
41958         Log: Revert the sv.c part of #6559, a better fix is needed.
41959      Branch: perl
41960            ! sv.c
41961 ____________________________________________________________________________
41962 [  6572] By: jhi                                   on 2000/08/10  20:33:43
41963         Log: It's the 2ndO'ROSSC.
41964      Branch: perl
41965            ! pod/perlfaq1.pod
41966 ____________________________________________________________________________
41967 [  6571] By: jhi                                   on 2000/08/10  15:55:48
41968         Log: detypo
41969      Branch: perl
41970            ! pod/perlfaq1.pod
41971 ____________________________________________________________________________
41972 [  6570] By: jhi                                   on 2000/08/10  14:11:17
41973         Log: An exceptionally sticky typo.
41974      Branch: perl
41975            ! Changes
41976 ____________________________________________________________________________
41977 [  6569] By: jhi                                   on 2000/08/10  14:09:33
41978         Log: detypo (and test Changes updating script)
41979      Branch: perl
41980            ! Changes
41981 ____________________________________________________________________________
41982 [  6568] By: jhi                                   on 2000/08/10  14:07:07
41983         Log: Update Changes.
41984      Branch: perl
41985            ! Changes
41986 ____________________________________________________________________________
41987 [  6567] By: jhi                                   on 2000/08/10  14:06:19
41988         Log: Amend the description of Perl6.
41989              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41990              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41991              Date: Wed, 9 Aug 2000 22:11:06 -0500
41992              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
41993      Branch: perl
41994            ! pod/perlfaq1.pod
41995 ____________________________________________________________________________
41996 [  6566] By: jhi                                   on 2000/08/10  13:58:57
41997         Log: Subject: Remove dead entry in perldiag
41998              From: Mike Guy <mjtg@cam.ac.uk>
41999              Date: Thu, 10 Aug 2000 14:19:19 +0100
42000              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
42001      Branch: perl
42002            ! pod/perldiag.pod
42003 ____________________________________________________________________________
42004 [  6565] By: jhi                                   on 2000/08/10  13:51:48
42005         Log: Zero entries were skipped, fix from Adrian Goalby
42006              <argoalby@yahoo.co.uk>
42007      Branch: perl
42008            ! lib/unicode/Number.pl lib/unicode/mktables.PL
42009 ____________________________________________________________________________
42010 [  6564] By: jhi                                   on 2000/08/10  13:00:12
42011         Log: Subject: [PATCH 5.6.0] cygwin port
42012              From: "Fifer, Eric" <EFifer@sanwaint.com>
42013              Date: Thu, 10 Aug 2000 13:15:36 +0100
42014              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
42015      Branch: perl
42016            ! README.cygwin hints/cygwin.sh
42017 ____________________________________________________________________________
42018 [  6563] By: jhi                                   on 2000/08/10  12:55:16
42019         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
42020      Branch: perl
42021            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
42022 ____________________________________________________________________________
42023 [  6562] By: gsar                                  on 2000/08/10  08:38:39
42024         Log: warn is a macro, avoid using at a variable to avoid warnings
42025              in some configurations; readdir.t is too conservative in
42026              estimating number of *.t's
42027      Branch: perl
42028            ! t/op/readdir.t util.c
42029 ____________________________________________________________________________
42030 [  6561] By: jhi                                   on 2000/08/09  23:35:42
42031         Log: Update Changes.
42032      Branch: perl
42033            ! Changes
42034 ____________________________________________________________________________
42035 [  6560] By: jhi                                   on 2000/08/09  23:05:47
42036         Log: Subject: Re: enhanced(?) regex error messages
42037              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42038              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
42039              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
42040              
42041              (plus two small patches sent privately)
42042              (this still seems to leave few test failures)
42043      Branch: perl
42044            + t/op/regmesg.t
42045            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
42046            ! t/pragma/warn/regcomp
42047 ____________________________________________________________________________
42048 [  6559] By: jhi                                   on 2000/08/09  20:41:18
42049         Log: (The fix did work but was not right, retracted in #6573)
42050              
42051              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42052              From: Christian Kirsch <ck@held.mind.de>
42053              Date: Wed, 9 Aug 2000 17:05:17 +0200
42054              Message-Id: <20000809170517.A25389@held>
42055      Branch: perl
42056            ! sv.c t/pragma/locale.t
42057 ____________________________________________________________________________
42058 [  6558] By: jhi                                   on 2000/08/08  22:34:08
42059         Log: Tiny updates on the contributors list.
42060      Branch: perl
42061            ! Changes
42062 ____________________________________________________________________________
42063 [  6557] By: jhi                                   on 2000/08/08  19:34:28
42064         Log: Double check that we have a dirhandle.
42065      Branch: perl
42066            ! util.c
42067 ____________________________________________________________________________
42068 [  6556] By: jhi                                   on 2000/08/08  19:01:51
42069         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
42070              May be repopulated with fresh maintained examples.
42071      Branch: perl
42072            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
42073            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
42074            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
42075            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
42076            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
42077            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
42078            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
42079            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
42080            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
42081            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
42082            + lib/CGI/eg/wilogo_gif.uu
42083            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42084            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42085            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42086            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42087            - eg/cgi/frameset.cgi eg/cgi/index.html
42088            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42089            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42090            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42091            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42092            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42093            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42094            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42095            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42096            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42097            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42098            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42099            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42100            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42101            - eg/van/vanish eg/who eg/wrapsuid
42102            ! MANIFEST
42103 ____________________________________________________________________________
42104 [  6555] By: jhi                                   on 2000/08/08  18:51:08
42105         Log: Delete chat2 as requested by Randal.
42106              
42107              Subject: Re: perlfaq8 coyness
42108              From: merlyn@stonehenge.com (Randal L. Schwartz) 
42109              Date: 15 May 2000 18:52:42 -0700 
42110              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
42111      Branch: perl
42112            - lib/chat2.pl
42113            ! MANIFEST
42114 ____________________________________________________________________________
42115 [  6554] By: jhi                                   on 2000/08/08  18:31:35
42116         Log: Regen global.sym.
42117      Branch: perl
42118            ! global.sym
42119 ____________________________________________________________________________
42120 [  6553] By: jhi                                   on 2000/08/08  18:28:13
42121         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42122              (either perlbug or p5p ate the original), plus regen
42123              perlapi and perltoc. 
42124      Branch: perl
42125            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
42126            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
42127            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
42128            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
42129            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
42130            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
42131            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
42132            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
42133            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
42134            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
42135 ____________________________________________________________________________
42136 [  6552] By: jhi                                   on 2000/08/08  18:06:29
42137         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42138              From: Mike Guy <mjtg@cam.ac.uk>
42139              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
42140              Date: Tue, 08 Aug 2000 15:51:27 +0100
42141      Branch: perl
42142            ! doop.c sv.h t/op/join.t t/pragma/overload.t
42143 ____________________________________________________________________________
42144 [  6551] By: jhi                                   on 2000/08/08  18:01:11
42145         Log: Re-apply #6549.
42146      Branch: perl
42147            ! lib/perl5db.pl
42148 ____________________________________________________________________________
42149 [  6550] By: jhi                                   on 2000/08/08  17:43:08
42150         Log: Accidental retraction of #6549.
42151      Branch: perl
42152            ! lib/perl5db.pl
42153 ____________________________________________________________________________
42154 [  6549] By: jhi                                   on 2000/08/08  17:40:04
42155         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42156              From: Mike Guy <mjtg@cam.ac.uk>
42157              Date: Mon, 07 Aug 2000 21:49:58 +0100
42158              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
42159      Branch: perl
42160            ! lib/perl5db.pl
42161 ____________________________________________________________________________
42162 [  6548] By: jhi                                   on 2000/08/08  17:37:57
42163         Log: Document here-doc better.
42164              
42165              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
42166              From: Mike Guy <mjtg@cam.ac.uk>
42167              Date: Mon, 07 Aug 2000 14:02:09 +0100
42168              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
42169      Branch: perl
42170            ! pod/perldata.pod
42171 ____________________________________________________________________________
42172 [  6547] By: jhi                                   on 2000/08/08  17:33:34
42173         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42174              From: "Randy J. Ray" <rjray@redhat.com>
42175              Date: Mon, 07 Aug 2000 19:12:25 -0700
42176              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
42177      Branch: perl
42178            ! perl.c pod/perlrun.pod
42179 ____________________________________________________________________________
42180 [  6546] By: jhi                                   on 2000/08/08  17:29:26
42181         Log: Subject: Re: enhanced(?) regex error messages 
42182              From: Hugo <hv@crypt.compulink.co.uk>
42183              Date: Tue, 08 Aug 2000 03:25:51 +0100
42184              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
42185              
42186              plus Capitalize the error messages, plus perldiag them.
42187      Branch: perl
42188            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
42189 ____________________________________________________________________________
42190 [  6545] By: jhi                                   on 2000/08/08  13:59:28
42191         Log: Augment #6539 a bit: don't croak if there's magic in the air.
42192              
42193              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
42194              From: Hugo <hv@crypt.compulink.co.uk>
42195              Date: Tue, 08 Aug 2000 03:02:03 +0100
42196              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
42197      Branch: perl
42198            ! pp.c t/op/bless.t
42199 ____________________________________________________________________________
42200 [  6544] By: jhi                                   on 2000/08/07  21:11:52
42201         Log: Make the test -w clean.
42202      Branch: perl
42203            ! t/op/bless.t
42204 ____________________________________________________________________________
42205 [  6543] By: jhi                                   on 2000/08/07  19:49:53
42206         Log: use warnings instead of $^W.
42207      Branch: perl
42208            ! t/op/bless.t
42209 ____________________________________________________________________________
42210 [  6542] By: jhi                                   on 2000/08/07  17:41:41
42211         Log: Disable a portability warning Because We Know What We Are Doing.
42212      Branch: perl
42213            ! t/op/bless.t
42214 ____________________________________________________________________________
42215 [  6541] By: jhi                                   on 2000/08/07  17:29:51
42216         Log: Tiny tidying on report_evil_fh().
42217      Branch: perl
42218            ! util.c
42219 ____________________________________________________________________________
42220 [  6540] By: jhi                                   on 2000/08/07  16:37:38
42221         Log: Make regular expression parse error messages easier to understand.
42222              
42223              Subject: Re: enhanced(?) regex error messages
42224              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42225              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
42226              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
42227      Branch: perl
42228            ! regcomp.c
42229 ____________________________________________________________________________
42230 [  6539] By: jhi                                   on 2000/08/07  16:12:27
42231         Log: Make bless(REF, REF) a fatal error, add bless tests.
42232              
42233              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
42234              From: Hugo <hv@crypt.compulink.co.uk>
42235              Date: Mon, 07 Aug 2000 16:59:38 +0100
42236              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
42237      Branch: perl
42238            + t/op/bless.t
42239            ! MANIFEST pod/perldiag.pod pp.c sv.c
42240 ____________________________________________________________________________
42241 [  6538] By: jhi                                   on 2000/08/07  15:59:43
42242         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
42243              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
42244              Date: Thu, 3 Aug 2000 14:29:21 -0700
42245              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
42246      Branch: perl
42247            ! lib/lib_pm.PL
42248 ____________________________________________________________________________
42249 [  6537] By: jhi                                   on 2000/08/07  15:47:18
42250         Log: Retract #6419 for now since it breaks in AFS and MachTen.
42251      Branch: perl
42252            ! lib/Cwd.pm
42253 ____________________________________________________________________________
42254 [  6536] By: jhi                                   on 2000/08/07  15:05:29
42255         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
42256              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42257              The security hole exists only in suidperls, which isn't
42258              installed or even built by default.
42259      Branch: perl
42260            ! perl.c
42261 ____________________________________________________________________________
42262 [  6535] By: jhi                                   on 2000/08/07  14:45:14
42263         Log: tr memory corruption fix from Simon Cozens.
42264      Branch: perl
42265            ! doop.c
42266 ____________________________________________________________________________
42267 [  6534] By: jhi                                   on 2000/08/06  11:38:16
42268         Log: Document a bit that UDP is not what you might think.
42269              
42270              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42271              From: Lupe Christoph <lupe@lupe-christoph.de>
42272              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
42273              Date: Mon, 24 Jul 2000 08:59:15 +0200
42274      Branch: perl
42275            ! pod/perlipc.pod
42276 ____________________________________________________________________________
42277 [  6533] By: jhi                                   on 2000/08/06  11:35:01
42278         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42279              From: Jeff Pinyan <jeffp@hut.crusoe.net>
42280              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
42281              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
42282      Branch: perl
42283            ! pod/perlfunc.pod
42284 ____________________________________________________________________________
42285 [  6532] By: jhi                                   on 2000/08/06  03:45:41
42286         Log: Have symbols for the IoTYPEs.
42287      Branch: perl
42288            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
42289 ____________________________________________________________________________
42290 [  6531] By: jhi                                   on 2000/08/06  01:33:55
42291         Log: Continue fixing the io warnings.  This also
42292              sort of fixes bug ID 20000802.003: the core dump
42293              is no more.  Whether the current behaviour is correct
42294              (giving a warning: "Not a format reference"), is another matter.
42295      Branch: perl
42296            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
42297            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42298 ____________________________________________________________________________
42299 [  6530] By: jhi                                   on 2000/08/05  21:33:12
42300         Log: Change the Policy policy: now -Dprefix= with an existing
42301              Policy.sh and prefix == siteprefix == vendorprefix, then all
42302              of them follow along the new prefix.
42303              
42304              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42305              From: Andy Dougherty <doughera@lafayette.edu>
42306              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
42307              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
42308      Branch: perl
42309            ! Policy_sh.SH
42310 ____________________________________________________________________________
42311 [  6529] By: jhi                                   on 2000/08/05  18:57:28
42312         Log: Zap lib/Sys directory when cleaning up.
42313      Branch: perl
42314            ! Makefile.SH
42315 ____________________________________________________________________________
42316 [  6528] By: jhi                                   on 2000/08/05  18:40:44
42317         Log: Essential prototype changes were missing from #6527.
42318              Also make report_evil_fh() more bomb-proof.
42319      Branch: perl
42320            ! embed.h util.c
42321 ____________________________________________________________________________
42322 [  6527] By: jhi                                   on 2000/08/05  03:22:05
42323         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42324              From: "Ronald F. Guilmette" <rfg@monkeys.com>
42325              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
42326              Message-Id: <200007242247.PAA52177@monkeys.com>
42327      Branch: perl
42328            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
42329 ____________________________________________________________________________
42330 [  6526] By: jhi                                   on 2000/08/04  21:23:27
42331         Log: gcc versions might have (parentheses) in them.
42332      Branch: metaconfig/U/perl
42333            ! gccvers.U
42334      Branch: perl
42335            ! Configure config_h.SH
42336 ____________________________________________________________________________
42337 [  6525] By: jhi                                   on 2000/08/04  20:23:12
42338         Log: Weed buglets pointed out by
42339              
42340              From: Lupe Christoph <lupe@lupe-christoph.de>
42341              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42342              Date: Fri, 4 Aug 2000 17:34:39 +0200
42343              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
42344      Branch: metaconfig/U/perl
42345            ! gccvers.U uselfs.U
42346      Branch: perl
42347            ! Configure config_h.SH
42348 ____________________________________________________________________________
42349 [  6524] By: jhi                                   on 2000/08/04  19:02:08
42350         Log: Warn under -w if lstat(FH) is attempted.
42351              
42352              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
42353              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
42354              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
42355              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
42356      Branch: perl
42357            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
42358            ! t/pragma/warn/pp_sys
42359 ____________________________________________________________________________
42360 [  6523] By: jhi                                   on 2000/08/04  12:31:11
42361         Log: Subject: New perlcc, take 2
42362              From: simon@brecon.co.uk (Simon Cozens)
42363              Date: 4 Aug 2000 06:21:04 GMT
42364              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
42365      Branch: perl
42366            ! utils/perlcc.PL
42367 ____________________________________________________________________________
42368 [  6522] By: jhi                                   on 2000/08/04  12:26:33
42369         Log: Subject: Re: Array vs. List context
42370              From: Daniel Chetlin <daniel@chetlin.com>
42371              Date: Fri, 4 Aug 2000 00:22:44 -0700
42372              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
42373      Branch: perl
42374            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
42375            ! pod/perlfaq4.pod
42376 ____________________________________________________________________________
42377 [  6521] By: jhi                                   on 2000/08/04  12:22:38
42378         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42379              From: Raymund Will <ray@caldera.de>
42380              Date: Fri, 4 Aug 2000 12:07:09 +0200
42381              Message-Id: <20000804120709.A14982@caldera.de>
42382      Branch: perl
42383            ! configure.gnu
42384 ____________________________________________________________________________
42385 [  6520] By: jhi                                   on 2000/08/04  04:09:06
42386         Log: After the #6519 a warning about stat() is just that,
42387              not about a filetest, which now have their own warning.
42388      Branch: perl
42389            ! pod/perldiag.pod
42390 ____________________________________________________________________________
42391 [  6519] By: jhi                                   on 2000/08/04  04:06:30
42392         Log: In the warnings call filehandles consistently so;
42393              add "unopened" warning for stat().
42394      Branch: perl
42395            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42396            ! t/pragma/warn/pp_sys
42397 ____________________________________________________________________________
42398 [  6518] By: jhi                                   on 2000/08/04  02:55:35
42399         Log: Subject: Minor tweak to perlvar.pod
42400              From: "Stephen P. Potter" <spp@ds.net>
42401              Date: Tue, 18 Apr 2000 09:26:03 -0400
42402              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
42403      Branch: perl
42404            ! pod/perlvar.pod
42405 ____________________________________________________________________________
42406 [  6517] By: jhi                                   on 2000/08/04  02:50:08
42407         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
42408              From: "Clinton Pierce" <cpierce1@ford.com>
42409              Date: Wed, 21 Jul 1999 16:45:31 -0400
42410              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
42411              
42412              Fix by Stephen Potter (visible in the bug db but not in p5p?)
42413      Branch: perl
42414            ! pod/perlfunc.pod pod/perlop.pod
42415 ____________________________________________________________________________
42416 [  6516] By: jhi                                   on 2000/08/04  02:09:25
42417         Log: This is 6512.  Really.
42418      Branch: perl
42419            ! dump.c
42420 ____________________________________________________________________________
42421 [  6515] By: jhi                                   on 2000/08/04  01:25:50
42422         Log: mention the idea of @( and @)
42423      Branch: perl
42424            ! Todo-5.6
42425 ____________________________________________________________________________
42426 [  6514] By: bailey                                on 2000/08/04  01:18:46
42427         Log: YA resync with mainstem, including VMS patches from others
42428      Branch: vmsperl
42429           +> (branch 48 files)
42430            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
42431           !> (integrate 354 files)
42432 ____________________________________________________________________________
42433 [  6513] By: jhi                                   on 2000/08/04  01:18:18
42434         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42435              From: Mark Dickinson <dickins3@fas.harvard.edu>
42436              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
42437              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
42438      Branch: perl
42439            ! t/op/grent.t t/op/pwent.t
42440 ____________________________________________________________________________
42441 [  6512] By: jhi                                   on 2000/08/04  01:14:06
42442         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42443              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42444              Date: Wed, 02 Aug 2000 10:51:01 +0100
42445              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
42446      Branch: perl
42447            ! sv.c
42448 ____________________________________________________________________________
42449 [  6511] By: jhi                                   on 2000/08/04  00:57:00
42450         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
42451              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42452              Date: Thu, 03 Aug 2000 17:20:04 -0700
42453              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
42454      Branch: metaconfig
42455            ! U/modified/Cppsym.U
42456      Branch: perl
42457            ! Configure config_h.SH
42458 ____________________________________________________________________________
42459 [  6510] By: jhi                                   on 2000/08/04  00:25:28
42460         Log: detypo
42461      Branch: perl
42462            ! Makefile.SH
42463 ____________________________________________________________________________
42464 [  6509] By: jhi                                   on 2000/08/03  23:43:18
42465         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42466              From: Dominic Dunlop <domo@computer.org>
42467              Date: Thu, 3 Aug 2000 22:16:46 +0200
42468              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
42469      Branch: perl
42470            ! t/op/sprintf.t
42471 ____________________________________________________________________________
42472 [  6508] By: jhi                                   on 2000/08/03  23:40:37
42473         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42474              From: Hugo <hv@crypt.compulink.co.uk>
42475              Date: Thu, 03 Aug 2000 18:25:30 +0100
42476              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
42477      Branch: perl
42478            ! regcomp.c t/op/re_tests
42479 ____________________________________________________________________________
42480 [  6507] By: jhi                                   on 2000/08/03  23:38:28
42481         Log: Subject: [PATCH] sv.h documentation - SvLEN
42482              From: Mike Guy <mjtg@cam.ac.uk>
42483              Date: Thu, 03 Aug 2000 14:43:09 +0100
42484              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
42485      Branch: perl
42486            ! sv.h
42487 ____________________________________________________________________________
42488 [  6506] By: jhi                                   on 2000/08/03  15:49:14
42489         Log: Disable the fix_pl hack for now.
42490      Branch: perl
42491            ! Makefile.SH
42492 ____________________________________________________________________________
42493 [  6505] By: jhi                                   on 2000/08/03  13:49:04
42494         Log: Add a URL for FSF.
42495              
42496              Subject: Patch for README
42497              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42498              Date: Wed, 2 Aug 2000 13:25:09 -0500
42499              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
42500      Branch: perl
42501            ! README
42502 ____________________________________________________________________________
42503 [  6504] By: jhi                                   on 2000/08/03  13:29:19
42504         Log: Be more informative on what is skipped and why,
42505              also repeat the list at the end.
42506      Branch: perl
42507            ! Porting/p4desc
42508 ____________________________________________________________________________
42509 [  6503] By: jhi                                   on 2000/08/03  13:07:05
42510         Log: Circumvent the removal of .patch by fix_pl.
42511              
42512              Subject: Re: [ID 20000802.011] unable to 'make test'          
42513              From: simon@brecon.co.uk (Simon Cozens) 
42514              Date: 3 Aug 2000 04:17:00 GMT
42515              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
42516      Branch: perl
42517            ! Makefile.SH
42518 ____________________________________________________________________________
42519 [  6502] By: jhi                                   on 2000/08/03  00:14:34
42520         Log: Add the missing setproctitle unit.
42521      Branch: metaconfig/U/perl
42522            + d_setproctitle.U
42523 ____________________________________________________________________________
42524 [  6501] By: jhi                                   on 2000/08/03  00:00:26
42525         Log: The subtest 4 may fail also on VOBS, as pointed out
42526              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42527              (but the failure in that bug report isn't the subtest 4).
42528      Branch: perl
42529            ! t/op/stat.t
42530 ____________________________________________________________________________
42531 [  6500] By: jhi                                   on 2000/08/02  23:49:30
42532         Log: Better skip message for the test; one of the two problems in
42533              
42534              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42535              From: Lupe Christoph <lupe@lupe-christoph.de>
42536              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
42537              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
42538      Branch: perl
42539            ! t/op/numconvert.t
42540 ____________________________________________________________________________
42541 [  6499] By: jhi                                   on 2000/08/02  22:49:16
42542         Log: Allow "no Module;" even if there is no 'unimport'.
42543              
42544              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
42545              From: mjd@plover.com
42546              Date: 24 Mar 2000 15:24:34 -0000
42547              Message-Id: <20000324152434.15160.qmail@plover.com>
42548      Branch: perl
42549            ! gv.c
42550 ____________________________________________________________________________
42551 [  6498] By: jhi                                   on 2000/08/02  22:42:58
42552         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42553              that are hopefully soon put into use.
42554      Branch: perl
42555            ! opcode.h opcode.pl opnames.h
42556 ____________________________________________________________________________
42557 [  6497] By: gsar                                  on 2000/08/02  22:28:59
42558         Log: require.t needs binmode() to work on windows
42559      Branch: perl
42560            ! t/comp/require.t
42561 ____________________________________________________________________________
42562 [  6496] By: jhi                                   on 2000/08/02  22:08:51
42563         Log: Document the IVdf UVuf UVof UVxf.
42564      Branch: perl
42565            ! pod/perlguts.pod
42566 ____________________________________________________________________________
42567 [  6495] By: jhi                                   on 2000/08/02  21:54:26
42568         Log: detypo #6494
42569      Branch: perl
42570            ! ext/Data/Dumper/Dumper.xs
42571 ____________________________________________________________________________
42572 [  6494] By: jhi                                   on 2000/08/02  21:49:17
42573         Log: Dump UVs as UVs in Data::Dumper.
42574              
42575              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
42576              From: Gurusamy Sarathy <gsar@ActiveState.com>
42577              Date: Thu, 27 Apr 2000 12:26:25 -0700
42578              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
42579      Branch: perl
42580            ! ext/Data/Dumper/Dumper.xs
42581 ____________________________________________________________________________
42582 [  6493] By: jhi                                   on 2000/08/02  17:01:58
42583         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42584              From: Hugo <hv@crypt.compulink.co.uk>
42585              Date: Wed, 02 Aug 2000 14:53:56 +0100
42586              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
42587      Branch: perl
42588            ! regexec.c t/op/re_tests
42589 ____________________________________________________________________________
42590 [  6492] By: jhi                                   on 2000/08/02  15:02:46
42591         Log: The new setproctitle() feature is available only in 
42592              bleeding edge FreeBSD.  From Paul Saab.
42593      Branch: perl
42594            ! mg.c
42595 ____________________________________________________________________________
42596 [  6491] By: jhi                                   on 2000/08/02  13:34:36
42597         Log: The tr utf8 patching continues.
42598              
42599              Subject: Re: #6469, too many tests claimed in require.t
42600              From: simon@brecon.co.uk (Simon Cozens)
42601              Date: 2 Aug 2000 02:37:17 GMT
42602              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
42603              
42604              (the logic of the test was the wrong way round in the patch)
42605      Branch: perl
42606            ! doop.c
42607 ____________________________________________________________________________
42608 [  6490] By: jhi                                   on 2000/08/02  13:27:38
42609         Log: The name of a filehandle does not have <these>.
42610      Branch: perl
42611            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42612            ! t/pragma/warn/pp_sys util.c
42613 ____________________________________________________________________________
42614 [  6489] By: jhi                                   on 2000/08/02  04:26:46
42615         Log: Remove the extraneous "main::" prefix from all the
42616              "opened only for", "on closed", and "never opened" warnings.
42617              
42618              Subject: Re: inappropriate warning
42619              From: Gurusamy Sarathy <gsar@ActiveState.com>
42620              Date: Mon, 20 Mar 2000 11:28:02 -0800
42621              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
42622      Branch: perl
42623            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
42624            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
42625            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42626 ____________________________________________________________________________
42627 [  6488] By: jhi                                   on 2000/08/02  03:02:57
42628         Log: memcpy has n o in it, as pinted ut by Sarathy.
42629      Branch: perl
42630            ! pod/perlguts.pod
42631 ____________________________________________________________________________
42632 [  6487] By: jhi                                   on 2000/08/02  02:44:51
42633         Log: Document in one place the memory abstractions used in Perl core.
42634              
42635              Subject: Re: Memory abstraction
42636              From: simon@brecon.co.uk (Simon Cozens)
42637              Date: 2 Aug 2000 02:20:23 GMT
42638              Organization: Earth.li Origins
42639      Branch: perl
42640            ! pod/perlguts.pod
42641 ____________________________________________________________________________
42642 [  6486] By: jhi                                   on 2000/08/02  02:41:57
42643         Log: regen_headers, regen perltoc.
42644      Branch: perl
42645            ! perlapi.c pod/perltoc.pod
42646 ____________________________________________________________________________
42647 [  6485] By: jhi                                   on 2000/08/02  01:43:33
42648         Log: "This little thing tests for a file .patch, and if it contains
42649              a number, pops into patchlevel.h" (making it easier to track
42650              which development version people are reporting bugs against)
42651              
42652              Subject: Patchlevel autogeneration for repository perls
42653              From: simon@brecon.co.uk (Simon Cozens)
42654              Date: 14 Jul 2000 07:12:15 GMT
42655              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
42656      Branch: perl
42657            + fix_pl
42658            ! MANIFEST Makefile.SH
42659 ____________________________________________________________________________
42660 [  6484] By: jhi                                   on 2000/08/02  01:32:54
42661         Log: FreeBSD 3.* updates from
42662              
42663              From: Paul Saab <ps@yahoo-inc.com>
42664              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42665              Date: Tue, 1 Aug 2000 15:41:39 -0700
42666              Message-Id: <20000801154139.A53740@yahoo-inc.com>
42667      Branch: perl
42668            ! hints/freebsd.sh
42669 ____________________________________________________________________________
42670 [  6483] By: jhi                                   on 2000/08/02  01:27:44
42671         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
42672              instead one must use setproctitle().  This was already addressed
42673              by change #6457, but the below has a new variant for FreeBSD 4.0
42674              or later, and the matter is also documented more.
42675              
42676              From: Paul Saab <ps@yahoo-inc.com>
42677              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42678              Date: Tue, 1 Aug 2000 15:41:39 -0700
42679              Message-Id: <20000801154139.A53740@yahoo-inc.com>
42680      Branch: metaconfig/U/perl
42681            + i_libutil.U
42682      Branch: perl
42683            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
42684 ____________________________________________________________________________
42685 [  6482] By: jhi                                   on 2000/08/01  22:17:32
42686         Log: The test from this
42687              
42688              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42689              Date: Sat, 15 Apr 2000 17:03:44 +0100
42690              From: Tom Hughes <tom@compton.nu>
42691              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
42692              
42693              was missing, the code change went in as #5989
42694              (which had a different test?)
42695      Branch: perl
42696            ! t/op/misc.t
42697 ____________________________________________________________________________
42698 [  6481] By: jhi                                   on 2000/08/01  21:48:38
42699         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42700              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42701              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
42702              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
42703      Branch: perl
42704            ! perl.h
42705 ____________________________________________________________________________
42706 [  6480] By: jhi                                   on 2000/08/01  18:05:28
42707         Log: Make p4desc to skip non-mainperl branches by default.
42708      Branch: perl
42709            ! Porting/p4desc
42710 ____________________________________________________________________________
42711 [  6479] By: jhi                                   on 2000/08/01  17:29:19
42712         Log: If gccosandvers is equal to osname, clear gccosandvers.
42713      Branch: metaconfig/U/perl
42714            ! gccvers.U
42715      Branch: perl
42716            ! Configure config_h.SH
42717 ____________________________________________________________________________
42718 [  6478] By: jhi                                   on 2000/08/01  15:54:08
42719         Log: BOM patching from Simon Cozens.
42720      Branch: perl
42721            ! toke.c
42722 ____________________________________________________________________________
42723 [  6477] By: jhi                                   on 2000/08/01  04:50:33
42724         Log: Stash away the largefiles flags and libswanted.
42725      Branch: perl
42726            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
42727 ____________________________________________________________________________
42728 [  6476] By: gsar                                  on 2000/08/01  04:24:24
42729         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
42730              on Windows)
42731      Branch: perl
42732            ! t/pragma/utf8.t utf8.c win32/win32.c
42733 ____________________________________________________________________________
42734 [  6475] By: jhi                                   on 2000/08/01  03:35:24
42735         Log: Make chr() for values >127 to create utf8 when under utf8.
42736              
42737              Subject: Re: uft8/chr()
42738              From: simon@brecon.co.uk (Simon Cozens)
42739              Date: 1 Aug 2000 02:37:02 GMT
42740              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
42741      Branch: perl
42742            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
42743 ____________________________________________________________________________
42744 [  6474] By: jhi                                   on 2000/08/01  02:36:18
42745         Log: In Digital UNIX warn if gcc explicitly chosen because even
42746              2.95.2 is known to cause problems.
42747      Branch: perl
42748            ! hints/dec_osf.sh
42749 ____________________________________________________________________________
42750 [  6473] By: jhi                                   on 2000/08/01  02:00:56
42751         Log: Make the safety catch for buggy gccs work with triple version
42752              numbers like 2.95.2.  Reported in
42753              
42754              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
42755              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
42756              Date: Mon, 31 Jul 2000 14:55:06 +0200
42757              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
42758      Branch: perl
42759            ! hints/dec_osf.sh
42760 ____________________________________________________________________________
42761 [  6472] By: jhi                                   on 2000/08/01  01:13:33
42762         Log: Subject: fix and question re: waitpid() under win32
42763              From: Brian Clarke <clarke@appliedmeta.com>
42764              Date: Fri, 28 Jul 2000 15:18:29 -0400
42765              Message-ID: <3981DC85.290314EB@appliedmeta.com>
42766              
42767              Slightly reformatted and WNOHANG # define moved to win32.h
42768              so that also POSIX.xs sees it, as suggsted by Sarathy.
42769      Branch: perl
42770            ! win32/win32.c win32/win32.h
42771 ____________________________________________________________________________
42772 [  6471] By: jhi                                   on 2000/08/01  00:55:05
42773         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
42774              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42775              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
42776              Date: Mon, 31 Jul 2000 13:28:51 +0100
42777              
42778              (aka ID 20000730.002)
42779      Branch: perl
42780            ! op.c t/op/tr.t
42781 ____________________________________________________________________________
42782 [  6470] By: jhi                                   on 2000/07/31  23:34:42
42783         Log: Document the problem with -P in HP-UX and its workaround.
42784              
42785              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
42786              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
42787              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
42788              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
42789      Branch: perl
42790            ! README.hpux
42791 ____________________________________________________________________________
42792 [  6469] By: jhi                                   on 2000/07/31  04:15:02
42793         Log: The swallow_bom() saga continues.  The #23 of require.t
42794              (UTF16-LE) still fails (silently, no output) but the #22
42795              (UTF16-BE) seems to be working now.  The root of the
42796              failure may be in sv_gets(): is it UTF-16LE-aware,
42797              especially when it comes to line endings? 
42798      Branch: perl
42799            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
42800            ! t/comp/require.t toke.c utf8.c
42801 ____________________________________________________________________________
42802 [  6468] By: jhi                                   on 2000/07/30  19:05:48
42803         Log: Find green threads before native threads.
42804              
42805              Subject: Re: Patch to jpl/JNI/Makefile.PL
42806              From: Jens Thomsen <jens@fiend.cis.com>
42807              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
42808              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
42809      Branch: perl
42810            ! jpl/JNI/Makefile.PL
42811 ____________________________________________________________________________
42812 [  6467] By: jhi                                   on 2000/07/30  18:36:22
42813         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
42814      Branch: perl
42815            ! doop.c
42816 ____________________________________________________________________________
42817 [  6466] By: jhi                                   on 2000/07/30  04:37:29
42818         Log: A new version of the "remove UPPERACSE string comparison"
42819              operators.  The problem with the previous one (change #6454)
42820              was that it was for Perl 5.6.0.  From Paul Marquess.
42821      Branch: perl
42822            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
42823            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
42824            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42825 ____________________________________________________________________________
42826 [  6465] By: jhi                                   on 2000/07/29  22:39:56
42827         Log: Do not upgrade SVs into utf8 just because they participate
42828              in eq or cmp.  Reported and fix suggested in
42829              
42830              Subject: [ID 20000720.009] sv_eq UTF8 bug
42831              From: "Simon Cozens" <simon@othersideofthe.earth.li>
42832              Date: 21 Jul 2000 04:37:29 -0000
42833              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
42834              
42835              Exercise for the kind reader: should we or should we not
42836              cache the utf8 conversion alonside the SV? (as magic,
42837              as thestrxfrm()ed version is cached under use locale)
42838              Argue both for and against.
42839      Branch: perl
42840            ! sv.c
42841 ____________________________________________________________________________
42842 [  6464] By: jhi                                   on 2000/07/29  22:36:22
42843         Log: Subject: UTF8 concat
42844              From: simon@brecon.co.uk (Simon Cozens) 
42845              Date: 30 Jun 2000 06:13:25 GMT
42846              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
42847              
42848              (with a memory leak fixed, plus a few casts added)
42849              
42850              This also seems to help for
42851              
42852              Subject: [ID 20000716.015] join UTF8 weirdness
42853              From: root <root@ak-71.mind.de> 
42854              Date: Sat, 15 Jul 2000 15:29:54 +0200
42855              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
42856              
42857              (from Andreas König)
42858      Branch: perl
42859            ! pp_hot.c
42860 ____________________________________________________________________________
42861 [  6463] By: jhi                                   on 2000/07/29  00:55:39
42862         Log: Tune the comments and hopefully stop a memory leak.
42863      Branch: perl
42864            ! toke.c utf8.c
42865 ____________________________________________________________________________
42866 [  6462] By: jhi                                   on 2000/07/29  00:16:53
42867         Log: The problem described in this
42868              
42869              Subject: [ID 20000322.018] named chars aren't magical enough
42870              From: root <root@dixie.cscaper.com>     
42871              Date: Wed, 22 Mar 2000 18:37:42 -0700
42872              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
42873              
42874              has been fixed in perl 5.6.0 but just in case added a test
42875              to keep it away.  (The report from Joseph Hall.)
42876      Branch: perl
42877            ! t/lib/charnames.t
42878 ____________________________________________________________________________
42879 [  6461] By: jhi                                   on 2000/07/28  23:56:36
42880         Log: Tiny fixes for #6460.
42881      Branch: metaconfig/U/perl
42882            ! gccvers.U
42883      Branch: perl
42884            ! Configure config_h.SH
42885 ____________________________________________________________________________
42886 [  6460] By: jhi                                   on 2000/07/28  23:24:41
42887         Log: Warn if the version of the operating system used to compile gcc
42888              differs from the current version of the operating system.
42889              Also display the gcc compilation os and version in myconfig.
42890              Inspiration from
42891              
42892              Subject: Re: [ID 20000710.003] ERRORS!!         
42893              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42894              Date: Mon, 10 Jul 2000 15:54:16 -0400
42895              Message-ID: <20000710155416.A1384@O2.chapin.edu>
42896      Branch: metaconfig/U/perl
42897            ! gccvers.U
42898      Branch: perl
42899            ! Configure config_h.SH myconfig.SH
42900 ____________________________________________________________________________
42901 [  6459] By: jhi                                   on 2000/07/28  22:00:32
42902         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
42903              letter to $Config{osvers}.
42904      Branch: metaconfig
42905            ! U/modified/Oldconfig.U
42906      Branch: perl
42907            ! Configure config_h.SH
42908 ____________________________________________________________________________
42909 [  6458] By: jhi                                   on 2000/07/28  04:15:39
42910         Log: Back out #6454, doesn't seem to work.
42911              (Reason: that patch was for perl 5.6.0, not perl-current)
42912              (A version of the patch for perl-current came in later as #6466)
42913      Branch: perl
42914            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
42915            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
42916            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42917 ____________________________________________________________________________
42918 [  6457] By: jhi                                   on 2000/07/27  23:31:49
42919         Log: Use setproctitle() if available to modify $0.
42920              
42921              Subject: setting $* on BSD4 broken
42922              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42923              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
42924              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
42925      Branch: metaconfig
42926            ! U/modified/Myinit.U
42927      Branch: perl
42928            ! Configure config_h.SH mg.c
42929 ____________________________________________________________________________
42930 [  6456] By: jhi                                   on 2000/07/27  14:50:47
42931         Log: Allow "no AutoLoader;", based on change #6444,
42932              suggested by Graham Barr.
42933      Branch: perl
42934            ! lib/AutoLoader.pm
42935 ____________________________________________________________________________
42936 [  6455] By: jhi                                   on 2000/07/27  14:19:10
42937         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42938              From: rspier@pobox.com (Robert Spier)
42939              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
42940              Message-ID: <14720.15855.787664.424783@rls.cx>
42941      Branch: perl
42942            ! pod/perldiag.pod
42943 ____________________________________________________________________________
42944 [  6454] By: jhi                                   on 2000/07/27  14:03:02
42945         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
42946              for a long time).
42947              
42948              Reported in
42949              
42950              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
42951              From: Ryan Herbert <rherbert@sycamorehq.com>
42952              Date: Mon, 17 Jul 2000 11:40:42 -0400
42953              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
42954              
42955              Patched in
42956              
42957              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
42958              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42959              Date: Wed, 26 Jul 2000 23:40:18 +0100
42960              Message-ID: <000001bff752$79511880$0a17073e@tiny>
42961              
42962              based on an earlier patch from Stephen P. Potter.
42963              
42964              (Removed later by change #6458 because this patch was for
42965              perl 5.6.0, not perl-current)
42966      Branch: perl
42967            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
42968            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
42969            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
42970 ____________________________________________________________________________
42971 [  6453] By: jhi                                   on 2000/07/27  13:48:02
42972         Log: Subject: [PATCH] fixes bug 20000508.004
42973              From: Michael Stevens <mstevens@globnix.org>
42974              Date: Thu, 27 Jul 2000 13:49:04 +0100
42975              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
42976      Branch: perl
42977            ! pod/perldata.pod
42978 ____________________________________________________________________________
42979 [  6452] By: jhi                                   on 2000/07/26  23:51:26
42980         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
42981              and Craig A. Berry.
42982      Branch: perl
42983            ! lib/File/Temp.pm pod/perlport.pod
42984 ____________________________________________________________________________
42985 [  6451] By: jhi                                   on 2000/07/26  19:43:30
42986         Log: Be wary of close()s, too.
42987              
42988              Subject: Re: [PATCH] perlbug cleanup
42989              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42990              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
42991              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
42992      Branch: perl
42993            ! utils/perlbug.PL
42994 ____________________________________________________________________________
42995 [  6450] By: jhi                                   on 2000/07/26  18:41:40
42996         Log: Subject: Minor doc patch: handy.h
42997              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
42998              Date: Wed, 26 Jul 2000 15:34:25 -0300
42999              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
43000      Branch: perl
43001            ! handy.h pod/perlapi.pod
43002 ____________________________________________________________________________
43003 [  6449] By: jhi                                   on 2000/07/26  18:23:55
43004         Log: Subject: [PATCH] minor doc change - perlguts
43005              From: Michael Stevens <mstevens@globnix.org>
43006              Date: Thu, 13 Jul 2000 12:39:18 +0100
43007              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
43008      Branch: perl
43009            ! pod/perlguts.pod
43010 ____________________________________________________________________________
43011 [  6448] By: jhi                                   on 2000/07/26  18:20:30
43012         Log: open() wariness in perlbug.
43013              
43014              Subject: [PATCH] perlbug cleanup
43015              From: Michael Stevens <mstevens@globnix.org>
43016              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
43017              Date: Thu, 13 Jul 2000 15:52:23 +0100
43018      Branch: perl
43019            ! utils/perlbug.PL
43020 ____________________________________________________________________________
43021 [  6447] By: jhi                                   on 2000/07/26  18:13:04
43022         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
43023      Branch: perl
43024            ! lib/File/Temp.pm t/lib/ftmp-security.t
43025 ____________________________________________________________________________
43026 [  6446] By: jhi                                   on 2000/07/26  18:06:32
43027         Log: docfix from Peter Scott <Peter@PSDT.com>.
43028      Branch: perl
43029            ! pod/perlfunc.pod
43030 ____________________________________________________________________________
43031 [  6445] By: jhi                                   on 2000/07/26  17:53:31
43032         Log: Fix *foo{FORMAT}.
43033              
43034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43035              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43036              Date: Wed, 26 Jul 2000 19:51:02 +0200
43037              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
43038              
43039              From: Graham Barr <gbarr@pobox.com>
43040              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43041              Date: Wed, 26 Jul 2000 17:38:36 +0100
43042              Message-ID: <20000726173836.L472@pobox.com>
43043      Branch: perl
43044            ! pp.c sv.c t/op/gv.t
43045 ____________________________________________________________________________
43046 [  6444] By: jhi                                   on 2000/07/26  17:49:14
43047         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
43048              from Graham Barr in the module list.
43049      Branch: perl
43050            ! gv.c pod/perlobj.pod
43051 ____________________________________________________________________________
43052 [  6443] By: jhi                                   on 2000/07/26  16:06:56
43053         Log: More split() doc and test patches from Mike Guy.
43054      Branch: perl
43055            ! pod/perlfunc.pod t/op/split.t
43056 ____________________________________________________________________________
43057 [  6442] By: jhi                                   on 2000/07/26  16:05:30
43058         Log: MacOS nits from Matthias Neeracher.
43059      Branch: perl
43060            ! perl.c pp_ctl.c
43061 ____________________________________________________________________________
43062 [  6441] By: jhi                                   on 2000/07/26  04:39:57
43063         Log: Subject: [PATCH] split /^/
43064              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43065              Date: Tue, 25 Jul 2000 14:18:57 +0100
43066              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
43067              
43068              (with notes from tchrist and gbarr)
43069      Branch: perl
43070            ! pod/perlfunc.pod t/op/split.t
43071 ____________________________________________________________________________
43072 [  6440] By: jhi                                   on 2000/07/26  04:32:32
43073         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
43074              From: Peter Prymmer <pvhp@forte.com>
43075              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
43076              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
43077      Branch: perl
43078            ! vms/munchconfig.c
43079 ____________________________________________________________________________
43080 [  6439] By: jhi                                   on 2000/07/26  04:31:01
43081         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
43082              to be fatal errors (instead of by default ignoring them, and
43083              ignoring with a bug: even though -w gave an error, the opening [
43084              was left in)  Reported in:
43085              
43086              Subject: [ID 20000716.024] [=cc=] / [:blank:]
43087              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
43088              Date: Sun, 16 Jul 2000 17:55:29 -0700
43089              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
43090      Branch: perl
43091            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
43092 ____________________________________________________________________________
43093 [  6438] By: jhi                                   on 2000/07/25  15:41:15
43094         Log: Subject: [PATCH] av.c apidoc
43095              From: simon@brecon.co.uk (Simon Cozens)
43096              Date: 24 Jul 2000 06:40:52 GMT
43097              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
43098      Branch: perl
43099            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43100            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
43101 ____________________________________________________________________________
43102 [  6437] By: jhi                                   on 2000/07/25  14:05:36
43103         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
43104              From: "Stephen P. Potter" <spp@ds.net>
43105              Date: Mon, 24 Jul 2000 14:22:23 -0400
43106              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
43107      Branch: perl
43108            ! pod/perllocale.pod
43109 ____________________________________________________________________________
43110 [  6436] By: jhi                                   on 2000/07/25  14:02:03
43111         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
43112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43113              Date: Mon, 24 Jul 2000 18:04:28 +0100
43114              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
43115      Branch: perl
43116            ! t/lib/syslfs.t t/op/lfs.t
43117 ____________________________________________________________________________
43118 [  6435] By: jhi                                   on 2000/07/25  13:59:28
43119         Log: Get UTF16 BOMs working.  Patch from
43120              
43121              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43122              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43123              Date: Tue, 25 Jul 2000 12:52:45 +0100
43124              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
43125              
43126              and notes from
43127              
43128              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43130              Date: Tue, 25 Jul 2000 11:43:25 +0100
43131              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
43132      Branch: perl
43133            ! t/comp/require.t toke.c utf8.c
43134 ____________________________________________________________________________
43135 [  6434] By: jhi                                   on 2000/07/25  02:39:54
43136         Log: Make the "uninit variable" warning to say "concat or string"
43137              or "join or string" when in concat or join .
43138              
43139              Subject: Re: [ID 20000403.009] uninitialised concatenation???
43140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43141              Date: Tue, 04 Apr 2000 18:22:58 +0100
43142              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
43143              
43144              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
43145              From: William R Ward <hermit@BayView.COM>
43146              Date: Thu, 30 Mar 2000 19:50:03 -0800
43147              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
43148      Branch: perl
43149            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
43150            ! t/pragma/warn/op t/pragma/warn/sv
43151 ____________________________________________________________________________
43152 [  6433] By: jhi                                   on 2000/07/24  17:52:56
43153         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
43154      Branch: perl
43155            ! lib/File/Spec/VMS.pm
43156 ____________________________________________________________________________
43157 [  6432] By: jhi                                   on 2000/07/24  17:44:44
43158         Log: Test cases for #6431.
43159              
43160              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43161              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43162              Date: Mon, 24 Jul 2000 15:32:29 +0100
43163              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
43164      Branch: perl
43165            ! t/op/pat.t t/op/split.t
43166 ____________________________________________________________________________
43167 [  6431] By: jhi                                   on 2000/07/24  17:43:17
43168         Log: Bind op fix.
43169              
43170              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43172              Date: Mon, 17 Jul 2000 20:04:56 +0100
43173              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
43174      Branch: perl
43175            ! op.c
43176 ____________________________________________________________________________
43177 [  6430] By: jhi                                   on 2000/07/24  03:42:42
43178         Log: Subject: [ID 20000716.023] syslog test fails without sockets
43179              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43180              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
43181              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
43182      Branch: metaconfig/U/perl
43183            ! Extensions.U
43184      Branch: perl
43185            ! Configure config_h.SH
43186 ____________________________________________________________________________
43187 [  6429] By: jhi                                   on 2000/07/24  03:11:52
43188         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
43189              case, but add also notes explaining the relationship of this
43190              patch and the earlier notes by Sarathy.
43191              
43192              Subject: Map is still slow
43193              From: "Ben Tilly" <ben_tilly@hotmail.com>
43194              Date: Sat, 15 Jul 2000 17:23:27 EDT
43195              Message-ID: <20000715212327.21656.qmail@hotmail.com>
43196      Branch: perl
43197            ! pp_ctl.c
43198 ____________________________________________________________________________
43199 [  6428] By: jhi                                   on 2000/07/24  02:58:52
43200         Log: Documentation to explain the behaviour of map().
43201              
43202              Subject: Re: Map is still slow 
43203              From: Gurusamy Sarathy <gsar@ActiveState.com>
43204              Date: Sat, 15 Jul 2000 16:05:09 -0700
43205              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
43206      Branch: perl
43207            ! pp_ctl.c
43208 ____________________________________________________________________________
43209 [  6427] By: jhi                                   on 2000/07/24  02:50:03
43210         Log: Add tests for
43211              [ID 19991110.003] another matching finding by pcre author
43212              which has already been fixed by some patch, as verified in
43213              
43214              Subject: Re: two regex bugs from the mists of time (well, last November)
43215              From: Hugo <hv@crypt.compulink.co.uk>
43216              Date: Sat, 22 Jul 2000 18:12:58 +0100
43217              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
43218      Branch: perl
43219            ! t/op/re_tests
43220 ____________________________________________________________________________
43221 [  6426] By: jhi                                   on 2000/07/24  02:11:20
43222         Log: A missing 'break' after the [[:space:]] switch case.
43223              
43224              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
43225              From: "Stephen P. Potter" <spp@ds.net>
43226              Date: Tue, 18 Jul 2000 16:25:17 -0400
43227              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
43228      Branch: perl
43229            ! regcomp.c
43230 ____________________________________________________________________________
43231 [  6425] By: jhi                                   on 2000/07/24  02:06:12
43232         Log: The output might have been produced in the wrong order.
43233              
43234              Subject: [ID 20000720.003] [PATCH] t/op/write.t
43235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43236              Date: Thu, 20 Jul 2000 18:49:18 +0100
43237              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
43238      Branch: perl
43239            ! t/op/write.t
43240 ____________________________________________________________________________
43241 [  6424] By: jhi                                   on 2000/07/24  02:00:07
43242         Log: Use STDOUT consistently.
43243              
43244              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
43245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43246              Date: Thu, 20 Jul 2000 18:04:01 +0100
43247              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
43248      Branch: perl
43249            ! lib/Test/Harness.pm
43250 ____________________________________________________________________________
43251 [  6423] By: jhi                                   on 2000/07/24  01:54:54
43252         Log: Protect against "wild next"s, that is, callbacks doing "next"
43253              instead of "return".
43254              
43255              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
43256              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43257              Date: Tue, 18 Jul 2000 11:30:16 +0100
43258              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
43259      Branch: perl
43260            ! lib/File/Find.pm
43261 ____________________________________________________________________________
43262 [  6422] By: jhi                                   on 2000/07/24  01:35:47
43263         Log: Out-of-date note removed.
43264              
43265              Subject: [PATCH] documentation perlipc
43266              From: rspier@pobox.com (Robert Spier)
43267              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
43268              Message-ID: <14711.35178.572612.502654@rls.cx>
43269      Branch: perl
43270            ! pod/perlipc.pod
43271 ____________________________________________________________________________
43272 [  6421] By: jhi                                   on 2000/07/24  00:09:18
43273         Log: Send all installperl messages to STDERR and be -w clean.
43274              
43275              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
43276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43277              Date: Sat, 22 Jul 2000 14:02:11 +0100
43278              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
43279      Branch: perl
43280            ! installperl
43281 ____________________________________________________________________________
43282 [  6420] By: jhi                                   on 2000/07/24  00:04:19
43283         Log: Decutandpasto.
43284              
43285              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
43286              From: "Richard Soderberg" <rs@crystalflame.net>
43287              Date: Sun, 23 Jul 2000 01:37:23 -0700
43288              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
43289      Branch: perl
43290            ! pod/perlipc.pod
43291 ____________________________________________________________________________
43292 [  6419] By: jhi                                   on 2000/07/24  00:01:12
43293         Log: A cleaner abs_path().
43294              Subject: Re: unix alternative to Cwd.pm
43295              From: Jeff Pinyan <jeffp@crusoe.net>
43296              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
43297              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
43298      Branch: perl
43299            ! lib/Cwd.pm
43300 ____________________________________________________________________________
43301 [  6418] By: jhi                                   on 2000/07/23  23:48:56
43302         Log: Detypo.
43303              
43304              Subject: [PATCH perl-current] Typo in hints/powerux.sh
43305              From: "Richard Soderberg" <rs@crystalflame.net>
43306              Date: Sun, 23 Jul 2000 01:27:33 -0700
43307              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
43308      Branch: perl
43309            ! hints/powerux.sh
43310 ____________________________________________________________________________
43311 [  6417] By: jhi                                   on 2000/07/17  22:13:31
43312         Log: Subject: SDBM_File documentation
43313              From: mjd@plover.com
43314              Date: 16 Jul 2000 17:41:17 -0000
43315              Message-ID: <20000716174117.18515.qmail@plover.com>
43316      Branch: perl
43317            ! ext/SDBM_File/SDBM_File.pm
43318 ____________________________________________________________________________
43319 [  6416] By: jhi                                   on 2000/07/17  19:13:26
43320         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
43321      Branch: perl
43322            ! hints/mpeix.sh mpeix/relink
43323 ____________________________________________________________________________
43324 [  6415] By: jhi                                   on 2000/07/15  14:11:02
43325         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
43326              the utf8 'characters' can be more than one octet).
43327              
43328              Date: Sat, 15 Jul 2000 00:21:56 +0100
43329              From: Tom Hughes <tom@compton.nu>
43330              Subject: Re: [ID 20000714.002]
43331              Message-ID: <db2334de49.tom@compton.compton.nu>
43332              
43333              Reported in
43334              
43335              Subject: [ID 20000714.002]
43336              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43337              Date: 14 Jul 2000 15:13:09 -0000
43338              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
43339      Branch: perl
43340            ! doop.c
43341 ____________________________________________________________________________
43342 [  6414] By: jhi                                   on 2000/07/15  03:13:41
43343         Log: another VMS build tweak from Peter Prymmer
43344      Branch: perl
43345            ! vms/descrip_mms.template
43346 ____________________________________________________________________________
43347 [  6413] By: jhi                                   on 2000/07/15  03:10:40
43348         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
43349      Branch: perl
43350            ! vms/perlvms.pod
43351 ____________________________________________________________________________
43352 [  6412] By: jhi                                   on 2000/07/15  00:31:05
43353         Log: More docs for sv functions.
43354              
43355              Subject: [PATCH cfgperl] sv.c apidoc
43356              From: simon@brecon.co.uk (Simon Cozens)
43357              Date: 13 Jul 2000 09:00:20 GMT
43358              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
43359              
43360              Subject: Re: [PATCH cfgperl] sv.c apidoc
43361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43362              Date: Thu, 13 Jul 2000 12:27:41 +0100
43363              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
43364              
43365              Subject: Re: [PATCH cfgperl] sv.c apidoc
43366              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43367              Date: Thu, 13 Jul 2000 13:23:09 +0100
43368              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
43369              
43370              Subject: Re: [PATCH cfgperl] sv.c apidoc
43371              From: simon@brecon.co.uk (Simon Cozens)
43372              Date: 14 Jul 2000 06:51:02 GMT
43373              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
43374      Branch: perl
43375            ! embed.pl pod/perlapi.pod sv.c
43376 ____________________________________________________________________________
43377 [  6411] By: jhi                                   on 2000/07/15  00:10:41
43378         Log: lib/b test fixes from Peter Prymmer.
43379      Branch: perl
43380            ! t/lib/b.t
43381 ____________________________________________________________________________
43382 [  6410] By: jhi                                   on 2000/07/15  00:02:09
43383         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
43384              From: Hugo <hv@crypt.compulink.co.uk>
43385              Date: Fri, 14 Jul 2000 23:05:20 +0100
43386              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
43387              
43388              Didn't anymore apply, but that point still could use another fix.
43389      Branch: perl
43390            ! pod/perlfunc.pod
43391 ____________________________________________________________________________
43392 [  6409] By: jhi                                   on 2000/07/14  23:15:15
43393         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
43394              not in pod, from Peter Prymmer
43395      Branch: perl
43396            ! vms/descrip_mms.template
43397 ____________________________________________________________________________
43398 [  6408] By: jhi                                   on 2000/07/14  20:35:05
43399         Log: The bug report
43400              [ID 19991110.002] minimal matching discrepancy found by pcre author
43401              seems to have been fixed (though differently from what was suggested
43402              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
43403      Branch: perl
43404            ! t/op/re_tests
43405 ____________________________________________________________________________
43406 [  6407] By: jhi                                   on 2000/07/14  17:38:08
43407         Log: Fix AutoSplit to use File::Spec the right way in VMS,
43408              from Peter Prymmer.
43409      Branch: perl
43410            ! lib/AutoSplit.pm
43411 ____________________________________________________________________________
43412 [  6406] By: jhi                                   on 2000/07/14  14:13:22
43413         Log: Merge perlhacktut into perlhack, update perlguts.
43414              
43415              Subject: Re: Perlhacktut
43416              From: simon@brecon.co.uk (Simon Cozens)
43417              Date: 14 Jul 2000 06:49:21 GMT
43418              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
43419              
43420              Subject: Re: Perlhacktut
43421              From: simon@brecon.co.uk (Simon Cozens)
43422              Date: 14 Jul 2000 07:09:45 GMT
43423              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
43424      Branch: perl
43425            ! pod/perlguts.pod pod/perlhack.pod
43426 ____________________________________________________________________________
43427 [  6405] By: jhi                                   on 2000/07/14  14:02:31
43428         Log: Integrate with Sarathy.
43429      Branch: cfgperl
43430           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
43431           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
43432           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
43433 ____________________________________________________________________________
43434 [  6404] By: gsar                                  on 2000/07/14  12:15:02
43435         Log: PERL_OBJECT build tweaks
43436      Branch: perl
43437            ! toke.c
43438 ____________________________________________________________________________
43439 [  6403] By: gsar                                  on 2000/07/14  11:23:41
43440         Log: inconsistent types needs casts
43441      Branch: perl
43442            ! toke.c
43443 ____________________________________________________________________________
43444 [  6402] By: gsar                                  on 2000/07/14  11:12:04
43445         Log: typos in change#6399, regen headers
43446      Branch: perl
43447            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
43448 ____________________________________________________________________________
43449 [  6401] By: gsar                                  on 2000/07/14  10:59:12
43450         Log: typecasts needed for change#6394
43451      Branch: perl
43452            ! toke.c
43453 ____________________________________________________________________________
43454 [  6400] By: gsar                                  on 2000/07/14  10:49:37
43455         Log: integrate cfgperl contents into mainline
43456      Branch: perl
43457           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
43458           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
43459 ____________________________________________________________________________
43460 [  6399] By: gsar                                  on 2000/07/14  10:38:35
43461         Log: enable UTF-16 filter by default if relevant BOM is seen; various
43462              cleanups (typos, misformatted code, and small bugs)
43463      Branch: perl
43464            ! doop.c embed.pl mg.c op.c pp.c toke.c
43465 ____________________________________________________________________________
43466 [  6398] By: gsar                                  on 2000/07/14  08:55:38
43467         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
43468              name suggests anyway)
43469      Branch: perl
43470            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
43471 ____________________________________________________________________________
43472 [  6397] By: gsar                                  on 2000/07/14  08:44:33
43473         Log: move new variables to the end of the interpreter structure (for
43474              bincompat in code that doesn't #include XSUB.h)
43475      Branch: perl
43476            ! intrpvar.h
43477 ____________________________________________________________________________
43478 [  6396] By: gsar                                  on 2000/07/14  08:13:58
43479         Log: MakeMaker should not remove editor backups (*~) on `make clean`
43480              by default (completes change#6383)
43481      Branch: perl
43482            ! lib/ExtUtils/MM_Unix.pm
43483 ____________________________________________________________________________
43484 [  6395] By: jhi                                   on 2000/07/14  05:20:33
43485         Log: Replace change #6337 with a better one.
43486              
43487              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
43488              From: Hugo <hv@crypt.compulink.co.uk>
43489              Date: Fri, 14 Jul 2000 04:16:20 +0100
43490              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43491      Branch: cfgperl
43492            ! regexec.c t/op/re_tests
43493 ____________________________________________________________________________
43494 [  6394] By: jhi                                   on 2000/07/14  01:33:59
43495         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
43496      Branch: cfgperl
43497            ! embed.pl global.sym proto.h toke.c
43498 ____________________________________________________________________________
43499 [  6393] By: jhi                                   on 2000/07/13  23:41:23
43500         Log: remove discarded test
43501      Branch: cfgperl
43502            ! MANIFEST
43503 ____________________________________________________________________________
43504 [  6392] By: jhi                                   on 2000/07/13  23:32:25
43505         Log: The {multiplier} of a fixed substring was overlooked which
43506              caused a wrong initial search offset for that substring.
43507              
43508              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43509              From: Hugo <hv@crypt.compulink.co.uk>
43510              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43511              Date: Thu, 13 Jul 2000 19:27:13 +0100
43512      Branch: cfgperl
43513            ! regcomp.c t/op/re_tests
43514 ____________________________________________________________________________
43515 [  6391] By: jhi                                   on 2000/07/13  16:37:42
43516         Log: typo fix from Craig Berry
43517      Branch: cfgperl
43518            ! vms/subconfigure.com
43519 ____________________________________________________________________________
43520 [  6390] By: jhi                                   on 2000/07/13  13:20:12
43521         Log: Integrate with Sarathy.
43522      Branch: cfgperl
43523            - t/op/method2entersub.t
43524           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
43525           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
43526           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
43527           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
43528 ____________________________________________________________________________
43529 [  6389] By: jhi                                   on 2000/07/13  13:18:48
43530         Log: Detypo from Peter Prymmer, part of #6388.
43531      Branch: cfgperl
43532            ! Configure config_h.SH
43533      Branch: metaconfig
43534            ! U/modified/d_longlong.U
43535 ____________________________________________________________________________
43536 [  6388] By: gsar                                  on 2000/07/13  06:33:40
43537         Log: typos (spotted by Peter Prymmer)
43538      Branch: perl
43539            ! Configure t/lib/english.t
43540 ____________________________________________________________________________
43541 [  6387] By: gsar                                  on 2000/07/13  05:35:28
43542         Log: new selfloader.t in change#6183 doesn't close DATA handles,
43543              and thus fails to clean up tmp files on dosish platforms
43544      Branch: perl
43545            ! t/lib/selfloader.t
43546 ____________________________________________________________________________
43547 [  6386] By: gsar                                  on 2000/07/12  21:42:39
43548         Log: sprintf test tweaks (from Dominic Dunlop)
43549      Branch: perl
43550            ! t/op/sprintf.t
43551 ____________________________________________________________________________
43552 [  6385] By: gsar                                  on 2000/07/12  21:33:46
43553         Log: fix bugs in processing %v-*d and similar format specs (from
43554              Avi Finkel <avi@finkel.org>)
43555      Branch: perl
43556            ! sv.c t/op/sprintf.t
43557 ____________________________________________________________________________
43558 [  6384] By: gsar                                  on 2000/07/12  16:04:19
43559         Log: readd missing perldelta.pod changes from changes#6339,6376
43560      Branch: perl
43561            ! pod/perldelta.pod
43562 ____________________________________________________________________________
43563 [  6383] By: gsar                                  on 2000/07/12  16:00:51
43564         Log: don't clobber *.orig files on *clean targets
43565      Branch: perl
43566            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
43567 ____________________________________________________________________________
43568 [  6382] By: gsar                                  on 2000/07/12  07:59:12
43569         Log: fix broken integrations in cfgperl
43570      Branch: cfgperl
43571           !> Changes pod/perldelta.pod
43572 ____________________________________________________________________________
43573 [  6381] By: gsar                                  on 2000/07/12  07:42:17
43574         Log: integrate cfgperl changes into mainline
43575      Branch: perl
43576            ! Changes
43577           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
43578           !> pod/perlre.pod
43579 ____________________________________________________________________________
43580 [  6380] By: gsar                                  on 2000/07/12  07:31:00
43581         Log: get sprintf.t to adjust properly for 3-digit exponents
43582      Branch: perl
43583            ! t/op/sprintf.t
43584 ____________________________________________________________________________
43585 [  6379] By: gsar                                  on 2000/07/12  06:40:04
43586         Log: change#6174 needs corresponding change in win32/config_h.PL,
43587              which grovels through config_h.SH to find the config.h name
43588      Branch: perl
43589            ! win32/config_h.PL
43590 ____________________________________________________________________________
43591 [  6378] By: jhi                                   on 2000/07/12  05:03:59
43592         Log: Do the cc sanity check both before the hints and
43593              after the cc selction.
43594      Branch: cfgperl
43595            ! Configure config_h.SH
43596      Branch: metaconfig
43597            ! U/modified/Oldconfig.U U/modified/cc.U
43598      Branch: metaconfig/U/perl
43599            + Checkcc.U
43600 ____________________________________________________________________________
43601 [  6377] By: jhi                                   on 2000/07/12  02:49:22
43602         Log: Fix nits noticed by Boston.pm.
43603      Branch: cfgperl
43604            ! pod/perlre.pod
43605 ____________________________________________________________________________
43606 [  6376] By: jhi                                   on 2000/07/11  21:22:13
43607         Log: Configure cosmetics and perldelta.
43608      Branch: cfgperl
43609            ! Configure config_h.SH pod/perldelta.pod
43610      Branch: metaconfig
43611            ! U/modified/cc.U
43612 ____________________________________________________________________________
43613 [  6375] By: gsar                                  on 2000/07/11  21:17:35
43614         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43615      Branch: perl
43616            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
43617            ! win32/win32sck.c
43618 ____________________________________________________________________________
43619 [  6374] By: gsar                                  on 2000/07/11  20:48:50
43620         Log: tweak for build failure under multiplicity
43621      Branch: perl
43622            ! toke.c
43623 ____________________________________________________________________________
43624 [  6373] By: gsar                                  on 2000/07/11  20:37:23
43625         Log: integrate cfgperl changes#6325..6373 into mainline
43626              (NOTE: today's batch of integrations still untested)
43627      Branch: perl
43628           +> ext/DynaLoader/hints/netbsd.pl
43629            ! Changes
43630           !> (integrate 26 files)
43631 ____________________________________________________________________________
43632 [  6372] By: jhi                                   on 2000/07/11  20:30:36
43633         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43634              regen perltoc.
43635      Branch: cfgperl
43636            + pod/perlbook.pod
43637            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
43638            ! pod/perltoc.pod
43639 ____________________________________________________________________________
43640 [  6371] By: jhi                                   on 2000/07/11  20:08:56
43641         Log: Minor cleanups on the booklist.
43642      Branch: cfgperl
43643            ! pod/perlfaq2.pod
43644 ____________________________________________________________________________
43645 [  6370] By: jhi                                   on 2000/07/11  19:31:13
43646         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
43647      Branch: cfgperl
43648            ! t/pragma/overload.t
43649 ____________________________________________________________________________
43650 [  6369] By: gsar                                  on 2000/07/11  19:27:48
43651         Log: integrate cfgperl changes#6293..6324 into mainline
43652      Branch: perl
43653           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
43654            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
43655           !> (integrate 30 files)
43656 ____________________________________________________________________________
43657 [  6368] By: gsar                                  on 2000/07/11  19:18:57
43658         Log: skip integrate of problematic change#6292 from cfgperl into mainline
43659      Branch: perl
43660           !> pp_hot.c
43661 ____________________________________________________________________________
43662 [  6367] By: gsar                                  on 2000/07/11  19:17:21
43663         Log: integrate cfgperl changes#6288..6290 into mainline
43664      Branch: perl
43665           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
43666 ____________________________________________________________________________
43667 [  6366] By: gsar                                  on 2000/07/11  19:11:18
43668         Log: integrate cfgperl changes#6268..6282 into mainline
43669      Branch: perl
43670           !> (integrate 30 files)
43671 ____________________________________________________________________________
43672 [  6365] By: gsar                                  on 2000/07/11  18:57:00
43673         Log: delete new accidentally branched file
43674      Branch: perl
43675            - t/op/method2entersub.t
43676 ____________________________________________________________________________
43677 [  6364] By: gsar                                  on 2000/07/11  18:55:13
43678         Log: skip integrate of change#6267 from cfgperl into mainline (the
43679              method call optimization is flawed without additional hints
43680              from user about immutableness of @ISA and no runtime method
43681              definitions)
43682      Branch: perl
43683           +> t/op/method2entersub.t
43684           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
43685           !> perl.h t/op/sprintf.t xsutils.c
43686 ____________________________________________________________________________
43687 [  6363] By: gsar                                  on 2000/07/11  18:49:43
43688         Log: integrate cfgperl changes#6261..6266 into mainline
43689      Branch: perl
43690           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43691           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43692           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43693           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43694 ____________________________________________________________________________
43695 [  6362] By: gsar                                  on 2000/07/11  18:43:26
43696         Log: integrate cfgperl changes#6252..6260 into mainline
43697      Branch: perl
43698           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
43699           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
43700           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
43701           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
43702 ____________________________________________________________________________
43703 [  6361] By: gsar                                  on 2000/07/11  18:37:12
43704         Log: skip integrate of problematic change#6251 from cfgperl into mainline
43705      Branch: perl
43706           !> lib/Exporter.pm
43707 ____________________________________________________________________________
43708 [  6360] By: gsar                                  on 2000/07/11  18:34:56
43709         Log: integrate cfgperl change#6250 into mainline
43710      Branch: perl
43711           +> t/op/my_stash.t
43712           !> MANIFEST embed.pl proto.h toke.c
43713 ____________________________________________________________________________
43714 [  6359] By: gsar                                  on 2000/07/11  18:21:19
43715         Log: integrate cfgperl changes#6242..6249 into mainline
43716      Branch: perl
43717           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43718           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
43719           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
43720           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
43721           !> t/lib/peek.t utf8.c
43722 ____________________________________________________________________________
43723 [  6358] By: gsar                                  on 2000/07/11  18:15:45
43724         Log: skip integrate of problematic change#6241 from cfgperl into mainline
43725      Branch: perl
43726           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
43727 ____________________________________________________________________________
43728 [  6357] By: jhi                                   on 2000/07/11  18:15:16
43729         Log: Fix for
43730              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43731              From: Roderick Schertler <roderick@argon.org> 
43732              Date: Tue, 11 Jul 2000 13:55:05 -0400 
43733              Message-Id: <200007111755.NAA05077@jones.argon.org> 
43734      Branch: cfgperl
43735            ! doio.c
43736 ____________________________________________________________________________
43737 [  6356] By: jhi                                   on 2000/07/11  18:12:51
43738         Log: Typo in #6341.
43739      Branch: cfgperl
43740            ! pp_hot.c
43741 ____________________________________________________________________________
43742 [  6355] By: gsar                                  on 2000/07/11  18:12:10
43743         Log: integrate cfgperl changes#6231..6240 into mainline
43744      Branch: perl
43745           +> pod/perlutil.pod
43746           !> (integrate 35 files)
43747 ____________________________________________________________________________
43748 [  6354] By: jhi                                   on 2000/07/11  18:04:34
43749         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
43750              From: Dominic Dunlop <domo@computer.org> 
43751              Date: Tue, 11 Jul 2000 12:27:33 +0200 
43752              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
43753              
43754              Replaces change #6268.
43755      Branch: cfgperl
43756            ! t/op/sprintf.t
43757 ____________________________________________________________________________
43758 [  6353] By: gsar                                  on 2000/07/11  17:59:51
43759         Log: skip integrate of problematic change#6230 from cfgperl into mainline
43760              (a later version of File::Spec is already in mainline)
43761      Branch: perl
43762           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
43763           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
43764 ____________________________________________________________________________
43765 [  6352] By: gsar                                  on 2000/07/11  17:57:48
43766         Log: integrate cfgperl changes#6224..6229 into mainline
43767      Branch: perl
43768           +> lib/lib.pm.PL
43769            - lib/lib.pm
43770           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
43771           !> lib/English.pm op.c t/lib/english.t
43772 ____________________________________________________________________________
43773 [  6351] By: gsar                                  on 2000/07/11  17:50:10
43774         Log: skip integrate of problematic change#6223 from cfgperl into mainline
43775      Branch: perl
43776           !> doio.c
43777 ____________________________________________________________________________
43778 [  6350] By: gsar                                  on 2000/07/11  17:48:28
43779         Log: integrate cfgperl changes#6220..6222 into mainline
43780      Branch: perl
43781           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
43782           !> toke.c utf8.c win32/win32.h
43783 ____________________________________________________________________________
43784 [  6349] By: gsar                                  on 2000/07/11  17:46:13
43785         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
43786              mainline
43787      Branch: perl
43788           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43789           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43790           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43791 ____________________________________________________________________________
43792 [  6348] By: jhi                                   on 2000/07/11  17:45:49
43793         Log: README.posix-bc podified from Thomas Dorner.
43794      Branch: cfgperl
43795            ! README.posix-bc
43796 ____________________________________________________________________________
43797 [  6347] By: gsar                                  on 2000/07/11  17:42:04
43798         Log: integrate cfgperl change#6217 into mainline
43799      Branch: perl
43800           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
43801           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
43802           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
43803 ____________________________________________________________________________
43804 [  6346] By: gsar                                  on 2000/07/11  17:39:37
43805         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
43806              mainline
43807      Branch: perl
43808           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
43809           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43810           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
43811           !> perlapi.h pod/perlapi.pod
43812 ____________________________________________________________________________
43813 [  6345] By: gsar                                  on 2000/07/11  17:36:42
43814         Log: integrate cfgperl changes#6207..6210 into mainline
43815      Branch: perl
43816           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
43817           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
43818 ____________________________________________________________________________
43819 [  6344] By: gsar                                  on 2000/07/11  17:31:20
43820         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
43821              mainline
43822      Branch: perl
43823           !> (integrate 40 files)
43824 ____________________________________________________________________________
43825 [  6343] By: gsar                                  on 2000/07/11  17:19:08
43826         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
43827      Branch: perl
43828           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
43829            ! Changes
43830           !> (integrate 34 files)
43831 ____________________________________________________________________________
43832 [  6342] By: jhi                                   on 2000/07/11  16:05:48
43833         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
43834              To: perl5-porters@perl.org
43835              From: Karsten Sperling <spiff@phreax.net>
43836              Date: Mon, 10 Jul 2000 15:12:52 +0200
43837              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
43838      Branch: cfgperl
43839            ! lib/Symbol.pm
43840 ____________________________________________________________________________
43841 [  6341] By: jhi                                   on 2000/07/11  15:59:23
43842         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
43843              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43844              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
43845              Date: Fri, 07 Jul 2000 17:57:16 +0100
43846      Branch: cfgperl
43847            ! pp_hot.c
43848 ____________________________________________________________________________
43849 [  6340] By: jhi                                   on 2000/07/11  15:55:47
43850         Log: Subject: Re: format bug report  [Patch]
43851              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43852              Date: Wed, 05 Jul 2000 13:12:52 +0200
43853              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
43854              
43855              Subject: Re: format bug report  [Patch]
43856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43857              Date: Wed, 05 Jul 2000 14:10:01 +0200
43858              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
43859      Branch: cfgperl
43860            ! t/op/write.t toke.c
43861 ____________________________________________________________________________
43862 [  6339] By: jhi                                   on 2000/07/11  13:54:09
43863         Log: Be less forgiving about ambiguous and illegal tr ranges.
43864              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
43865              From: Mark-Jason Dominus <mjd@plover.com>
43866              Date: Tue, 04 Jul 2000 10:00:12 -0400
43867              Message-ID: <20000704140012.17772.qmail@plover.com>
43868              
43869              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
43870              From: Mark-Jason Dominus <mjd@plover.com>
43871              Date: Wed, 05 Jul 2000 09:37:36 -0400
43872              Message-ID: <20000705133736.27293.qmail@plover.com>
43873      Branch: cfgperl
43874            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
43875 ____________________________________________________________________________
43876 [  6338] By: jhi                                   on 2000/07/11  13:31:24
43877         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43879              Date: Tue, 11 Jul 2000 13:50:51 +0100
43880              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43881      Branch: cfgperl
43882            ! sv.c
43883 ____________________________________________________________________________
43884 [  6337] By: jhi                                   on 2000/07/11  13:29:14
43885         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
43886              From: Hugo <hv@crypt.compulink.co.uk>
43887              Date: Tue, 11 Jul 2000 12:44:50 +0100
43888              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43889      Branch: cfgperl
43890            ! regexec.c t/op/re_tests
43891 ____________________________________________________________________________
43892 [  6336] By: jhi                                   on 2000/07/11  13:26:47
43893         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
43894              From: simon@brecon.co.uk (Simon Cozens)
43895              Date: 7 Jul 2000 11:26:09 GMT
43896              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43897      Branch: cfgperl
43898            ! mg.c
43899 ____________________________________________________________________________
43900 [  6335] By: jhi                                   on 2000/07/11  13:23:37
43901         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43902              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43903              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43904              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43905      Branch: cfgperl
43906            + ext/DynaLoader/hints/netbsd.pl
43907            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
43908 ____________________________________________________________________________
43909 [  6334] By: jhi                                   on 2000/07/11  13:20:38
43910         Log: Subject: PATCH perlguts.pod: Document D and d magic types
43911              From: mjd@plover.com
43912              Date: 5 Jul 2000 18:01:51 -0000
43913              Message-ID: <20000705180151.29413.qmail@plover.com>
43914      Branch: cfgperl
43915            ! pod/perlguts.pod
43916 ____________________________________________________________________________
43917 [  6333] By: jhi                                   on 2000/07/11  13:15:51
43918         Log: Precedence goof, fix based on
43919              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43920              From: Hugo <hv@crypt.compulink.co.uk>
43921              Date: Tue, 11 Jul 2000 12:52:38 +0100
43922              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43923      Branch: cfgperl
43924            ! t/op/taint.t
43925 ____________________________________________________________________________
43926 [  6332] By: jhi                                   on 2000/07/11  12:40:17
43927         Log: Integrate with Sarathy.
43928      Branch: cfgperl
43929           !> win32/win32sck.c
43930 ____________________________________________________________________________
43931 [  6331] By: jhi                                   on 2000/07/10  20:14:16
43932         Log: Sprinkle ldlibpath.
43933      Branch: cfgperl
43934            ! pod/Makefile.SH
43935 ____________________________________________________________________________
43936 [  6330] By: jhi                                   on 2000/07/10  17:54:49
43937         Log: More POSIX.pod tweaks.
43938      Branch: cfgperl
43939            ! ext/POSIX/POSIX.pod
43940 ____________________________________________________________________________
43941 [  6329] By: jhi                                   on 2000/07/10  14:02:12
43942         Log: Reorder perl.pod once more.
43943      Branch: cfgperl
43944            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43945 ____________________________________________________________________________
43946 [  6328] By: gsar                                  on 2000/07/10  07:06:00
43947         Log: accept() leaks memory on windows due to incorrect ordering of
43948              closesocket() and fclose() calls
43949      Branch: perl
43950            ! win32/win32sck.c
43951 ____________________________________________________________________________
43952 [  6327] By: gsar                                  on 2000/07/10  06:49:17
43953         Log: winsock options weren't being set in all threads under ithreads
43954              (caused send()s from second and subsequent threads to fail)
43955      Branch: perl
43956            ! win32/win32sck.c
43957 ____________________________________________________________________________
43958 [  6326] By: jhi                                   on 2000/07/08  02:45:40
43959         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43960              was cast to an unsigned (32-bit) integer with wild abandon.
43961      Branch: cfgperl
43962            ! ext/Devel/DProf/DProf.xs
43963 ____________________________________________________________________________
43964 [  6325] By: jhi                                   on 2000/07/07  18:50:33
43965         Log: Remove perlbook, update perlfaq book listing,
43966              rearrange perl.pod, regenerate perltoc.
43967      Branch: cfgperl
43968            - pod/perlbook.pod
43969            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
43970            ! pod/perlfaq2.pod pod/perltoc.pod
43971 ____________________________________________________________________________
43972 [  6324] By: jhi                                   on 2000/07/07  14:03:40
43973         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
43974      Branch: cfgperl
43975            ! sv.h toke.c
43976 ____________________________________________________________________________
43977 [  6323] By: jhi                                   on 2000/07/06  16:03:55
43978         Log: Fix complaints of buildtoc.
43979      Branch: cfgperl
43980            + lib/Win32.pod
43981            - pod/Win32.pod
43982            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43983 ____________________________________________________________________________
43984 [  6322] By: jhi                                   on 2000/07/06  15:15:52
43985         Log: Add =head1 NAMEs so that buildtoc is happy.
43986              (The CGI::Util nit reported to Lincoln.)
43987      Branch: cfgperl
43988            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
43989            ! pod/perltoc.pod
43990 ____________________________________________________________________________
43991 [  6321] By: jhi                                   on 2000/07/06  03:16:04
43992         Log: Config is being used.
43993      Branch: cfgperl
43994            ! t/op/method.t
43995 ____________________________________________________________________________
43996 [  6320] By: jhi                                   on 2000/07/06  03:13:13
43997         Log: Integrate with Sarathy.
43998      Branch: cfgperl
43999           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
44000 ____________________________________________________________________________
44001 [  6319] By: jhi                                   on 2000/07/06  03:11:46
44002         Log: Autogenerate pod/Makefile and pod/buildtoc.
44003              buildtoc also checks whether the existin pods are
44004              mentioned in MANIFEST and perl.pod, and vice versa.
44005              (None of the thusly found discrepancies fixed yet.)
44006              roffitall also needs to be autogenerated similarly but it
44007              seems so badly out of date that I didn't touch it yet.
44008      Branch: cfgperl
44009            + pod/Makefile.SH pod/buildtoc.PL
44010            - pod/Makefile pod/buildtoc
44011            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
44012 ____________________________________________________________________________
44013 [  6318] By: gsar                                  on 2000/07/05  22:10:54
44014         Log: fix UNC path handling on Windows under ithreads, and chdir()
44015              return value when given a non-existent directory
44016      Branch: perl
44017            ! win32/vdir.h
44018 ____________________________________________________________________________
44019 [  6317] By: gsar                                  on 2000/07/05  22:08:19
44020         Log: winsock cleanup never done on Windows (leads to handle leaks)
44021      Branch: perl
44022            ! win32/perllib.c win32/win32sck.c
44023 ____________________________________________________________________________
44024 [  6316] By: gsar                                  on 2000/07/05  22:06:19
44025         Log: some debugger output does not go to the socket when RemotePort is set
44026      Branch: perl
44027            ! lib/perl5db.pl
44028 ____________________________________________________________________________
44029 [  6315] By: jhi                                   on 2000/07/05  00:25:21
44030         Log: Integrate with Sarathy, preliminary fix for unicos
44031              alignment problems in [ID 20000612.002] Perl problem on Cray system.
44032      Branch: cfgperl
44033            ! sv.h
44034           !> pp_hot.c
44035 ____________________________________________________________________________
44036 [  6314] By: gsar                                  on 2000/07/04  23:34:02
44037         Log: tyop in change#6306
44038      Branch: perl
44039            ! pp_hot.c
44040 ____________________________________________________________________________
44041 [  6313] By: jhi                                   on 2000/07/04  22:14:38
44042         Log: Multiline string literals ENONPORTABLE.
44043      Branch: cfgperl
44044            ! pp_hot.c
44045 ____________________________________________________________________________
44046 [  6312] By: jhi                                   on 2000/07/04  20:34:44
44047         Log: Integrate with Sarathy.
44048      Branch: cfgperl
44049           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
44050           !> t/op/method.t
44051 ____________________________________________________________________________
44052 [  6311] By: jhi                                   on 2000/07/04  20:30:56
44053         Log: More POSIX.pod embellishment.
44054      Branch: cfgperl
44055            ! ext/POSIX/POSIX.pod
44056 ____________________________________________________________________________
44057 [  6310] By: gsar                                  on 2000/07/04  17:28:48
44058         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
44059      Branch: perl
44060            ! t/lib/b.t
44061 ____________________________________________________________________________
44062 [  6309] By: jhi                                   on 2000/07/04  17:22:18
44063         Log: The #6308 required a little bit more.
44064      Branch: cfgperl
44065            ! Makefile.SH win32/Makefile
44066 ____________________________________________________________________________
44067 [  6308] By: jhi                                   on 2000/07/04  16:35:24
44068         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
44069      Branch: cfgperl
44070            + lib/lib_pm.PL
44071            - lib/lib.pm.PL
44072            ! MANIFEST Makefile.SH
44073 ____________________________________________________________________________
44074 [  6307] By: jhi                                   on 2000/07/04  16:28:58
44075         Log: Win32 patches for cfgperl from Sarathy.
44076      Branch: cfgperl
44077            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
44078            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
44079            ! thread.h toke.c util.c win32/Makefile win32/win32.c
44080 ____________________________________________________________________________
44081 [  6306] By: gsar                                  on 2000/07/04  16:28:40
44082         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
44083              (from Richard Soderberg <rs@oregonnet.com>)
44084      Branch: perl
44085            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
44086 ____________________________________________________________________________
44087 [  6305] By: jhi                                   on 2000/07/04  16:24:24
44088         Log: Integrate with Sarathy.
44089      Branch: cfgperl
44090           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
44091           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44092           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
44093           !> proto.h win32/win32.c
44094 ____________________________________________________________________________
44095 [  6304] By: gsar                                  on 2000/07/04  16:17:24
44096         Log: missing perldiag entry for unpack("w",...) diagnostic (from
44097              Andreas Koenig)
44098      Branch: perl
44099            ! pod/perldiag.pod
44100 ____________________________________________________________________________
44101 [  6303] By: gsar                                  on 2000/07/04  16:14:44
44102         Log: remove rel2abs prototypes (from Barrie Slaymaker)
44103      Branch: perl
44104            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44105            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44106 ____________________________________________________________________________
44107 [  6302] By: gsar                                  on 2000/07/04  04:59:35
44108         Log: adjust change#6299
44109      Branch: perl
44110            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
44111            ! win32/win32.c
44112 ____________________________________________________________________________
44113 [  6301] By: jhi                                   on 2000/07/04  04:50:07
44114         Log: Integrate with Sarathy.
44115      Branch: cfgperl
44116           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
44117           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
44118           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
44119 ____________________________________________________________________________
44120 [  6300] By: gsar                                  on 2000/07/04  04:42:09
44121         Log: PERL_OBJECT build tweak
44122      Branch: perl
44123            ! perl.h
44124 ____________________________________________________________________________
44125 [  6299] By: gsar                                  on 2000/07/04  04:37:00
44126         Log: fix memory leak on Windows (PL_sys_intern contents were never
44127              freed)
44128      Branch: perl
44129            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44130            ! perlapi.c proto.h win32/win32.c
44131 ____________________________________________________________________________
44132 [  6298] By: gsar                                  on 2000/07/04  04:15:59
44133         Log: fix large memory leak that has been around for ever, masked by
44134              -DPURIFY (most of the arenas were never freed!)
44135      Branch: perl
44136            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
44137 ____________________________________________________________________________
44138 [  6297] By: gsar                                  on 2000/07/04  04:07:46
44139         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
44140      Branch: perl
44141            ! perl.c
44142 ____________________________________________________________________________
44143 [  6296] By: jhi                                   on 2000/06/30  18:28:37
44144         Log: Elaborate POSIX.pod.  Still needs work.
44145      Branch: cfgperl
44146            ! ext/POSIX/POSIX.pod
44147 ____________________________________________________________________________
44148 [  6295] By: jhi                                   on 2000/06/30  14:58:18
44149         Log: Point to perlipc for more SysV IPC examples.
44150      Branch: cfgperl
44151            ! pod/perlfunc.pod
44152 ____________________________________________________________________________
44153 [  6294] By: gsar                                  on 2000/06/30  14:47:45
44154         Log: slurp mode fix in change#4736 still not quite right
44155      Branch: perl
44156            ! pp_hot.c t/io/argv.t
44157 ____________________________________________________________________________
44158 [  6293] By: jhi                                   on 2000/06/30  12:02:55
44159         Log: Integrate with Sarathy.
44160      Branch: cfgperl
44161           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
44162 ____________________________________________________________________________
44163 [  6292] By: jhi                                   on 2000/06/30  12:01:11
44164         Log: From: simon@brecon.co.uk (Simon Cozens)
44165              Subject: UTF8 concat
44166              Date: 30 Jun 2000 06:13:25 GMT
44167              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
44168      Branch: cfgperl
44169            ! pp_hot.c
44170 ____________________________________________________________________________
44171 [  6291] By: gsar                                  on 2000/06/30  04:37:33
44172         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
44173              when @_ is modified, causing coredumps
44174      Branch: perl
44175            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
44176 ____________________________________________________________________________
44177 [  6290] By: jhi                                   on 2000/06/30  02:21:44
44178         Log: Integrate with Sarathy.
44179      Branch: cfgperl
44180           !> vms/vms.c vms/vmsish.h
44181 ____________________________________________________________________________
44182 [  6289] By: jhi                                   on 2000/06/30  02:21:02
44183         Log: Check VERSIONs.
44184      Branch: cfgperl
44185            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44186            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44187            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44188 ____________________________________________________________________________
44189 [  6288] By: jhi                                   on 2000/06/30  02:18:52
44190         Log: Integrate with Sarathy.
44191      Branch: cfgperl
44192           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
44193           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44194           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44195           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
44196 ____________________________________________________________________________
44197 [  6287] By: gsar                                  on 2000/06/30  02:17:08
44198         Log: integrate vmsperl changes into mainline
44199      Branch: perl
44200           !> vms/vms.c vms/vmsish.h
44201 ____________________________________________________________________________
44202 [  6285] By: gsar                                  on 2000/06/30  02:05:28
44203         Log: localize %INC in a Safe compartment so that use/require work
44204              (many other magic globals probably need similar treatment)
44205      Branch: perl
44206            ! ext/Opcode/Opcode.xs
44207 ____________________________________________________________________________
44208 [  6284] By: gsar                                  on 2000/06/30  01:54:54
44209         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
44210              about Windows
44211      Branch: perl
44212            ! pod/perlembed.pod
44213 ____________________________________________________________________________
44214 [  6283] By: jhi                                   on 2000/06/30  01:50:10
44215         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
44216              From: Barrie Slaymaker <barries@jester.slaysys.com>
44217              Date: Wed, 28 Jun 2000 11:35:29 -0400
44218              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
44219      Branch: perl
44220            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44221            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44222            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44223            ! lib/File/Spec/Win32.pm
44224 ____________________________________________________________________________
44225 [  6282] By: jhi                                   on 2000/06/29  22:57:22
44226         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
44227              From: Dan Sugalski <dan@sidhe.org>
44228              Date: Tue, 06 Jun 2000 11:59:50 -0400
44229              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
44230      Branch: cfgperl
44231            ! vms/vms.c
44232 ____________________________________________________________________________
44233 [  6281] By: jhi                                   on 2000/06/29  22:52:50
44234         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
44235              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44236              Date: Wed, 7 Jun 2000 04:02:04 -0500
44237              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
44238      Branch: cfgperl
44239            ! utils/h2xs.PL
44240 ____________________________________________________________________________
44241 [  6280] By: jhi                                   on 2000/06/29  22:45:47
44242         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
44243              From: rspier@pobox.com (Robert Spier)
44244              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
44245              Message-ID: <14654.31913.845602.610277@rls.cx>
44246      Branch: cfgperl
44247            ! utils/h2xs.PL
44248 ____________________________________________________________________________
44249 [  6279] By: jhi                                   on 2000/06/29  22:38:16
44250         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
44251              From: Tim Ayers <tayers@bridge.com>
44252              Date: Thu, 08 Jun 2000 08:11:06 +0200
44253              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
44254              [resent by Richard Foley, Message-Id probably wrong]
44255      Branch: cfgperl
44256            ! pod/perlsub.pod
44257 ____________________________________________________________________________
44258 [  6278] By: jhi                                   on 2000/06/29  22:21:45
44259         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
44260              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
44261              Date: Fri, 09 Jun 2000 12:39:27 -0400
44262              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
44263              (plus update the version "number" of Text::Wrap)
44264      Branch: cfgperl
44265            ! lib/Text/Wrap.pm
44266 ____________________________________________________________________________
44267 [  6277] By: jhi                                   on 2000/06/29  22:13:10
44268         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
44269              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44270              Date: Mon, 12 Jun 2000 14:55:59 +0100
44271              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
44272      Branch: cfgperl
44273            ! pod/perlfunc.pod
44274 ____________________________________________________________________________
44275 [  6276] By: jhi                                   on 2000/06/29  22:11:06
44276         Log: Subject: [PATCH] Re: eval documentation: context
44277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44278              Date: Mon, 12 Jun 2000 15:07:29 +0100
44279              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
44280      Branch: cfgperl
44281            ! pod/perlfunc.pod
44282 ____________________________________________________________________________
44283 [  6275] By: jhi                                   on 2000/06/29  21:59:46
44284         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
44285              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44286              Date: Tue, 13 Jun 2000 02:43:48 -0500
44287              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
44288      Branch: cfgperl
44289            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
44290 ____________________________________________________________________________
44291 [  6274] By: jhi                                   on 2000/06/29  21:56:14
44292         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
44293              From: Andy Dougherty <doughera@lafayette.edu>
44294              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
44295              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
44296      Branch: cfgperl
44297            ! ext/File/Glob/Glob.pm
44298 ____________________________________________________________________________
44299 [  6273] By: jhi                                   on 2000/06/29  21:49:09
44300         Log: Subject: [PATCH] xsub attributes
44301              From: Doug MacEachern <dougm@covalent.net>
44302              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
44303              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
44304      Branch: cfgperl
44305            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
44306            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
44307 ____________________________________________________________________________
44308 [  6272] By: jhi                                   on 2000/06/29  21:41:28
44309         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
44310              From: Tom Phoenix <rootbeer@redcat.com>
44311              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
44312              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
44313      Branch: cfgperl
44314            ! lib/Net/Ping.pm
44315 ____________________________________________________________________________
44316 [  6271] By: jhi                                   on 2000/06/29  21:36:55
44317         Log: Subject: PATCH pod/perltie.pod
44318              From: Ian Phillipps <Ian.Phillipps@iname.com>
44319              Date: Fri, 16 Jun 2000 00:17:19 +0100
44320              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
44321              (only the first hunk, the second hunk had already been done
44322              by some other patch)
44323      Branch: cfgperl
44324            ! pod/perltie.pod
44325 ____________________________________________________________________________
44326 [  6270] By: jhi                                   on 2000/06/29  21:24:51
44327         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
44328              From: Nicholas Clark <nick@talking.bollo.cx>
44329              Date: Fri, 23 Jun 2000 16:21:15 +0100
44330              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
44331      Branch: cfgperl
44332            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
44333            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
44334 ____________________________________________________________________________
44335 [  6269] By: jhi                                   on 2000/06/29  19:38:15
44336         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
44337              silence few compiler warnings.
44338      Branch: cfgperl
44339            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
44340 ____________________________________________________________________________
44341 [  6268] By: jhi                                   on 2000/06/29  18:21:50
44342         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
44343              From: Dominic Dunlop <domo@computer.org> 
44344              Date: Thu, 29 Jun 2000 12:32:39 +0200 
44345              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
44346      Branch: cfgperl
44347            ! t/op/sprintf.t
44348 ____________________________________________________________________________
44349 [  6267] By: jhi                                   on 2000/06/29  18:16:07
44350         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
44351              From: Doug MacEachern <dougm@covalent.net>
44352              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
44353              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
44354      Branch: cfgperl
44355            + t/op/method2entersub.t
44356            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
44357            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44358            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
44359            ! xsutils.c
44360 ____________________________________________________________________________
44361 [  6266] By: jhi                                   on 2000/06/29  15:11:15
44362         Log: Subject: [PATCH 5.6.0] cygwin port
44363              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
44364              From: "Fifer, Eric" <EFifer@sanwaint.com>
44365              Date: Thu, 29 Jun 2000 12:58:29 +0100
44366      Branch: cfgperl
44367            ! cygwin/Makefile.SHs
44368 ____________________________________________________________________________
44369 [  6265] By: jhi                                   on 2000/06/29  15:04:05
44370         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
44371              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44372              Date: Wed, 28 Jun 2000 17:50:12 -0700
44373              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
44374      Branch: cfgperl
44375            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44376 ____________________________________________________________________________
44377 [  6264] By: jhi                                   on 2000/06/29  15:00:57
44378         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
44379              From: Marty Lucich <marty@netcom.com>
44380              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
44381              Message-Id: <200006282116.OAA11148@netcom.com>
44382              ccdlflags update (the BSD/OS 4.1 part had already been taken
44383              care of by #6141).
44384      Branch: cfgperl
44385            ! hints/bsdos.sh
44386 ____________________________________________________________________________
44387 [  6263] By: jhi                                   on 2000/06/29  13:47:44
44388         Log: tr fixes from Simon Cozens
44389      Branch: cfgperl
44390            ! doop.c
44391 ____________________________________________________________________________
44392 [  6262] By: jhi                                   on 2000/06/28  18:46:01
44393         Log: Subject: 5.6.0 Patch for EPOC
44394              From: Olaf Flebbe <o.flebbe@gmx.de>
44395              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
44396              Message-ID: <23449.960929969@www11.gmx.net>
44397      Branch: cfgperl
44398            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
44399            ! epoc/epocish.h
44400 ____________________________________________________________________________
44401 [  6261] By: jhi                                   on 2000/06/28  18:29:07
44402         Log: Subject: Re: [PATCH cfgperl] BOMs away!
44403              From: simon@brecon.co.uk (Simon Cozens)
44404              Date: 17 Jun 2000 11:49:57 GMT
44405              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
44406      Branch: cfgperl
44407            ! pod/perldiag.pod t/comp/require.t toke.c
44408 ____________________________________________________________________________
44409 [  6260] By: jhi                                   on 2000/06/28  17:47:16
44410         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
44411              From: simon@brecon.co.uk (Simon Cozens) 
44412              Date: 17 Jun 2000 11:56:44 GMT 
44413              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
44414              pack U0, pack C0
44415      Branch: cfgperl
44416            ! pod/perlfunc.pod pp.c t/op/pack.t
44417 ____________________________________________________________________________
44418 [  6259] By: jhi                                   on 2000/06/28  16:43:17
44419         Log: perlnewmod was missing from MANIFEST.
44420      Branch: cfgperl
44421            ! MANIFEST
44422 ____________________________________________________________________________
44423 [  6258] By: jhi                                   on 2000/06/28  15:54:30
44424         Log: linenumber tweak
44425      Branch: cfgperl
44426            ! t/pragma/warn/regcomp
44427 ____________________________________________________________________________
44428 [  6257] By: jhi                                   on 2000/06/28  15:50:44
44429         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
44430              From: Doug MacEachern <dougm@covalent.net>
44431              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
44432              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
44433              (one part of the patch had been applied earlier)
44434      Branch: cfgperl
44435            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
44436 ____________________________________________________________________________
44437 [  6256] By: jhi                                   on 2000/06/28  15:40:22
44438         Log: tweaks from Simon Cozens to further fix tr/// under utf8
44439      Branch: cfgperl
44440            ! doop.c
44441 ____________________________________________________________________________
44442 [  6255] By: jhi                                   on 2000/06/28  15:33:45
44443         Log: small thinko tweaks
44444      Branch: cfgperl
44445            ! lib/IPC/Open3.pm t/op/my_stash.t
44446 ____________________________________________________________________________
44447 [  6254] By: jhi                                   on 2000/06/28  15:33:25
44448         Log: Subject: tr///, help wanted.
44449              From: simon@brecon.co.uk (Simon Cozens)
44450              Date: 28 Jun 2000 11:29:04 GMT
44451              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
44452      Branch: cfgperl
44453            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44454            ! pp_proto.h proto.h t/op/tr.t
44455 ____________________________________________________________________________
44456 [  6253] By: jhi                                   on 2000/06/28  15:09:17
44457         Log: Paranoia tweak on #6249.
44458              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44459              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44460              Date: Sun, 25 Jun 2000 23:43:12 -0400
44461              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
44462      Branch: cfgperl
44463            ! lib/IPC/Open3.pm
44464 ____________________________________________________________________________
44465 [  6252] By: jhi                                   on 2000/06/28  15:01:38
44466         Log: Document #6249 and #6251.
44467      Branch: cfgperl
44468            ! lib/Exporter.pm lib/IPC/Open3.pm
44469 ____________________________________________________________________________
44470 [  6251] By: jhi                                   on 2000/06/28  14:50:43
44471         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
44472              From: Doug MacEachern <dougm@covalent.net>
44473              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
44474              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
44475      Branch: cfgperl
44476            ! lib/Exporter.pm
44477 ____________________________________________________________________________
44478 [  6250] By: jhi                                   on 2000/06/28  14:45:23
44479         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
44480              From: Doug MacEachern <dougm@covalent.net>
44481              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
44482              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
44483      Branch: cfgperl
44484            + t/op/my_stash.t
44485            ! MANIFEST embed.pl global.sym proto.h toke.c
44486 ____________________________________________________________________________
44487 [  6249] By: jhi                                   on 2000/06/28  14:36:34
44488         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
44489              From: Frank Tobin <ftobin@uiuc.edu>
44490              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
44491              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
44492      Branch: cfgperl
44493            ! lib/IPC/Open3.pm
44494 ____________________________________________________________________________
44495 [  6248] By: jhi                                   on 2000/06/28  14:11:25
44496         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
44497              From: Mark-Jason Dominus <mjd@plover.com>
44498              Date: Tue, 27 Jun 2000 22:36:42 -0400
44499              Message-ID: <20000628023642.12166.qmail@plover.com>
44500      Branch: cfgperl
44501            ! pod/perlfunc.pod
44502 ____________________________________________________________________________
44503 [  6247] By: jhi                                   on 2000/06/27  12:46:37
44504         Log: Tweak $VERSION, patch from Doug MacEachern.
44505      Branch: cfgperl
44506            ! lib/File/Spec.pm
44507 ____________________________________________________________________________
44508 [  6246] By: jhi                                   on 2000/06/27  03:34:46
44509         Log: Allow for standalone testing.
44510      Branch: cfgperl
44511            ! t/lib/filefunc.t t/lib/filespec.t
44512 ____________________________________________________________________________
44513 [  6245] By: jhi                                   on 2000/06/27  02:50:02
44514         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
44515              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44516              Date: Sat, 24 Jun 2000 13:06:20 +0100
44517              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
44518      Branch: cfgperl
44519            ! ext/DynaLoader/DynaLoader_pm.PL
44520 ____________________________________________________________________________
44521 [  6244] By: jhi                                   on 2000/06/27  02:46:10
44522         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
44523              From: Doug MacEachern <dougm@covalent.net>
44524              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
44525              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
44526      Branch: cfgperl
44527            ! gv.c sv.c t/lib/peek.t
44528 ____________________________________________________________________________
44529 [  6243] By: jhi                                   on 2000/06/27  02:38:07
44530         Log: Subject: [PATCH] is_utf8_string
44531              From: simon@brecon.co.uk (Simon Cozens)
44532              Date: 26 Jun 2000 02:25:59 GMT
44533              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
44534      Branch: cfgperl
44535            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
44536            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
44537            ! proto.h utf8.c
44538 ____________________________________________________________________________
44539 [  6242] By: jhi                                   on 2000/06/27  02:24:00
44540         Log: Subject: [PATCH] bytes<->utf8 fixes
44541              From: simon@brecon.co.uk (Simon Cozens)
44542              Date: 26 Jun 2000 04:55:45 GMT
44543              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
44544      Branch: cfgperl
44545            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
44546 ____________________________________________________________________________
44547 [  6241] By: jhi                                   on 2000/06/27  02:12:42
44548         Log: Do no -warn on \_, only on \alpha.
44549              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
44550              From: David Dyck <dcd@tc.fluke.com>
44551              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
44552              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
44553      Branch: cfgperl
44554            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44555 ____________________________________________________________________________
44556 [  6240] By: jhi                                   on 2000/06/27  02:00:01
44557         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
44558              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44559              Date: Mon, 26 Jun 2000 18:40:14 +0100
44560              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
44561      Branch: cfgperl
44562            ! utils/h2xs.PL
44563 ____________________________________________________________________________
44564 [  6239] By: jhi                                   on 2000/06/27  01:53:40
44565         Log: Configure maintenance.  Sever some dependency cycles,
44566              separate gccversion from the cc unit,
44567              address [ID 20000623.006] Configure script patch for using gcc on AIX
44568              (but solve it a little bit differently),
44569              unduplex some accidentally duplicated units,
44570              suggest using gcc if no cc available
44571              (p5p thread: "Solaris configure: counterproposal", 1999-09)
44572      Branch: cfgperl
44573            ! Configure Todo-5.6 config_h.SH
44574      Branch: metaconfig
44575            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
44576            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
44577      Branch: metaconfig/U/perl
44578            + gccvers.U
44579            ! d_getespwnam.U d_getprpwnam.U i_prot.U
44580 ____________________________________________________________________________
44581 [  6238] By: jhi                                   on 2000/06/25  18:04:56
44582         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44583              From: Dan Sugalski <dan@sidhe.org>
44584              Date: Fri, 23 Jun 2000 17:00:00 -0400
44585              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44586      Branch: cfgperl
44587            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
44588 ____________________________________________________________________________
44589 [  6237] By: jhi                                   on 2000/06/25  16:36:45
44590         Log: Tweak embed.pl, regen headers.
44591      Branch: cfgperl
44592            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
44593            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
44594            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
44595            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
44596            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
44597 ____________________________________________________________________________
44598 [  6236] By: jhi                                   on 2000/06/25  15:26:42
44599         Log: Regen headers.
44600      Branch: cfgperl
44601            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
44602            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
44603            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
44604            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
44605            ! regnodes.h warnings.h
44606 ____________________________________________________________________________
44607 [  6235] By: jhi                                   on 2000/06/23  19:39:35
44608         Log: The thread begun by
44609              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44610              From: Kevin.Ruscoe@ubsw.com
44611              Date: Fri, 16 Jun 2000 16:38:51 +0100
44612              Message-Id: <H000019b03c300d6@MHS>
44613      Branch: cfgperl
44614            ! hints/solaris_2.sh
44615 ____________________________________________________________________________
44616 [  6234] By: jhi                                   on 2000/06/23  19:23:36
44617         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44618              because when run as services (Win32ese for daemons)
44619              no environment variables are set and tmpdir ends up as /tmp,
44620              which is ambiguous.
44621              
44622              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
44623              From: matt@sergeant.org
44624              Date: 16 Jun 2000 16:30:43 -0000
44625              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
44626      Branch: cfgperl
44627            ! lib/File/Spec/Win32.pm
44628 ____________________________________________________________________________
44629 [  6233] By: jhi                                   on 2000/06/23  19:18:58
44630         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
44631              From: Mark-Jason Dominus <mjd@plover.com>
44632              Date: Fri, 16 Jun 2000 20:53:04 -0400
44633              Message-ID: <20000617005304.8008.qmail@plover.com>
44634      Branch: cfgperl
44635            ! op.h
44636 ____________________________________________________________________________
44637 [  6232] By: jhi                                   on 2000/06/23  16:10:02
44638         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
44639              From: simon@brecon.co.uk (Simon Cozens)
44640              Date: 19 Jun 2000 15:18:27 GMT
44641              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
44642              
44643              plus update pod/Makefile and regenerate perltoc
44644      Branch: cfgperl
44645            + pod/perlutil.pod
44646            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
44647 ____________________________________________________________________________
44648 [  6231] By: jhi                                   on 2000/06/23  15:19:18
44649         Log: Subject: [PATCH 5.6.0] cygwin port
44650              From: "Fifer, Eric" <EFifer@sanwaint.com>
44651              Date: Tue, 20 Jun 2000 14:30:58 +0100
44652              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
44653      Branch: cfgperl
44654            ! README.cygwin lib/File/Find.pm
44655 ____________________________________________________________________________
44656 [  6230] By: jhi                                   on 2000/06/23  14:25:21
44657         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
44658      Branch: cfgperl
44659            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44660            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44661            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44662            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
44663 ____________________________________________________________________________
44664 [  6229] By: jhi                                   on 2000/06/23  14:13:34
44665         Log: Subject: README.hpux version 0.6.1
44666              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
44667              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44668              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
44669      Branch: cfgperl
44670            ! README.hpux
44671 ____________________________________________________________________________
44672 [  6228] By: jhi                                   on 2000/06/23  14:07:20
44673         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
44674              From: Doug MacEachern <dougm@covalent.net>
44675              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
44676              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
44677      Branch: cfgperl
44678            ! op.c
44679 ____________________________________________________________________________
44680 [  6227] By: jhi                                   on 2000/06/23  14:01:06
44681         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
44682              From: Doug MacEachern <dougm@covalent.net>
44683              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
44684              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
44685      Branch: cfgperl
44686            + lib/lib.pm.PL
44687            - lib/lib.pm
44688            ! MANIFEST Makefile.SH
44689 ____________________________________________________________________________
44690 [  6226] By: jhi                                   on 2000/06/23  13:53:07
44691         Log: Subject: [PATCH] remove forward declarations in Socket.pm
44692              From: Doug MacEachern <dougm@covalent.net>
44693              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
44694              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
44695              
44696              From: Doug MacEachern <dougm@covalent.net>
44697              Subject: Re: [PATCH] remove forward declarations in Socket.pm
44698              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
44699              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
44700      Branch: cfgperl
44701            ! ext/Socket/Socket.pm op.c
44702 ____________________________________________________________________________
44703 [  6225] By: jhi                                   on 2000/06/23  13:41:52
44704         Log: Add source code filenames to apidoc.
44705              From: simon@brecon.co.uk (Simon Cozens)
44706              Subject: [PATCH embed.pl] Source X-ref
44707              Date: 22 Jun 2000 02:18:49 GMT
44708              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
44709      Branch: cfgperl
44710            ! embed.pl
44711 ____________________________________________________________________________
44712 [  6224] By: jhi                                   on 2000/06/23  13:32:33
44713         Log: A way to avoid English.pm performance hit.
44714              From: root <root@jester.slaysys.com>
44715              Subject: [YAPATCH English.pm] My turn to putt again
44716              Date: Thu, 22 Jun 2000 20:33:58 -0400
44717              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
44718      Branch: cfgperl
44719            ! lib/English.pm t/lib/english.t
44720 ____________________________________________________________________________
44721 [  6223] By: jhi                                   on 2000/06/23  13:27:06
44722         Log: Avoid double close().
44723              Subject: [PATCH] avoid double close()
44724              From: Doug MacEachern <dougm@covalent.net>
44725              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
44726              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
44727      Branch: cfgperl
44728            ! doio.c
44729 ____________________________________________________________________________
44730 [  6222] By: jhi                                   on 2000/06/23  13:25:54
44731         Log: doc typo fix
44732              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
44733              From: Ian Phillipps <Ian.Phillipps@iname.com>
44734              Date: Fri, 23 Jun 2000 10:40:58 +0100
44735              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
44736      Branch: cfgperl
44737            ! lib/Pod/Usage.pm
44738 ____________________________________________________________________________
44739 [  6221] By: jhi                                   on 2000/06/23  13:24:15
44740         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
44741              From: simon@brecon.co.uk (Simon Cozens)
44742              Subject: [PATCH] Eliminate tr///[CU][CU]
44743              Date: 23 Jun 2000 11:05:40 GMT
44744              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
44745      Branch: cfgperl
44746            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
44747 ____________________________________________________________________________
44748 [  6220] By: jhi                                   on 2000/06/22  16:07:51
44749         Log: Win32 patches from Benjamin Stuhl.
44750      Branch: cfgperl
44751            ! makedef.pl win32/win32.h
44752 ____________________________________________________________________________
44753 [  6219] By: jhi                                   on 2000/06/22  16:06:34
44754         Log: Bytecode patches from Benjamin Stuhl.
44755      Branch: cfgperl
44756            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44757            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44758            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44759 ____________________________________________________________________________
44760 [  6218] By: jhi                                   on 2000/06/15  23:54:16
44761         Log: Bytecode patches from Benjamin Stuhl.
44762      Branch: cfgperl
44763            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44764 ____________________________________________________________________________
44765 [  6217] By: jhi                                   on 2000/06/09  13:38:29
44766         Log: Rename the fdpid locking and integrate with Sarathy.
44767      Branch: cfgperl
44768            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
44769            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
44770            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
44771            ! win32/win32.c
44772           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
44773 ____________________________________________________________________________
44774 [  6216] By: gsar                                  on 2000/06/08  14:54:21
44775         Log: be more optimal about clearing @_
44776      Branch: perl
44777            ! cop.h
44778 ____________________________________________________________________________
44779 [  6215] By: gsar                                  on 2000/06/08  14:33:04
44780         Log: tweak comment about @DB::args
44781      Branch: perl
44782            ! av.h pp_ctl.c
44783 ____________________________________________________________________________
44784 [  6214] By: gsar                                  on 2000/06/08  13:57:54
44785         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
44786              caller() wants to populate @DB::args with it (causes a coredump
44787              in Carp::confess())
44788      Branch: perl
44789            ! cop.h t/op/runlevel.t
44790 ____________________________________________________________________________
44791 [  6213] By: gsar                                  on 2000/06/08  07:06:35
44792         Log: back out change#6106 (seems problematic)
44793      Branch: perl
44794            ! hints/solaris_2.sh
44795 ____________________________________________________________________________
44796 [  6212] By: jhi                                   on 2000/06/07  03:10:36
44797         Log: Continuing mopup for #6204.
44798      Branch: cfgperl
44799            ! ext/B/defsubs_h.PL
44800 ____________________________________________________________________________
44801 [  6211] By: jhi                                   on 2000/06/07  02:41:50
44802         Log: Mopup for #6204.
44803              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
44804              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
44805              This is comes from const() where POK isn't on when expected.
44806      Branch: cfgperl
44807            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
44808            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44809            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44810            ! perlapi.h pod/perlapi.pod
44811 ____________________________________________________________________________
44812 [  6210] By: jhi                                   on 2000/06/07  01:56:29
44813         Log: Mopup for #6207 and #6209.
44814      Branch: cfgperl
44815            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
44816 ____________________________________________________________________________
44817 [  6209] By: jhi                                   on 2000/06/07  01:33:12
44818         Log: Lock PL_fdpid against race conditions, based on:
44819              Subject: [PATCH 5.6.0]subprocess fixup for threads
44820              From: Dan Sugalski <dan@sidhe.org>
44821              To: perl5-porters@perl.org
44822              Date: Tue, 11 Apr 2000 17:02:32 -0400
44823              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
44824      Branch: cfgperl
44825            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
44826            ! win32/win32.c
44827 ____________________________________________________________________________
44828 [  6208] By: jhi                                   on 2000/06/07  01:05:23
44829         Log: Regen headers for #6207.
44830      Branch: cfgperl
44831            ! embed.h global.sym objXSUB.h proto.h
44832 ____________________________________________________________________________
44833 [  6207] By: jhi                                   on 2000/06/06  23:43:13
44834         Log: Subject: [PATCH 5.6.0] Threadsafe patches
44835              From: Dan Sugalski <dan@sidhe.org>
44836              To: perl5-porters@perl.org
44837              Date: Mon, 08 May 2000 18:08:13 -0400
44838              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
44839      Branch: cfgperl
44840            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
44841            ! proto.h sv.h util.c
44842 ____________________________________________________________________________
44843 [  6206] By: jhi                                   on 2000/06/06  23:21:23
44844         Log: Subject: [PATCH] Eliminate $a/$b in pod
44845              From: David Glasser <me@davidglasser.net>
44846              To: perl5-porters@perl.org
44847              Date: Mon, 29 May 2000 21:15:59 -0400
44848              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
44849      Branch: cfgperl
44850            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
44851            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
44852            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
44853            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
44854            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
44855            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
44856            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
44857            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
44858            ! pod/perlvar.pod pod/perlxs.pod
44859 ____________________________________________________________________________
44860 [  6205] By: jhi                                   on 2000/06/06  23:12:14
44861         Log: Subject: [PATCH] Win32 improvements
44862              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
44863              To: gsar@activestate.com, perl5-porters@perl.org
44864              Date: Mon, 29 May 2000 17:22:24 PDT
44865              Message-ID: <20000530002224.91142.qmail@hotmail.com>
44866              (MUA had mangled many lines by wordwrapping)
44867      Branch: cfgperl
44868            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
44869 ____________________________________________________________________________
44870 [  6204] By: jhi                                   on 2000/06/06  23:01:50
44871         Log: Subject: [PATCH] B::Bytecode patches
44872              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
44873              To: gsar@activestate.com, jhi@iki.fi
44874              Cc: perl5-porters@perl.org
44875              Message-ID: <20000602202526.48694.qmail@hotmail.com>
44876              (MUA had mangled many lines by wordwrapping)
44877      Branch: cfgperl
44878            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
44879            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
44880            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44881            ! intrpvar.h perl.c
44882 ____________________________________________________________________________
44883 [  6203] By: jhi                                   on 2000/06/06  22:32:43
44884         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
44885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44886              Date: Tue, 06 Jun 2000 13:07:45 -0700
44887              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
44888      Branch: cfgperl
44889            ! pod/perldiag.pod
44890 ____________________________________________________________________________
44891 [  6202] By: jhi                                   on 2000/06/06  19:38:35
44892         Log: Integrate with Sarathy.
44893      Branch: cfgperl
44894           !> perl.c
44895 ____________________________________________________________________________
44896 [  6201] By: gsar                                  on 2000/06/06  00:42:59
44897         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
44898              does a PUSHMARK that's never ever POPMARKed; in general, only
44899              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
44900              Perl_eval_[sp]v() don't because they don't take any incoming
44901              arguments (this leak has been around since the original version
44902              of perl_eval_pv() in 5.003_97e)
44903      Branch: perl
44904            ! perl.c
44905 ____________________________________________________________________________
44906 [  6200] By: jhi                                   on 2000/06/04  03:44:52
44907         Log: Update to cperl-mode.el 4.31 from
44908              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
44909              Subject: A couple of notes
44910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44911              To: Mailing list Perl5 <perl5-porters@perl.org>
44912              Date: Sat, 3 Jun 2000 23:33:32 -0400
44913              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
44914      Branch: cfgperl
44915            ! emacs/cperl-mode.el
44916 ____________________________________________________________________________
44917 [  6199] By: jhi                                   on 2000/06/03  15:11:05
44918         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
44919              From: Dan Sugalski <dan@sidhe.org>
44920              To: perl5-porters@perl.org, vmsperl@perl.org
44921              Date: Fri, 02 Jun 2000 17:30:51 -0400
44922              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
44923      Branch: cfgperl
44924            ! vms/descrip_mms.template vms/gen_shrfls.pl
44925 ____________________________________________________________________________
44926 [  6198] By: jhi                                   on 2000/06/03  14:59:15
44927         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
44928              From: Dan Sugalski <dan@sidhe.org>
44929              To: vmsperl@perl.org, perl5-porters@perl.org
44930              Date: Fri, 02 Jun 2000 16:00:41 -0400
44931              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
44932              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44933      Branch: cfgperl
44934            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
44935            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
44936            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
44937 ____________________________________________________________________________
44938 [  6197] By: jhi                                   on 2000/06/03  14:41:30
44939         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44940              From: John Borwick <jhborwic@unity.ncsu.edu>
44941              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44942              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44943      Branch: cfgperl
44944            ! pod/perlsyn.pod
44945 ____________________________________________________________________________
44946 [  6196] By: jhi                                   on 2000/06/03  14:38:09
44947         Log: Integrate with Sarathy.
44948      Branch: cfgperl
44949           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44950           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44951           !> vms/perly_c.vms
44952 ____________________________________________________________________________
44953 [  6195] By: gsar                                  on 2000/06/02  22:43:13
44954         Log: fix yet another eval"" leak under USE_ITHREADS
44955      Branch: perl
44956            ! op.c
44957 ____________________________________________________________________________
44958 [  6194] By: gsar                                  on 2000/06/02  18:22:06
44959         Log: fix small eval"" memory leaks under USE_ITHREADS
44960      Branch: perl
44961            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44962            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44963            ! vms/perly_c.vms
44964 ____________________________________________________________________________
44965 [  6193] By: jhi                                   on 2000/06/01  13:03:56
44966         Log: Signals-be-gone for microperl.
44967      Branch: cfgperl
44968            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
44969 ____________________________________________________________________________
44970 [  6192] By: jhi                                   on 2000/06/01  12:52:02
44971         Log: Integrate with Sarathy.
44972      Branch: cfgperl
44973           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44974           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
44975           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
44976           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
44977           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
44978           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
44979           !> t/op/vec.t utils/h2xs.PL
44980 ____________________________________________________________________________
44981 [  6191] By: gsar                                  on 2000/06/01  09:38:21
44982         Log: vec() loses numericalness (modified version of patch suggested
44983              by Robin Barker)
44984      Branch: perl
44985            ! doop.c t/op/vec.t
44986 ____________________________________________________________________________
44987 [  6190] By: gsar                                  on 2000/06/01  09:26:15
44988         Log: submit missing embed.pl change
44989      Branch: perl
44990            ! embed.pl
44991 ____________________________________________________________________________
44992 [  6189] By: gsar                                  on 2000/06/01  09:05:34
44993         Log: counting tr/// corrupts later operation (from M.J.T Guy)
44994      Branch: perl
44995            ! doop.c t/op/tr.t
44996 ____________________________________________________________________________
44997 [  6188] By: gsar                                  on 2000/06/01  08:58:39
44998         Log: h2xs tweaks
44999      Branch: perl
45000            ! utils/h2xs.PL
45001 ____________________________________________________________________________
45002 [  6187] By: gsar                                  on 2000/06/01  08:50:07
45003         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45004              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45005      Branch: perl
45006            + lib/Pod/LaTeX.pm
45007            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
45008            ! pod/pod2latex.PL
45009 ____________________________________________________________________________
45010 [  6186] By: gsar                                  on 2000/06/01  08:24:40
45011         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
45012              <wolfgang.laun@alcatel.at>)
45013      Branch: perl
45014            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45015            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
45016 ____________________________________________________________________________
45017 [  6185] By: gsar                                  on 2000/06/01  08:12:00
45018         Log: remove incorrect documentation about implicit split to @_ in
45019              list context, which never really worked in perl 5 (from
45020              M.J.T. Guy)
45021      Branch: perl
45022            ! pod/perlfunc.pod pod/perltrap.pod
45023 ____________________________________________________________________________
45024 [  6184] By: gsar                                  on 2000/06/01  07:52:27
45025         Log: tweak for change#6127
45026      Branch: perl
45027            ! perl.c
45028 ____________________________________________________________________________
45029 [  6183] By: gsar                                  on 2000/06/01  07:41:02
45030         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45031              <nick@ccl4.org>)
45032      Branch: perl
45033            + t/lib/selfloader.t
45034            ! MANIFEST lib/SelfLoader.pm
45035 ____________________________________________________________________________
45036 [  6182] By: jhi                                   on 2000/06/01  00:34:42
45037         Log: Be Cleaner Part Deux.
45038      Branch: cfgperl
45039            ! Makefile.SH
45040 ____________________________________________________________________________
45041 [  6181] By: jhi                                   on 2000/06/01  00:32:09
45042         Log: Integrate with Sarathy.
45043      Branch: cfgperl
45044           !> pp.c t/op/arith.t
45045 ____________________________________________________________________________
45046 [  6180] By: jhi                                   on 2000/06/01  00:31:13
45047         Log: microperl nits from Simon Cozens.
45048      Branch: cfgperl
45049            + uconfig.h
45050            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
45051            ! unixish.h
45052 ____________________________________________________________________________
45053 [  6179] By: gsar                                  on 2000/05/31  22:37:51
45054         Log: buggy modulus on UVs introduced by change#3378 (resulted in
45055              4063328477 % 65535 amounting to 27406, instead of 27407)
45056      Branch: perl
45057            ! pp.c t/op/arith.t
45058 ____________________________________________________________________________
45059 [  6178] By: jhi                                   on 2000/05/31  21:52:41
45060         Log: Be cleaner.
45061      Branch: cfgperl
45062            ! Makefile.SH
45063 ____________________________________________________________________________
45064 [  6177] By: jhi                                   on 2000/05/31  21:47:33
45065         Log: Substitution utf8 patch from Simon Cozens.
45066      Branch: cfgperl
45067            ! pp_hot.c
45068 ____________________________________________________________________________
45069 [  6176] By: jhi                                   on 2000/05/31  21:45:34
45070         Log: Single-quoted utf8 patch from Simon Cozens.
45071      Branch: cfgperl
45072            ! toke.c
45073 ____________________________________________________________________________
45074 [  6175] By: jhi                                   on 2000/05/31  21:40:18
45075         Log: Integrate with Sarathy.
45076      Branch: cfgperl
45077           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
45078 ____________________________________________________________________________
45079 [  6174] By: jhi                                   on 2000/05/31  21:37:31
45080         Log: microperl changes from Simon Cozens; Makefile for microperl
45081              written from scratch; few casts added as microperl compilation
45082              doesn't have all prototypes available.
45083      Branch: cfgperl
45084            + Makefile.micro README.micro Todo.micro uconfig.sh
45085            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
45086            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
45087      Branch: metaconfig
45088            + U/modified/Config_h.U
45089 ____________________________________________________________________________
45090 [  6173] By: jhi                                   on 2000/05/31  20:00:24
45091         Log: metaconfig maintenance.
45092      Branch: metaconfig
45093            + U/modified/Inhdr.U U/typedefs/inotype.U
45094      Branch: metaconfig/U/perl
45095            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
45096            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
45097 ____________________________________________________________________________
45098 [  6172] By: gsar                                  on 2000/05/31  05:05:42
45099         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45100              (from Ilya Zakharevich)
45101      Branch: perl
45102            ! regexec.c t/op/re_tests
45103 ____________________________________________________________________________
45104 [  6171] By: gsar                                  on 2000/05/31  05:01:47
45105         Log: scalar() doesn't force scalar context when used in void context
45106              (from Simon Cozens)
45107      Branch: perl
45108            ! op.c t/op/wantarray.t
45109 ____________________________________________________________________________
45110 [  6170] By: gsar                                  on 2000/05/31  04:41:33
45111         Log: change#6142 needs tweaks to tests to work where there's no symlink()
45112              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45113      Branch: perl
45114            ! t/lib/filefind.t
45115 ____________________________________________________________________________
45116 [  6169] By: gsar                                  on 2000/05/31  04:29:49
45117         Log: integrate cfgperl contents into mainline
45118      Branch: perl
45119           +> pod/perlmodlib.PL pod/perlnewmod.pod
45120           !> (integrate 42 files)
45121 ____________________________________________________________________________
45122 [  6168] By: jhi                                   on 2000/05/30  22:53:37
45123         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45124      Branch: cfgperl
45125            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45126            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
45127            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
45128            ! win32/config.bc win32/config.gc win32/config.vc
45129            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45130            ! win32/config_h.PL win32/config_sh.PL
45131      Branch: metaconfig/U/perl
45132            ! perlxv.U
45133 ____________________________________________________________________________
45134 [  6167] By: jhi                                   on 2000/05/30  22:20:21
45135         Log: tweak todo 
45136      Branch: cfgperl
45137            ! Todo-5.6
45138 ____________________________________________________________________________
45139 [  6166] By: jhi                                   on 2000/05/30  22:11:51
45140         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45141              in case somebody wants to write an extension for more
45142              shadow database interfaces.
45143      Branch: cfgperl
45144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45145            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
45146            ! vos/config.def vos/config.h vos/config_h.SH_orig
45147            ! win32/config.bc win32/config.gc win32/config.vc
45148            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45149      Branch: metaconfig
45150            ! U/modified/Myinit.U
45151      Branch: metaconfig/U/perl
45152            + d_getespwnam.U d_getprpwnam.U i_prot.U
45153 ____________________________________________________________________________
45154 [  6165] By: jhi                                   on 2000/05/30  18:35:34
45155         Log: Integrate with Sarathy.
45156      Branch: cfgperl
45157           !> op.c
45158 ____________________________________________________________________________
45159 [  6164] By: jhi                                   on 2000/05/30  18:30:16
45160         Log: detypo
45161      Branch: cfgperl
45162            ! Configure config_h.SH
45163      Branch: metaconfig/U/perl
45164            ! perlxv.U
45165 ____________________________________________________________________________
45166 [  6163] By: gsar                                  on 2000/05/30  03:24:03
45167         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
45168      Branch: perl
45169            ! op.c
45170 ____________________________________________________________________________
45171 [  6162] By: gsar                                  on 2000/05/30  03:09:38
45172         Log: fix memory leak in method call optimization (change#3768);
45173              made C<eval "$x->foo()"> leak
45174      Branch: perl
45175            ! op.c
45176 ____________________________________________________________________________
45177 [  6161] By: jhi                                   on 2000/05/29  17:56:26
45178         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45179              both from Simon Cozens.
45180      Branch: cfgperl
45181            + pod/perlmodlib.PL pod/perlnewmod.pod
45182            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
45183            ! pod/perlmodlib.pod pod/perltoc.pod
45184 ____________________________________________________________________________
45185 [  6160] By: jhi                                   on 2000/05/29  17:23:55
45186         Log: Changes for the File::Temp 0.08 (change #6159) test suite
45187              to fit better into the Perl distribution test framework.
45188      Branch: cfgperl
45189            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
45190            ! t/lib/ftmp-tempfile.t
45191 ____________________________________________________________________________
45192 [  6159] By: jhi                                   on 2000/05/29  16:55:36
45193         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45194      Branch: cfgperl
45195            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45196            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45197 ____________________________________________________________________________
45198 [  6158] By: bailey                                on 2000/05/29  16:22:08
45199         Log: Add fallback to tmpfile for use in cases where user's relying on
45200              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45201              Lane's patch)
45202      Branch: vmsperl
45203            ! vms/vms.c vms/vmsish.h
45204 ____________________________________________________________________________
45205 [  6157] By: jhi                                   on 2000/05/29  03:10:36
45206         Log: Regen Configure to jive with #6149.
45207      Branch: cfgperl
45208            ! Configure
45209      Branch: metaconfig
45210            ! U/modified/Getfile.U
45211 ____________________________________________________________________________
45212 [  6156] By: jhi                                   on 2000/05/29  03:01:38
45213         Log: Integrate with Sarathy.
45214      Branch: cfgperl
45215           +> ext/DynaLoader/dl_mac.xs
45216           !> (integrate 38 files)
45217 ____________________________________________________________________________
45218 [  6155] By: gsar                                  on 2000/05/28  21:15:58
45219         Log: small bug in change#6144; remove random \xA0 character that snuck
45220              in via change#6145
45221      Branch: perl
45222            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
45223 ____________________________________________________________________________
45224 [  6154] By: gsar                                  on 2000/05/28  21:04:19
45225         Log: avoid type mismatch warning
45226      Branch: perl
45227            ! perl.c
45228 ____________________________________________________________________________
45229 [  6153] By: gsar                                  on 2000/05/28  20:58:31
45230         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
45231              <nick@Bagpuss.uk.boo.com>)
45232      Branch: perl
45233            ! lib/Test/Harness.pm
45234 ____________________________________________________________________________
45235 [  6152] By: gsar                                  on 2000/05/28  20:53:42
45236         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
45237      Branch: perl
45238            ! regexec.c
45239 ____________________________________________________________________________
45240 [  6151] By: gsar                                  on 2000/05/28  20:50:28
45241         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45242      Branch: perl
45243            ! regexec.c
45244 ____________________________________________________________________________
45245 [  6150] By: gsar                                  on 2000/05/28  20:39:58
45246         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45247      Branch: perl
45248            ! pod/perlrequick.pod
45249 ____________________________________________________________________________
45250 [  6149] By: gsar                                  on 2000/05/28  20:35:16
45251         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
45252              <troc@netrus.net>)
45253      Branch: perl
45254            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
45255            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
45256            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
45257            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
45258 ____________________________________________________________________________
45259 [  6148] By: gsar                                  on 2000/05/28  20:21:07
45260         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45261      Branch: perl
45262            ! lib/ExtUtils/MM_Unix.pm
45263 ____________________________________________________________________________
45264 [  6147] By: gsar                                  on 2000/05/28  20:12:41
45265         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
45266              (from Peter Prymmer)
45267      Branch: perl
45268            ! vms/subconfigure.com
45269 ____________________________________________________________________________
45270 [  6146] By: gsar                                  on 2000/05/28  20:06:15
45271         Log: doc typo
45272      Branch: perl
45273            ! lib/warnings.pm warnings.h warnings.pl
45274 ____________________________________________________________________________
45275 [  6145] By: gsar                                  on 2000/05/28  18:44:33
45276         Log: make xsubpp skip embedded pod (from Matthias Neeracher
45277              <neeri@iis.ee.ethz.ch>)
45278      Branch: perl
45279            ! lib/ExtUtils/xsubpp
45280 ____________________________________________________________________________
45281 [  6144] By: gsar                                  on 2000/05/28  18:42:49
45282         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
45283              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45284              <neeri@iis.ee.ethz.ch>)
45285      Branch: perl
45286            ! lib/AutoSplit.pm
45287 ____________________________________________________________________________
45288 [  6143] By: gsar                                  on 2000/05/28  18:41:12
45289         Log: MacOS support, part 1 (from Matthias Neeracher
45290              <neeri@iis.ee.ethz.ch>)
45291      Branch: perl
45292            + ext/DynaLoader/dl_mac.xs
45293            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45294            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
45295            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
45296            ! util.h
45297 ____________________________________________________________________________
45298 [  6142] By: gsar                                  on 2000/05/28  18:21:51
45299         Log: File::Find fails to chdir when chasing symlinks (from
45300              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45301      Branch: perl
45302            ! lib/File/Find.pm t/lib/filefind.t
45303 ____________________________________________________________________________
45304 [  6141] By: jhi                                   on 2000/05/28  14:25:15
45305         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45306              forwarded by Peter Seebach from the bsdi-users mailing list.
45307              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45308      Branch: perl
45309            ! hints/bsdos.sh
45310 ____________________________________________________________________________
45311 [  6140] By: jhi                                   on 2000/05/28  14:11:57
45312         Log: Integrate with Sarathy.
45313      Branch: cfgperl
45314           +> (branch 30 files)
45315           !> (integrate 93 files)
45316 ____________________________________________________________________________
45317 [  6139] By: gsar                                  on 2000/05/28  10:01:48
45318         Log: revise mktables.PL for bugs and newness in Unicode 3.0
45319              (from James Bence <jbence@amgen.com>)
45320      Branch: perl
45321            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
45322            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
45323            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
45324            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
45325            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
45326            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
45327            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
45328            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
45329            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
45330            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
45331            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
45332            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
45333            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
45334            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
45335            + lib/unicode/Is/SylWU.pl
45336            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
45337            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45338            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45339            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45340            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45341            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45342            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45343            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45344            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45345            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45346            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45347            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45348            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45349            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45350            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45351            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
45352            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
45353            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
45354            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
45355            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
45356            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
45357            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
45358            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
45359            ! lib/unicode/Makefile lib/unicode/mktables.PL
45360 ____________________________________________________________________________
45361 [  6138] By: gsar                                  on 2000/05/28  08:50:32
45362         Log: add note about the handling of negative indices to tied arrays
45363              (from Michael G Schwern <schwern@pobox.com>)
45364      Branch: perl
45365            ! pod/perltie.pod
45366 ____________________________________________________________________________
45367 [  6137] By: gsar                                  on 2000/05/28  08:46:10
45368         Log: fix bogus redeclaration warning for "our" variables in different
45369              scopes
45370      Branch: perl
45371            ! op.c t/pragma/strict-vars
45372 ____________________________________________________________________________
45373 [  6136] By: gsar                                  on 2000/05/28  08:31:20
45374         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
45375      Branch: perl
45376            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
45377 ____________________________________________________________________________
45378 [  6135] By: gsar                                  on 2000/05/28  08:17:50
45379         Log: enable Test::Harness to dynamically determine column width etc.
45380              (from Rob Napier <rnapier@employees.org>)
45381      Branch: perl
45382            ! lib/Test/Harness.pm
45383 ____________________________________________________________________________
45384 [  6134] By: gsar                                  on 2000/05/28  08:13:39
45385         Log: make Test::Harness use wait.h/WCOREDUMP if available
45386              (from Ben Tilly <ben_tilly@hotmail.com>)
45387      Branch: perl
45388            ! lib/Test/Harness.pm
45389 ____________________________________________________________________________
45390 [  6133] By: gsar                                  on 2000/05/28  08:08:05
45391         Log: elide bogus test in change#6132
45392      Branch: perl
45393            ! t/pragma/warn/9enabled
45394 ____________________________________________________________________________
45395 [  6132] By: gsar                                  on 2000/05/28  08:03:14
45396         Log: warnings::enabled() doesn't fall back to looking at $^W if
45397              caller isn't using lexical warnings (from Paul Marquess)
45398      Branch: perl
45399            ! pp_ctl.c t/pragma/warn/9enabled
45400 ____________________________________________________________________________
45401 [  6131] By: gsar                                  on 2000/05/28  07:57:47
45402         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
45403      Branch: perl
45404            ! ext/POSIX/POSIX.pm
45405 ____________________________________________________________________________
45406 [  6130] By: gsar                                  on 2000/05/28  07:29:12
45407         Log: fix places that mean C<"word" character> but say C<alphanumeric
45408              character>
45409      Branch: perl
45410            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45411 ____________________________________________________________________________
45412 [  6129] By: gsar                                  on 2000/05/28  07:18:41
45413         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45414      Branch: perl
45415            ! vms/test.com
45416 ____________________________________________________________________________
45417 [  6128] By: gsar                                  on 2000/05/28  07:12:55
45418         Log: new perlxstut example for passing/returning refs to arrays
45419              (from David Lowe <dlowe@pootpoot.com>)
45420      Branch: perl
45421            ! pod/perlxstut.pod
45422 ____________________________________________________________________________
45423 [  6127] By: gsar                                  on 2000/05/28  07:02:50
45424         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
45425              failed (from Gisle Aas)
45426      Branch: perl
45427            ! cop.h perl.c
45428 ____________________________________________________________________________
45429 [  6126] By: gsar                                  on 2000/05/28  06:39:53
45430         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
45431              (reworked variant of patch suggested by Simon Cozens)
45432      Branch: perl
45433            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45434            ! pp_hot.c proto.h t/op/gv.t
45435 ____________________________________________________________________________
45436 [  6125] By: gsar                                  on 2000/05/28  05:14:55
45437         Log: enable propagating exception objects via Perl_croak() in XS code
45438              (from Gisle Aas)
45439      Branch: perl
45440            ! util.c
45441 ____________________________________________________________________________
45442 [  6124] By: gsar                                  on 2000/05/28  05:07:28
45443         Log: integrate vmsperl contents into mainline
45444      Branch: perl
45445           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45446           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45447           !> vms/vmsish.h
45448 ____________________________________________________________________________
45449 [  6123] By: gsar                                  on 2000/05/28  05:03:53
45450         Log: clarify gotcha with #line directives (from Rocco Caputo
45451              <troc@netrus.net>)
45452      Branch: perl
45453            ! pod/perldebug.pod pod/perlsyn.pod
45454 ____________________________________________________________________________
45455 [  6122] By: gsar                                  on 2000/05/28  04:58:29
45456         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
45457              (from Mark-Jason Dominus)
45458      Branch: perl
45459            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
45460            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45461            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45462            ! toke.c
45463 ____________________________________________________________________________
45464 [  6121] By: bailey                                on 2000/05/25  04:46:54
45465         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
45466              lists (based on fixes by Craig Berry)
45467      Branch: vmsperl
45468            ! lib/File/Spec/VMS.pm
45469 ____________________________________________________________________________
45470 [  6120] By: bailey                                on 2000/05/25  04:25:38
45471         Log: Add missing escape (Charles Lane)
45472      Branch: vmsperl
45473            ! t/op/lex_assign.t
45474 ____________________________________________________________________________
45475 [  6119] By: bailey                                on 2000/05/25  04:21:25
45476         Log: Quiet error messages in vmsish.t (Charles Lane)
45477      Branch: vmsperl
45478            ! vms/ext/vmsish.t
45479 ____________________________________________________________________________
45480 [  6118] By: bailey                                on 2000/05/25  04:17:57
45481         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45482              Flatten case labels in switch statements uniformly (Charles Bailey)
45483      Branch: vmsperl
45484            ! vms/vms.c
45485 ____________________________________________________________________________
45486 [  6117] By: bailey                                on 2000/05/25  03:58:09
45487         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
45488      Branch: vmsperl
45489            ! vms/vmsish.h
45490 ____________________________________________________________________________
45491 [  6116] By: bailey                                on 2000/05/25  03:11:15
45492         Log: Miscellaneous cosmetic fixes (Charles Lane)
45493      Branch: vmsperl
45494            ! lib/ExtUtils/MM_VMS.pm
45495 ____________________________________________________________________________
45496 [  6115] By: bailey                                on 2000/05/25  03:10:36
45497         Log: Add bounds checking for several strings (Charles Lane)
45498      Branch: vmsperl
45499            ! vms/vms.c
45500 ____________________________________________________________________________
45501 [  6114] By: bailey                                on 2000/05/25  02:25:34
45502         Log: Urk -- undo previous removal of vmsish 'exit' change
45503      Branch: vmsperl
45504            ! vms/ext/vmsish.pm vms/vmsish.h
45505 ____________________________________________________________________________
45506 [  6113] By: bailey                                on 2000/05/24  02:24:40
45507         Log: Ugly workaround for version-specific RTL error
45508      Branch: vmsperl
45509            ! vms/vms.c
45510 ____________________________________________________________________________
45511 [  6112] By: bailey                                on 2000/05/24  02:19:55
45512         Log: Check for existence of file before trying to delete
45513      Branch: vmsperl
45514            ! vms/test.com
45515 ____________________________________________________________________________
45516 [  6111] By: bailey                                on 2000/05/23  23:35:13
45517         Log: Resync with mainline prior to post-5.6.0 updates
45518      Branch: vmsperl
45519           +> (branch 49 files)
45520            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
45521            ! vms/ext/vmsish.pm
45522           !> (integrate 334 files)
45523 ____________________________________________________________________________
45524 [  6110] By: jhi                                   on 2000/05/23  19:28:32
45525         Log: todo tweak
45526      Branch: cfgperl
45527            ! Todo-5.6
45528 ____________________________________________________________________________
45529 [  6109] By: jhi                                   on 2000/05/18  17:38:54
45530         Log: Integrate with Sarathy.
45531      Branch: cfgperl
45532           !> mg.c perl.h win32/perlhost.h
45533 ____________________________________________________________________________
45534 [  6108] By: gsar                                  on 2000/05/17  02:24:56
45535         Log: reenable fake signal handling on Windows, bugs and all
45536      Branch: perl
45537            ! mg.c perl.h win32/perlhost.h
45538 ____________________________________________________________________________
45539 [  6107] By: jhi                                   on 2000/05/15  18:01:41
45540         Log: Tweak the todo list.
45541      Branch: cfgperl
45542            ! Todo-5.6
45543 ____________________________________________________________________________
45544 [  6106] By: jhi                                   on 2000/05/15  13:41:48
45545         Log: The (Configure) script refuses to go on, after asking for
45546              'You may also choose to try maximal 64-bitness....'.
45547              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
45548              -- Patrick Zima
45549              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
45550      Branch: cfgperl
45551            ! hints/solaris_2.sh
45552 ____________________________________________________________________________
45553 [  6105] By: jhi                                   on 2000/05/11  14:37:43
45554         Log: Integrate with Sarathy.
45555      Branch: cfgperl
45556           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45557           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
45558 ____________________________________________________________________________
45559 [  6104] By: gsar                                  on 2000/05/11  03:39:07
45560         Log: PL_sys_intern was being initialized too late on windows
45561      Branch: perl
45562            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45563            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
45564 ____________________________________________________________________________
45565 [  6103] By: jhi                                   on 2000/05/09  19:42:20
45566         Log: Test tweaking for Unicos continues.
45567      Branch: cfgperl
45568            ! t/op/64bitint.t
45569 ____________________________________________________________________________
45570 [  6102] By: jhi                                   on 2000/05/09  16:47:27
45571         Log: The test suite tweak in #6101 wasn't quite right.
45572      Branch: cfgperl
45573            ! t/lib/complex.t
45574 ____________________________________________________________________________
45575 [  6101] By: jhi                                   on 2000/05/09  15:35:34
45576         Log: Hints and test tweaks for Unicos.
45577      Branch: cfgperl
45578            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
45579 ____________________________________________________________________________
45580 [  6100] By: jhi                                   on 2000/05/08  21:15:06
45581         Log: More compilation tweakery from Allen Smith.
45582      Branch: cfgperl
45583            ! hints/irix_6.sh
45584 ____________________________________________________________________________
45585 [  6099] By: jhi                                   on 2000/05/08  19:21:18
45586         Log: Tweaks for the cc bugs from Allen Smith.
45587      Branch: cfgperl
45588            ! hints/irix_6.sh
45589 ____________________________________________________________________________
45590 [  6098] By: jhi                                   on 2000/05/08  19:13:37
45591         Log: Add a note about other, yet unsupported, shadow password APIs.
45592      Branch: cfgperl
45593            ! pp_sys.c
45594 ____________________________________________________________________________
45595 [  6097] By: jhi                                   on 2000/05/08  18:46:34
45596         Log: Add a note about possible compilation problems from Allen Smith.
45597      Branch: cfgperl
45598            ! hints/irix_6.sh
45599 ____________________________________________________________________________
45600 [  6096] By: jhi                                   on 2000/05/08  17:33:10
45601         Log: Integrate with Sarathy.
45602      Branch: cfgperl
45603           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45604           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45605 ____________________________________________________________________________
45606 [  6095] By: jhi                                   on 2000/05/08  16:21:33
45607         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
45608              might be useful in future.
45609      Branch: cfgperl
45610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45611            ! config_h.SH
45612      Branch: metaconfig
45613            ! U/installdirs/inc_version_list.U
45614      Branch: metaconfig/U/perl
45615            ! perlxv.U
45616 ____________________________________________________________________________
45617 [  6094] By: gsar                                  on 2000/05/08  14:22:22
45618         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45619      Branch: perl
45620            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45621            ! hints/cygwin.sh pp_sys.c
45622 ____________________________________________________________________________
45623 [  6093] By: gsar                                  on 2000/05/08  12:52:28
45624         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
45625              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45626      Branch: perl
45627            ! pp_sys.c sv.c win32/perlhost.h
45628 ____________________________________________________________________________
45629 [  6092] By: jhi                                   on 2000/05/07  22:40:34
45630         Log: Regen perltoc with the fixed buildtoc.
45631      Branch: cfgperl
45632            ! pod/perltoc.pod
45633 ____________________________________________________________________________
45634 [  6091] By: jhi                                   on 2000/05/07  22:24:16
45635         Log: Integrate with Sarathy.
45636      Branch: cfgperl
45637           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
45638           !> t/op/substr.t toke.c
45639 ____________________________________________________________________________
45640 [  6090] By: gsar                                  on 2000/05/07  19:47:07
45641         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
45642              [NI]OK; added tests for both
45643      Branch: perl
45644            ! perl.c pp_hot.c sv.c t/op/substr.t
45645 ____________________________________________________________________________
45646 [  6089] By: gsar                                  on 2000/05/07  18:18:38
45647         Log: buildtoc tweak to fix newline lossage
45648      Branch: perl
45649            ! pod/buildtoc
45650 ____________________________________________________________________________
45651 [  6088] By: jhi                                   on 2000/05/07  16:35:36
45652         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45653              because we do not use those.  The HAS_GETSPNAM remains,
45654              though, because we still do use that.
45655      Branch: cfgperl
45656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45657            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45658            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45659            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
45660            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45661            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45662 ____________________________________________________________________________
45663 [  6087] By: gsar                                  on 2000/05/07  16:05:16
45664         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
45665      Branch: perl
45666            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45667 ____________________________________________________________________________
45668 [  6086] By: jhi                                   on 2000/05/07  15:27:07
45669         Log: Integrate with Sarathy.
45670      Branch: cfgperl
45671           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45672           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45673           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45674           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45675           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
45676           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
45677 ____________________________________________________________________________
45678 [  6085] By: gsar                                  on 2000/05/07  05:52:02
45679         Log: repeat operator (x) doesn't preserve utf8-ness
45680      Branch: perl
45681            ! pp.c t/op/substr.t
45682 ____________________________________________________________________________
45683 [  6084] By: gsar                                  on 2000/05/07  05:39:55
45684         Log: substr() does not preserve utf8-ness (from Stefan Eissing
45685              <Eissing@medicaldataservice.de>); added tests
45686      Branch: perl
45687            ! pp.c t/op/substr.t
45688 ____________________________________________________________________________
45689 [  6083] By: gsar                                  on 2000/05/07  05:24:46
45690         Log: note about undocumented caller() return value (from M.J.T. Guy);
45691              yet another peek.t tweak
45692      Branch: perl
45693            ! pod/perlfunc.pod t/lib/peek.t
45694 ____________________________________________________________________________
45695 [  6082] By: gsar                                  on 2000/05/07  05:08:40
45696         Log: peek.t non-portable to ithreads
45697      Branch: perl
45698            ! t/lib/peek.t
45699 ____________________________________________________________________________
45700 [  6081] By: gsar                                  on 2000/05/07  04:17:04
45701         Log: better default perlbug categories for ok reports (from Richard Foley)
45702      Branch: perl
45703            ! utils/perlbug.PL
45704 ____________________________________________________________________________
45705 [  6080] By: gsar                                  on 2000/05/07  04:08:07
45706         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45707              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45708      Branch: perl
45709            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45710            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45711            ! AUTHORS MAINTAIN MANIFEST
45712 ____________________________________________________________________________
45713 [  6079] By: gsar                                  on 2000/05/07  04:01:38
45714         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
45715      Branch: perl
45716            ! lib/Carp/Heavy.pm
45717 ____________________________________________________________________________
45718 [  6078] By: gsar                                  on 2000/05/07  01:24:19
45719         Log: workaround for CRT bug in chdir() (from Charles Lane, via
45720              Peter Prymmer)
45721      Branch: perl
45722            ! iperlsys.h vms/vms.c vms/vmsish.h
45723 ____________________________________________________________________________
45724 [  6077] By: gsar                                  on 2000/05/07  01:22:23
45725         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45726              and Tom Phoenix)
45727      Branch: perl
45728            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
45729 ____________________________________________________________________________
45730 [  6076] By: gsar                                  on 2000/05/06  17:36:29
45731         Log: integrate cfgperl contents into mainline
45732      Branch: perl
45733           +> t/lib/peek.t
45734           !> Configure MANIFEST Porting/Glossary Porting/config.sh
45735           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
45736           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
45737           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
45738 ____________________________________________________________________________
45739 [  6075] By: jhi                                   on 2000/05/05  18:56:10
45740         Log: Make the test more portable.
45741      Branch: cfgperl
45742            ! t/lib/peek.t
45743 ____________________________________________________________________________
45744 [  6074] By: jhi                                   on 2000/05/05  18:49:20
45745         Log: Introduce t/lib/peek.t.
45746      Branch: cfgperl
45747            + t/lib/peek.t
45748            ! MANIFEST
45749 ____________________________________________________________________________
45750 [  6073] By: jhi                                   on 2000/05/05  14:30:45
45751         Log: Complex tweaks.
45752      Branch: cfgperl
45753            ! lib/Math/Complex.pm t/lib/complex.t
45754 ____________________________________________________________________________
45755 [  6072] By: jhi                                   on 2000/05/05  12:27:13
45756         Log: Integrate with Sarathy.
45757      Branch: cfgperl
45758           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45759           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45760           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
45761           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
45762 ____________________________________________________________________________
45763 [  6071] By: gsar                                  on 2000/05/05  02:24:46
45764         Log: misformatted perllocal.pod (from Tim Jenness
45765              <t.jenness@jach.hawaii.edu>)
45766      Branch: perl
45767            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45768 ____________________________________________________________________________
45769 [  6070] By: gsar                                  on 2000/05/05  02:16:52
45770         Log: remove misleading comment (from M.J.T. Guy)
45771      Branch: perl
45772            ! t/lib/anydbm.t
45773 ____________________________________________________________________________
45774 [  6069] By: gsar                                  on 2000/05/05  02:15:13
45775         Log: File::Spec compatibility update (from Barrie Slaymaker
45776              <barries@slaysys.com>)
45777      Branch: perl
45778            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45779            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45780 ____________________________________________________________________________
45781 [  6068] By: gsar                                  on 2000/05/05  02:01:50
45782         Log: note about values()
45783      Branch: perl
45784            ! pod/perlfunc.pod
45785 ____________________________________________________________________________
45786 [  6067] By: gsar                                  on 2000/05/05  01:33:09
45787         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
45788      Branch: perl
45789            ! win32/win32.c
45790 ____________________________________________________________________________
45791 [  6066] By: gsar                                  on 2000/05/05  01:23:43
45792         Log: s/END/CHECK/
45793      Branch: perl
45794            ! perl.c
45795 ____________________________________________________________________________
45796 [  6065] By: jhi                                   on 2000/05/04  17:30:22
45797         Log: Integrate with Sarathy.
45798      Branch: cfgperl
45799           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
45800 ____________________________________________________________________________
45801 [  6064] By: gsar                                  on 2000/05/04  17:26:14
45802         Log: change#5905 wasn't quite right--it's intent only applies when arguments
45803              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
45804      Branch: perl
45805            ! pp_sys.c sv.c
45806 ____________________________________________________________________________
45807 [  6063] By: gsar                                  on 2000/05/04  16:52:29
45808         Log: tokeq() could read unallocated field in argument
45809      Branch: perl
45810            ! toke.c
45811 ____________________________________________________________________________
45812 [  6062] By: gsar                                  on 2000/05/04  16:34:51
45813         Log: additional tests for utf8.t
45814      Branch: perl
45815            ! t/pragma/utf8.t
45816 ____________________________________________________________________________
45817 [  6061] By: gsar                                  on 2000/05/04  16:09:28
45818         Log: change#5921 neglected to make eq honor "use bytes"
45819      Branch: perl
45820            ! sv.c
45821 ____________________________________________________________________________
45822 [  6060] By: jhi                                   on 2000/05/04  15:30:16
45823         Log: Integrate with Sarathy.
45824      Branch: cfgperl
45825           !> perl.c regcomp.c t/pragma/utf8.t
45826 ____________________________________________________________________________
45827 [  6059] By: jhi                                   on 2000/05/04  15:26:37
45828         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
45829              in natively 64-bit platforms where a long is a quad (no need
45830              for long longs).  Also added bias for IVs.
45831      Branch: cfgperl
45832            ! toke.c
45833 ____________________________________________________________________________
45834 [  6058] By: gsar                                  on 2000/05/04  00:19:14
45835         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
45836              (spotted by Donald Kinzer <dkinzer@premia.com>)
45837      Branch: perl
45838            ! perl.c
45839 ____________________________________________________________________________
45840 [  6057] By: gsar                                  on 2000/05/03  18:34:01
45841         Log: fix broken parsing of /\x{ab}/
45842      Branch: perl
45843            ! regcomp.c t/pragma/utf8.t
45844 ____________________________________________________________________________
45845 [  6056] By: jhi                                   on 2000/05/03  17:57:16
45846         Log: The search of infinity continues, this time simplified.
45847      Branch: cfgperl
45848            ! lib/Math/Complex.pm
45849 ____________________________________________________________________________
45850 [  6055] By: jhi                                   on 2000/05/03  17:45:30
45851         Log: Detypo.
45852      Branch: cfgperl
45853            ! hints/unicos.sh
45854 ____________________________________________________________________________
45855 [  6054] By: jhi                                   on 2000/05/02  22:28:27
45856         Log: Be more forgiving in POSIX about HUGE_VALL.
45857      Branch: cfgperl
45858            ! ext/POSIX/POSIX.xs
45859 ____________________________________________________________________________
45860 [  6053] By: jhi                                   on 2000/05/02  22:25:05
45861         Log: Integrate with Sarathy.
45862      Branch: cfgperl
45863           !> hints/irix_6.sh pod/perlop.pod
45864 ____________________________________________________________________________
45865 [  6052] By: jhi                                   on 2000/05/02  22:24:31
45866         Log: Unicos hint tweak.
45867      Branch: cfgperl
45868            ! hints/unicos.sh
45869 ____________________________________________________________________________
45870 [  6051] By: jhi                                   on 2000/05/02  22:21:26
45871         Log: Complex tweakery.
45872      Branch: cfgperl
45873            ! lib/Math/Complex.pm t/lib/complex.t
45874 ____________________________________________________________________________
45875 [  6050] By: jhi                                   on 2000/05/02  19:26:22
45876         Log: Use setxxent()/endxxent().
45877      Branch: cfgperl
45878            ! t/op/grent.t t/op/pwent.t
45879 ____________________________________________________________________________
45880 [  6049] By: jhi                                   on 2000/05/02  19:06:02
45881         Log: Test both the scalar and list contexts.
45882      Branch: cfgperl
45883            ! t/op/grent.t t/op/pwent.t
45884 ____________________________________________________________________________
45885 [  6048] By: gsar                                  on 2000/05/02  18:29:10
45886         Log: add note about how $( doesn't interpolate in REs (from
45887              Philip Newton <newton@ficus.frogspace.net>)
45888      Branch: perl
45889            ! pod/perlop.pod
45890 ____________________________________________________________________________
45891 [  6047] By: jhi                                   on 2000/05/02  17:41:24
45892         Log: Call getspnam() only iff needd.
45893      Branch: cfgperl
45894            ! pp_sys.c
45895 ____________________________________________________________________________
45896 [  6046] By: gsar                                  on 2000/05/02  17:07:25
45897         Log: libscheck has insufficient checks for n32 libs (from
45898              Albert Chin-A-Young <china@thewrittenword.com>)
45899      Branch: perl
45900            ! hints/irix_6.sh
45901 ____________________________________________________________________________
45902 [  6045] By: jhi                                   on 2000/05/02  13:57:17
45903         Log: Integrate with Sarathy.
45904      Branch: cfgperl
45905           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
45906           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
45907 ____________________________________________________________________________
45908 [  6044] By: gsar                                  on 2000/05/02  06:48:19
45909         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
45910              such that underscores are only ignored in literal numbers,
45911              "\x{...}", and hex/oct argument
45912      Branch: perl
45913            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
45914 ____________________________________________________________________________
45915 [  6043] By: gsar                                  on 2000/05/02  02:22:29
45916         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
45917      Branch: perl
45918            ! pod/perlretut.pod
45919 ____________________________________________________________________________
45920 [  6042] By: gsar                                  on 2000/05/02  02:17:51
45921         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
45922      Branch: perl
45923            ! pod/perltrap.pod
45924 ____________________________________________________________________________
45925 [  6041] By: gsar                                  on 2000/05/02  01:53:51
45926         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
45927              to compensate
45928      Branch: perl
45929            ! Porting/makerel
45930 ____________________________________________________________________________
45931 [  6040] By: gsar                                  on 2000/05/02  01:51:57
45932         Log: missing files in MANIFEST
45933      Branch: perl
45934            ! MANIFEST
45935 ____________________________________________________________________________
45936 [  6039] By: jhi                                   on 2000/05/02  00:36:46
45937         Log: Infinite problems.
45938      Branch: cfgperl
45939            ! lib/Math/Complex.pm
45940 ____________________________________________________________________________
45941 [  6038] By: jhi                                   on 2000/05/02  00:06:38
45942         Log: pwent/spent #ifdef imbalance.
45943      Branch: cfgperl
45944            ! pp_sys.c
45945 ____________________________________________________________________________
45946 [  6037] By: jhi                                   on 2000/05/01  22:50:11
45947         Log: Use HUGE_VALL if applicable.
45948      Branch: cfgperl
45949            ! ext/POSIX/POSIX.xs util.c
45950 ____________________________________________________________________________
45951 [  6036] By: jhi                                   on 2000/05/01  22:20:53
45952         Log: Correct Freudian slip.
45953      Branch: cfgperl
45954            ! pp_sys.c
45955 ____________________________________________________________________________
45956 [  6035] By: jhi                                   on 2000/05/01  21:07:38
45957         Log: Continue on the pwent/spent case.
45958      Branch: cfgperl
45959            ! pp_sys.c
45960 ____________________________________________________________________________
45961 [  6034] By: jhi                                   on 2000/05/01  17:45:14
45962         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
45963              adjustments in 6032 conflicted badly with this, will have
45964              to revisit them later.
45965      Branch: cfgperl
45966           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45967           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45968           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
45969           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
45970           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45971           !> t/lib/cgi-html.t t/lib/cgi-request.t
45972 ____________________________________________________________________________
45973 [  6033] By: jhi                                   on 2000/05/01  17:40:49
45974         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
45975      Branch: cfgperl
45976            ! pp_sys.c
45977 ____________________________________________________________________________
45978 [  6032] By: gsar                                  on 2000/05/01  15:56:32
45979         Log: whitespace adjustments
45980      Branch: perl
45981            ! pp_sys.c
45982 ____________________________________________________________________________
45983 [  6031] By: gsar                                  on 2000/05/01  15:19:41
45984         Log: small nits in diagnostics.pm (from Robin Barker)
45985      Branch: perl
45986            ! lib/diagnostics.pm pod/perldiag.pod
45987 ____________________________________________________________________________
45988 [  6030] By: gsar                                  on 2000/05/01  08:39:18
45989         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45990              for @- and @+ (from Johan Vromans)
45991      Branch: perl
45992            ! lib/English.pm pod/perlvar.pod
45993 ____________________________________________________________________________
45994 [  6029] By: gsar                                  on 2000/05/01  08:16:10
45995         Log: add CGI.pm v2.66 (from Lincoln Stein)
45996      Branch: perl
45997            + lib/CGI/Util.pm t/lib/cgi-pretty.t
45998            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
45999            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
46000            ! t/lib/cgi-html.t t/lib/cgi-request.t
46001 ____________________________________________________________________________
46002 [  6028] By: gsar                                  on 2000/05/01  06:34:41
46003         Log: Pod::Man generates groff-incompatible macro definition (from
46004              Tom Christiansen)
46005      Branch: perl
46006            ! lib/Pod/Man.pm
46007 ____________________________________________________________________________
46008 [  6027] By: gsar                                  on 2000/05/01  06:31:36
46009         Log: podlators-1.02 update (from Russ Allbery)
46010      Branch: perl
46011            ! lib/Pod/Man.pm lib/Pod/Text.pm
46012 ____________________________________________________________________________
46013 [  6026] By: jhi                                   on 2000/04/30  23:24:23
46014         Log: Integrate with Sarathy.
46015      Branch: cfgperl
46016           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46017           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
46018           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46019           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46020           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
46021           !> t/lib/syslog.t toke.c win32/win32.h
46022 ____________________________________________________________________________
46023 [  6025] By: gsar                                  on 2000/04/30  18:17:47
46024         Log: Is{Alnum,Alpha,Word} don't match titlecase
46025              
46026              TODO: IsSpace is defined recursively!
46027              
46028              (both spotted by Larry)
46029      Branch: perl
46030            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46031            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46032 ____________________________________________________________________________
46033 [  6024] By: gsar                                  on 2000/04/30  17:50:19
46034         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
46035              (from Hugo van der Sanden)
46036      Branch: perl
46037            ! toke.c
46038 ____________________________________________________________________________
46039 [  6023] By: gsar                                  on 2000/04/30  17:14:43
46040         Log: debugger stomps on $. (from M.J.T. Guy)
46041      Branch: perl
46042            ! lib/perl5db.pl
46043 ____________________________________________________________________________
46044 [  6022] By: gsar                                  on 2000/04/30  16:59:22
46045         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46046      Branch: perl
46047            ! sv.c
46048 ____________________________________________________________________________
46049 [  6021] By: gsar                                  on 2000/04/29  21:00:08
46050         Log: remove Win2K issue in pod (fixed by change#6020)
46051      Branch: perl
46052            ! README.win32 pod/perl56delta.pod
46053 ____________________________________________________________________________
46054 [  6020] By: gsar                                  on 2000/04/29  20:51:49
46055         Log: test tweak
46056      Branch: perl
46057            ! t/lib/open3.t
46058 ____________________________________________________________________________
46059 [  6019] By: gsar                                  on 2000/04/29  20:34:27
46060         Log: windows portability tweaks
46061      Branch: perl
46062            ! t/lib/b.t win32/win32.h
46063 ____________________________________________________________________________
46064 [  6018] By: gsar                                  on 2000/04/29  19:55:24
46065         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
46066              make _PATH_LOG() return "" if unavailable
46067      Branch: perl
46068            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46069            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
46070 ____________________________________________________________________________
46071 [  6017] By: jhi                                   on 2000/04/28  22:49:46
46072         Log: Integrate with Sarathy.
46073      Branch: cfgperl
46074           !> op.c perl.c pod/perldiag.pod t/lib/b.t
46075 ____________________________________________________________________________
46076 [  6016] By: jhi                                   on 2000/04/28  22:46:14
46077         Log: Do not warn that an infinity does not look like a number.
46078      Branch: cfgperl
46079            ! sv.c
46080 ____________________________________________________________________________
46081 [  6015] By: gsar                                  on 2000/04/28  22:35:49
46082         Log: tweak test for portability
46083      Branch: perl
46084            ! t/lib/b.t
46085 ____________________________________________________________________________
46086 [  6014] By: gsar                                  on 2000/04/28  22:05:31
46087         Log: glob() loading File::Glob behind the scenes may cause syntax errors
46088      Branch: perl
46089            ! op.c
46090 ____________________________________________________________________________
46091 [  6013] By: gsar                                  on 2000/04/28  21:25:22
46092         Log: tweak change#5945 to display correct switch name in diagnostic
46093      Branch: perl
46094            ! perl.c pod/perldiag.pod
46095 ____________________________________________________________________________
46096 [  6012] By: jhi                                   on 2000/04/28  21:08:12
46097         Log: Integrate with Sarathy.
46098      Branch: cfgperl
46099           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
46100           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
46101           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
46102 ____________________________________________________________________________
46103 [  6011] By: jhi                                   on 2000/04/28  21:04:46
46104         Log: &HUGE_VAL is not defined, it exists.
46105      Branch: cfgperl
46106            ! lib/Math/Complex.pm
46107 ____________________________________________________________________________
46108 [  6010] By: gsar                                  on 2000/04/28  21:02:58
46109         Log: clarify note about shadow password support (from
46110              gellyfish@gellyfish.com)
46111      Branch: perl
46112            ! pod/perlfunc.pod
46113 ____________________________________________________________________________
46114 [  6009] By: gsar                                  on 2000/04/28  21:00:00
46115         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46116      Branch: perl
46117            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46118 ____________________________________________________________________________
46119 [  6008] By: gsar                                  on 2000/04/28  20:56:33
46120         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
46121      Branch: perl
46122            ! installperl vms/subconfigure.com
46123 ____________________________________________________________________________
46124 [  6007] By: gsar                                  on 2000/04/28  20:51:21
46125         Log: note about compile failures and END blocks (from M.J.T. Guy)
46126      Branch: perl
46127            ! pod/perl56delta.pod pod/perlmod.pod
46128 ____________________________________________________________________________
46129 [  6006] By: jhi                                   on 2000/04/28  20:42:14
46130         Log: Regen Configure.
46131      Branch: cfgperl
46132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46133            ! config_h.SH
46134 ____________________________________________________________________________
46135 [  6005] By: gsar                                  on 2000/04/28  20:41:16
46136         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
46137      Branch: perl
46138            ! utils/perldoc.PL
46139 ____________________________________________________________________________
46140 [  6004] By: jhi                                   on 2000/04/28  20:28:21
46141         Log: Integrate with Sarathy.
46142      Branch: cfgperl
46143           !> Configure INSTALL Porting/Glossary Porting/config.sh
46144           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
46145           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
46146           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46147           !> win32/config.vc win32/win32.c
46148 ____________________________________________________________________________
46149 [  6003] By: gsar                                  on 2000/04/28  20:11:20
46150         Log: allow REG_EXPAND_SZ keys in Windows registry (from
46151              John Clayton <John.Clayton@barclayscapital.com>)
46152      Branch: perl
46153            ! win32/win32.c
46154 ____________________________________________________________________________
46155 [  6002] By: gsar                                  on 2000/04/28  19:34:16
46156         Log: destructive sv_setsv() can lose UV-ness from source, causing
46157              numeric promotions/comparisons to fail to do the right thing
46158      Branch: perl
46159            ! sv.c
46160 ____________________________________________________________________________
46161 [  6001] By: gsar                                  on 2000/04/28  18:44:15
46162         Log: support additional library locations via $Config{otherlibdirs}
46163              (from Andy Dougherty)
46164      Branch: perl
46165            ! Configure INSTALL Porting/Glossary Porting/config.sh
46166            ! Porting/config_H config_h.SH epoc/config.sh perl.c
46167            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
46168            ! win32/config.bc win32/config.gc win32/config.vc
46169 ____________________________________________________________________________
46170 [  6000] By: gsar                                  on 2000/04/28  18:26:58
46171         Log: reworked otherlibdirs.U (from Andy Dougherty)
46172      Branch: metaconfig
46173            ! U/installdirs/otherlibdirs.U
46174 ____________________________________________________________________________
46175 [  5999] By: gsar                                  on 2000/04/28  18:17:07
46176         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
46177      Branch: perl
46178            ! t/pragma/warn/toke toke.c
46179 ____________________________________________________________________________
46180 [  5998] By: jhi                                   on 2000/04/28  13:32:17
46181         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
46182      Branch: cfgperl
46183            ! lib/Math/Complex.pm
46184 ____________________________________________________________________________
46185 [  5997] By: jhi                                   on 2000/04/28  13:14:04
46186         Log: Preserve $!.
46187      Branch: cfgperl
46188            ! lib/Math/Complex.pm
46189 ____________________________________________________________________________
46190 [  5996] By: jhi                                   on 2000/04/28  12:59:23
46191         Log: Integrate with Sarathy.
46192      Branch: cfgperl
46193           +> pod/perlrequick.pod pod/perlretut.pod
46194           !> (integrate 51 files)
46195 ____________________________________________________________________________
46196 [  5995] By: gsar                                  on 2000/04/28  09:37:36
46197         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
46198      Branch: perl
46199            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
46200 ____________________________________________________________________________
46201 [  5994] By: gsar                                  on 2000/04/28  09:33:26
46202         Log: fix for missed accounting for null byte in pack("Z",...) (from
46203              M.J.T. Guy)
46204      Branch: perl
46205            ! pp.c t/op/pack.t
46206 ____________________________________________________________________________
46207 [  5993] By: gsar                                  on 2000/04/28  09:30:05
46208         Log: various minor tweaks seen on p5p
46209      Branch: perl
46210            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
46211 ____________________________________________________________________________
46212 [  5992] By: gsar                                  on 2000/04/28  09:08:19
46213         Log: pod nit (from Simon Cozens)
46214      Branch: perl
46215            ! pod/perlop.pod
46216 ____________________________________________________________________________
46217 [  5991] By: gsar                                  on 2000/04/28  09:06:36
46218         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
46219      Branch: perl
46220            ! README.posix-bc hints/posix-bc.sh
46221 ____________________________________________________________________________
46222 [  5990] By: gsar                                  on 2000/04/28  08:54:52
46223         Log: use $ENV{LIB} to search for libs under Visual C compiler
46224              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
46225      Branch: perl
46226            ! lib/ExtUtils/Liblist.pm
46227 ____________________________________________________________________________
46228 [  5989] By: gsar                                  on 2000/04/28  08:27:12
46229         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
46230              itself and no other (from Tom Hughes)
46231      Branch: perl
46232            ! t/op/array.t toke.c
46233 ____________________________________________________________________________
46234 [  5988] By: gsar                                  on 2000/04/28  08:01:38
46235         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
46236              <paul@miraclefish.com>)
46237      Branch: perl
46238            ! lib/ExtUtils/MakeMaker.pm
46239 ____________________________________________________________________________
46240 [  5987] By: gsar                                  on 2000/04/28  07:53:09
46241         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
46242      Branch: perl
46243            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
46244 ____________________________________________________________________________
46245 [  5986] By: gsar                                  on 2000/04/28  07:44:17
46246         Log: add regular expressions tutorial and quick-start guide (from
46247              Mark Kvale <kvale@phy.ucsf.edu>)
46248      Branch: perl
46249            + pod/perlrequick.pod pod/perlretut.pod
46250            ! AUTHORS MAINTAIN MANIFEST
46251 ____________________________________________________________________________
46252 [  5985] By: gsar                                  on 2000/04/28  07:30:28
46253         Log: forked child may not exit correctly if it failed to open
46254              /dev/console (from Graham Barr)
46255      Branch: perl
46256            ! ext/Sys/Syslog/Syslog.pm
46257 ____________________________________________________________________________
46258 [  5984] By: gsar                                  on 2000/04/28  07:27:20
46259         Log: attributes::reftype() doesn't work on tied argument
46260      Branch: perl
46261            ! xsutils.c
46262 ____________________________________________________________________________
46263 [  5983] By: gsar                                  on 2000/04/28  07:15:04
46264         Log: numeric conversion of non-number in change#3378 tramples on
46265              OOK offset, causing segfaults
46266      Branch: perl
46267            ! sv.c
46268 ____________________________________________________________________________
46269 [  5982] By: gsar                                  on 2000/04/28  04:48:25
46270         Log: avoid error in IO::Socket::INET when given an unknown service name
46271              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
46272      Branch: perl
46273            ! ext/IO/lib/IO/Socket/INET.pm
46274 ____________________________________________________________________________
46275 [  5981] By: gsar                                  on 2000/04/28  04:31:31
46276         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
46277              prototype mismatch with CORE::glob(); update pod and tests to
46278              suit (File::Glob::glob() is still available for backward
46279              compatibility, but should be considered deprecated)
46280      Branch: perl
46281            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
46282            ! t/lib/glob-taint.t
46283 ____________________________________________________________________________
46284 [  5980] By: gsar                                  on 2000/04/28  03:47:29
46285         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
46286              <ghudson@mit.edu>)
46287      Branch: metaconfig
46288            ! U/modified/Options.U
46289      Branch: perl
46290            ! Configure
46291 ____________________________________________________________________________
46292 [  5979] By: gsar                                  on 2000/04/28  03:07:54
46293         Log: under useithreads, constant pad entries could inadvertantly be
46294              shared across threads (from Eric Blood <eblood@xmission.com>);
46295              added Eric's test case to testsuite
46296      Branch: perl
46297            ! op.c t/op/misc.t
46298 ____________________________________________________________________________
46299 [  5978] By: gsar                                  on 2000/04/27  21:13:00
46300         Log: sync version numbers in File::Spec with the ones on CPAN
46301              (from Barrie Slaymaker)
46302      Branch: perl
46303            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46304            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46305            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46306 ____________________________________________________________________________
46307 [  5977] By: gsar                                  on 2000/04/27  21:07:29
46308         Log: autoquote barewords followed by newline and arrow properly
46309              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
46310      Branch: perl
46311            ! t/pragma/warn/toke toke.c
46312 ____________________________________________________________________________
46313 [  5976] By: gsar                                  on 2000/04/27  20:41:20
46314         Log: DB_File v1.73 update (from Paul Marquess)
46315      Branch: perl
46316            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46317            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46318 ____________________________________________________________________________
46319 [  5975] By: gsar                                  on 2000/04/27  20:34:24
46320         Log: allow sort() reentrancy (variant of patch suggested by
46321              Hugo van der Sanden)
46322      Branch: perl
46323            ! pp_ctl.c t/op/sort.t
46324 ____________________________________________________________________________
46325 [  5974] By: gsar                                  on 2000/04/27  19:46:57
46326         Log: change#4197 somehow missed initializing PL_errors, meaning
46327              sytax error queueing wasn't working outside eval"" at all;
46328              also fixed eval"" to localize PL_error_count, so that compile-time
46329              eval's don't clobber the error state of the outer context
46330      Branch: perl
46331            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46332            ! t/pragma/warn/toke
46333 ____________________________________________________________________________
46334 [  5973] By: gsar                                  on 2000/04/27  18:29:05
46335         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46336      Branch: perl
46337            ! regcomp.c regexec.c t/op/re_tests
46338 ____________________________________________________________________________
46339 [  5972] By: jhi                                   on 2000/04/27  18:22:41
46340         Log: Integrate with Sarathy.
46341      Branch: cfgperl
46342           +> t/lib/b.t t/lib/syslog.t
46343           !> (integrate 31 files)
46344 ____________________________________________________________________________
46345 [  5971] By: jhi                                   on 2000/04/27  18:18:46
46346         Log: Unicos tweaks from Mark P. Lutz.
46347      Branch: cfgperl
46348            ! hints/unicos.sh lib/Math/Complex.pm
46349 ____________________________________________________________________________
46350 [  5970] By: gsar                                  on 2000/04/27  18:05:11
46351         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
46352              IV is >32bits
46353      Branch: perl
46354            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
46355 ____________________________________________________________________________
46356 [  5969] By: gsar                                  on 2000/04/27  17:50:56
46357         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
46358      Branch: perl
46359            + t/lib/syslog.t
46360            ! MANIFEST ext/Sys/Syslog/Syslog.pm
46361 ____________________________________________________________________________
46362 [  5968] By: gsar                                  on 2000/04/27  17:44:49
46363         Log: tolerate spaces in group names in test on solaris (from David Boyce
46364              <dsb@boyski.com>)
46365      Branch: perl
46366            ! t/op/groups.t
46367 ____________________________________________________________________________
46368 [  5967] By: gsar                                  on 2000/04/27  17:41:22
46369         Log: improved docs on the warn_uninit diagnostic (from David Glasser
46370              and Simon Cozens)
46371      Branch: perl
46372            ! pod/perldiag.pod
46373 ____________________________________________________________________________
46374 [  5966] By: gsar                                  on 2000/04/27  16:54:58
46375         Log: add testsuite for B backends, fix bug in B::Deparse (from
46376              Simon Cozens <simon@brecon.co.uk>)
46377      Branch: perl
46378            + t/lib/b.t
46379            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
46380 ____________________________________________________________________________
46381 [  5965] By: gsar                                  on 2000/04/27  16:10:37
46382         Log: avoid "will not stay shared" warnings for our variables (from
46383              Robin Barker)
46384      Branch: perl
46385            ! op.c t/pragma/warn/op
46386 ____________________________________________________________________________
46387 [  5964] By: gsar                                  on 2000/04/27  07:05:05
46388         Log: reformat to 72 columns (again)
46389      Branch: perl
46390            ! pod/perldiag.pod
46391 ____________________________________________________________________________
46392 [  5963] By: gsar                                  on 2000/04/27  06:28:31
46393         Log: patch from Larry to make (\&) prototype work; added tests for
46394              the same
46395      Branch: perl
46396            ! op.c t/comp/proto.t
46397 ____________________________________________________________________________
46398 [  5962] By: gsar                                  on 2000/04/27  06:15:47
46399         Log: updated README.hpux (from Jeff Okamoto)
46400      Branch: perl
46401            ! README.hpux
46402 ____________________________________________________________________________
46403 [  5961] By: gsar                                  on 2000/04/27  05:55:03
46404         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
46405      Branch: perl
46406            ! emacs/cperl-mode.el
46407 ____________________________________________________________________________
46408 [  5960] By: gsar                                  on 2000/04/27  05:49:26
46409         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
46410      Branch: perl
46411            ! INSTALL
46412 ____________________________________________________________________________
46413 [  5959] By: gsar                                  on 2000/04/27  05:33:41
46414         Log: doubled words in pods (from Simon Cozens
46415              <simon.p.cozens@jp.pwcglobal.com>)
46416      Branch: perl
46417            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
46418            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
46419            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
46420            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
46421            ! pod/perltootc.pod
46422 ____________________________________________________________________________
46423 [  5958] By: gsar                                  on 2000/04/27  05:11:39
46424         Log: change#3569 deleted some essential code, revert; avoid use of
46425              atexit() to make DynaLoader work properly on AIX under mod_perl
46426              (from Jens-Uwe Mager <jum@helios.de>)
46427      Branch: perl
46428            ! ext/DynaLoader/dl_aix.xs
46429 ____________________________________________________________________________
46430 [  5957] By: gsar                                  on 2000/04/27  04:54:51
46431         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
46432      Branch: perl
46433            ! pod/perlmod.pod
46434 ____________________________________________________________________________
46435 [  5956] By: gsar                                  on 2000/04/27  04:51:47
46436         Log: better diagnostics on failed tests (from Ilya Zakharevich)
46437      Branch: perl
46438            ! t/op/lex_assign.t
46439 ____________________________________________________________________________
46440 [  5955] By: gsar                                  on 2000/04/27  04:26:44
46441         Log: longstanding bug exposed by change#3307: sort arguments weren't
46442              compiled with the right wantarray context (ensuing runtime lookup
46443              via block_gimme() was getting the incidental context of the
46444              sort() itself)
46445      Branch: perl
46446            ! op.c t/op/sort.t
46447 ____________________________________________________________________________
46448 [  5954] By: gsar                                  on 2000/04/26  23:42:12
46449         Log: integrate cfgperl contents into mainline
46450      Branch: perl
46451           !> (integrate 30 files)
46452 ____________________________________________________________________________
46453 [  5953] By: jhi                                   on 2000/04/26  23:06:42
46454         Log: Integrate with Sarathy.
46455      Branch: cfgperl
46456           !> README.win32 ext/B/B/Deparse.pm
46457           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46458           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
46459           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
46460           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
46461           !> utils/perldoc.PL vms/perlvms.pod
46462 ____________________________________________________________________________
46463 [  5952] By: jhi                                   on 2000/04/26  23:03:46
46464         Log: Undo "use integer" addition from 64bitint as it seems
46465              to break most of the subtests in Digital UNIX;
46466              Unicos needs to find another way.
46467      Branch: cfgperl
46468            ! t/op/64bitint.t
46469 ____________________________________________________________________________
46470 [  5951] By: jhi                                   on 2000/04/26  22:57:53
46471         Log: Be more robust on "extreme" (large absolute value)
46472              arguments.  Originally reported by Daniel Connelly
46473              as a problem with asinh() on large negative arguments,
46474              asinh() used to bail out because an argument to log()
46475              ended up being zero.  Ilya Zakharevich proposed using
46476              Taylor's series in such cases, which for such large
46477              arguments is a very good approximation.
46478      Branch: cfgperl
46479            ! lib/Math/Complex.pm t/lib/complex.t
46480 ____________________________________________________________________________
46481 [  5950] By: gsar                                  on 2000/04/25  19:13:12
46482         Log: reformat perldiag to avoid long lines
46483      Branch: perl
46484            ! pod/perldiag.pod
46485 ____________________________________________________________________________
46486 [  5949] By: gsar                                  on 2000/04/25  18:41:11
46487         Log: make perldoc use the pod2man from the same version (from
46488              M.J.T. Guy)
46489      Branch: perl
46490            ! utils/perldoc.PL
46491 ____________________________________________________________________________
46492 [  5948] By: gsar                                  on 2000/04/25  18:21:57
46493         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
46494              <kompas@kompas.usr.onet.pl>)
46495      Branch: perl
46496            ! lib/vars.pm
46497 ____________________________________________________________________________
46498 [  5947] By: gsar                                  on 2000/04/25  18:11:53
46499         Log: use &dl_error rather than &dl_load_file as the guard for calling
46500              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46501              statically built perl)
46502      Branch: perl
46503            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46504 ____________________________________________________________________________
46505 [  5946] By: jhi                                   on 2000/04/25  17:37:54
46506         Log: Document that tr() is not tr(1).
46507      Branch: cfgperl
46508            ! pod/perlop.pod
46509 ____________________________________________________________________________
46510 [  5945] By: gsar                                  on 2000/04/25  16:34:33
46511         Log: make module name mandatory after -M switch; reorder perldiag
46512              alphabetically (from Mark-Jason Dominus)
46513      Branch: perl
46514            ! perl.c pod/perldiag.pod
46515 ____________________________________________________________________________
46516 [  5944] By: jhi                                   on 2000/04/25  01:15:18
46517         Log: On second thoughts frexp() does have two arguments.
46518      Branch: cfgperl
46519            ! perl.h
46520 ____________________________________________________________________________
46521 [  5943] By: jhi                                   on 2000/04/24  22:56:32
46522         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46523              Now pp_ncmp() returns undef is either operand is a NaN.
46524      Branch: cfgperl
46525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46526            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
46527            ! vms/subconfigure.com vos/config.def vos/config.h
46528            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46529            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46530            ! win32/config_H.vc
46531      Branch: metaconfig/U/perl
46532            + d_modfl.U
46533 ____________________________________________________________________________
46534 [  5942] By: jhi                                   on 2000/04/24  19:45:17
46535         Log: Regen Configure to match #5937.
46536      Branch: cfgperl
46537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46538            ! config_h.SH
46539      Branch: metaconfig
46540            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
46541 ____________________________________________________________________________
46542 [  5941] By: jhi                                   on 2000/04/24  19:24:11
46543         Log: Further Unicos fixes for Mark Lutz.
46544      Branch: cfgperl
46545            ! hints/unicos.sh pp_ctl.c
46546 ____________________________________________________________________________
46547 [  5940] By: jhi                                   on 2000/04/24  19:09:06
46548         Log: Various Unicos 10.0.0.6 fixes.
46549              
46550              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
46551              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
46552              Reply-To: tecmpl1@triton.ca.boeing.com 
46553              To: perl5-porters@perl.org 
46554              Date: Fri, 14 Apr 2000 20:21:00 GMT 
46555              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
46556      Branch: cfgperl
46557            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
46558 ____________________________________________________________________________
46559 [  5939] By: gsar                                  on 2000/04/24  19:01:24
46560         Log: more pod nits (from Larry Virden)
46561      Branch: perl
46562            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
46563            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46564            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46565 ____________________________________________________________________________
46566 [  5938] By: gsar                                  on 2000/04/24  18:54:01
46567         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
46568      Branch: perl
46569            ! ext/B/B/Deparse.pm
46570 ____________________________________________________________________________
46571 [  5937] By: jhi                                   on 2000/04/24  17:39:00
46572         Log: Integrate with Sarathy.
46573      Branch: cfgperl
46574           +> (branch 31 files)
46575           !> (integrate 73 files)
46576 ____________________________________________________________________________
46577 [  5936] By: gsar                                  on 2000/04/24  17:30:06
46578         Log: additional tests for change#5934 (from Paul Marquess, who also
46579              sent in the same fix)
46580      Branch: perl
46581            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46582            ! t/pragma/warn/5nolint t/pragma/warn/6default
46583 ____________________________________________________________________________
46584 [  5935] By: jhi                                   on 2000/04/24  17:26:05
46585         Log: Do not assume sign propagation.
46586              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
46587              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
46588              To: payner@ncifcrf.gov, perl5-porters@perl.org 
46589              Date: Tue, 18 Apr 2000 18:24:49 +0100 
46590              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
46591      Branch: cfgperl
46592            ! t/op/bop.t t/op/misc.t
46593 ____________________________________________________________________________
46594 [  5934] By: gsar                                  on 2000/04/24  17:16:54
46595         Log: propagate lexical warnings from surrounding scope correctly
46596              within string eval()
46597      Branch: perl
46598            ! pp_ctl.c t/pragma/warn/pp_ctl
46599 ____________________________________________________________________________
46600 [  5933] By: jhi                                   on 2000/04/24  17:01:07
46601         Log: Flatten the cpp jungle doing the nosuid checking.
46602      Branch: cfgperl
46603            ! perl.c
46604 ____________________________________________________________________________
46605 [  5932] By: gsar                                  on 2000/04/24  09:08:14
46606         Log: add rsignal(), whichsig() and do_join() to public API list
46607              (mod_perl uses them to good advantage)
46608      Branch: perl
46609            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
46610 ____________________________________________________________________________
46611 [  5931] By: gsar                                  on 2000/04/24  09:01:40
46612         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46613      Branch: perl
46614            ! pp_hot.c regexec.c t/op/pat.t
46615 ____________________________________________________________________________
46616 [  5930] By: gsar                                  on 2000/04/24  08:58:33
46617         Log: small os390 tweaks (from Peter Prymmer)
46618      Branch: perl
46619            ! config_h.SH makedepend.SH
46620 ____________________________________________________________________________
46621 [  5929] By: gsar                                  on 2000/04/24  08:55:25
46622         Log: pod nits
46623      Branch: perl
46624            ! pod/perlguts.pod
46625 ____________________________________________________________________________
46626 [  5928] By: gsar                                  on 2000/04/24  08:50:13
46627         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
46628      Branch: perl
46629            ! ext/IO/lib/IO/Poll.pm
46630 ____________________________________________________________________________
46631 [  5927] By: gsar                                  on 2000/04/24  08:43:24
46632         Log: arrange for next() to resume at the unstack op rather than the
46633              loop conditional, so that scope cleanup happens correctly
46634              (from Stephen McCamant)
46635      Branch: perl
46636            ! op.c pp_ctl.c t/op/misc.t
46637 ____________________________________________________________________________
46638 [  5926] By: gsar                                  on 2000/04/24  08:18:40
46639         Log: on windows, reserve 16M of stack rather than 128M (allows more
46640              threads to run concurrently)
46641      Branch: perl
46642            ! win32/Makefile win32/makefile.mk
46643 ____________________________________________________________________________
46644 [  5925] By: gsar                                  on 2000/04/24  08:13:52
46645         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
46646      Branch: perl
46647            ! toke.c
46648 ____________________________________________________________________________
46649 [  5924] By: gsar                                  on 2000/04/24  08:08:59
46650         Log: avoid using uninitialized memory in require version check
46651      Branch: perl
46652            ! pp_ctl.c universal.c
46653 ____________________________________________________________________________
46654 [  5923] By: gsar                                  on 2000/04/24  07:20:14
46655         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
46656      Branch: perl
46657            ! ext/IO/lib/IO/Poll.pm
46658 ____________________________________________________________________________
46659 [  5922] By: gsar                                  on 2000/04/24  07:08:42
46660         Log: commentary about IoTYPE() (from Nathan Torkington)
46661      Branch: perl
46662            ! sv.h
46663 ____________________________________________________________________________
46664 [  5921] By: gsar                                  on 2000/04/24  06:58:26
46665         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
46666              by fix
46667      Branch: perl
46668            ! sv.c t/lib/charnames.t t/pragma/utf8.t
46669 ____________________________________________________________________________
46670 [  5920] By: gsar                                  on 2000/04/24  06:37:59
46671         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
46672      Branch: perl
46673            ! doop.c t/op/ver.t
46674 ____________________________________________________________________________
46675 [  5919] By: gsar                                  on 2000/04/24  06:21:58
46676         Log: Configure might miss old directories when prefix must be
46677              expanded (from Robin Barker)
46678      Branch: metaconfig
46679            ! U/installdirs/inc_version_list.U
46680      Branch: perl
46681            ! Configure
46682 ____________________________________________________________________________
46683 [  5918] By: gsar                                  on 2000/04/24  06:16:11
46684         Log: VMS nits in glob() test (from Charles Lane)
46685      Branch: perl
46686            ! t/lib/glob-basic.t
46687 ____________________________________________________________________________
46688 [  5917] By: gsar                                  on 2000/04/24  06:11:56
46689         Log: various pod nits (from Larry Virden and others)
46690      Branch: perl
46691            ! README.amiga README.hpux README.machten README.os2
46692            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
46693            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
46694            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
46695            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
46696            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
46697            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
46698            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
46699            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
46700 ____________________________________________________________________________
46701 [  5916] By: gsar                                  on 2000/04/24  05:52:43
46702         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
46703              <wjones@tc.fluke.com>)
46704      Branch: perl
46705            ! t/lib/glob-basic.t
46706 ____________________________________________________________________________
46707 [  5915] By: gsar                                  on 2000/04/24  05:07:01
46708         Log: supported platforms mixed up
46709      Branch: perl
46710            ! pod/perl56delta.pod pod/perlport.pod
46711 ____________________________________________________________________________
46712 [  5914] By: gsar                                  on 2000/04/24  04:56:08
46713         Log: caller() wasn't returning the right number of elements for
46714              eval {...}
46715      Branch: perl
46716            ! pp_ctl.c t/pragma/warn/9enabled
46717 ____________________________________________________________________________
46718 [  5913] By: gsar                                  on 2000/04/24  04:35:41
46719         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
46720              Mark-Jason Dominus)
46721      Branch: perl
46722            ! pod/perlfunc.pod
46723 ____________________________________________________________________________
46724 [  5912] By: gsar                                  on 2000/04/24  04:17:15
46725         Log: fix totally broken caching in UNIVERSAL::isa() (from
46726              Nick Ing-Simmons)
46727      Branch: perl
46728            ! t/op/universal.t universal.c
46729 ____________________________________________________________________________
46730 [  5911] By: gsar                                  on 2000/04/24  03:39:47
46731         Log: add linebreak properties from unicode/LineBrk.txt (from
46732              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
46733      Branch: perl
46734            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46735            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46736            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46737            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46738            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46739            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46740            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46741            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46742            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46743            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46744            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46745            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46746            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46747            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
46748            + lib/unicode/Is/LbrkZW.pl
46749            ! lib/unicode/mktables.PL
46750 ____________________________________________________________________________
46751 [  5910] By: gsar                                  on 2000/04/24  03:23:10
46752         Log: typo in pod
46753      Branch: perl
46754            ! ext/Thread/Thread.pm
46755 ____________________________________________________________________________
46756 [  5909] By: gsar                                  on 2000/04/24  03:22:03
46757         Log: mode argument to do_binmode() should be file mode, not boolean
46758      Branch: perl
46759            ! pp_sys.c
46760 ____________________________________________________________________________
46761 [  5908] By: gsar                                  on 2000/04/16  16:51:08
46762         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
46763              always returns a valid GV even when the symbol is trapped by strictures
46764              (avoids coredumps)
46765              
46766              TODO: the C<package;> hack needs similar treatment
46767      Branch: perl
46768            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
46769            ! t/pragma/strict-vars
46770 ____________________________________________________________________________
46771 [  5907] By: jhi                                   on 2000/03/31  23:42:56
46772         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
46773              an assumption which #5905 demolished.
46774      Branch: cfgperl
46775            ! pp_sys.c
46776 ____________________________________________________________________________
46777 [  5906] By: jhi                                   on 2000/03/31  18:54:37
46778         Log: Typo in #5905.
46779      Branch: cfgperl
46780            ! t/op/64bitint.t
46781 ____________________________________________________________________________
46782 [  5905] By: jhi                                   on 2000/03/31  18:50:54
46783         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
46784              reported by Joseph N. Hall.  The bug was that even with use64bitint
46785              one had to use the prefixes q, L, or ll with printf/sprintf,
46786              contrary to the documentation and common sense.
46787      Branch: cfgperl
46788            ! sv.c t/op/64bitint.t
46789 ____________________________________________________________________________
46790 [  5904] By: gsar                                  on 2000/03/28  02:31:32
46791         Log: add Changes, perldelta.pod
46792      Branch: perl
46793            + Changes pod/perldelta.pod
46794 ____________________________________________________________________________
46795 [  5903] By: gsar                                  on 2000/03/28  02:03:55
46796         Log: rename Changes and perldelta.pod
46797      Branch: perl
46798           +> Changes5.6 pod/perl56delta.pod
46799            - Changes pod/perldelta.pod
46800            ! MANIFEST
46801 ____________________________________________________________________________
46802 [  5902] By: gsar                                  on 2000/03/28  01:59:14
46803         Log: create maint-5.6 branch
46804      Branch: maint-5.6/perl
46805           +> (branch 1611 files)
46806 ____________________________________________________________________________
46807 [  5901] By: jhi                                   on 2000/03/23  05:48:43
46808         Log: Integrate with Sarathy.
46809      Branch: cfgperl
46810           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
46811 ____________________________________________________________________________
46812 [  5900] By: gsar                                  on 2000/03/23  05:42:43
46813         Log: three guesses on what this is :-)
46814      Branch: perl
46815            ! Changes